/*! 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.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * 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: transparent;
  padding: 0;
}

/**
 * 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 system font stack 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: -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 */
}

/**
 * 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 {
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

/*
 * 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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* purgecss end ignore */

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

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

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #fff !important;
}

.bg-gray-100 {
  background-color: #f7fafc !important;
}

.bg-gray-200 {
  background-color: #edf2f7 !important;
}

.bg-gray-300 {
  background-color: #e2e8f0 !important;
}

.bg-gray-400 {
  background-color: #cbd5e0 !important;
}

.bg-gray-500 {
  background-color: #a0aec0 !important;
}

.bg-gray-600 {
  background-color: #718096 !important;
}

.bg-gray-700 {
  background-color: #4a5568 !important;
}

.bg-gray-800 {
  background-color: #2d3748 !important;
}

.bg-gray-900 {
  background-color: #1a202c !important;
}

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

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

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

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

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

.bg-red-600 {
  background-color: #e53e3e !important;
}

.bg-red-700 {
  background-color: #c53030 !important;
}

.bg-red-800 {
  background-color: #9b2c2c !important;
}

.bg-red-900 {
  background-color: #742a2a !important;
}

.bg-orange-100 {
  background-color: #fffaf0 !important;
}

.bg-orange-200 {
  background-color: #feebc8 !important;
}

.bg-orange-300 {
  background-color: #fbd38d !important;
}

.bg-orange-400 {
  background-color: #f6ad55 !important;
}

.bg-orange-500 {
  background-color: #ed8936 !important;
}

.bg-orange-600 {
  background-color: #dd6b20 !important;
}

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

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

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

.bg-yellow-100 {
  background-color: #fffff0 !important;
}

.bg-yellow-200 {
  background-color: #fefcbf !important;
}

.bg-yellow-300 {
  background-color: #faf089 !important;
}

.bg-yellow-400 {
  background-color: #f6e05e !important;
}

.bg-yellow-500 {
  background-color: #ecc94b !important;
}

.bg-yellow-600 {
  background-color: #d69e2e !important;
}

.bg-yellow-700 {
  background-color: #b7791f !important;
}

.bg-yellow-800 {
  background-color: #975a16 !important;
}

.bg-yellow-900 {
  background-color: #744210 !important;
}

.bg-green-100 {
  background-color: #f0fff4 !important;
}

.bg-green-200 {
  background-color: #c6f6d5 !important;
}

.bg-green-300 {
  background-color: #9ae6b4 !important;
}

.bg-green-400 {
  background-color: #68d391 !important;
}

.bg-green-500 {
  background-color: #48bb78 !important;
}

.bg-green-600 {
  background-color: #38a169 !important;
}

.bg-green-700 {
  background-color: #2f855a !important;
}

.bg-green-800 {
  background-color: #276749 !important;
}

.bg-green-900 {
  background-color: #22543d !important;
}

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

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

.bg-teal-300 {
  background-color: #81e6d9 !important;
}

.bg-teal-400 {
  background-color: #4fd1c5 !important;
}

.bg-teal-500 {
  background-color: #38b2ac !important;
}

.bg-teal-600 {
  background-color: #319795 !important;
}

.bg-teal-700 {
  background-color: #2c7a7b !important;
}

.bg-teal-800 {
  background-color: #285e61 !important;
}

.bg-teal-900 {
  background-color: #234e52 !important;
}

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

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

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

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

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

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

.bg-blue-700 {
  background-color: #2b6cb0 !important;
}

.bg-blue-800 {
  background-color: #2c5282 !important;
}

.bg-blue-900 {
  background-color: #2a4365 !important;
}

.bg-indigo-100 {
  background-color: #ebf4ff !important;
}

.bg-indigo-200 {
  background-color: #c3dafe !important;
}

.bg-indigo-300 {
  background-color: #a3bffa !important;
}

.bg-indigo-400 {
  background-color: #7f9cf5 !important;
}

.bg-indigo-500 {
  background-color: #667eea !important;
}

.bg-indigo-600 {
  background-color: #5a67d8 !important;
}

.bg-indigo-700 {
  background-color: #4c51bf !important;
}

.bg-indigo-800 {
  background-color: #434190 !important;
}

.bg-indigo-900 {
  background-color: #3c366b !important;
}

.bg-purple-100 {
  background-color: #faf5ff !important;
}

.bg-purple-200 {
  background-color: #e9d8fd !important;
}

.bg-purple-300 {
  background-color: #d6bcfa !important;
}

.bg-purple-400 {
  background-color: #b794f4 !important;
}

.bg-purple-500 {
  background-color: #9f7aea !important;
}

.bg-purple-600 {
  background-color: #805ad5 !important;
}

.bg-purple-700 {
  background-color: #6b46c1 !important;
}

.bg-purple-800 {
  background-color: #553c9a !important;
}

.bg-purple-900 {
  background-color: #44337a !important;
}

.bg-pink-100 {
  background-color: #fff5f7 !important;
}

.bg-pink-200 {
  background-color: #fed7e2 !important;
}

.bg-pink-300 {
  background-color: #fbb6ce !important;
}

.bg-pink-400 {
  background-color: #f687b3 !important;
}

.bg-pink-500 {
  background-color: #ed64a6 !important;
}

.bg-pink-600 {
  background-color: #d53f8c !important;
}

.bg-pink-700 {
  background-color: #b83280 !important;
}

.bg-pink-800 {
  background-color: #97266d !important;
}

.bg-pink-900 {
  background-color: #702459 !important;
}

.bg-primary {
  background-color: #3490dc !important;
}

.bg-secondary {
  background-color: #ffed4a !important;
}

.bg-danger {
  background-color: #e3342f !important;
}

.bg-appleGrey {
  background-color: #f3f3f3 !important;
}

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

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

.hover\:bg-white:hover {
  background-color: #fff !important;
}

.hover\:bg-gray-100:hover {
  background-color: #f7fafc !important;
}

.hover\:bg-gray-200:hover {
  background-color: #edf2f7 !important;
}

.hover\:bg-gray-300:hover {
  background-color: #e2e8f0 !important;
}

.hover\:bg-gray-400:hover {
  background-color: #cbd5e0 !important;
}

.hover\:bg-gray-500:hover {
  background-color: #a0aec0 !important;
}

.hover\:bg-gray-600:hover {
  background-color: #718096 !important;
}

.hover\:bg-gray-700:hover {
  background-color: #4a5568 !important;
}

.hover\:bg-gray-800:hover {
  background-color: #2d3748 !important;
}

.hover\:bg-gray-900:hover {
  background-color: #1a202c !important;
}

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

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

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

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

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

.hover\:bg-red-600:hover {
  background-color: #e53e3e !important;
}

.hover\:bg-red-700:hover {
  background-color: #c53030 !important;
}

.hover\:bg-red-800:hover {
  background-color: #9b2c2c !important;
}

.hover\:bg-red-900:hover {
  background-color: #742a2a !important;
}

.hover\:bg-orange-100:hover {
  background-color: #fffaf0 !important;
}

.hover\:bg-orange-200:hover {
  background-color: #feebc8 !important;
}

.hover\:bg-orange-300:hover {
  background-color: #fbd38d !important;
}

.hover\:bg-orange-400:hover {
  background-color: #f6ad55 !important;
}

.hover\:bg-orange-500:hover {
  background-color: #ed8936 !important;
}

.hover\:bg-orange-600:hover {
  background-color: #dd6b20 !important;
}

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

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

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

.hover\:bg-yellow-100:hover {
  background-color: #fffff0 !important;
}

.hover\:bg-yellow-200:hover {
  background-color: #fefcbf !important;
}

.hover\:bg-yellow-300:hover {
  background-color: #faf089 !important;
}

.hover\:bg-yellow-400:hover {
  background-color: #f6e05e !important;
}

.hover\:bg-yellow-500:hover {
  background-color: #ecc94b !important;
}

.hover\:bg-yellow-600:hover {
  background-color: #d69e2e !important;
}

.hover\:bg-yellow-700:hover {
  background-color: #b7791f !important;
}

.hover\:bg-yellow-800:hover {
  background-color: #975a16 !important;
}

.hover\:bg-yellow-900:hover {
  background-color: #744210 !important;
}

.hover\:bg-green-100:hover {
  background-color: #f0fff4 !important;
}

.hover\:bg-green-200:hover {
  background-color: #c6f6d5 !important;
}

.hover\:bg-green-300:hover {
  background-color: #9ae6b4 !important;
}

.hover\:bg-green-400:hover {
  background-color: #68d391 !important;
}

.hover\:bg-green-500:hover {
  background-color: #48bb78 !important;
}

.hover\:bg-green-600:hover {
  background-color: #38a169 !important;
}

.hover\:bg-green-700:hover {
  background-color: #2f855a !important;
}

.hover\:bg-green-800:hover {
  background-color: #276749 !important;
}

.hover\:bg-green-900:hover {
  background-color: #22543d !important;
}

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

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

.hover\:bg-teal-300:hover {
  background-color: #81e6d9 !important;
}

.hover\:bg-teal-400:hover {
  background-color: #4fd1c5 !important;
}

.hover\:bg-teal-500:hover {
  background-color: #38b2ac !important;
}

.hover\:bg-teal-600:hover {
  background-color: #319795 !important;
}

.hover\:bg-teal-700:hover {
  background-color: #2c7a7b !important;
}

.hover\:bg-teal-800:hover {
  background-color: #285e61 !important;
}

.hover\:bg-teal-900:hover {
  background-color: #234e52 !important;
}

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

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

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

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

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

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

.hover\:bg-blue-700:hover {
  background-color: #2b6cb0 !important;
}

.hover\:bg-blue-800:hover {
  background-color: #2c5282 !important;
}

.hover\:bg-blue-900:hover {
  background-color: #2a4365 !important;
}

.hover\:bg-indigo-100:hover {
  background-color: #ebf4ff !important;
}

.hover\:bg-indigo-200:hover {
  background-color: #c3dafe !important;
}

.hover\:bg-indigo-300:hover {
  background-color: #a3bffa !important;
}

.hover\:bg-indigo-400:hover {
  background-color: #7f9cf5 !important;
}

.hover\:bg-indigo-500:hover {
  background-color: #667eea !important;
}

.hover\:bg-indigo-600:hover {
  background-color: #5a67d8 !important;
}

.hover\:bg-indigo-700:hover {
  background-color: #4c51bf !important;
}

.hover\:bg-indigo-800:hover {
  background-color: #434190 !important;
}

.hover\:bg-indigo-900:hover {
  background-color: #3c366b !important;
}

.hover\:bg-purple-100:hover {
  background-color: #faf5ff !important;
}

.hover\:bg-purple-200:hover {
  background-color: #e9d8fd !important;
}

.hover\:bg-purple-300:hover {
  background-color: #d6bcfa !important;
}

.hover\:bg-purple-400:hover {
  background-color: #b794f4 !important;
}

.hover\:bg-purple-500:hover {
  background-color: #9f7aea !important;
}

.hover\:bg-purple-600:hover {
  background-color: #805ad5 !important;
}

.hover\:bg-purple-700:hover {
  background-color: #6b46c1 !important;
}

.hover\:bg-purple-800:hover {
  background-color: #553c9a !important;
}

.hover\:bg-purple-900:hover {
  background-color: #44337a !important;
}

.hover\:bg-pink-100:hover {
  background-color: #fff5f7 !important;
}

.hover\:bg-pink-200:hover {
  background-color: #fed7e2 !important;
}

.hover\:bg-pink-300:hover {
  background-color: #fbb6ce !important;
}

.hover\:bg-pink-400:hover {
  background-color: #f687b3 !important;
}

.hover\:bg-pink-500:hover {
  background-color: #ed64a6 !important;
}

.hover\:bg-pink-600:hover {
  background-color: #d53f8c !important;
}

.hover\:bg-pink-700:hover {
  background-color: #b83280 !important;
}

.hover\:bg-pink-800:hover {
  background-color: #97266d !important;
}

.hover\:bg-pink-900:hover {
  background-color: #702459 !important;
}

.hover\:bg-primary:hover {
  background-color: #3490dc !important;
}

.hover\:bg-secondary:hover {
  background-color: #ffed4a !important;
}

.hover\:bg-danger:hover {
  background-color: #e3342f !important;
}

.hover\:bg-appleGrey:hover {
  background-color: #f3f3f3 !important;
}

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

.focus\:bg-black:focus {
  background-color: #000 !important;
}

.focus\:bg-white:focus {
  background-color: #fff !important;
}

.focus\:bg-gray-100:focus {
  background-color: #f7fafc !important;
}

.focus\:bg-gray-200:focus {
  background-color: #edf2f7 !important;
}

.focus\:bg-gray-300:focus {
  background-color: #e2e8f0 !important;
}

.focus\:bg-gray-400:focus {
  background-color: #cbd5e0 !important;
}

.focus\:bg-gray-500:focus {
  background-color: #a0aec0 !important;
}

.focus\:bg-gray-600:focus {
  background-color: #718096 !important;
}

.focus\:bg-gray-700:focus {
  background-color: #4a5568 !important;
}

.focus\:bg-gray-800:focus {
  background-color: #2d3748 !important;
}

.focus\:bg-gray-900:focus {
  background-color: #1a202c !important;
}

.focus\:bg-red-100:focus {
  background-color: #fff5f5 !important;
}

.focus\:bg-red-200:focus {
  background-color: #fed7d7 !important;
}

.focus\:bg-red-300:focus {
  background-color: #feb2b2 !important;
}

.focus\:bg-red-400:focus {
  background-color: #fc8181 !important;
}

.focus\:bg-red-500:focus {
  background-color: #f56565 !important;
}

.focus\:bg-red-600:focus {
  background-color: #e53e3e !important;
}

.focus\:bg-red-700:focus {
  background-color: #c53030 !important;
}

.focus\:bg-red-800:focus {
  background-color: #9b2c2c !important;
}

.focus\:bg-red-900:focus {
  background-color: #742a2a !important;
}

.focus\:bg-orange-100:focus {
  background-color: #fffaf0 !important;
}

.focus\:bg-orange-200:focus {
  background-color: #feebc8 !important;
}

.focus\:bg-orange-300:focus {
  background-color: #fbd38d !important;
}

.focus\:bg-orange-400:focus {
  background-color: #f6ad55 !important;
}

.focus\:bg-orange-500:focus {
  background-color: #ed8936 !important;
}

.focus\:bg-orange-600:focus {
  background-color: #dd6b20 !important;
}

.focus\:bg-orange-700:focus {
  background-color: #c05621 !important;
}

.focus\:bg-orange-800:focus {
  background-color: #9c4221 !important;
}

.focus\:bg-orange-900:focus {
  background-color: #7b341e !important;
}

.focus\:bg-yellow-100:focus {
  background-color: #fffff0 !important;
}

.focus\:bg-yellow-200:focus {
  background-color: #fefcbf !important;
}

.focus\:bg-yellow-300:focus {
  background-color: #faf089 !important;
}

.focus\:bg-yellow-400:focus {
  background-color: #f6e05e !important;
}

.focus\:bg-yellow-500:focus {
  background-color: #ecc94b !important;
}

.focus\:bg-yellow-600:focus {
  background-color: #d69e2e !important;
}

.focus\:bg-yellow-700:focus {
  background-color: #b7791f !important;
}

.focus\:bg-yellow-800:focus {
  background-color: #975a16 !important;
}

.focus\:bg-yellow-900:focus {
  background-color: #744210 !important;
}

.focus\:bg-green-100:focus {
  background-color: #f0fff4 !important;
}

.focus\:bg-green-200:focus {
  background-color: #c6f6d5 !important;
}

.focus\:bg-green-300:focus {
  background-color: #9ae6b4 !important;
}

.focus\:bg-green-400:focus {
  background-color: #68d391 !important;
}

.focus\:bg-green-500:focus {
  background-color: #48bb78 !important;
}

.focus\:bg-green-600:focus {
  background-color: #38a169 !important;
}

.focus\:bg-green-700:focus {
  background-color: #2f855a !important;
}

.focus\:bg-green-800:focus {
  background-color: #276749 !important;
}

.focus\:bg-green-900:focus {
  background-color: #22543d !important;
}

.focus\:bg-teal-100:focus {
  background-color: #e6fffa !important;
}

.focus\:bg-teal-200:focus {
  background-color: #b2f5ea !important;
}

.focus\:bg-teal-300:focus {
  background-color: #81e6d9 !important;
}

.focus\:bg-teal-400:focus {
  background-color: #4fd1c5 !important;
}

.focus\:bg-teal-500:focus {
  background-color: #38b2ac !important;
}

.focus\:bg-teal-600:focus {
  background-color: #319795 !important;
}

.focus\:bg-teal-700:focus {
  background-color: #2c7a7b !important;
}

.focus\:bg-teal-800:focus {
  background-color: #285e61 !important;
}

.focus\:bg-teal-900:focus {
  background-color: #234e52 !important;
}

.focus\:bg-blue-100:focus {
  background-color: #ebf8ff !important;
}

.focus\:bg-blue-200:focus {
  background-color: #bee3f8 !important;
}

.focus\:bg-blue-300:focus {
  background-color: #90cdf4 !important;
}

.focus\:bg-blue-400:focus {
  background-color: #63b3ed !important;
}

.focus\:bg-blue-500:focus {
  background-color: #4299e1 !important;
}

.focus\:bg-blue-600:focus {
  background-color: #3182ce !important;
}

.focus\:bg-blue-700:focus {
  background-color: #2b6cb0 !important;
}

.focus\:bg-blue-800:focus {
  background-color: #2c5282 !important;
}

.focus\:bg-blue-900:focus {
  background-color: #2a4365 !important;
}

.focus\:bg-indigo-100:focus {
  background-color: #ebf4ff !important;
}

.focus\:bg-indigo-200:focus {
  background-color: #c3dafe !important;
}

.focus\:bg-indigo-300:focus {
  background-color: #a3bffa !important;
}

.focus\:bg-indigo-400:focus {
  background-color: #7f9cf5 !important;
}

.focus\:bg-indigo-500:focus {
  background-color: #667eea !important;
}

.focus\:bg-indigo-600:focus {
  background-color: #5a67d8 !important;
}

.focus\:bg-indigo-700:focus {
  background-color: #4c51bf !important;
}

.focus\:bg-indigo-800:focus {
  background-color: #434190 !important;
}

.focus\:bg-indigo-900:focus {
  background-color: #3c366b !important;
}

.focus\:bg-purple-100:focus {
  background-color: #faf5ff !important;
}

.focus\:bg-purple-200:focus {
  background-color: #e9d8fd !important;
}

.focus\:bg-purple-300:focus {
  background-color: #d6bcfa !important;
}

.focus\:bg-purple-400:focus {
  background-color: #b794f4 !important;
}

.focus\:bg-purple-500:focus {
  background-color: #9f7aea !important;
}

.focus\:bg-purple-600:focus {
  background-color: #805ad5 !important;
}

.focus\:bg-purple-700:focus {
  background-color: #6b46c1 !important;
}

.focus\:bg-purple-800:focus {
  background-color: #553c9a !important;
}

.focus\:bg-purple-900:focus {
  background-color: #44337a !important;
}

.focus\:bg-pink-100:focus {
  background-color: #fff5f7 !important;
}

.focus\:bg-pink-200:focus {
  background-color: #fed7e2 !important;
}

.focus\:bg-pink-300:focus {
  background-color: #fbb6ce !important;
}

.focus\:bg-pink-400:focus {
  background-color: #f687b3 !important;
}

.focus\:bg-pink-500:focus {
  background-color: #ed64a6 !important;
}

.focus\:bg-pink-600:focus {
  background-color: #d53f8c !important;
}

.focus\:bg-pink-700:focus {
  background-color: #b83280 !important;
}

.focus\:bg-pink-800:focus {
  background-color: #97266d !important;
}

.focus\:bg-pink-900:focus {
  background-color: #702459 !important;
}

.focus\:bg-primary:focus {
  background-color: #3490dc !important;
}

.focus\:bg-secondary:focus {
  background-color: #ffed4a !important;
}

.focus\:bg-danger:focus {
  background-color: #e3342f !important;
}

.focus\:bg-appleGrey:focus {
  background-color: #f3f3f3 !important;
}

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.border-transparent {
  border-color: transparent !important;
}

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

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

.border-gray-100 {
  border-color: #f7fafc !important;
}

.border-gray-200 {
  border-color: #edf2f7 !important;
}

.border-gray-300 {
  border-color: #e2e8f0 !important;
}

.border-gray-400 {
  border-color: #cbd5e0 !important;
}

.border-gray-500 {
  border-color: #a0aec0 !important;
}

.border-gray-600 {
  border-color: #718096 !important;
}

.border-gray-700 {
  border-color: #4a5568 !important;
}

.border-gray-800 {
  border-color: #2d3748 !important;
}

.border-gray-900 {
  border-color: #1a202c !important;
}

.border-red-100 {
  border-color: #fff5f5 !important;
}

.border-red-200 {
  border-color: #fed7d7 !important;
}

.border-red-300 {
  border-color: #feb2b2 !important;
}

.border-red-400 {
  border-color: #fc8181 !important;
}

.border-red-500 {
  border-color: #f56565 !important;
}

.border-red-600 {
  border-color: #e53e3e !important;
}

.border-red-700 {
  border-color: #c53030 !important;
}

.border-red-800 {
  border-color: #9b2c2c !important;
}

.border-red-900 {
  border-color: #742a2a !important;
}

.border-orange-100 {
  border-color: #fffaf0 !important;
}

.border-orange-200 {
  border-color: #feebc8 !important;
}

.border-orange-300 {
  border-color: #fbd38d !important;
}

.border-orange-400 {
  border-color: #f6ad55 !important;
}

.border-orange-500 {
  border-color: #ed8936 !important;
}

.border-orange-600 {
  border-color: #dd6b20 !important;
}

.border-orange-700 {
  border-color: #c05621 !important;
}

.border-orange-800 {
  border-color: #9c4221 !important;
}

.border-orange-900 {
  border-color: #7b341e !important;
}

.border-yellow-100 {
  border-color: #fffff0 !important;
}

.border-yellow-200 {
  border-color: #fefcbf !important;
}

.border-yellow-300 {
  border-color: #faf089 !important;
}

.border-yellow-400 {
  border-color: #f6e05e !important;
}

.border-yellow-500 {
  border-color: #ecc94b !important;
}

.border-yellow-600 {
  border-color: #d69e2e !important;
}

.border-yellow-700 {
  border-color: #b7791f !important;
}

.border-yellow-800 {
  border-color: #975a16 !important;
}

.border-yellow-900 {
  border-color: #744210 !important;
}

.border-green-100 {
  border-color: #f0fff4 !important;
}

.border-green-200 {
  border-color: #c6f6d5 !important;
}

.border-green-300 {
  border-color: #9ae6b4 !important;
}

.border-green-400 {
  border-color: #68d391 !important;
}

.border-green-500 {
  border-color: #48bb78 !important;
}

.border-green-600 {
  border-color: #38a169 !important;
}

.border-green-700 {
  border-color: #2f855a !important;
}

.border-green-800 {
  border-color: #276749 !important;
}

.border-green-900 {
  border-color: #22543d !important;
}

.border-teal-100 {
  border-color: #e6fffa !important;
}

.border-teal-200 {
  border-color: #b2f5ea !important;
}

.border-teal-300 {
  border-color: #81e6d9 !important;
}

.border-teal-400 {
  border-color: #4fd1c5 !important;
}

.border-teal-500 {
  border-color: #38b2ac !important;
}

.border-teal-600 {
  border-color: #319795 !important;
}

.border-teal-700 {
  border-color: #2c7a7b !important;
}

.border-teal-800 {
  border-color: #285e61 !important;
}

.border-teal-900 {
  border-color: #234e52 !important;
}

.border-blue-100 {
  border-color: #ebf8ff !important;
}

.border-blue-200 {
  border-color: #bee3f8 !important;
}

.border-blue-300 {
  border-color: #90cdf4 !important;
}

.border-blue-400 {
  border-color: #63b3ed !important;
}

.border-blue-500 {
  border-color: #4299e1 !important;
}

.border-blue-600 {
  border-color: #3182ce !important;
}

.border-blue-700 {
  border-color: #2b6cb0 !important;
}

.border-blue-800 {
  border-color: #2c5282 !important;
}

.border-blue-900 {
  border-color: #2a4365 !important;
}

.border-indigo-100 {
  border-color: #ebf4ff !important;
}

.border-indigo-200 {
  border-color: #c3dafe !important;
}

.border-indigo-300 {
  border-color: #a3bffa !important;
}

.border-indigo-400 {
  border-color: #7f9cf5 !important;
}

.border-indigo-500 {
  border-color: #667eea !important;
}

.border-indigo-600 {
  border-color: #5a67d8 !important;
}

.border-indigo-700 {
  border-color: #4c51bf !important;
}

.border-indigo-800 {
  border-color: #434190 !important;
}

.border-indigo-900 {
  border-color: #3c366b !important;
}

.border-purple-100 {
  border-color: #faf5ff !important;
}

.border-purple-200 {
  border-color: #e9d8fd !important;
}

.border-purple-300 {
  border-color: #d6bcfa !important;
}

.border-purple-400 {
  border-color: #b794f4 !important;
}

.border-purple-500 {
  border-color: #9f7aea !important;
}

.border-purple-600 {
  border-color: #805ad5 !important;
}

.border-purple-700 {
  border-color: #6b46c1 !important;
}

.border-purple-800 {
  border-color: #553c9a !important;
}

.border-purple-900 {
  border-color: #44337a !important;
}

.border-pink-100 {
  border-color: #fff5f7 !important;
}

.border-pink-200 {
  border-color: #fed7e2 !important;
}

.border-pink-300 {
  border-color: #fbb6ce !important;
}

.border-pink-400 {
  border-color: #f687b3 !important;
}

.border-pink-500 {
  border-color: #ed64a6 !important;
}

.border-pink-600 {
  border-color: #d53f8c !important;
}

.border-pink-700 {
  border-color: #b83280 !important;
}

.border-pink-800 {
  border-color: #97266d !important;
}

.border-pink-900 {
  border-color: #702459 !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

.hover\:border-black:hover {
  border-color: #000 !important;
}

.hover\:border-white:hover {
  border-color: #fff !important;
}

.hover\:border-gray-100:hover {
  border-color: #f7fafc !important;
}

.hover\:border-gray-200:hover {
  border-color: #edf2f7 !important;
}

.hover\:border-gray-300:hover {
  border-color: #e2e8f0 !important;
}

.hover\:border-gray-400:hover {
  border-color: #cbd5e0 !important;
}

.hover\:border-gray-500:hover {
  border-color: #a0aec0 !important;
}

.hover\:border-gray-600:hover {
  border-color: #718096 !important;
}

.hover\:border-gray-700:hover {
  border-color: #4a5568 !important;
}

.hover\:border-gray-800:hover {
  border-color: #2d3748 !important;
}

.hover\:border-gray-900:hover {
  border-color: #1a202c !important;
}

.hover\:border-red-100:hover {
  border-color: #fff5f5 !important;
}

.hover\:border-red-200:hover {
  border-color: #fed7d7 !important;
}

.hover\:border-red-300:hover {
  border-color: #feb2b2 !important;
}

.hover\:border-red-400:hover {
  border-color: #fc8181 !important;
}

.hover\:border-red-500:hover {
  border-color: #f56565 !important;
}

.hover\:border-red-600:hover {
  border-color: #e53e3e !important;
}

.hover\:border-red-700:hover {
  border-color: #c53030 !important;
}

.hover\:border-red-800:hover {
  border-color: #9b2c2c !important;
}

.hover\:border-red-900:hover {
  border-color: #742a2a !important;
}

.hover\:border-orange-100:hover {
  border-color: #fffaf0 !important;
}

.hover\:border-orange-200:hover {
  border-color: #feebc8 !important;
}

.hover\:border-orange-300:hover {
  border-color: #fbd38d !important;
}

.hover\:border-orange-400:hover {
  border-color: #f6ad55 !important;
}

.hover\:border-orange-500:hover {
  border-color: #ed8936 !important;
}

.hover\:border-orange-600:hover {
  border-color: #dd6b20 !important;
}

.hover\:border-orange-700:hover {
  border-color: #c05621 !important;
}

.hover\:border-orange-800:hover {
  border-color: #9c4221 !important;
}

.hover\:border-orange-900:hover {
  border-color: #7b341e !important;
}

.hover\:border-yellow-100:hover {
  border-color: #fffff0 !important;
}

.hover\:border-yellow-200:hover {
  border-color: #fefcbf !important;
}

.hover\:border-yellow-300:hover {
  border-color: #faf089 !important;
}

.hover\:border-yellow-400:hover {
  border-color: #f6e05e !important;
}

.hover\:border-yellow-500:hover {
  border-color: #ecc94b !important;
}

.hover\:border-yellow-600:hover {
  border-color: #d69e2e !important;
}

.hover\:border-yellow-700:hover {
  border-color: #b7791f !important;
}

.hover\:border-yellow-800:hover {
  border-color: #975a16 !important;
}

.hover\:border-yellow-900:hover {
  border-color: #744210 !important;
}

.hover\:border-green-100:hover {
  border-color: #f0fff4 !important;
}

.hover\:border-green-200:hover {
  border-color: #c6f6d5 !important;
}

.hover\:border-green-300:hover {
  border-color: #9ae6b4 !important;
}

.hover\:border-green-400:hover {
  border-color: #68d391 !important;
}

.hover\:border-green-500:hover {
  border-color: #48bb78 !important;
}

.hover\:border-green-600:hover {
  border-color: #38a169 !important;
}

.hover\:border-green-700:hover {
  border-color: #2f855a !important;
}

.hover\:border-green-800:hover {
  border-color: #276749 !important;
}

.hover\:border-green-900:hover {
  border-color: #22543d !important;
}

.hover\:border-teal-100:hover {
  border-color: #e6fffa !important;
}

.hover\:border-teal-200:hover {
  border-color: #b2f5ea !important;
}

.hover\:border-teal-300:hover {
  border-color: #81e6d9 !important;
}

.hover\:border-teal-400:hover {
  border-color: #4fd1c5 !important;
}

.hover\:border-teal-500:hover {
  border-color: #38b2ac !important;
}

.hover\:border-teal-600:hover {
  border-color: #319795 !important;
}

.hover\:border-teal-700:hover {
  border-color: #2c7a7b !important;
}

.hover\:border-teal-800:hover {
  border-color: #285e61 !important;
}

.hover\:border-teal-900:hover {
  border-color: #234e52 !important;
}

.hover\:border-blue-100:hover {
  border-color: #ebf8ff !important;
}

.hover\:border-blue-200:hover {
  border-color: #bee3f8 !important;
}

.hover\:border-blue-300:hover {
  border-color: #90cdf4 !important;
}

.hover\:border-blue-400:hover {
  border-color: #63b3ed !important;
}

.hover\:border-blue-500:hover {
  border-color: #4299e1 !important;
}

.hover\:border-blue-600:hover {
  border-color: #3182ce !important;
}

.hover\:border-blue-700:hover {
  border-color: #2b6cb0 !important;
}

.hover\:border-blue-800:hover {
  border-color: #2c5282 !important;
}

.hover\:border-blue-900:hover {
  border-color: #2a4365 !important;
}

.hover\:border-indigo-100:hover {
  border-color: #ebf4ff !important;
}

.hover\:border-indigo-200:hover {
  border-color: #c3dafe !important;
}

.hover\:border-indigo-300:hover {
  border-color: #a3bffa !important;
}

.hover\:border-indigo-400:hover {
  border-color: #7f9cf5 !important;
}

.hover\:border-indigo-500:hover {
  border-color: #667eea !important;
}

.hover\:border-indigo-600:hover {
  border-color: #5a67d8 !important;
}

.hover\:border-indigo-700:hover {
  border-color: #4c51bf !important;
}

.hover\:border-indigo-800:hover {
  border-color: #434190 !important;
}

.hover\:border-indigo-900:hover {
  border-color: #3c366b !important;
}

.hover\:border-purple-100:hover {
  border-color: #faf5ff !important;
}

.hover\:border-purple-200:hover {
  border-color: #e9d8fd !important;
}

.hover\:border-purple-300:hover {
  border-color: #d6bcfa !important;
}

.hover\:border-purple-400:hover {
  border-color: #b794f4 !important;
}

.hover\:border-purple-500:hover {
  border-color: #9f7aea !important;
}

.hover\:border-purple-600:hover {
  border-color: #805ad5 !important;
}

.hover\:border-purple-700:hover {
  border-color: #6b46c1 !important;
}

.hover\:border-purple-800:hover {
  border-color: #553c9a !important;
}

.hover\:border-purple-900:hover {
  border-color: #44337a !important;
}

.hover\:border-pink-100:hover {
  border-color: #fff5f7 !important;
}

.hover\:border-pink-200:hover {
  border-color: #fed7e2 !important;
}

.hover\:border-pink-300:hover {
  border-color: #fbb6ce !important;
}

.hover\:border-pink-400:hover {
  border-color: #f687b3 !important;
}

.hover\:border-pink-500:hover {
  border-color: #ed64a6 !important;
}

.hover\:border-pink-600:hover {
  border-color: #d53f8c !important;
}

.hover\:border-pink-700:hover {
  border-color: #b83280 !important;
}

.hover\:border-pink-800:hover {
  border-color: #97266d !important;
}

.hover\:border-pink-900:hover {
  border-color: #702459 !important;
}

.focus\:border-transparent:focus {
  border-color: transparent !important;
}

.focus\:border-black:focus {
  border-color: #000 !important;
}

.focus\:border-white:focus {
  border-color: #fff !important;
}

.focus\:border-gray-100:focus {
  border-color: #f7fafc !important;
}

.focus\:border-gray-200:focus {
  border-color: #edf2f7 !important;
}

.focus\:border-gray-300:focus {
  border-color: #e2e8f0 !important;
}

.focus\:border-gray-400:focus {
  border-color: #cbd5e0 !important;
}

.focus\:border-gray-500:focus {
  border-color: #a0aec0 !important;
}

.focus\:border-gray-600:focus {
  border-color: #718096 !important;
}

.focus\:border-gray-700:focus {
  border-color: #4a5568 !important;
}

.focus\:border-gray-800:focus {
  border-color: #2d3748 !important;
}

.focus\:border-gray-900:focus {
  border-color: #1a202c !important;
}

.focus\:border-red-100:focus {
  border-color: #fff5f5 !important;
}

.focus\:border-red-200:focus {
  border-color: #fed7d7 !important;
}

.focus\:border-red-300:focus {
  border-color: #feb2b2 !important;
}

.focus\:border-red-400:focus {
  border-color: #fc8181 !important;
}

.focus\:border-red-500:focus {
  border-color: #f56565 !important;
}

.focus\:border-red-600:focus {
  border-color: #e53e3e !important;
}

.focus\:border-red-700:focus {
  border-color: #c53030 !important;
}

.focus\:border-red-800:focus {
  border-color: #9b2c2c !important;
}

.focus\:border-red-900:focus {
  border-color: #742a2a !important;
}

.focus\:border-orange-100:focus {
  border-color: #fffaf0 !important;
}

.focus\:border-orange-200:focus {
  border-color: #feebc8 !important;
}

.focus\:border-orange-300:focus {
  border-color: #fbd38d !important;
}

.focus\:border-orange-400:focus {
  border-color: #f6ad55 !important;
}

.focus\:border-orange-500:focus {
  border-color: #ed8936 !important;
}

.focus\:border-orange-600:focus {
  border-color: #dd6b20 !important;
}

.focus\:border-orange-700:focus {
  border-color: #c05621 !important;
}

.focus\:border-orange-800:focus {
  border-color: #9c4221 !important;
}

.focus\:border-orange-900:focus {
  border-color: #7b341e !important;
}

.focus\:border-yellow-100:focus {
  border-color: #fffff0 !important;
}

.focus\:border-yellow-200:focus {
  border-color: #fefcbf !important;
}

.focus\:border-yellow-300:focus {
  border-color: #faf089 !important;
}

.focus\:border-yellow-400:focus {
  border-color: #f6e05e !important;
}

.focus\:border-yellow-500:focus {
  border-color: #ecc94b !important;
}

.focus\:border-yellow-600:focus {
  border-color: #d69e2e !important;
}

.focus\:border-yellow-700:focus {
  border-color: #b7791f !important;
}

.focus\:border-yellow-800:focus {
  border-color: #975a16 !important;
}

.focus\:border-yellow-900:focus {
  border-color: #744210 !important;
}

.focus\:border-green-100:focus {
  border-color: #f0fff4 !important;
}

.focus\:border-green-200:focus {
  border-color: #c6f6d5 !important;
}

.focus\:border-green-300:focus {
  border-color: #9ae6b4 !important;
}

.focus\:border-green-400:focus {
  border-color: #68d391 !important;
}

.focus\:border-green-500:focus {
  border-color: #48bb78 !important;
}

.focus\:border-green-600:focus {
  border-color: #38a169 !important;
}

.focus\:border-green-700:focus {
  border-color: #2f855a !important;
}

.focus\:border-green-800:focus {
  border-color: #276749 !important;
}

.focus\:border-green-900:focus {
  border-color: #22543d !important;
}

.focus\:border-teal-100:focus {
  border-color: #e6fffa !important;
}

.focus\:border-teal-200:focus {
  border-color: #b2f5ea !important;
}

.focus\:border-teal-300:focus {
  border-color: #81e6d9 !important;
}

.focus\:border-teal-400:focus {
  border-color: #4fd1c5 !important;
}

.focus\:border-teal-500:focus {
  border-color: #38b2ac !important;
}

.focus\:border-teal-600:focus {
  border-color: #319795 !important;
}

.focus\:border-teal-700:focus {
  border-color: #2c7a7b !important;
}

.focus\:border-teal-800:focus {
  border-color: #285e61 !important;
}

.focus\:border-teal-900:focus {
  border-color: #234e52 !important;
}

.focus\:border-blue-100:focus {
  border-color: #ebf8ff !important;
}

.focus\:border-blue-200:focus {
  border-color: #bee3f8 !important;
}

.focus\:border-blue-300:focus {
  border-color: #90cdf4 !important;
}

.focus\:border-blue-400:focus {
  border-color: #63b3ed !important;
}

.focus\:border-blue-500:focus {
  border-color: #4299e1 !important;
}

.focus\:border-blue-600:focus {
  border-color: #3182ce !important;
}

.focus\:border-blue-700:focus {
  border-color: #2b6cb0 !important;
}

.focus\:border-blue-800:focus {
  border-color: #2c5282 !important;
}

.focus\:border-blue-900:focus {
  border-color: #2a4365 !important;
}

.focus\:border-indigo-100:focus {
  border-color: #ebf4ff !important;
}

.focus\:border-indigo-200:focus {
  border-color: #c3dafe !important;
}

.focus\:border-indigo-300:focus {
  border-color: #a3bffa !important;
}

.focus\:border-indigo-400:focus {
  border-color: #7f9cf5 !important;
}

.focus\:border-indigo-500:focus {
  border-color: #667eea !important;
}

.focus\:border-indigo-600:focus {
  border-color: #5a67d8 !important;
}

.focus\:border-indigo-700:focus {
  border-color: #4c51bf !important;
}

.focus\:border-indigo-800:focus {
  border-color: #434190 !important;
}

.focus\:border-indigo-900:focus {
  border-color: #3c366b !important;
}

.focus\:border-purple-100:focus {
  border-color: #faf5ff !important;
}

.focus\:border-purple-200:focus {
  border-color: #e9d8fd !important;
}

.focus\:border-purple-300:focus {
  border-color: #d6bcfa !important;
}

.focus\:border-purple-400:focus {
  border-color: #b794f4 !important;
}

.focus\:border-purple-500:focus {
  border-color: #9f7aea !important;
}

.focus\:border-purple-600:focus {
  border-color: #805ad5 !important;
}

.focus\:border-purple-700:focus {
  border-color: #6b46c1 !important;
}

.focus\:border-purple-800:focus {
  border-color: #553c9a !important;
}

.focus\:border-purple-900:focus {
  border-color: #44337a !important;
}

.focus\:border-pink-100:focus {
  border-color: #fff5f7 !important;
}

.focus\:border-pink-200:focus {
  border-color: #fed7e2 !important;
}

.focus\:border-pink-300:focus {
  border-color: #fbb6ce !important;
}

.focus\:border-pink-400:focus {
  border-color: #f687b3 !important;
}

.focus\:border-pink-500:focus {
  border-color: #ed64a6 !important;
}

.focus\:border-pink-600:focus {
  border-color: #d53f8c !important;
}

.focus\:border-pink-700:focus {
  border-color: #b83280 !important;
}

.focus\:border-pink-800:focus {
  border-color: #97266d !important;
}

.focus\:border-pink-900:focus {
  border-color: #702459 !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0 !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-b-0 {
  border-bottom-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l {
  border-left-width: 1px !important;
}

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

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: -webkit-box !important;
  display: flex !important;
}

.inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.table-row {
  display: table-row !important;
}

.table-cell {
  display: table-cell !important;
}

.hidden {
  display: none !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-col-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-no-wrap {
  flex-wrap: nowrap !important;
}

.items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.justify-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.flex-1 {
  -webkit-box-flex: 1 !important;
          flex: 1 1 0% !important;
}

.flex-auto {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-initial {
  -webkit-box-flex: 0 !important;
          flex: 0 1 auto !important;
}

.flex-none {
  -webkit-box-flex: 0 !important;
          flex: none !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
          order: 5 !important;
}

.order-6 {
  -webkit-box-ordinal-group: 7 !important;
          order: 6 !important;
}

.order-7 {
  -webkit-box-ordinal-group: 8 !important;
          order: 7 !important;
}

.order-8 {
  -webkit-box-ordinal-group: 9 !important;
          order: 8 !important;
}

.order-9 {
  -webkit-box-ordinal-group: 10 !important;
          order: 9 !important;
}

.order-10 {
  -webkit-box-ordinal-group: 11 !important;
          order: 10 !important;
}

.order-11 {
  -webkit-box-ordinal-group: 12 !important;
          order: 11 !important;
}

.order-12 {
  -webkit-box-ordinal-group: 13 !important;
          order: 12 !important;
}

.order-first {
  -webkit-box-ordinal-group: -9998 !important;
          order: -9999 !important;
}

.order-last {
  -webkit-box-ordinal-group: 10000 !important;
          order: 9999 !important;
}

.order-none {
  -webkit-box-ordinal-group: 1 !important;
          order: 0 !important;
}

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

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

.float-none {
  float: none !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.font-hairline {
  font-weight: 100 !important;
}

.font-thin {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.hover\:font-hairline:hover {
  font-weight: 100 !important;
}

.hover\:font-thin:hover {
  font-weight: 200 !important;
}

.hover\:font-light:hover {
  font-weight: 300 !important;
}

.hover\:font-normal:hover {
  font-weight: 400 !important;
}

.hover\:font-medium:hover {
  font-weight: 500 !important;
}

.hover\:font-semibold:hover {
  font-weight: 600 !important;
}

.hover\:font-bold:hover {
  font-weight: 700 !important;
}

.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}

.hover\:font-black:hover {
  font-weight: 900 !important;
}

.focus\:font-hairline:focus {
  font-weight: 100 !important;
}

.focus\:font-thin:focus {
  font-weight: 200 !important;
}

.focus\:font-light:focus {
  font-weight: 300 !important;
}

.focus\:font-normal:focus {
  font-weight: 400 !important;
}

.focus\:font-medium:focus {
  font-weight: 500 !important;
}

.focus\:font-semibold:focus {
  font-weight: 600 !important;
}

.focus\:font-bold:focus {
  font-weight: 700 !important;
}

.focus\:font-extrabold:focus {
  font-weight: 800 !important;
}

.focus\:font-black:focus {
  font-weight: 900 !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

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

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

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

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

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

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

.h-1\/5 {
  height: 20% !important;
}

.h-2\/5 {
  height: 40% !important;
}

.h-3\/5 {
  height: 60% !important;
}

.h-4\/5 {
  height: 80% !important;
}

.h-1\/6 {
  height: 16.666667% !important;
}

.h-2\/6 {
  height: 33.333333% !important;
}

.h-3\/6 {
  height: 50% !important;
}

.h-4\/6 {
  height: 66.666667% !important;
}

.h-5\/6 {
  height: 83.333333% !important;
}

.h-1\/12 {
  height: 8.333333% !important;
}

.h-2\/12 {
  height: 16.666667% !important;
}

.h-3\/12 {
  height: 25% !important;
}

.h-4\/12 {
  height: 33.333333% !important;
}

.h-5\/12 {
  height: 41.666667% !important;
}

.h-6\/12 {
  height: 50% !important;
}

.h-7\/12 {
  height: 58.333333% !important;
}

.h-8\/12 {
  height: 66.666667% !important;
}

.h-9\/12 {
  height: 75% !important;
}

.h-10\/12 {
  height: 83.333333% !important;
}

.h-11\/12 {
  height: 91.666667% !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.m-auto {
  margin: auto !important;
}

.m-px {
  margin: 1px !important;
}

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

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

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

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

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

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

.m-1\/5 {
  margin: 20% !important;
}

.m-2\/5 {
  margin: 40% !important;
}

.m-3\/5 {
  margin: 60% !important;
}

.m-4\/5 {
  margin: 80% !important;
}

.m-1\/6 {
  margin: 16.666667% !important;
}

.m-2\/6 {
  margin: 33.333333% !important;
}

.m-3\/6 {
  margin: 50% !important;
}

.m-4\/6 {
  margin: 66.666667% !important;
}

.m-5\/6 {
  margin: 83.333333% !important;
}

.m-1\/12 {
  margin: 8.333333% !important;
}

.m-2\/12 {
  margin: 16.666667% !important;
}

.m-3\/12 {
  margin: 25% !important;
}

.m-4\/12 {
  margin: 33.333333% !important;
}

.m-5\/12 {
  margin: 41.666667% !important;
}

.m-6\/12 {
  margin: 50% !important;
}

.m-7\/12 {
  margin: 58.333333% !important;
}

.m-8\/12 {
  margin: 66.666667% !important;
}

.m-9\/12 {
  margin: 75% !important;
}

.m-10\/12 {
  margin: 83.333333% !important;
}

.m-11\/12 {
  margin: 91.666667% !important;
}

.-m-1 {
  margin: -0.25rem !important;
}

.-m-2 {
  margin: -0.5rem !important;
}

.-m-3 {
  margin: -0.75rem !important;
}

.-m-4 {
  margin: -1rem !important;
}

.-m-5 {
  margin: -1.25rem !important;
}

.-m-6 {
  margin: -1.5rem !important;
}

.-m-8 {
  margin: -2rem !important;
}

.-m-10 {
  margin: -2.5rem !important;
}

.-m-12 {
  margin: -3rem !important;
}

.-m-16 {
  margin: -4rem !important;
}

.-m-20 {
  margin: -5rem !important;
}

.-m-24 {
  margin: -6rem !important;
}

.-m-32 {
  margin: -8rem !important;
}

.-m-40 {
  margin: -10rem !important;
}

.-m-48 {
  margin: -12rem !important;
}

.-m-56 {
  margin: -14rem !important;
}

.-m-64 {
  margin: -16rem !important;
}

.-m-px {
  margin: -1px !important;
}

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

.-m-1\/3 {
  margin: -33.33333% !important;
}

.-m-2\/3 {
  margin: -66.66667% !important;
}

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

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

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

.-m-1\/5 {
  margin: -20% !important;
}

.-m-2\/5 {
  margin: -40% !important;
}

.-m-3\/5 {
  margin: -60% !important;
}

.-m-4\/5 {
  margin: -80% !important;
}

.-m-1\/6 {
  margin: -16.66667% !important;
}

.-m-2\/6 {
  margin: -33.33333% !important;
}

.-m-3\/6 {
  margin: -50% !important;
}

.-m-4\/6 {
  margin: -66.66667% !important;
}

.-m-5\/6 {
  margin: -83.33333% !important;
}

.-m-1\/12 {
  margin: -8.33333% !important;
}

.-m-2\/12 {
  margin: -16.66667% !important;
}

.-m-3\/12 {
  margin: -25% !important;
}

.-m-4\/12 {
  margin: -33.33333% !important;
}

.-m-5\/12 {
  margin: -41.66667% !important;
}

.-m-6\/12 {
  margin: -50% !important;
}

.-m-7\/12 {
  margin: -58.33333% !important;
}

.-m-8\/12 {
  margin: -66.66667% !important;
}

.-m-9\/12 {
  margin: -75% !important;
}

.-m-10\/12 {
  margin: -83.33333% !important;
}

.-m-11\/12 {
  margin: -91.66667% !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-1\/5 {
  margin-top: 20% !important;
  margin-bottom: 20% !important;
}

.mx-1\/5 {
  margin-left: 20% !important;
  margin-right: 20% !important;
}

.my-2\/5 {
  margin-top: 40% !important;
  margin-bottom: 40% !important;
}

.mx-2\/5 {
  margin-left: 40% !important;
  margin-right: 40% !important;
}

.my-3\/5 {
  margin-top: 60% !important;
  margin-bottom: 60% !important;
}

.mx-3\/5 {
  margin-left: 60% !important;
  margin-right: 60% !important;
}

.my-4\/5 {
  margin-top: 80% !important;
  margin-bottom: 80% !important;
}

.mx-4\/5 {
  margin-left: 80% !important;
  margin-right: 80% !important;
}

.my-1\/6 {
  margin-top: 16.666667% !important;
  margin-bottom: 16.666667% !important;
}

.mx-1\/6 {
  margin-left: 16.666667% !important;
  margin-right: 16.666667% !important;
}

.my-2\/6 {
  margin-top: 33.333333% !important;
  margin-bottom: 33.333333% !important;
}

.mx-2\/6 {
  margin-left: 33.333333% !important;
  margin-right: 33.333333% !important;
}

.my-3\/6 {
  margin-top: 50% !important;
  margin-bottom: 50% !important;
}

.mx-3\/6 {
  margin-left: 50% !important;
  margin-right: 50% !important;
}

.my-4\/6 {
  margin-top: 66.666667% !important;
  margin-bottom: 66.666667% !important;
}

.mx-4\/6 {
  margin-left: 66.666667% !important;
  margin-right: 66.666667% !important;
}

.my-5\/6 {
  margin-top: 83.333333% !important;
  margin-bottom: 83.333333% !important;
}

.mx-5\/6 {
  margin-left: 83.333333% !important;
  margin-right: 83.333333% !important;
}

.my-1\/12 {
  margin-top: 8.333333% !important;
  margin-bottom: 8.333333% !important;
}

.mx-1\/12 {
  margin-left: 8.333333% !important;
  margin-right: 8.333333% !important;
}

.my-2\/12 {
  margin-top: 16.666667% !important;
  margin-bottom: 16.666667% !important;
}

.mx-2\/12 {
  margin-left: 16.666667% !important;
  margin-right: 16.666667% !important;
}

.my-3\/12 {
  margin-top: 25% !important;
  margin-bottom: 25% !important;
}

.mx-3\/12 {
  margin-left: 25% !important;
  margin-right: 25% !important;
}

.my-4\/12 {
  margin-top: 33.333333% !important;
  margin-bottom: 33.333333% !important;
}

.mx-4\/12 {
  margin-left: 33.333333% !important;
  margin-right: 33.333333% !important;
}

.my-5\/12 {
  margin-top: 41.666667% !important;
  margin-bottom: 41.666667% !important;
}

.mx-5\/12 {
  margin-left: 41.666667% !important;
  margin-right: 41.666667% !important;
}

.my-6\/12 {
  margin-top: 50% !important;
  margin-bottom: 50% !important;
}

.mx-6\/12 {
  margin-left: 50% !important;
  margin-right: 50% !important;
}

.my-7\/12 {
  margin-top: 58.333333% !important;
  margin-bottom: 58.333333% !important;
}

.mx-7\/12 {
  margin-left: 58.333333% !important;
  margin-right: 58.333333% !important;
}

.my-8\/12 {
  margin-top: 66.666667% !important;
  margin-bottom: 66.666667% !important;
}

.mx-8\/12 {
  margin-left: 66.666667% !important;
  margin-right: 66.666667% !important;
}

.my-9\/12 {
  margin-top: 75% !important;
  margin-bottom: 75% !important;
}

.mx-9\/12 {
  margin-left: 75% !important;
  margin-right: 75% !important;
}

.my-10\/12 {
  margin-top: 83.333333% !important;
  margin-bottom: 83.333333% !important;
}

.mx-10\/12 {
  margin-left: 83.333333% !important;
  margin-right: 83.333333% !important;
}

.my-11\/12 {
  margin-top: 91.666667% !important;
  margin-bottom: 91.666667% !important;
}

.mx-11\/12 {
  margin-left: 91.666667% !important;
  margin-right: 91.666667% !important;
}

.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.-my-5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.-my-6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.-my-10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.-my-12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.-mx-12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

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

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

.-my-1\/3 {
  margin-top: -33.33333% !important;
  margin-bottom: -33.33333% !important;
}

.-mx-1\/3 {
  margin-left: -33.33333% !important;
  margin-right: -33.33333% !important;
}

.-my-2\/3 {
  margin-top: -66.66667% !important;
  margin-bottom: -66.66667% !important;
}

.-mx-2\/3 {
  margin-left: -66.66667% !important;
  margin-right: -66.66667% !important;
}

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

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

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

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

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

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

.-my-1\/5 {
  margin-top: -20% !important;
  margin-bottom: -20% !important;
}

.-mx-1\/5 {
  margin-left: -20% !important;
  margin-right: -20% !important;
}

.-my-2\/5 {
  margin-top: -40% !important;
  margin-bottom: -40% !important;
}

.-mx-2\/5 {
  margin-left: -40% !important;
  margin-right: -40% !important;
}

.-my-3\/5 {
  margin-top: -60% !important;
  margin-bottom: -60% !important;
}

.-mx-3\/5 {
  margin-left: -60% !important;
  margin-right: -60% !important;
}

.-my-4\/5 {
  margin-top: -80% !important;
  margin-bottom: -80% !important;
}

.-mx-4\/5 {
  margin-left: -80% !important;
  margin-right: -80% !important;
}

.-my-1\/6 {
  margin-top: -16.66667% !important;
  margin-bottom: -16.66667% !important;
}

.-mx-1\/6 {
  margin-left: -16.66667% !important;
  margin-right: -16.66667% !important;
}

.-my-2\/6 {
  margin-top: -33.33333% !important;
  margin-bottom: -33.33333% !important;
}

.-mx-2\/6 {
  margin-left: -33.33333% !important;
  margin-right: -33.33333% !important;
}

.-my-3\/6 {
  margin-top: -50% !important;
  margin-bottom: -50% !important;
}

.-mx-3\/6 {
  margin-left: -50% !important;
  margin-right: -50% !important;
}

.-my-4\/6 {
  margin-top: -66.66667% !important;
  margin-bottom: -66.66667% !important;
}

.-mx-4\/6 {
  margin-left: -66.66667% !important;
  margin-right: -66.66667% !important;
}

.-my-5\/6 {
  margin-top: -83.33333% !important;
  margin-bottom: -83.33333% !important;
}

.-mx-5\/6 {
  margin-left: -83.33333% !important;
  margin-right: -83.33333% !important;
}

.-my-1\/12 {
  margin-top: -8.33333% !important;
  margin-bottom: -8.33333% !important;
}

.-mx-1\/12 {
  margin-left: -8.33333% !important;
  margin-right: -8.33333% !important;
}

.-my-2\/12 {
  margin-top: -16.66667% !important;
  margin-bottom: -16.66667% !important;
}

.-mx-2\/12 {
  margin-left: -16.66667% !important;
  margin-right: -16.66667% !important;
}

.-my-3\/12 {
  margin-top: -25% !important;
  margin-bottom: -25% !important;
}

.-mx-3\/12 {
  margin-left: -25% !important;
  margin-right: -25% !important;
}

.-my-4\/12 {
  margin-top: -33.33333% !important;
  margin-bottom: -33.33333% !important;
}

.-mx-4\/12 {
  margin-left: -33.33333% !important;
  margin-right: -33.33333% !important;
}

.-my-5\/12 {
  margin-top: -41.66667% !important;
  margin-bottom: -41.66667% !important;
}

.-mx-5\/12 {
  margin-left: -41.66667% !important;
  margin-right: -41.66667% !important;
}

.-my-6\/12 {
  margin-top: -50% !important;
  margin-bottom: -50% !important;
}

.-mx-6\/12 {
  margin-left: -50% !important;
  margin-right: -50% !important;
}

.-my-7\/12 {
  margin-top: -58.33333% !important;
  margin-bottom: -58.33333% !important;
}

.-mx-7\/12 {
  margin-left: -58.33333% !important;
  margin-right: -58.33333% !important;
}

.-my-8\/12 {
  margin-top: -66.66667% !important;
  margin-bottom: -66.66667% !important;
}

.-mx-8\/12 {
  margin-left: -66.66667% !important;
  margin-right: -66.66667% !important;
}

.-my-9\/12 {
  margin-top: -75% !important;
  margin-bottom: -75% !important;
}

.-mx-9\/12 {
  margin-left: -75% !important;
  margin-right: -75% !important;
}

.-my-10\/12 {
  margin-top: -83.33333% !important;
  margin-bottom: -83.33333% !important;
}

.-mx-10\/12 {
  margin-left: -83.33333% !important;
  margin-right: -83.33333% !important;
}

.-my-11\/12 {
  margin-top: -91.66667% !important;
  margin-bottom: -91.66667% !important;
}

.-mx-11\/12 {
  margin-left: -91.66667% !important;
  margin-right: -91.66667% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.mr-40 {
  margin-right: 10rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.ml-40 {
  margin-left: 10rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.mr-48 {
  margin-right: 12rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.ml-48 {
  margin-left: 12rem !important;
}

.mt-56 {
  margin-top: 14rem !important;
}

.mr-56 {
  margin-right: 14rem !important;
}

.mb-56 {
  margin-bottom: 14rem !important;
}

.ml-56 {
  margin-left: 14rem !important;
}

.mt-64 {
  margin-top: 16rem !important;
}

.mr-64 {
  margin-right: 16rem !important;
}

.mb-64 {
  margin-bottom: 16rem !important;
}

.ml-64 {
  margin-left: 16rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1\/5 {
  margin-top: 20% !important;
}

.mr-1\/5 {
  margin-right: 20% !important;
}

.mb-1\/5 {
  margin-bottom: 20% !important;
}

.ml-1\/5 {
  margin-left: 20% !important;
}

.mt-2\/5 {
  margin-top: 40% !important;
}

.mr-2\/5 {
  margin-right: 40% !important;
}

.mb-2\/5 {
  margin-bottom: 40% !important;
}

.ml-2\/5 {
  margin-left: 40% !important;
}

.mt-3\/5 {
  margin-top: 60% !important;
}

.mr-3\/5 {
  margin-right: 60% !important;
}

.mb-3\/5 {
  margin-bottom: 60% !important;
}

.ml-3\/5 {
  margin-left: 60% !important;
}

.mt-4\/5 {
  margin-top: 80% !important;
}

.mr-4\/5 {
  margin-right: 80% !important;
}

.mb-4\/5 {
  margin-bottom: 80% !important;
}

.ml-4\/5 {
  margin-left: 80% !important;
}

.mt-1\/6 {
  margin-top: 16.666667% !important;
}

.mr-1\/6 {
  margin-right: 16.666667% !important;
}

.mb-1\/6 {
  margin-bottom: 16.666667% !important;
}

.ml-1\/6 {
  margin-left: 16.666667% !important;
}

.mt-2\/6 {
  margin-top: 33.333333% !important;
}

.mr-2\/6 {
  margin-right: 33.333333% !important;
}

.mb-2\/6 {
  margin-bottom: 33.333333% !important;
}

.ml-2\/6 {
  margin-left: 33.333333% !important;
}

.mt-3\/6 {
  margin-top: 50% !important;
}

.mr-3\/6 {
  margin-right: 50% !important;
}

.mb-3\/6 {
  margin-bottom: 50% !important;
}

.ml-3\/6 {
  margin-left: 50% !important;
}

.mt-4\/6 {
  margin-top: 66.666667% !important;
}

.mr-4\/6 {
  margin-right: 66.666667% !important;
}

.mb-4\/6 {
  margin-bottom: 66.666667% !important;
}

.ml-4\/6 {
  margin-left: 66.666667% !important;
}

.mt-5\/6 {
  margin-top: 83.333333% !important;
}

.mr-5\/6 {
  margin-right: 83.333333% !important;
}

.mb-5\/6 {
  margin-bottom: 83.333333% !important;
}

.ml-5\/6 {
  margin-left: 83.333333% !important;
}

.mt-1\/12 {
  margin-top: 8.333333% !important;
}

.mr-1\/12 {
  margin-right: 8.333333% !important;
}

.mb-1\/12 {
  margin-bottom: 8.333333% !important;
}

.ml-1\/12 {
  margin-left: 8.333333% !important;
}

.mt-2\/12 {
  margin-top: 16.666667% !important;
}

.mr-2\/12 {
  margin-right: 16.666667% !important;
}

.mb-2\/12 {
  margin-bottom: 16.666667% !important;
}

.ml-2\/12 {
  margin-left: 16.666667% !important;
}

.mt-3\/12 {
  margin-top: 25% !important;
}

.mr-3\/12 {
  margin-right: 25% !important;
}

.mb-3\/12 {
  margin-bottom: 25% !important;
}

.ml-3\/12 {
  margin-left: 25% !important;
}

.mt-4\/12 {
  margin-top: 33.333333% !important;
}

.mr-4\/12 {
  margin-right: 33.333333% !important;
}

.mb-4\/12 {
  margin-bottom: 33.333333% !important;
}

.ml-4\/12 {
  margin-left: 33.333333% !important;
}

.mt-5\/12 {
  margin-top: 41.666667% !important;
}

.mr-5\/12 {
  margin-right: 41.666667% !important;
}

.mb-5\/12 {
  margin-bottom: 41.666667% !important;
}

.ml-5\/12 {
  margin-left: 41.666667% !important;
}

.mt-6\/12 {
  margin-top: 50% !important;
}

.mr-6\/12 {
  margin-right: 50% !important;
}

.mb-6\/12 {
  margin-bottom: 50% !important;
}

.ml-6\/12 {
  margin-left: 50% !important;
}

.mt-7\/12 {
  margin-top: 58.333333% !important;
}

.mr-7\/12 {
  margin-right: 58.333333% !important;
}

.mb-7\/12 {
  margin-bottom: 58.333333% !important;
}

.ml-7\/12 {
  margin-left: 58.333333% !important;
}

.mt-8\/12 {
  margin-top: 66.666667% !important;
}

.mr-8\/12 {
  margin-right: 66.666667% !important;
}

.mb-8\/12 {
  margin-bottom: 66.666667% !important;
}

.ml-8\/12 {
  margin-left: 66.666667% !important;
}

.mt-9\/12 {
  margin-top: 75% !important;
}

.mr-9\/12 {
  margin-right: 75% !important;
}

.mb-9\/12 {
  margin-bottom: 75% !important;
}

.ml-9\/12 {
  margin-left: 75% !important;
}

.mt-10\/12 {
  margin-top: 83.333333% !important;
}

.mr-10\/12 {
  margin-right: 83.333333% !important;
}

.mb-10\/12 {
  margin-bottom: 83.333333% !important;
}

.ml-10\/12 {
  margin-left: 83.333333% !important;
}

.mt-11\/12 {
  margin-top: 91.666667% !important;
}

.mr-11\/12 {
  margin-right: 91.666667% !important;
}

.mb-11\/12 {
  margin-bottom: 91.666667% !important;
}

.ml-11\/12 {
  margin-left: 91.666667% !important;
}

.-mt-1 {
  margin-top: -0.25rem !important;
}

.-mr-1 {
  margin-right: -0.25rem !important;
}

.-mb-1 {
  margin-bottom: -0.25rem !important;
}

.-ml-1 {
  margin-left: -0.25rem !important;
}

.-mt-2 {
  margin-top: -0.5rem !important;
}

.-mr-2 {
  margin-right: -0.5rem !important;
}

.-mb-2 {
  margin-bottom: -0.5rem !important;
}

.-ml-2 {
  margin-left: -0.5rem !important;
}

.-mt-3 {
  margin-top: -0.75rem !important;
}

.-mr-3 {
  margin-right: -0.75rem !important;
}

.-mb-3 {
  margin-bottom: -0.75rem !important;
}

.-ml-3 {
  margin-left: -0.75rem !important;
}

.-mt-4 {
  margin-top: -1rem !important;
}

.-mr-4 {
  margin-right: -1rem !important;
}

.-mb-4 {
  margin-bottom: -1rem !important;
}

.-ml-4 {
  margin-left: -1rem !important;
}

.-mt-5 {
  margin-top: -1.25rem !important;
}

.-mr-5 {
  margin-right: -1.25rem !important;
}

.-mb-5 {
  margin-bottom: -1.25rem !important;
}

.-ml-5 {
  margin-left: -1.25rem !important;
}

.-mt-6 {
  margin-top: -1.5rem !important;
}

.-mr-6 {
  margin-right: -1.5rem !important;
}

.-mb-6 {
  margin-bottom: -1.5rem !important;
}

.-ml-6 {
  margin-left: -1.5rem !important;
}

.-mt-8 {
  margin-top: -2rem !important;
}

.-mr-8 {
  margin-right: -2rem !important;
}

.-mb-8 {
  margin-bottom: -2rem !important;
}

.-ml-8 {
  margin-left: -2rem !important;
}

.-mt-10 {
  margin-top: -2.5rem !important;
}

.-mr-10 {
  margin-right: -2.5rem !important;
}

.-mb-10 {
  margin-bottom: -2.5rem !important;
}

.-ml-10 {
  margin-left: -2.5rem !important;
}

.-mt-12 {
  margin-top: -3rem !important;
}

.-mr-12 {
  margin-right: -3rem !important;
}

.-mb-12 {
  margin-bottom: -3rem !important;
}

.-ml-12 {
  margin-left: -3rem !important;
}

.-mt-16 {
  margin-top: -4rem !important;
}

.-mr-16 {
  margin-right: -4rem !important;
}

.-mb-16 {
  margin-bottom: -4rem !important;
}

.-ml-16 {
  margin-left: -4rem !important;
}

.-mt-20 {
  margin-top: -5rem !important;
}

.-mr-20 {
  margin-right: -5rem !important;
}

.-mb-20 {
  margin-bottom: -5rem !important;
}

.-ml-20 {
  margin-left: -5rem !important;
}

.-mt-24 {
  margin-top: -6rem !important;
}

.-mr-24 {
  margin-right: -6rem !important;
}

.-mb-24 {
  margin-bottom: -6rem !important;
}

.-ml-24 {
  margin-left: -6rem !important;
}

.-mt-32 {
  margin-top: -8rem !important;
}

.-mr-32 {
  margin-right: -8rem !important;
}

.-mb-32 {
  margin-bottom: -8rem !important;
}

.-ml-32 {
  margin-left: -8rem !important;
}

.-mt-40 {
  margin-top: -10rem !important;
}

.-mr-40 {
  margin-right: -10rem !important;
}

.-mb-40 {
  margin-bottom: -10rem !important;
}

.-ml-40 {
  margin-left: -10rem !important;
}

.-mt-48 {
  margin-top: -12rem !important;
}

.-mr-48 {
  margin-right: -12rem !important;
}

.-mb-48 {
  margin-bottom: -12rem !important;
}

.-ml-48 {
  margin-left: -12rem !important;
}

.-mt-56 {
  margin-top: -14rem !important;
}

.-mr-56 {
  margin-right: -14rem !important;
}

.-mb-56 {
  margin-bottom: -14rem !important;
}

.-ml-56 {
  margin-left: -14rem !important;
}

.-mt-64 {
  margin-top: -16rem !important;
}

.-mr-64 {
  margin-right: -16rem !important;
}

.-mb-64 {
  margin-bottom: -16rem !important;
}

.-ml-64 {
  margin-left: -16rem !important;
}

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

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

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

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

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

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

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

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

.-mt-1\/3 {
  margin-top: -33.33333% !important;
}

.-mr-1\/3 {
  margin-right: -33.33333% !important;
}

.-mb-1\/3 {
  margin-bottom: -33.33333% !important;
}

.-ml-1\/3 {
  margin-left: -33.33333% !important;
}

.-mt-2\/3 {
  margin-top: -66.66667% !important;
}

.-mr-2\/3 {
  margin-right: -66.66667% !important;
}

.-mb-2\/3 {
  margin-bottom: -66.66667% !important;
}

.-ml-2\/3 {
  margin-left: -66.66667% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-1\/5 {
  margin-top: -20% !important;
}

.-mr-1\/5 {
  margin-right: -20% !important;
}

.-mb-1\/5 {
  margin-bottom: -20% !important;
}

.-ml-1\/5 {
  margin-left: -20% !important;
}

.-mt-2\/5 {
  margin-top: -40% !important;
}

.-mr-2\/5 {
  margin-right: -40% !important;
}

.-mb-2\/5 {
  margin-bottom: -40% !important;
}

.-ml-2\/5 {
  margin-left: -40% !important;
}

.-mt-3\/5 {
  margin-top: -60% !important;
}

.-mr-3\/5 {
  margin-right: -60% !important;
}

.-mb-3\/5 {
  margin-bottom: -60% !important;
}

.-ml-3\/5 {
  margin-left: -60% !important;
}

.-mt-4\/5 {
  margin-top: -80% !important;
}

.-mr-4\/5 {
  margin-right: -80% !important;
}

.-mb-4\/5 {
  margin-bottom: -80% !important;
}

.-ml-4\/5 {
  margin-left: -80% !important;
}

.-mt-1\/6 {
  margin-top: -16.66667% !important;
}

.-mr-1\/6 {
  margin-right: -16.66667% !important;
}

.-mb-1\/6 {
  margin-bottom: -16.66667% !important;
}

.-ml-1\/6 {
  margin-left: -16.66667% !important;
}

.-mt-2\/6 {
  margin-top: -33.33333% !important;
}

.-mr-2\/6 {
  margin-right: -33.33333% !important;
}

.-mb-2\/6 {
  margin-bottom: -33.33333% !important;
}

.-ml-2\/6 {
  margin-left: -33.33333% !important;
}

.-mt-3\/6 {
  margin-top: -50% !important;
}

.-mr-3\/6 {
  margin-right: -50% !important;
}

.-mb-3\/6 {
  margin-bottom: -50% !important;
}

.-ml-3\/6 {
  margin-left: -50% !important;
}

.-mt-4\/6 {
  margin-top: -66.66667% !important;
}

.-mr-4\/6 {
  margin-right: -66.66667% !important;
}

.-mb-4\/6 {
  margin-bottom: -66.66667% !important;
}

.-ml-4\/6 {
  margin-left: -66.66667% !important;
}

.-mt-5\/6 {
  margin-top: -83.33333% !important;
}

.-mr-5\/6 {
  margin-right: -83.33333% !important;
}

.-mb-5\/6 {
  margin-bottom: -83.33333% !important;
}

.-ml-5\/6 {
  margin-left: -83.33333% !important;
}

.-mt-1\/12 {
  margin-top: -8.33333% !important;
}

.-mr-1\/12 {
  margin-right: -8.33333% !important;
}

.-mb-1\/12 {
  margin-bottom: -8.33333% !important;
}

.-ml-1\/12 {
  margin-left: -8.33333% !important;
}

.-mt-2\/12 {
  margin-top: -16.66667% !important;
}

.-mr-2\/12 {
  margin-right: -16.66667% !important;
}

.-mb-2\/12 {
  margin-bottom: -16.66667% !important;
}

.-ml-2\/12 {
  margin-left: -16.66667% !important;
}

.-mt-3\/12 {
  margin-top: -25% !important;
}

.-mr-3\/12 {
  margin-right: -25% !important;
}

.-mb-3\/12 {
  margin-bottom: -25% !important;
}

.-ml-3\/12 {
  margin-left: -25% !important;
}

.-mt-4\/12 {
  margin-top: -33.33333% !important;
}

.-mr-4\/12 {
  margin-right: -33.33333% !important;
}

.-mb-4\/12 {
  margin-bottom: -33.33333% !important;
}

.-ml-4\/12 {
  margin-left: -33.33333% !important;
}

.-mt-5\/12 {
  margin-top: -41.66667% !important;
}

.-mr-5\/12 {
  margin-right: -41.66667% !important;
}

.-mb-5\/12 {
  margin-bottom: -41.66667% !important;
}

.-ml-5\/12 {
  margin-left: -41.66667% !important;
}

.-mt-6\/12 {
  margin-top: -50% !important;
}

.-mr-6\/12 {
  margin-right: -50% !important;
}

.-mb-6\/12 {
  margin-bottom: -50% !important;
}

.-ml-6\/12 {
  margin-left: -50% !important;
}

.-mt-7\/12 {
  margin-top: -58.33333% !important;
}

.-mr-7\/12 {
  margin-right: -58.33333% !important;
}

.-mb-7\/12 {
  margin-bottom: -58.33333% !important;
}

.-ml-7\/12 {
  margin-left: -58.33333% !important;
}

.-mt-8\/12 {
  margin-top: -66.66667% !important;
}

.-mr-8\/12 {
  margin-right: -66.66667% !important;
}

.-mb-8\/12 {
  margin-bottom: -66.66667% !important;
}

.-ml-8\/12 {
  margin-left: -66.66667% !important;
}

.-mt-9\/12 {
  margin-top: -75% !important;
}

.-mr-9\/12 {
  margin-right: -75% !important;
}

.-mb-9\/12 {
  margin-bottom: -75% !important;
}

.-ml-9\/12 {
  margin-left: -75% !important;
}

.-mt-10\/12 {
  margin-top: -83.33333% !important;
}

.-mr-10\/12 {
  margin-right: -83.33333% !important;
}

.-mb-10\/12 {
  margin-bottom: -83.33333% !important;
}

.-ml-10\/12 {
  margin-left: -83.33333% !important;
}

.-mt-11\/12 {
  margin-top: -91.66667% !important;
}

.-mr-11\/12 {
  margin-right: -91.66667% !important;
}

.-mb-11\/12 {
  margin-bottom: -91.66667% !important;
}

.-ml-11\/12 {
  margin-left: -91.66667% !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-w-1\/4 {
  max-width: 25% !important;
}

.max-w-1\/2 {
  max-width: 50% !important;
}

.max-w-3\/4 {
  max-width: 75% !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.min-h-full {
  min-height: 100% !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-full {
  min-width: 100% !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.focus\:opacity-0:focus {
  opacity: 0 !important;
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !important;
}

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

.focus\:outline-none:focus {
  outline: 0 !important;
}

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

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-px {
  padding: 1px !important;
}

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

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

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

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

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

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

.p-1\/5 {
  padding: 20% !important;
}

.p-2\/5 {
  padding: 40% !important;
}

.p-3\/5 {
  padding: 60% !important;
}

.p-4\/5 {
  padding: 80% !important;
}

.p-1\/6 {
  padding: 16.666667% !important;
}

.p-2\/6 {
  padding: 33.333333% !important;
}

.p-3\/6 {
  padding: 50% !important;
}

.p-4\/6 {
  padding: 66.666667% !important;
}

.p-5\/6 {
  padding: 83.333333% !important;
}

.p-1\/12 {
  padding: 8.333333% !important;
}

.p-2\/12 {
  padding: 16.666667% !important;
}

.p-3\/12 {
  padding: 25% !important;
}

.p-4\/12 {
  padding: 33.333333% !important;
}

.p-5\/12 {
  padding: 41.666667% !important;
}

.p-6\/12 {
  padding: 50% !important;
}

.p-7\/12 {
  padding: 58.333333% !important;
}

.p-8\/12 {
  padding: 66.666667% !important;
}

.p-9\/12 {
  padding: 75% !important;
}

.p-10\/12 {
  padding: 83.333333% !important;
}

.p-11\/12 {
  padding: 91.666667% !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-1\/5 {
  padding-top: 20% !important;
  padding-bottom: 20% !important;
}

.px-1\/5 {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

.py-2\/5 {
  padding-top: 40% !important;
  padding-bottom: 40% !important;
}

.px-2\/5 {
  padding-left: 40% !important;
  padding-right: 40% !important;
}

.py-3\/5 {
  padding-top: 60% !important;
  padding-bottom: 60% !important;
}

.px-3\/5 {
  padding-left: 60% !important;
  padding-right: 60% !important;
}

.py-4\/5 {
  padding-top: 80% !important;
  padding-bottom: 80% !important;
}

.px-4\/5 {
  padding-left: 80% !important;
  padding-right: 80% !important;
}

.py-1\/6 {
  padding-top: 16.666667% !important;
  padding-bottom: 16.666667% !important;
}

.px-1\/6 {
  padding-left: 16.666667% !important;
  padding-right: 16.666667% !important;
}

.py-2\/6 {
  padding-top: 33.333333% !important;
  padding-bottom: 33.333333% !important;
}

.px-2\/6 {
  padding-left: 33.333333% !important;
  padding-right: 33.333333% !important;
}

.py-3\/6 {
  padding-top: 50% !important;
  padding-bottom: 50% !important;
}

.px-3\/6 {
  padding-left: 50% !important;
  padding-right: 50% !important;
}

.py-4\/6 {
  padding-top: 66.666667% !important;
  padding-bottom: 66.666667% !important;
}

.px-4\/6 {
  padding-left: 66.666667% !important;
  padding-right: 66.666667% !important;
}

.py-5\/6 {
  padding-top: 83.333333% !important;
  padding-bottom: 83.333333% !important;
}

.px-5\/6 {
  padding-left: 83.333333% !important;
  padding-right: 83.333333% !important;
}

.py-1\/12 {
  padding-top: 8.333333% !important;
  padding-bottom: 8.333333% !important;
}

.px-1\/12 {
  padding-left: 8.333333% !important;
  padding-right: 8.333333% !important;
}

.py-2\/12 {
  padding-top: 16.666667% !important;
  padding-bottom: 16.666667% !important;
}

.px-2\/12 {
  padding-left: 16.666667% !important;
  padding-right: 16.666667% !important;
}

.py-3\/12 {
  padding-top: 25% !important;
  padding-bottom: 25% !important;
}

.px-3\/12 {
  padding-left: 25% !important;
  padding-right: 25% !important;
}

.py-4\/12 {
  padding-top: 33.333333% !important;
  padding-bottom: 33.333333% !important;
}

.px-4\/12 {
  padding-left: 33.333333% !important;
  padding-right: 33.333333% !important;
}

.py-5\/12 {
  padding-top: 41.666667% !important;
  padding-bottom: 41.666667% !important;
}

.px-5\/12 {
  padding-left: 41.666667% !important;
  padding-right: 41.666667% !important;
}

.py-6\/12 {
  padding-top: 50% !important;
  padding-bottom: 50% !important;
}

.px-6\/12 {
  padding-left: 50% !important;
  padding-right: 50% !important;
}

.py-7\/12 {
  padding-top: 58.333333% !important;
  padding-bottom: 58.333333% !important;
}

.px-7\/12 {
  padding-left: 58.333333% !important;
  padding-right: 58.333333% !important;
}

.py-8\/12 {
  padding-top: 66.666667% !important;
  padding-bottom: 66.666667% !important;
}

.px-8\/12 {
  padding-left: 66.666667% !important;
  padding-right: 66.666667% !important;
}

.py-9\/12 {
  padding-top: 75% !important;
  padding-bottom: 75% !important;
}

.px-9\/12 {
  padding-left: 75% !important;
  padding-right: 75% !important;
}

.py-10\/12 {
  padding-top: 83.333333% !important;
  padding-bottom: 83.333333% !important;
}

.px-10\/12 {
  padding-left: 83.333333% !important;
  padding-right: 83.333333% !important;
}

.py-11\/12 {
  padding-top: 91.666667% !important;
  padding-bottom: 91.666667% !important;
}

.px-11\/12 {
  padding-left: 91.666667% !important;
  padding-right: 91.666667% !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.pr-56 {
  padding-right: 14rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pl-56 {
  padding-left: 14rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pr-64 {
  padding-right: 16rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-1\/5 {
  padding-top: 20% !important;
}

.pr-1\/5 {
  padding-right: 20% !important;
}

.pb-1\/5 {
  padding-bottom: 20% !important;
}

.pl-1\/5 {
  padding-left: 20% !important;
}

.pt-2\/5 {
  padding-top: 40% !important;
}

.pr-2\/5 {
  padding-right: 40% !important;
}

.pb-2\/5 {
  padding-bottom: 40% !important;
}

.pl-2\/5 {
  padding-left: 40% !important;
}

.pt-3\/5 {
  padding-top: 60% !important;
}

.pr-3\/5 {
  padding-right: 60% !important;
}

.pb-3\/5 {
  padding-bottom: 60% !important;
}

.pl-3\/5 {
  padding-left: 60% !important;
}

.pt-4\/5 {
  padding-top: 80% !important;
}

.pr-4\/5 {
  padding-right: 80% !important;
}

.pb-4\/5 {
  padding-bottom: 80% !important;
}

.pl-4\/5 {
  padding-left: 80% !important;
}

.pt-1\/6 {
  padding-top: 16.666667% !important;
}

.pr-1\/6 {
  padding-right: 16.666667% !important;
}

.pb-1\/6 {
  padding-bottom: 16.666667% !important;
}

.pl-1\/6 {
  padding-left: 16.666667% !important;
}

.pt-2\/6 {
  padding-top: 33.333333% !important;
}

.pr-2\/6 {
  padding-right: 33.333333% !important;
}

.pb-2\/6 {
  padding-bottom: 33.333333% !important;
}

.pl-2\/6 {
  padding-left: 33.333333% !important;
}

.pt-3\/6 {
  padding-top: 50% !important;
}

.pr-3\/6 {
  padding-right: 50% !important;
}

.pb-3\/6 {
  padding-bottom: 50% !important;
}

.pl-3\/6 {
  padding-left: 50% !important;
}

.pt-4\/6 {
  padding-top: 66.666667% !important;
}

.pr-4\/6 {
  padding-right: 66.666667% !important;
}

.pb-4\/6 {
  padding-bottom: 66.666667% !important;
}

.pl-4\/6 {
  padding-left: 66.666667% !important;
}

.pt-5\/6 {
  padding-top: 83.333333% !important;
}

.pr-5\/6 {
  padding-right: 83.333333% !important;
}

.pb-5\/6 {
  padding-bottom: 83.333333% !important;
}

.pl-5\/6 {
  padding-left: 83.333333% !important;
}

.pt-1\/12 {
  padding-top: 8.333333% !important;
}

.pr-1\/12 {
  padding-right: 8.333333% !important;
}

.pb-1\/12 {
  padding-bottom: 8.333333% !important;
}

.pl-1\/12 {
  padding-left: 8.333333% !important;
}

.pt-2\/12 {
  padding-top: 16.666667% !important;
}

.pr-2\/12 {
  padding-right: 16.666667% !important;
}

.pb-2\/12 {
  padding-bottom: 16.666667% !important;
}

.pl-2\/12 {
  padding-left: 16.666667% !important;
}

.pt-3\/12 {
  padding-top: 25% !important;
}

.pr-3\/12 {
  padding-right: 25% !important;
}

.pb-3\/12 {
  padding-bottom: 25% !important;
}

.pl-3\/12 {
  padding-left: 25% !important;
}

.pt-4\/12 {
  padding-top: 33.333333% !important;
}

.pr-4\/12 {
  padding-right: 33.333333% !important;
}

.pb-4\/12 {
  padding-bottom: 33.333333% !important;
}

.pl-4\/12 {
  padding-left: 33.333333% !important;
}

.pt-5\/12 {
  padding-top: 41.666667% !important;
}

.pr-5\/12 {
  padding-right: 41.666667% !important;
}

.pb-5\/12 {
  padding-bottom: 41.666667% !important;
}

.pl-5\/12 {
  padding-left: 41.666667% !important;
}

.pt-6\/12 {
  padding-top: 50% !important;
}

.pr-6\/12 {
  padding-right: 50% !important;
}

.pb-6\/12 {
  padding-bottom: 50% !important;
}

.pl-6\/12 {
  padding-left: 50% !important;
}

.pt-7\/12 {
  padding-top: 58.333333% !important;
}

.pr-7\/12 {
  padding-right: 58.333333% !important;
}

.pb-7\/12 {
  padding-bottom: 58.333333% !important;
}

.pl-7\/12 {
  padding-left: 58.333333% !important;
}

.pt-8\/12 {
  padding-top: 66.666667% !important;
}

.pr-8\/12 {
  padding-right: 66.666667% !important;
}

.pb-8\/12 {
  padding-bottom: 66.666667% !important;
}

.pl-8\/12 {
  padding-left: 66.666667% !important;
}

.pt-9\/12 {
  padding-top: 75% !important;
}

.pr-9\/12 {
  padding-right: 75% !important;
}

.pb-9\/12 {
  padding-bottom: 75% !important;
}

.pl-9\/12 {
  padding-left: 75% !important;
}

.pt-10\/12 {
  padding-top: 83.333333% !important;
}

.pr-10\/12 {
  padding-right: 83.333333% !important;
}

.pb-10\/12 {
  padding-bottom: 83.333333% !important;
}

.pl-10\/12 {
  padding-left: 83.333333% !important;
}

.pt-11\/12 {
  padding-top: 91.666667% !important;
}

.pr-11\/12 {
  padding-right: 91.666667% !important;
}

.pb-11\/12 {
  padding-bottom: 91.666667% !important;
}

.pl-11\/12 {
  padding-left: 91.666667% !important;
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent !important;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent !important;
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent !important;
}

.placeholder-transparent::placeholder {
  color: transparent !important;
}

.placeholder-black::-webkit-input-placeholder {
  color: #000 !important;
}

.placeholder-black::-moz-placeholder {
  color: #000 !important;
}

.placeholder-black:-ms-input-placeholder {
  color: #000 !important;
}

.placeholder-black::-ms-input-placeholder {
  color: #000 !important;
}

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

.placeholder-white::-webkit-input-placeholder {
  color: #fff !important;
}

.placeholder-white::-moz-placeholder {
  color: #fff !important;
}

.placeholder-white:-ms-input-placeholder {
  color: #fff !important;
}

.placeholder-white::-ms-input-placeholder {
  color: #fff !important;
}

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

.placeholder-gray-100::-webkit-input-placeholder {
  color: #f7fafc !important;
}

.placeholder-gray-100::-moz-placeholder {
  color: #f7fafc !important;
}

.placeholder-gray-100:-ms-input-placeholder {
  color: #f7fafc !important;
}

.placeholder-gray-100::-ms-input-placeholder {
  color: #f7fafc !important;
}

.placeholder-gray-100::placeholder {
  color: #f7fafc !important;
}

.placeholder-gray-200::-webkit-input-placeholder {
  color: #edf2f7 !important;
}

.placeholder-gray-200::-moz-placeholder {
  color: #edf2f7 !important;
}

.placeholder-gray-200:-ms-input-placeholder {
  color: #edf2f7 !important;
}

.placeholder-gray-200::-ms-input-placeholder {
  color: #edf2f7 !important;
}

.placeholder-gray-200::placeholder {
  color: #edf2f7 !important;
}

.placeholder-gray-300::-webkit-input-placeholder {
  color: #e2e8f0 !important;
}

.placeholder-gray-300::-moz-placeholder {
  color: #e2e8f0 !important;
}

.placeholder-gray-300:-ms-input-placeholder {
  color: #e2e8f0 !important;
}

.placeholder-gray-300::-ms-input-placeholder {
  color: #e2e8f0 !important;
}

.placeholder-gray-300::placeholder {
  color: #e2e8f0 !important;
}

.placeholder-gray-400::-webkit-input-placeholder {
  color: #cbd5e0 !important;
}

.placeholder-gray-400::-moz-placeholder {
  color: #cbd5e0 !important;
}

.placeholder-gray-400:-ms-input-placeholder {
  color: #cbd5e0 !important;
}

.placeholder-gray-400::-ms-input-placeholder {
  color: #cbd5e0 !important;
}

.placeholder-gray-400::placeholder {
  color: #cbd5e0 !important;
}

.placeholder-gray-500::-webkit-input-placeholder {
  color: #a0aec0 !important;
}

.placeholder-gray-500::-moz-placeholder {
  color: #a0aec0 !important;
}

.placeholder-gray-500:-ms-input-placeholder {
  color: #a0aec0 !important;
}

.placeholder-gray-500::-ms-input-placeholder {
  color: #a0aec0 !important;
}

.placeholder-gray-500::placeholder {
  color: #a0aec0 !important;
}

.placeholder-gray-600::-webkit-input-placeholder {
  color: #718096 !important;
}

.placeholder-gray-600::-moz-placeholder {
  color: #718096 !important;
}

.placeholder-gray-600:-ms-input-placeholder {
  color: #718096 !important;
}

.placeholder-gray-600::-ms-input-placeholder {
  color: #718096 !important;
}

.placeholder-gray-600::placeholder {
  color: #718096 !important;
}

.placeholder-gray-700::-webkit-input-placeholder {
  color: #4a5568 !important;
}

.placeholder-gray-700::-moz-placeholder {
  color: #4a5568 !important;
}

.placeholder-gray-700:-ms-input-placeholder {
  color: #4a5568 !important;
}

.placeholder-gray-700::-ms-input-placeholder {
  color: #4a5568 !important;
}

.placeholder-gray-700::placeholder {
  color: #4a5568 !important;
}

.placeholder-gray-800::-webkit-input-placeholder {
  color: #2d3748 !important;
}

.placeholder-gray-800::-moz-placeholder {
  color: #2d3748 !important;
}

.placeholder-gray-800:-ms-input-placeholder {
  color: #2d3748 !important;
}

.placeholder-gray-800::-ms-input-placeholder {
  color: #2d3748 !important;
}

.placeholder-gray-800::placeholder {
  color: #2d3748 !important;
}

.placeholder-gray-900::-webkit-input-placeholder {
  color: #1a202c !important;
}

.placeholder-gray-900::-moz-placeholder {
  color: #1a202c !important;
}

.placeholder-gray-900:-ms-input-placeholder {
  color: #1a202c !important;
}

.placeholder-gray-900::-ms-input-placeholder {
  color: #1a202c !important;
}

.placeholder-gray-900::placeholder {
  color: #1a202c !important;
}

.placeholder-red-100::-webkit-input-placeholder {
  color: #fff5f5 !important;
}

.placeholder-red-100::-moz-placeholder {
  color: #fff5f5 !important;
}

.placeholder-red-100:-ms-input-placeholder {
  color: #fff5f5 !important;
}

.placeholder-red-100::-ms-input-placeholder {
  color: #fff5f5 !important;
}

.placeholder-red-100::placeholder {
  color: #fff5f5 !important;
}

.placeholder-red-200::-webkit-input-placeholder {
  color: #fed7d7 !important;
}

.placeholder-red-200::-moz-placeholder {
  color: #fed7d7 !important;
}

.placeholder-red-200:-ms-input-placeholder {
  color: #fed7d7 !important;
}

.placeholder-red-200::-ms-input-placeholder {
  color: #fed7d7 !important;
}

.placeholder-red-200::placeholder {
  color: #fed7d7 !important;
}

.placeholder-red-300::-webkit-input-placeholder {
  color: #feb2b2 !important;
}

.placeholder-red-300::-moz-placeholder {
  color: #feb2b2 !important;
}

.placeholder-red-300:-ms-input-placeholder {
  color: #feb2b2 !important;
}

.placeholder-red-300::-ms-input-placeholder {
  color: #feb2b2 !important;
}

.placeholder-red-300::placeholder {
  color: #feb2b2 !important;
}

.placeholder-red-400::-webkit-input-placeholder {
  color: #fc8181 !important;
}

.placeholder-red-400::-moz-placeholder {
  color: #fc8181 !important;
}

.placeholder-red-400:-ms-input-placeholder {
  color: #fc8181 !important;
}

.placeholder-red-400::-ms-input-placeholder {
  color: #fc8181 !important;
}

.placeholder-red-400::placeholder {
  color: #fc8181 !important;
}

.placeholder-red-500::-webkit-input-placeholder {
  color: #f56565 !important;
}

.placeholder-red-500::-moz-placeholder {
  color: #f56565 !important;
}

.placeholder-red-500:-ms-input-placeholder {
  color: #f56565 !important;
}

.placeholder-red-500::-ms-input-placeholder {
  color: #f56565 !important;
}

.placeholder-red-500::placeholder {
  color: #f56565 !important;
}

.placeholder-red-600::-webkit-input-placeholder {
  color: #e53e3e !important;
}

.placeholder-red-600::-moz-placeholder {
  color: #e53e3e !important;
}

.placeholder-red-600:-ms-input-placeholder {
  color: #e53e3e !important;
}

.placeholder-red-600::-ms-input-placeholder {
  color: #e53e3e !important;
}

.placeholder-red-600::placeholder {
  color: #e53e3e !important;
}

.placeholder-red-700::-webkit-input-placeholder {
  color: #c53030 !important;
}

.placeholder-red-700::-moz-placeholder {
  color: #c53030 !important;
}

.placeholder-red-700:-ms-input-placeholder {
  color: #c53030 !important;
}

.placeholder-red-700::-ms-input-placeholder {
  color: #c53030 !important;
}

.placeholder-red-700::placeholder {
  color: #c53030 !important;
}

.placeholder-red-800::-webkit-input-placeholder {
  color: #9b2c2c !important;
}

.placeholder-red-800::-moz-placeholder {
  color: #9b2c2c !important;
}

.placeholder-red-800:-ms-input-placeholder {
  color: #9b2c2c !important;
}

.placeholder-red-800::-ms-input-placeholder {
  color: #9b2c2c !important;
}

.placeholder-red-800::placeholder {
  color: #9b2c2c !important;
}

.placeholder-red-900::-webkit-input-placeholder {
  color: #742a2a !important;
}

.placeholder-red-900::-moz-placeholder {
  color: #742a2a !important;
}

.placeholder-red-900:-ms-input-placeholder {
  color: #742a2a !important;
}

.placeholder-red-900::-ms-input-placeholder {
  color: #742a2a !important;
}

.placeholder-red-900::placeholder {
  color: #742a2a !important;
}

.placeholder-orange-100::-webkit-input-placeholder {
  color: #fffaf0 !important;
}

.placeholder-orange-100::-moz-placeholder {
  color: #fffaf0 !important;
}

.placeholder-orange-100:-ms-input-placeholder {
  color: #fffaf0 !important;
}

.placeholder-orange-100::-ms-input-placeholder {
  color: #fffaf0 !important;
}

.placeholder-orange-100::placeholder {
  color: #fffaf0 !important;
}

.placeholder-orange-200::-webkit-input-placeholder {
  color: #feebc8 !important;
}

.placeholder-orange-200::-moz-placeholder {
  color: #feebc8 !important;
}

.placeholder-orange-200:-ms-input-placeholder {
  color: #feebc8 !important;
}

.placeholder-orange-200::-ms-input-placeholder {
  color: #feebc8 !important;
}

.placeholder-orange-200::placeholder {
  color: #feebc8 !important;
}

.placeholder-orange-300::-webkit-input-placeholder {
  color: #fbd38d !important;
}

.placeholder-orange-300::-moz-placeholder {
  color: #fbd38d !important;
}

.placeholder-orange-300:-ms-input-placeholder {
  color: #fbd38d !important;
}

.placeholder-orange-300::-ms-input-placeholder {
  color: #fbd38d !important;
}

.placeholder-orange-300::placeholder {
  color: #fbd38d !important;
}

.placeholder-orange-400::-webkit-input-placeholder {
  color: #f6ad55 !important;
}

.placeholder-orange-400::-moz-placeholder {
  color: #f6ad55 !important;
}

.placeholder-orange-400:-ms-input-placeholder {
  color: #f6ad55 !important;
}

.placeholder-orange-400::-ms-input-placeholder {
  color: #f6ad55 !important;
}

.placeholder-orange-400::placeholder {
  color: #f6ad55 !important;
}

.placeholder-orange-500::-webkit-input-placeholder {
  color: #ed8936 !important;
}

.placeholder-orange-500::-moz-placeholder {
  color: #ed8936 !important;
}

.placeholder-orange-500:-ms-input-placeholder {
  color: #ed8936 !important;
}

.placeholder-orange-500::-ms-input-placeholder {
  color: #ed8936 !important;
}

.placeholder-orange-500::placeholder {
  color: #ed8936 !important;
}

.placeholder-orange-600::-webkit-input-placeholder {
  color: #dd6b20 !important;
}

.placeholder-orange-600::-moz-placeholder {
  color: #dd6b20 !important;
}

.placeholder-orange-600:-ms-input-placeholder {
  color: #dd6b20 !important;
}

.placeholder-orange-600::-ms-input-placeholder {
  color: #dd6b20 !important;
}

.placeholder-orange-600::placeholder {
  color: #dd6b20 !important;
}

.placeholder-orange-700::-webkit-input-placeholder {
  color: #c05621 !important;
}

.placeholder-orange-700::-moz-placeholder {
  color: #c05621 !important;
}

.placeholder-orange-700:-ms-input-placeholder {
  color: #c05621 !important;
}

.placeholder-orange-700::-ms-input-placeholder {
  color: #c05621 !important;
}

.placeholder-orange-700::placeholder {
  color: #c05621 !important;
}

.placeholder-orange-800::-webkit-input-placeholder {
  color: #9c4221 !important;
}

.placeholder-orange-800::-moz-placeholder {
  color: #9c4221 !important;
}

.placeholder-orange-800:-ms-input-placeholder {
  color: #9c4221 !important;
}

.placeholder-orange-800::-ms-input-placeholder {
  color: #9c4221 !important;
}

.placeholder-orange-800::placeholder {
  color: #9c4221 !important;
}

.placeholder-orange-900::-webkit-input-placeholder {
  color: #7b341e !important;
}

.placeholder-orange-900::-moz-placeholder {
  color: #7b341e !important;
}

.placeholder-orange-900:-ms-input-placeholder {
  color: #7b341e !important;
}

.placeholder-orange-900::-ms-input-placeholder {
  color: #7b341e !important;
}

.placeholder-orange-900::placeholder {
  color: #7b341e !important;
}

.placeholder-yellow-100::-webkit-input-placeholder {
  color: #fffff0 !important;
}

.placeholder-yellow-100::-moz-placeholder {
  color: #fffff0 !important;
}

.placeholder-yellow-100:-ms-input-placeholder {
  color: #fffff0 !important;
}

.placeholder-yellow-100::-ms-input-placeholder {
  color: #fffff0 !important;
}

.placeholder-yellow-100::placeholder {
  color: #fffff0 !important;
}

.placeholder-yellow-200::-webkit-input-placeholder {
  color: #fefcbf !important;
}

.placeholder-yellow-200::-moz-placeholder {
  color: #fefcbf !important;
}

.placeholder-yellow-200:-ms-input-placeholder {
  color: #fefcbf !important;
}

.placeholder-yellow-200::-ms-input-placeholder {
  color: #fefcbf !important;
}

.placeholder-yellow-200::placeholder {
  color: #fefcbf !important;
}

.placeholder-yellow-300::-webkit-input-placeholder {
  color: #faf089 !important;
}

.placeholder-yellow-300::-moz-placeholder {
  color: #faf089 !important;
}

.placeholder-yellow-300:-ms-input-placeholder {
  color: #faf089 !important;
}

.placeholder-yellow-300::-ms-input-placeholder {
  color: #faf089 !important;
}

.placeholder-yellow-300::placeholder {
  color: #faf089 !important;
}

.placeholder-yellow-400::-webkit-input-placeholder {
  color: #f6e05e !important;
}

.placeholder-yellow-400::-moz-placeholder {
  color: #f6e05e !important;
}

.placeholder-yellow-400:-ms-input-placeholder {
  color: #f6e05e !important;
}

.placeholder-yellow-400::-ms-input-placeholder {
  color: #f6e05e !important;
}

.placeholder-yellow-400::placeholder {
  color: #f6e05e !important;
}

.placeholder-yellow-500::-webkit-input-placeholder {
  color: #ecc94b !important;
}

.placeholder-yellow-500::-moz-placeholder {
  color: #ecc94b !important;
}

.placeholder-yellow-500:-ms-input-placeholder {
  color: #ecc94b !important;
}

.placeholder-yellow-500::-ms-input-placeholder {
  color: #ecc94b !important;
}

.placeholder-yellow-500::placeholder {
  color: #ecc94b !important;
}

.placeholder-yellow-600::-webkit-input-placeholder {
  color: #d69e2e !important;
}

.placeholder-yellow-600::-moz-placeholder {
  color: #d69e2e !important;
}

.placeholder-yellow-600:-ms-input-placeholder {
  color: #d69e2e !important;
}

.placeholder-yellow-600::-ms-input-placeholder {
  color: #d69e2e !important;
}

.placeholder-yellow-600::placeholder {
  color: #d69e2e !important;
}

.placeholder-yellow-700::-webkit-input-placeholder {
  color: #b7791f !important;
}

.placeholder-yellow-700::-moz-placeholder {
  color: #b7791f !important;
}

.placeholder-yellow-700:-ms-input-placeholder {
  color: #b7791f !important;
}

.placeholder-yellow-700::-ms-input-placeholder {
  color: #b7791f !important;
}

.placeholder-yellow-700::placeholder {
  color: #b7791f !important;
}

.placeholder-yellow-800::-webkit-input-placeholder {
  color: #975a16 !important;
}

.placeholder-yellow-800::-moz-placeholder {
  color: #975a16 !important;
}

.placeholder-yellow-800:-ms-input-placeholder {
  color: #975a16 !important;
}

.placeholder-yellow-800::-ms-input-placeholder {
  color: #975a16 !important;
}

.placeholder-yellow-800::placeholder {
  color: #975a16 !important;
}

.placeholder-yellow-900::-webkit-input-placeholder {
  color: #744210 !important;
}

.placeholder-yellow-900::-moz-placeholder {
  color: #744210 !important;
}

.placeholder-yellow-900:-ms-input-placeholder {
  color: #744210 !important;
}

.placeholder-yellow-900::-ms-input-placeholder {
  color: #744210 !important;
}

.placeholder-yellow-900::placeholder {
  color: #744210 !important;
}

.placeholder-green-100::-webkit-input-placeholder {
  color: #f0fff4 !important;
}

.placeholder-green-100::-moz-placeholder {
  color: #f0fff4 !important;
}

.placeholder-green-100:-ms-input-placeholder {
  color: #f0fff4 !important;
}

.placeholder-green-100::-ms-input-placeholder {
  color: #f0fff4 !important;
}

.placeholder-green-100::placeholder {
  color: #f0fff4 !important;
}

.placeholder-green-200::-webkit-input-placeholder {
  color: #c6f6d5 !important;
}

.placeholder-green-200::-moz-placeholder {
  color: #c6f6d5 !important;
}

.placeholder-green-200:-ms-input-placeholder {
  color: #c6f6d5 !important;
}

.placeholder-green-200::-ms-input-placeholder {
  color: #c6f6d5 !important;
}

.placeholder-green-200::placeholder {
  color: #c6f6d5 !important;
}

.placeholder-green-300::-webkit-input-placeholder {
  color: #9ae6b4 !important;
}

.placeholder-green-300::-moz-placeholder {
  color: #9ae6b4 !important;
}

.placeholder-green-300:-ms-input-placeholder {
  color: #9ae6b4 !important;
}

.placeholder-green-300::-ms-input-placeholder {
  color: #9ae6b4 !important;
}

.placeholder-green-300::placeholder {
  color: #9ae6b4 !important;
}

.placeholder-green-400::-webkit-input-placeholder {
  color: #68d391 !important;
}

.placeholder-green-400::-moz-placeholder {
  color: #68d391 !important;
}

.placeholder-green-400:-ms-input-placeholder {
  color: #68d391 !important;
}

.placeholder-green-400::-ms-input-placeholder {
  color: #68d391 !important;
}

.placeholder-green-400::placeholder {
  color: #68d391 !important;
}

.placeholder-green-500::-webkit-input-placeholder {
  color: #48bb78 !important;
}

.placeholder-green-500::-moz-placeholder {
  color: #48bb78 !important;
}

.placeholder-green-500:-ms-input-placeholder {
  color: #48bb78 !important;
}

.placeholder-green-500::-ms-input-placeholder {
  color: #48bb78 !important;
}

.placeholder-green-500::placeholder {
  color: #48bb78 !important;
}

.placeholder-green-600::-webkit-input-placeholder {
  color: #38a169 !important;
}

.placeholder-green-600::-moz-placeholder {
  color: #38a169 !important;
}

.placeholder-green-600:-ms-input-placeholder {
  color: #38a169 !important;
}

.placeholder-green-600::-ms-input-placeholder {
  color: #38a169 !important;
}

.placeholder-green-600::placeholder {
  color: #38a169 !important;
}

.placeholder-green-700::-webkit-input-placeholder {
  color: #2f855a !important;
}

.placeholder-green-700::-moz-placeholder {
  color: #2f855a !important;
}

.placeholder-green-700:-ms-input-placeholder {
  color: #2f855a !important;
}

.placeholder-green-700::-ms-input-placeholder {
  color: #2f855a !important;
}

.placeholder-green-700::placeholder {
  color: #2f855a !important;
}

.placeholder-green-800::-webkit-input-placeholder {
  color: #276749 !important;
}

.placeholder-green-800::-moz-placeholder {
  color: #276749 !important;
}

.placeholder-green-800:-ms-input-placeholder {
  color: #276749 !important;
}

.placeholder-green-800::-ms-input-placeholder {
  color: #276749 !important;
}

.placeholder-green-800::placeholder {
  color: #276749 !important;
}

.placeholder-green-900::-webkit-input-placeholder {
  color: #22543d !important;
}

.placeholder-green-900::-moz-placeholder {
  color: #22543d !important;
}

.placeholder-green-900:-ms-input-placeholder {
  color: #22543d !important;
}

.placeholder-green-900::-ms-input-placeholder {
  color: #22543d !important;
}

.placeholder-green-900::placeholder {
  color: #22543d !important;
}

.placeholder-teal-100::-webkit-input-placeholder {
  color: #e6fffa !important;
}

.placeholder-teal-100::-moz-placeholder {
  color: #e6fffa !important;
}

.placeholder-teal-100:-ms-input-placeholder {
  color: #e6fffa !important;
}

.placeholder-teal-100::-ms-input-placeholder {
  color: #e6fffa !important;
}

.placeholder-teal-100::placeholder {
  color: #e6fffa !important;
}

.placeholder-teal-200::-webkit-input-placeholder {
  color: #b2f5ea !important;
}

.placeholder-teal-200::-moz-placeholder {
  color: #b2f5ea !important;
}

.placeholder-teal-200:-ms-input-placeholder {
  color: #b2f5ea !important;
}

.placeholder-teal-200::-ms-input-placeholder {
  color: #b2f5ea !important;
}

.placeholder-teal-200::placeholder {
  color: #b2f5ea !important;
}

.placeholder-teal-300::-webkit-input-placeholder {
  color: #81e6d9 !important;
}

.placeholder-teal-300::-moz-placeholder {
  color: #81e6d9 !important;
}

.placeholder-teal-300:-ms-input-placeholder {
  color: #81e6d9 !important;
}

.placeholder-teal-300::-ms-input-placeholder {
  color: #81e6d9 !important;
}

.placeholder-teal-300::placeholder {
  color: #81e6d9 !important;
}

.placeholder-teal-400::-webkit-input-placeholder {
  color: #4fd1c5 !important;
}

.placeholder-teal-400::-moz-placeholder {
  color: #4fd1c5 !important;
}

.placeholder-teal-400:-ms-input-placeholder {
  color: #4fd1c5 !important;
}

.placeholder-teal-400::-ms-input-placeholder {
  color: #4fd1c5 !important;
}

.placeholder-teal-400::placeholder {
  color: #4fd1c5 !important;
}

.placeholder-teal-500::-webkit-input-placeholder {
  color: #38b2ac !important;
}

.placeholder-teal-500::-moz-placeholder {
  color: #38b2ac !important;
}

.placeholder-teal-500:-ms-input-placeholder {
  color: #38b2ac !important;
}

.placeholder-teal-500::-ms-input-placeholder {
  color: #38b2ac !important;
}

.placeholder-teal-500::placeholder {
  color: #38b2ac !important;
}

.placeholder-teal-600::-webkit-input-placeholder {
  color: #319795 !important;
}

.placeholder-teal-600::-moz-placeholder {
  color: #319795 !important;
}

.placeholder-teal-600:-ms-input-placeholder {
  color: #319795 !important;
}

.placeholder-teal-600::-ms-input-placeholder {
  color: #319795 !important;
}

.placeholder-teal-600::placeholder {
  color: #319795 !important;
}

.placeholder-teal-700::-webkit-input-placeholder {
  color: #2c7a7b !important;
}

.placeholder-teal-700::-moz-placeholder {
  color: #2c7a7b !important;
}

.placeholder-teal-700:-ms-input-placeholder {
  color: #2c7a7b !important;
}

.placeholder-teal-700::-ms-input-placeholder {
  color: #2c7a7b !important;
}

.placeholder-teal-700::placeholder {
  color: #2c7a7b !important;
}

.placeholder-teal-800::-webkit-input-placeholder {
  color: #285e61 !important;
}

.placeholder-teal-800::-moz-placeholder {
  color: #285e61 !important;
}

.placeholder-teal-800:-ms-input-placeholder {
  color: #285e61 !important;
}

.placeholder-teal-800::-ms-input-placeholder {
  color: #285e61 !important;
}

.placeholder-teal-800::placeholder {
  color: #285e61 !important;
}

.placeholder-teal-900::-webkit-input-placeholder {
  color: #234e52 !important;
}

.placeholder-teal-900::-moz-placeholder {
  color: #234e52 !important;
}

.placeholder-teal-900:-ms-input-placeholder {
  color: #234e52 !important;
}

.placeholder-teal-900::-ms-input-placeholder {
  color: #234e52 !important;
}

.placeholder-teal-900::placeholder {
  color: #234e52 !important;
}

.placeholder-blue-100::-webkit-input-placeholder {
  color: #ebf8ff !important;
}

.placeholder-blue-100::-moz-placeholder {
  color: #ebf8ff !important;
}

.placeholder-blue-100:-ms-input-placeholder {
  color: #ebf8ff !important;
}

.placeholder-blue-100::-ms-input-placeholder {
  color: #ebf8ff !important;
}

.placeholder-blue-100::placeholder {
  color: #ebf8ff !important;
}

.placeholder-blue-200::-webkit-input-placeholder {
  color: #bee3f8 !important;
}

.placeholder-blue-200::-moz-placeholder {
  color: #bee3f8 !important;
}

.placeholder-blue-200:-ms-input-placeholder {
  color: #bee3f8 !important;
}

.placeholder-blue-200::-ms-input-placeholder {
  color: #bee3f8 !important;
}

.placeholder-blue-200::placeholder {
  color: #bee3f8 !important;
}

.placeholder-blue-300::-webkit-input-placeholder {
  color: #90cdf4 !important;
}

.placeholder-blue-300::-moz-placeholder {
  color: #90cdf4 !important;
}

.placeholder-blue-300:-ms-input-placeholder {
  color: #90cdf4 !important;
}

.placeholder-blue-300::-ms-input-placeholder {
  color: #90cdf4 !important;
}

.placeholder-blue-300::placeholder {
  color: #90cdf4 !important;
}

.placeholder-blue-400::-webkit-input-placeholder {
  color: #63b3ed !important;
}

.placeholder-blue-400::-moz-placeholder {
  color: #63b3ed !important;
}

.placeholder-blue-400:-ms-input-placeholder {
  color: #63b3ed !important;
}

.placeholder-blue-400::-ms-input-placeholder {
  color: #63b3ed !important;
}

.placeholder-blue-400::placeholder {
  color: #63b3ed !important;
}

.placeholder-blue-500::-webkit-input-placeholder {
  color: #4299e1 !important;
}

.placeholder-blue-500::-moz-placeholder {
  color: #4299e1 !important;
}

.placeholder-blue-500:-ms-input-placeholder {
  color: #4299e1 !important;
}

.placeholder-blue-500::-ms-input-placeholder {
  color: #4299e1 !important;
}

.placeholder-blue-500::placeholder {
  color: #4299e1 !important;
}

.placeholder-blue-600::-webkit-input-placeholder {
  color: #3182ce !important;
}

.placeholder-blue-600::-moz-placeholder {
  color: #3182ce !important;
}

.placeholder-blue-600:-ms-input-placeholder {
  color: #3182ce !important;
}

.placeholder-blue-600::-ms-input-placeholder {
  color: #3182ce !important;
}

.placeholder-blue-600::placeholder {
  color: #3182ce !important;
}

.placeholder-blue-700::-webkit-input-placeholder {
  color: #2b6cb0 !important;
}

.placeholder-blue-700::-moz-placeholder {
  color: #2b6cb0 !important;
}

.placeholder-blue-700:-ms-input-placeholder {
  color: #2b6cb0 !important;
}

.placeholder-blue-700::-ms-input-placeholder {
  color: #2b6cb0 !important;
}

.placeholder-blue-700::placeholder {
  color: #2b6cb0 !important;
}

.placeholder-blue-800::-webkit-input-placeholder {
  color: #2c5282 !important;
}

.placeholder-blue-800::-moz-placeholder {
  color: #2c5282 !important;
}

.placeholder-blue-800:-ms-input-placeholder {
  color: #2c5282 !important;
}

.placeholder-blue-800::-ms-input-placeholder {
  color: #2c5282 !important;
}

.placeholder-blue-800::placeholder {
  color: #2c5282 !important;
}

.placeholder-blue-900::-webkit-input-placeholder {
  color: #2a4365 !important;
}

.placeholder-blue-900::-moz-placeholder {
  color: #2a4365 !important;
}

.placeholder-blue-900:-ms-input-placeholder {
  color: #2a4365 !important;
}

.placeholder-blue-900::-ms-input-placeholder {
  color: #2a4365 !important;
}

.placeholder-blue-900::placeholder {
  color: #2a4365 !important;
}

.placeholder-indigo-100::-webkit-input-placeholder {
  color: #ebf4ff !important;
}

.placeholder-indigo-100::-moz-placeholder {
  color: #ebf4ff !important;
}

.placeholder-indigo-100:-ms-input-placeholder {
  color: #ebf4ff !important;
}

.placeholder-indigo-100::-ms-input-placeholder {
  color: #ebf4ff !important;
}

.placeholder-indigo-100::placeholder {
  color: #ebf4ff !important;
}

.placeholder-indigo-200::-webkit-input-placeholder {
  color: #c3dafe !important;
}

.placeholder-indigo-200::-moz-placeholder {
  color: #c3dafe !important;
}

.placeholder-indigo-200:-ms-input-placeholder {
  color: #c3dafe !important;
}

.placeholder-indigo-200::-ms-input-placeholder {
  color: #c3dafe !important;
}

.placeholder-indigo-200::placeholder {
  color: #c3dafe !important;
}

.placeholder-indigo-300::-webkit-input-placeholder {
  color: #a3bffa !important;
}

.placeholder-indigo-300::-moz-placeholder {
  color: #a3bffa !important;
}

.placeholder-indigo-300:-ms-input-placeholder {
  color: #a3bffa !important;
}

.placeholder-indigo-300::-ms-input-placeholder {
  color: #a3bffa !important;
}

.placeholder-indigo-300::placeholder {
  color: #a3bffa !important;
}

.placeholder-indigo-400::-webkit-input-placeholder {
  color: #7f9cf5 !important;
}

.placeholder-indigo-400::-moz-placeholder {
  color: #7f9cf5 !important;
}

.placeholder-indigo-400:-ms-input-placeholder {
  color: #7f9cf5 !important;
}

.placeholder-indigo-400::-ms-input-placeholder {
  color: #7f9cf5 !important;
}

.placeholder-indigo-400::placeholder {
  color: #7f9cf5 !important;
}

.placeholder-indigo-500::-webkit-input-placeholder {
  color: #667eea !important;
}

.placeholder-indigo-500::-moz-placeholder {
  color: #667eea !important;
}

.placeholder-indigo-500:-ms-input-placeholder {
  color: #667eea !important;
}

.placeholder-indigo-500::-ms-input-placeholder {
  color: #667eea !important;
}

.placeholder-indigo-500::placeholder {
  color: #667eea !important;
}

.placeholder-indigo-600::-webkit-input-placeholder {
  color: #5a67d8 !important;
}

.placeholder-indigo-600::-moz-placeholder {
  color: #5a67d8 !important;
}

.placeholder-indigo-600:-ms-input-placeholder {
  color: #5a67d8 !important;
}

.placeholder-indigo-600::-ms-input-placeholder {
  color: #5a67d8 !important;
}

.placeholder-indigo-600::placeholder {
  color: #5a67d8 !important;
}

.placeholder-indigo-700::-webkit-input-placeholder {
  color: #4c51bf !important;
}

.placeholder-indigo-700::-moz-placeholder {
  color: #4c51bf !important;
}

.placeholder-indigo-700:-ms-input-placeholder {
  color: #4c51bf !important;
}

.placeholder-indigo-700::-ms-input-placeholder {
  color: #4c51bf !important;
}

.placeholder-indigo-700::placeholder {
  color: #4c51bf !important;
}

.placeholder-indigo-800::-webkit-input-placeholder {
  color: #434190 !important;
}

.placeholder-indigo-800::-moz-placeholder {
  color: #434190 !important;
}

.placeholder-indigo-800:-ms-input-placeholder {
  color: #434190 !important;
}

.placeholder-indigo-800::-ms-input-placeholder {
  color: #434190 !important;
}

.placeholder-indigo-800::placeholder {
  color: #434190 !important;
}

.placeholder-indigo-900::-webkit-input-placeholder {
  color: #3c366b !important;
}

.placeholder-indigo-900::-moz-placeholder {
  color: #3c366b !important;
}

.placeholder-indigo-900:-ms-input-placeholder {
  color: #3c366b !important;
}

.placeholder-indigo-900::-ms-input-placeholder {
  color: #3c366b !important;
}

.placeholder-indigo-900::placeholder {
  color: #3c366b !important;
}

.placeholder-purple-100::-webkit-input-placeholder {
  color: #faf5ff !important;
}

.placeholder-purple-100::-moz-placeholder {
  color: #faf5ff !important;
}

.placeholder-purple-100:-ms-input-placeholder {
  color: #faf5ff !important;
}

.placeholder-purple-100::-ms-input-placeholder {
  color: #faf5ff !important;
}

.placeholder-purple-100::placeholder {
  color: #faf5ff !important;
}

.placeholder-purple-200::-webkit-input-placeholder {
  color: #e9d8fd !important;
}

.placeholder-purple-200::-moz-placeholder {
  color: #e9d8fd !important;
}

.placeholder-purple-200:-ms-input-placeholder {
  color: #e9d8fd !important;
}

.placeholder-purple-200::-ms-input-placeholder {
  color: #e9d8fd !important;
}

.placeholder-purple-200::placeholder {
  color: #e9d8fd !important;
}

.placeholder-purple-300::-webkit-input-placeholder {
  color: #d6bcfa !important;
}

.placeholder-purple-300::-moz-placeholder {
  color: #d6bcfa !important;
}

.placeholder-purple-300:-ms-input-placeholder {
  color: #d6bcfa !important;
}

.placeholder-purple-300::-ms-input-placeholder {
  color: #d6bcfa !important;
}

.placeholder-purple-300::placeholder {
  color: #d6bcfa !important;
}

.placeholder-purple-400::-webkit-input-placeholder {
  color: #b794f4 !important;
}

.placeholder-purple-400::-moz-placeholder {
  color: #b794f4 !important;
}

.placeholder-purple-400:-ms-input-placeholder {
  color: #b794f4 !important;
}

.placeholder-purple-400::-ms-input-placeholder {
  color: #b794f4 !important;
}

.placeholder-purple-400::placeholder {
  color: #b794f4 !important;
}

.placeholder-purple-500::-webkit-input-placeholder {
  color: #9f7aea !important;
}

.placeholder-purple-500::-moz-placeholder {
  color: #9f7aea !important;
}

.placeholder-purple-500:-ms-input-placeholder {
  color: #9f7aea !important;
}

.placeholder-purple-500::-ms-input-placeholder {
  color: #9f7aea !important;
}

.placeholder-purple-500::placeholder {
  color: #9f7aea !important;
}

.placeholder-purple-600::-webkit-input-placeholder {
  color: #805ad5 !important;
}

.placeholder-purple-600::-moz-placeholder {
  color: #805ad5 !important;
}

.placeholder-purple-600:-ms-input-placeholder {
  color: #805ad5 !important;
}

.placeholder-purple-600::-ms-input-placeholder {
  color: #805ad5 !important;
}

.placeholder-purple-600::placeholder {
  color: #805ad5 !important;
}

.placeholder-purple-700::-webkit-input-placeholder {
  color: #6b46c1 !important;
}

.placeholder-purple-700::-moz-placeholder {
  color: #6b46c1 !important;
}

.placeholder-purple-700:-ms-input-placeholder {
  color: #6b46c1 !important;
}

.placeholder-purple-700::-ms-input-placeholder {
  color: #6b46c1 !important;
}

.placeholder-purple-700::placeholder {
  color: #6b46c1 !important;
}

.placeholder-purple-800::-webkit-input-placeholder {
  color: #553c9a !important;
}

.placeholder-purple-800::-moz-placeholder {
  color: #553c9a !important;
}

.placeholder-purple-800:-ms-input-placeholder {
  color: #553c9a !important;
}

.placeholder-purple-800::-ms-input-placeholder {
  color: #553c9a !important;
}

.placeholder-purple-800::placeholder {
  color: #553c9a !important;
}

.placeholder-purple-900::-webkit-input-placeholder {
  color: #44337a !important;
}

.placeholder-purple-900::-moz-placeholder {
  color: #44337a !important;
}

.placeholder-purple-900:-ms-input-placeholder {
  color: #44337a !important;
}

.placeholder-purple-900::-ms-input-placeholder {
  color: #44337a !important;
}

.placeholder-purple-900::placeholder {
  color: #44337a !important;
}

.placeholder-pink-100::-webkit-input-placeholder {
  color: #fff5f7 !important;
}

.placeholder-pink-100::-moz-placeholder {
  color: #fff5f7 !important;
}

.placeholder-pink-100:-ms-input-placeholder {
  color: #fff5f7 !important;
}

.placeholder-pink-100::-ms-input-placeholder {
  color: #fff5f7 !important;
}

.placeholder-pink-100::placeholder {
  color: #fff5f7 !important;
}

.placeholder-pink-200::-webkit-input-placeholder {
  color: #fed7e2 !important;
}

.placeholder-pink-200::-moz-placeholder {
  color: #fed7e2 !important;
}

.placeholder-pink-200:-ms-input-placeholder {
  color: #fed7e2 !important;
}

.placeholder-pink-200::-ms-input-placeholder {
  color: #fed7e2 !important;
}

.placeholder-pink-200::placeholder {
  color: #fed7e2 !important;
}

.placeholder-pink-300::-webkit-input-placeholder {
  color: #fbb6ce !important;
}

.placeholder-pink-300::-moz-placeholder {
  color: #fbb6ce !important;
}

.placeholder-pink-300:-ms-input-placeholder {
  color: #fbb6ce !important;
}

.placeholder-pink-300::-ms-input-placeholder {
  color: #fbb6ce !important;
}

.placeholder-pink-300::placeholder {
  color: #fbb6ce !important;
}

.placeholder-pink-400::-webkit-input-placeholder {
  color: #f687b3 !important;
}

.placeholder-pink-400::-moz-placeholder {
  color: #f687b3 !important;
}

.placeholder-pink-400:-ms-input-placeholder {
  color: #f687b3 !important;
}

.placeholder-pink-400::-ms-input-placeholder {
  color: #f687b3 !important;
}

.placeholder-pink-400::placeholder {
  color: #f687b3 !important;
}

.placeholder-pink-500::-webkit-input-placeholder {
  color: #ed64a6 !important;
}

.placeholder-pink-500::-moz-placeholder {
  color: #ed64a6 !important;
}

.placeholder-pink-500:-ms-input-placeholder {
  color: #ed64a6 !important;
}

.placeholder-pink-500::-ms-input-placeholder {
  color: #ed64a6 !important;
}

.placeholder-pink-500::placeholder {
  color: #ed64a6 !important;
}

.placeholder-pink-600::-webkit-input-placeholder {
  color: #d53f8c !important;
}

.placeholder-pink-600::-moz-placeholder {
  color: #d53f8c !important;
}

.placeholder-pink-600:-ms-input-placeholder {
  color: #d53f8c !important;
}

.placeholder-pink-600::-ms-input-placeholder {
  color: #d53f8c !important;
}

.placeholder-pink-600::placeholder {
  color: #d53f8c !important;
}

.placeholder-pink-700::-webkit-input-placeholder {
  color: #b83280 !important;
}

.placeholder-pink-700::-moz-placeholder {
  color: #b83280 !important;
}

.placeholder-pink-700:-ms-input-placeholder {
  color: #b83280 !important;
}

.placeholder-pink-700::-ms-input-placeholder {
  color: #b83280 !important;
}

.placeholder-pink-700::placeholder {
  color: #b83280 !important;
}

.placeholder-pink-800::-webkit-input-placeholder {
  color: #97266d !important;
}

.placeholder-pink-800::-moz-placeholder {
  color: #97266d !important;
}

.placeholder-pink-800:-ms-input-placeholder {
  color: #97266d !important;
}

.placeholder-pink-800::-ms-input-placeholder {
  color: #97266d !important;
}

.placeholder-pink-800::placeholder {
  color: #97266d !important;
}

.placeholder-pink-900::-webkit-input-placeholder {
  color: #702459 !important;
}

.placeholder-pink-900::-moz-placeholder {
  color: #702459 !important;
}

.placeholder-pink-900:-ms-input-placeholder {
  color: #702459 !important;
}

.placeholder-pink-900::-ms-input-placeholder {
  color: #702459 !important;
}

.placeholder-pink-900::placeholder {
  color: #702459 !important;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  color: #000 !important;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  color: #000 !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  color: #000 !important;
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  color: #000 !important;
}

.focus\:placeholder-black:focus::placeholder {
  color: #000 !important;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  color: #fff !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  color: #fff !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #fff !important;
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  color: #fff !important;
}

.focus\:placeholder-white:focus::placeholder {
  color: #fff !important;
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
  color: #f7fafc !important;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  color: #f7fafc !important;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  color: #f7fafc !important;
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder {
  color: #f7fafc !important;
}

.focus\:placeholder-gray-100:focus::placeholder {
  color: #f7fafc !important;
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
  color: #edf2f7 !important;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  color: #edf2f7 !important;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  color: #edf2f7 !important;
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder {
  color: #edf2f7 !important;
}

.focus\:placeholder-gray-200:focus::placeholder {
  color: #edf2f7 !important;
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
  color: #e2e8f0 !important;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  color: #e2e8f0 !important;
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  color: #e2e8f0 !important;
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder {
  color: #e2e8f0 !important;
}

.focus\:placeholder-gray-300:focus::placeholder {
  color: #e2e8f0 !important;
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
  color: #cbd5e0 !important;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  color: #cbd5e0 !important;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  color: #cbd5e0 !important;
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder {
  color: #cbd5e0 !important;
}

.focus\:placeholder-gray-400:focus::placeholder {
  color: #cbd5e0 !important;
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
  color: #a0aec0 !important;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  color: #a0aec0 !important;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  color: #a0aec0 !important;
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
  color: #a0aec0 !important;
}

.focus\:placeholder-gray-500:focus::placeholder {
  color: #a0aec0 !important;
}

.focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
  color: #718096 !important;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  color: #718096 !important;
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  color: #718096 !important;
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder {
  color: #718096 !important;
}

.focus\:placeholder-gray-600:focus::placeholder {
  color: #718096 !important;
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
  color: #4a5568 !important;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  color: #4a5568 !important;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  color: #4a5568 !important;
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder {
  color: #4a5568 !important;
}

.focus\:placeholder-gray-700:focus::placeholder {
  color: #4a5568 !important;
}

.focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
  color: #2d3748 !important;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  color: #2d3748 !important;
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  color: #2d3748 !important;
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder {
  color: #2d3748 !important;
}

.focus\:placeholder-gray-800:focus::placeholder {
  color: #2d3748 !important;
}

.focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
  color: #1a202c !important;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  color: #1a202c !important;
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  color: #1a202c !important;
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder {
  color: #1a202c !important;
}

.focus\:placeholder-gray-900:focus::placeholder {
  color: #1a202c !important;
}

.focus\:placeholder-red-100:focus::-webkit-input-placeholder {
  color: #fff5f5 !important;
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  color: #fff5f5 !important;
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  color: #fff5f5 !important;
}

.focus\:placeholder-red-100:focus::-ms-input-placeholder {
  color: #fff5f5 !important;
}

.focus\:placeholder-red-100:focus::placeholder {
  color: #fff5f5 !important;
}

.focus\:placeholder-red-200:focus::-webkit-input-placeholder {
  color: #fed7d7 !important;
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  color: #fed7d7 !important;
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  color: #fed7d7 !important;
}

.focus\:placeholder-red-200:focus::-ms-input-placeholder {
  color: #fed7d7 !important;
}

.focus\:placeholder-red-200:focus::placeholder {
  color: #fed7d7 !important;
}

.focus\:placeholder-red-300:focus::-webkit-input-placeholder {
  color: #feb2b2 !important;
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  color: #feb2b2 !important;
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  color: #feb2b2 !important;
}

.focus\:placeholder-red-300:focus::-ms-input-placeholder {
  color: #feb2b2 !important;
}

.focus\:placeholder-red-300:focus::placeholder {
  color: #feb2b2 !important;
}

.focus\:placeholder-red-400:focus::-webkit-input-placeholder {
  color: #fc8181 !important;
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  color: #fc8181 !important;
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  color: #fc8181 !important;
}

.focus\:placeholder-red-400:focus::-ms-input-placeholder {
  color: #fc8181 !important;
}

.focus\:placeholder-red-400:focus::placeholder {
  color: #fc8181 !important;
}

.focus\:placeholder-red-500:focus::-webkit-input-placeholder {
  color: #f56565 !important;
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  color: #f56565 !important;
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  color: #f56565 !important;
}

.focus\:placeholder-red-500:focus::-ms-input-placeholder {
  color: #f56565 !important;
}

.focus\:placeholder-red-500:focus::placeholder {
  color: #f56565 !important;
}

.focus\:placeholder-red-600:focus::-webkit-input-placeholder {
  color: #e53e3e !important;
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  color: #e53e3e !important;
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  color: #e53e3e !important;
}

.focus\:placeholder-red-600:focus::-ms-input-placeholder {
  color: #e53e3e !important;
}

.focus\:placeholder-red-600:focus::placeholder {
  color: #e53e3e !important;
}

.focus\:placeholder-red-700:focus::-webkit-input-placeholder {
  color: #c53030 !important;
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  color: #c53030 !important;
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  color: #c53030 !important;
}

.focus\:placeholder-red-700:focus::-ms-input-placeholder {
  color: #c53030 !important;
}

.focus\:placeholder-red-700:focus::placeholder {
  color: #c53030 !important;
}

.focus\:placeholder-red-800:focus::-webkit-input-placeholder {
  color: #9b2c2c !important;
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  color: #9b2c2c !important;
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  color: #9b2c2c !important;
}

.focus\:placeholder-red-800:focus::-ms-input-placeholder {
  color: #9b2c2c !important;
}

.focus\:placeholder-red-800:focus::placeholder {
  color: #9b2c2c !important;
}

.focus\:placeholder-red-900:focus::-webkit-input-placeholder {
  color: #742a2a !important;
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  color: #742a2a !important;
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  color: #742a2a !important;
}

.focus\:placeholder-red-900:focus::-ms-input-placeholder {
  color: #742a2a !important;
}

.focus\:placeholder-red-900:focus::placeholder {
  color: #742a2a !important;
}

.focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
  color: #fffaf0 !important;
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  color: #fffaf0 !important;
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  color: #fffaf0 !important;
}

.focus\:placeholder-orange-100:focus::-ms-input-placeholder {
  color: #fffaf0 !important;
}

.focus\:placeholder-orange-100:focus::placeholder {
  color: #fffaf0 !important;
}

.focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
  color: #feebc8 !important;
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  color: #feebc8 !important;
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  color: #feebc8 !important;
}

.focus\:placeholder-orange-200:focus::-ms-input-placeholder {
  color: #feebc8 !important;
}

.focus\:placeholder-orange-200:focus::placeholder {
  color: #feebc8 !important;
}

.focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
  color: #fbd38d !important;
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  color: #fbd38d !important;
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  color: #fbd38d !important;
}

.focus\:placeholder-orange-300:focus::-ms-input-placeholder {
  color: #fbd38d !important;
}

.focus\:placeholder-orange-300:focus::placeholder {
  color: #fbd38d !important;
}

.focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
  color: #f6ad55 !important;
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  color: #f6ad55 !important;
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  color: #f6ad55 !important;
}

.focus\:placeholder-orange-400:focus::-ms-input-placeholder {
  color: #f6ad55 !important;
}

.focus\:placeholder-orange-400:focus::placeholder {
  color: #f6ad55 !important;
}

.focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
  color: #ed8936 !important;
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  color: #ed8936 !important;
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  color: #ed8936 !important;
}

.focus\:placeholder-orange-500:focus::-ms-input-placeholder {
  color: #ed8936 !important;
}

.focus\:placeholder-orange-500:focus::placeholder {
  color: #ed8936 !important;
}

.focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
  color: #dd6b20 !important;
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  color: #dd6b20 !important;
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  color: #dd6b20 !important;
}

.focus\:placeholder-orange-600:focus::-ms-input-placeholder {
  color: #dd6b20 !important;
}

.focus\:placeholder-orange-600:focus::placeholder {
  color: #dd6b20 !important;
}

.focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
  color: #c05621 !important;
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  color: #c05621 !important;
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  color: #c05621 !important;
}

.focus\:placeholder-orange-700:focus::-ms-input-placeholder {
  color: #c05621 !important;
}

.focus\:placeholder-orange-700:focus::placeholder {
  color: #c05621 !important;
}

.focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
  color: #9c4221 !important;
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  color: #9c4221 !important;
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  color: #9c4221 !important;
}

.focus\:placeholder-orange-800:focus::-ms-input-placeholder {
  color: #9c4221 !important;
}

.focus\:placeholder-orange-800:focus::placeholder {
  color: #9c4221 !important;
}

.focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
  color: #7b341e !important;
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  color: #7b341e !important;
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  color: #7b341e !important;
}

.focus\:placeholder-orange-900:focus::-ms-input-placeholder {
  color: #7b341e !important;
}

.focus\:placeholder-orange-900:focus::placeholder {
  color: #7b341e !important;
}

.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
  color: #fffff0 !important;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  color: #fffff0 !important;
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  color: #fffff0 !important;
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
  color: #fffff0 !important;
}

.focus\:placeholder-yellow-100:focus::placeholder {
  color: #fffff0 !important;
}

.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
  color: #fefcbf !important;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  color: #fefcbf !important;
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  color: #fefcbf !important;
}

.focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
  color: #fefcbf !important;
}

.focus\:placeholder-yellow-200:focus::placeholder {
  color: #fefcbf !important;
}

.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
  color: #faf089 !important;
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  color: #faf089 !important;
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  color: #faf089 !important;
}

.focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
  color: #faf089 !important;
}

.focus\:placeholder-yellow-300:focus::placeholder {
  color: #faf089 !important;
}

.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
  color: #f6e05e !important;
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  color: #f6e05e !important;
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  color: #f6e05e !important;
}

.focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
  color: #f6e05e !important;
}

.focus\:placeholder-yellow-400:focus::placeholder {
  color: #f6e05e !important;
}

.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
  color: #ecc94b !important;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  color: #ecc94b !important;
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  color: #ecc94b !important;
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
  color: #ecc94b !important;
}

.focus\:placeholder-yellow-500:focus::placeholder {
  color: #ecc94b !important;
}

.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
  color: #d69e2e !important;
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  color: #d69e2e !important;
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  color: #d69e2e !important;
}

.focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
  color: #d69e2e !important;
}

.focus\:placeholder-yellow-600:focus::placeholder {
  color: #d69e2e !important;
}

.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
  color: #b7791f !important;
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  color: #b7791f !important;
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  color: #b7791f !important;
}

.focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
  color: #b7791f !important;
}

.focus\:placeholder-yellow-700:focus::placeholder {
  color: #b7791f !important;
}

.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
  color: #975a16 !important;
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  color: #975a16 !important;
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  color: #975a16 !important;
}

.focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
  color: #975a16 !important;
}

.focus\:placeholder-yellow-800:focus::placeholder {
  color: #975a16 !important;
}

.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
  color: #744210 !important;
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  color: #744210 !important;
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  color: #744210 !important;
}

.focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
  color: #744210 !important;
}

.focus\:placeholder-yellow-900:focus::placeholder {
  color: #744210 !important;
}

.focus\:placeholder-green-100:focus::-webkit-input-placeholder {
  color: #f0fff4 !important;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  color: #f0fff4 !important;
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  color: #f0fff4 !important;
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder {
  color: #f0fff4 !important;
}

.focus\:placeholder-green-100:focus::placeholder {
  color: #f0fff4 !important;
}

.focus\:placeholder-green-200:focus::-webkit-input-placeholder {
  color: #c6f6d5 !important;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  color: #c6f6d5 !important;
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  color: #c6f6d5 !important;
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder {
  color: #c6f6d5 !important;
}

.focus\:placeholder-green-200:focus::placeholder {
  color: #c6f6d5 !important;
}

.focus\:placeholder-green-300:focus::-webkit-input-placeholder {
  color: #9ae6b4 !important;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  color: #9ae6b4 !important;
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  color: #9ae6b4 !important;
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder {
  color: #9ae6b4 !important;
}

.focus\:placeholder-green-300:focus::placeholder {
  color: #9ae6b4 !important;
}

.focus\:placeholder-green-400:focus::-webkit-input-placeholder {
  color: #68d391 !important;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  color: #68d391 !important;
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  color: #68d391 !important;
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder {
  color: #68d391 !important;
}

.focus\:placeholder-green-400:focus::placeholder {
  color: #68d391 !important;
}

.focus\:placeholder-green-500:focus::-webkit-input-placeholder {
  color: #48bb78 !important;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  color: #48bb78 !important;
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  color: #48bb78 !important;
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder {
  color: #48bb78 !important;
}

.focus\:placeholder-green-500:focus::placeholder {
  color: #48bb78 !important;
}

.focus\:placeholder-green-600:focus::-webkit-input-placeholder {
  color: #38a169 !important;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  color: #38a169 !important;
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  color: #38a169 !important;
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder {
  color: #38a169 !important;
}

.focus\:placeholder-green-600:focus::placeholder {
  color: #38a169 !important;
}

.focus\:placeholder-green-700:focus::-webkit-input-placeholder {
  color: #2f855a !important;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  color: #2f855a !important;
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  color: #2f855a !important;
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder {
  color: #2f855a !important;
}

.focus\:placeholder-green-700:focus::placeholder {
  color: #2f855a !important;
}

.focus\:placeholder-green-800:focus::-webkit-input-placeholder {
  color: #276749 !important;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  color: #276749 !important;
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  color: #276749 !important;
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder {
  color: #276749 !important;
}

.focus\:placeholder-green-800:focus::placeholder {
  color: #276749 !important;
}

.focus\:placeholder-green-900:focus::-webkit-input-placeholder {
  color: #22543d !important;
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  color: #22543d !important;
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  color: #22543d !important;
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder {
  color: #22543d !important;
}

.focus\:placeholder-green-900:focus::placeholder {
  color: #22543d !important;
}

.focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
  color: #e6fffa !important;
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  color: #e6fffa !important;
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  color: #e6fffa !important;
}

.focus\:placeholder-teal-100:focus::-ms-input-placeholder {
  color: #e6fffa !important;
}

.focus\:placeholder-teal-100:focus::placeholder {
  color: #e6fffa !important;
}

.focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
  color: #b2f5ea !important;
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  color: #b2f5ea !important;
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  color: #b2f5ea !important;
}

.focus\:placeholder-teal-200:focus::-ms-input-placeholder {
  color: #b2f5ea !important;
}

.focus\:placeholder-teal-200:focus::placeholder {
  color: #b2f5ea !important;
}

.focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
  color: #81e6d9 !important;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  color: #81e6d9 !important;
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  color: #81e6d9 !important;
}

.focus\:placeholder-teal-300:focus::-ms-input-placeholder {
  color: #81e6d9 !important;
}

.focus\:placeholder-teal-300:focus::placeholder {
  color: #81e6d9 !important;
}

.focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
  color: #4fd1c5 !important;
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  color: #4fd1c5 !important;
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  color: #4fd1c5 !important;
}

.focus\:placeholder-teal-400:focus::-ms-input-placeholder {
  color: #4fd1c5 !important;
}

.focus\:placeholder-teal-400:focus::placeholder {
  color: #4fd1c5 !important;
}

.focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
  color: #38b2ac !important;
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  color: #38b2ac !important;
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  color: #38b2ac !important;
}

.focus\:placeholder-teal-500:focus::-ms-input-placeholder {
  color: #38b2ac !important;
}

.focus\:placeholder-teal-500:focus::placeholder {
  color: #38b2ac !important;
}

.focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
  color: #319795 !important;
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  color: #319795 !important;
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  color: #319795 !important;
}

.focus\:placeholder-teal-600:focus::-ms-input-placeholder {
  color: #319795 !important;
}

.focus\:placeholder-teal-600:focus::placeholder {
  color: #319795 !important;
}

.focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
  color: #2c7a7b !important;
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  color: #2c7a7b !important;
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  color: #2c7a7b !important;
}

.focus\:placeholder-teal-700:focus::-ms-input-placeholder {
  color: #2c7a7b !important;
}

.focus\:placeholder-teal-700:focus::placeholder {
  color: #2c7a7b !important;
}

.focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
  color: #285e61 !important;
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  color: #285e61 !important;
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  color: #285e61 !important;
}

.focus\:placeholder-teal-800:focus::-ms-input-placeholder {
  color: #285e61 !important;
}

.focus\:placeholder-teal-800:focus::placeholder {
  color: #285e61 !important;
}

.focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
  color: #234e52 !important;
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  color: #234e52 !important;
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  color: #234e52 !important;
}

.focus\:placeholder-teal-900:focus::-ms-input-placeholder {
  color: #234e52 !important;
}

.focus\:placeholder-teal-900:focus::placeholder {
  color: #234e52 !important;
}

.focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
  color: #ebf8ff !important;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  color: #ebf8ff !important;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  color: #ebf8ff !important;
}

.focus\:placeholder-blue-100:focus::-ms-input-placeholder {
  color: #ebf8ff !important;
}

.focus\:placeholder-blue-100:focus::placeholder {
  color: #ebf8ff !important;
}

.focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
  color: #bee3f8 !important;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  color: #bee3f8 !important;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  color: #bee3f8 !important;
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder {
  color: #bee3f8 !important;
}

.focus\:placeholder-blue-200:focus::placeholder {
  color: #bee3f8 !important;
}

.focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
  color: #90cdf4 !important;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  color: #90cdf4 !important;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  color: #90cdf4 !important;
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder {
  color: #90cdf4 !important;
}

.focus\:placeholder-blue-300:focus::placeholder {
  color: #90cdf4 !important;
}

.focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
  color: #63b3ed !important;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  color: #63b3ed !important;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  color: #63b3ed !important;
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder {
  color: #63b3ed !important;
}

.focus\:placeholder-blue-400:focus::placeholder {
  color: #63b3ed !important;
}

.focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
  color: #4299e1 !important;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  color: #4299e1 !important;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  color: #4299e1 !important;
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder {
  color: #4299e1 !important;
}

.focus\:placeholder-blue-500:focus::placeholder {
  color: #4299e1 !important;
}

.focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
  color: #3182ce !important;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  color: #3182ce !important;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  color: #3182ce !important;
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder {
  color: #3182ce !important;
}

.focus\:placeholder-blue-600:focus::placeholder {
  color: #3182ce !important;
}

.focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
  color: #2b6cb0 !important;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  color: #2b6cb0 !important;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  color: #2b6cb0 !important;
}

.focus\:placeholder-blue-700:focus::-ms-input-placeholder {
  color: #2b6cb0 !important;
}

.focus\:placeholder-blue-700:focus::placeholder {
  color: #2b6cb0 !important;
}

.focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
  color: #2c5282 !important;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  color: #2c5282 !important;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  color: #2c5282 !important;
}

.focus\:placeholder-blue-800:focus::-ms-input-placeholder {
  color: #2c5282 !important;
}

.focus\:placeholder-blue-800:focus::placeholder {
  color: #2c5282 !important;
}

.focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
  color: #2a4365 !important;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  color: #2a4365 !important;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  color: #2a4365 !important;
}

.focus\:placeholder-blue-900:focus::-ms-input-placeholder {
  color: #2a4365 !important;
}

.focus\:placeholder-blue-900:focus::placeholder {
  color: #2a4365 !important;
}

.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
  color: #ebf4ff !important;
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  color: #ebf4ff !important;
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  color: #ebf4ff !important;
}

.focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
  color: #ebf4ff !important;
}

.focus\:placeholder-indigo-100:focus::placeholder {
  color: #ebf4ff !important;
}

.focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
  color: #c3dafe !important;
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  color: #c3dafe !important;
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  color: #c3dafe !important;
}

.focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
  color: #c3dafe !important;
}

.focus\:placeholder-indigo-200:focus::placeholder {
  color: #c3dafe !important;
}

.focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
  color: #a3bffa !important;
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  color: #a3bffa !important;
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  color: #a3bffa !important;
}

.focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
  color: #a3bffa !important;
}

.focus\:placeholder-indigo-300:focus::placeholder {
  color: #a3bffa !important;
}

.focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
  color: #7f9cf5 !important;
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  color: #7f9cf5 !important;
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  color: #7f9cf5 !important;
}

.focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
  color: #7f9cf5 !important;
}

.focus\:placeholder-indigo-400:focus::placeholder {
  color: #7f9cf5 !important;
}

.focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
  color: #667eea !important;
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  color: #667eea !important;
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  color: #667eea !important;
}

.focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
  color: #667eea !important;
}

.focus\:placeholder-indigo-500:focus::placeholder {
  color: #667eea !important;
}

.focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
  color: #5a67d8 !important;
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  color: #5a67d8 !important;
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  color: #5a67d8 !important;
}

.focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
  color: #5a67d8 !important;
}

.focus\:placeholder-indigo-600:focus::placeholder {
  color: #5a67d8 !important;
}

.focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
  color: #4c51bf !important;
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  color: #4c51bf !important;
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  color: #4c51bf !important;
}

.focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
  color: #4c51bf !important;
}

.focus\:placeholder-indigo-700:focus::placeholder {
  color: #4c51bf !important;
}

.focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
  color: #434190 !important;
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  color: #434190 !important;
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  color: #434190 !important;
}

.focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
  color: #434190 !important;
}

.focus\:placeholder-indigo-800:focus::placeholder {
  color: #434190 !important;
}

.focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
  color: #3c366b !important;
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  color: #3c366b !important;
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  color: #3c366b !important;
}

.focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
  color: #3c366b !important;
}

.focus\:placeholder-indigo-900:focus::placeholder {
  color: #3c366b !important;
}

.focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
  color: #faf5ff !important;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  color: #faf5ff !important;
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  color: #faf5ff !important;
}

.focus\:placeholder-purple-100:focus::-ms-input-placeholder {
  color: #faf5ff !important;
}

.focus\:placeholder-purple-100:focus::placeholder {
  color: #faf5ff !important;
}

.focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
  color: #e9d8fd !important;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  color: #e9d8fd !important;
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  color: #e9d8fd !important;
}

.focus\:placeholder-purple-200:focus::-ms-input-placeholder {
  color: #e9d8fd !important;
}

.focus\:placeholder-purple-200:focus::placeholder {
  color: #e9d8fd !important;
}

.focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
  color: #d6bcfa !important;
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  color: #d6bcfa !important;
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  color: #d6bcfa !important;
}

.focus\:placeholder-purple-300:focus::-ms-input-placeholder {
  color: #d6bcfa !important;
}

.focus\:placeholder-purple-300:focus::placeholder {
  color: #d6bcfa !important;
}

.focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
  color: #b794f4 !important;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  color: #b794f4 !important;
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  color: #b794f4 !important;
}

.focus\:placeholder-purple-400:focus::-ms-input-placeholder {
  color: #b794f4 !important;
}

.focus\:placeholder-purple-400:focus::placeholder {
  color: #b794f4 !important;
}

.focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
  color: #9f7aea !important;
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  color: #9f7aea !important;
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  color: #9f7aea !important;
}

.focus\:placeholder-purple-500:focus::-ms-input-placeholder {
  color: #9f7aea !important;
}

.focus\:placeholder-purple-500:focus::placeholder {
  color: #9f7aea !important;
}

.focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
  color: #805ad5 !important;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  color: #805ad5 !important;
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  color: #805ad5 !important;
}

.focus\:placeholder-purple-600:focus::-ms-input-placeholder {
  color: #805ad5 !important;
}

.focus\:placeholder-purple-600:focus::placeholder {
  color: #805ad5 !important;
}

.focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
  color: #6b46c1 !important;
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  color: #6b46c1 !important;
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  color: #6b46c1 !important;
}

.focus\:placeholder-purple-700:focus::-ms-input-placeholder {
  color: #6b46c1 !important;
}

.focus\:placeholder-purple-700:focus::placeholder {
  color: #6b46c1 !important;
}

.focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
  color: #553c9a !important;
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  color: #553c9a !important;
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  color: #553c9a !important;
}

.focus\:placeholder-purple-800:focus::-ms-input-placeholder {
  color: #553c9a !important;
}

.focus\:placeholder-purple-800:focus::placeholder {
  color: #553c9a !important;
}

.focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
  color: #44337a !important;
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  color: #44337a !important;
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  color: #44337a !important;
}

.focus\:placeholder-purple-900:focus::-ms-input-placeholder {
  color: #44337a !important;
}

.focus\:placeholder-purple-900:focus::placeholder {
  color: #44337a !important;
}

.focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
  color: #fff5f7 !important;
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  color: #fff5f7 !important;
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  color: #fff5f7 !important;
}

.focus\:placeholder-pink-100:focus::-ms-input-placeholder {
  color: #fff5f7 !important;
}

.focus\:placeholder-pink-100:focus::placeholder {
  color: #fff5f7 !important;
}

.focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
  color: #fed7e2 !important;
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  color: #fed7e2 !important;
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  color: #fed7e2 !important;
}

.focus\:placeholder-pink-200:focus::-ms-input-placeholder {
  color: #fed7e2 !important;
}

.focus\:placeholder-pink-200:focus::placeholder {
  color: #fed7e2 !important;
}

.focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
  color: #fbb6ce !important;
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  color: #fbb6ce !important;
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  color: #fbb6ce !important;
}

.focus\:placeholder-pink-300:focus::-ms-input-placeholder {
  color: #fbb6ce !important;
}

.focus\:placeholder-pink-300:focus::placeholder {
  color: #fbb6ce !important;
}

.focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
  color: #f687b3 !important;
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  color: #f687b3 !important;
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  color: #f687b3 !important;
}

.focus\:placeholder-pink-400:focus::-ms-input-placeholder {
  color: #f687b3 !important;
}

.focus\:placeholder-pink-400:focus::placeholder {
  color: #f687b3 !important;
}

.focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
  color: #ed64a6 !important;
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  color: #ed64a6 !important;
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  color: #ed64a6 !important;
}

.focus\:placeholder-pink-500:focus::-ms-input-placeholder {
  color: #ed64a6 !important;
}

.focus\:placeholder-pink-500:focus::placeholder {
  color: #ed64a6 !important;
}

.focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
  color: #d53f8c !important;
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  color: #d53f8c !important;
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  color: #d53f8c !important;
}

.focus\:placeholder-pink-600:focus::-ms-input-placeholder {
  color: #d53f8c !important;
}

.focus\:placeholder-pink-600:focus::placeholder {
  color: #d53f8c !important;
}

.focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
  color: #b83280 !important;
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  color: #b83280 !important;
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  color: #b83280 !important;
}

.focus\:placeholder-pink-700:focus::-ms-input-placeholder {
  color: #b83280 !important;
}

.focus\:placeholder-pink-700:focus::placeholder {
  color: #b83280 !important;
}

.focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
  color: #97266d !important;
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  color: #97266d !important;
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  color: #97266d !important;
}

.focus\:placeholder-pink-800:focus::-ms-input-placeholder {
  color: #97266d !important;
}

.focus\:placeholder-pink-800:focus::placeholder {
  color: #97266d !important;
}

.focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
  color: #702459 !important;
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  color: #702459 !important;
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  color: #702459 !important;
}

.focus\:placeholder-pink-900:focus::-ms-input-placeholder {
  color: #702459 !important;
}

.focus\:placeholder-pink-900:focus::placeholder {
  color: #702459 !important;
}

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

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

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-5\/6 {
  top: 83.333333% !important;
  right: 83.333333% !important;
  bottom: 83.333333% !important;
  left: 83.333333% !important;
}

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

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

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

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

.inset-5\/12 {
  top: 41.666667% !important;
  right: 41.666667% !important;
  bottom: 41.666667% !important;
  left: 41.666667% !important;
}

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

.inset-7\/12 {
  top: 58.333333% !important;
  right: 58.333333% !important;
  bottom: 58.333333% !important;
  left: 58.333333% !important;
}

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

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

.inset-10\/12 {
  top: 83.333333% !important;
  right: 83.333333% !important;
  bottom: 83.333333% !important;
  left: 83.333333% !important;
}

.inset-11\/12 {
  top: 91.666667% !important;
  right: 91.666667% !important;
  bottom: 91.666667% !important;
  left: 91.666667% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-y-5\/6 {
  top: 83.333333% !important;
  bottom: 83.333333% !important;
}

.inset-x-5\/6 {
  right: 83.333333% !important;
  left: 83.333333% !important;
}

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

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

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

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

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

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

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

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

.inset-y-5\/12 {
  top: 41.666667% !important;
  bottom: 41.666667% !important;
}

.inset-x-5\/12 {
  right: 41.666667% !important;
  left: 41.666667% !important;
}

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

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

.inset-y-7\/12 {
  top: 58.333333% !important;
  bottom: 58.333333% !important;
}

.inset-x-7\/12 {
  right: 58.333333% !important;
  left: 58.333333% !important;
}

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

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

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

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

.inset-y-10\/12 {
  top: 83.333333% !important;
  bottom: 83.333333% !important;
}

.inset-x-10\/12 {
  right: 83.333333% !important;
  left: 83.333333% !important;
}

.inset-y-11\/12 {
  top: 91.666667% !important;
  bottom: 91.666667% !important;
}

.inset-x-11\/12 {
  right: 91.666667% !important;
  left: 91.666667% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-1\/5 {
  top: 20% !important;
}

.right-1\/5 {
  right: 20% !important;
}

.bottom-1\/5 {
  bottom: 20% !important;
}

.left-1\/5 {
  left: 20% !important;
}

.top-2\/5 {
  top: 40% !important;
}

.right-2\/5 {
  right: 40% !important;
}

.bottom-2\/5 {
  bottom: 40% !important;
}

.left-2\/5 {
  left: 40% !important;
}

.top-3\/5 {
  top: 60% !important;
}

.right-3\/5 {
  right: 60% !important;
}

.bottom-3\/5 {
  bottom: 60% !important;
}

.left-3\/5 {
  left: 60% !important;
}

.top-4\/5 {
  top: 80% !important;
}

.right-4\/5 {
  right: 80% !important;
}

.bottom-4\/5 {
  bottom: 80% !important;
}

.left-4\/5 {
  left: 80% !important;
}

.top-1\/6 {
  top: 16.666667% !important;
}

.right-1\/6 {
  right: 16.666667% !important;
}

.bottom-1\/6 {
  bottom: 16.666667% !important;
}

.left-1\/6 {
  left: 16.666667% !important;
}

.top-2\/6 {
  top: 33.333333% !important;
}

.right-2\/6 {
  right: 33.333333% !important;
}

.bottom-2\/6 {
  bottom: 33.333333% !important;
}

.left-2\/6 {
  left: 33.333333% !important;
}

.top-3\/6 {
  top: 50% !important;
}

.right-3\/6 {
  right: 50% !important;
}

.bottom-3\/6 {
  bottom: 50% !important;
}

.left-3\/6 {
  left: 50% !important;
}

.top-4\/6 {
  top: 66.666667% !important;
}

.right-4\/6 {
  right: 66.666667% !important;
}

.bottom-4\/6 {
  bottom: 66.666667% !important;
}

.left-4\/6 {
  left: 66.666667% !important;
}

.top-5\/6 {
  top: 83.333333% !important;
}

.right-5\/6 {
  right: 83.333333% !important;
}

.bottom-5\/6 {
  bottom: 83.333333% !important;
}

.left-5\/6 {
  left: 83.333333% !important;
}

.top-1\/12 {
  top: 8.333333% !important;
}

.right-1\/12 {
  right: 8.333333% !important;
}

.bottom-1\/12 {
  bottom: 8.333333% !important;
}

.left-1\/12 {
  left: 8.333333% !important;
}

.top-2\/12 {
  top: 16.666667% !important;
}

.right-2\/12 {
  right: 16.666667% !important;
}

.bottom-2\/12 {
  bottom: 16.666667% !important;
}

.left-2\/12 {
  left: 16.666667% !important;
}

.top-3\/12 {
  top: 25% !important;
}

.right-3\/12 {
  right: 25% !important;
}

.bottom-3\/12 {
  bottom: 25% !important;
}

.left-3\/12 {
  left: 25% !important;
}

.top-4\/12 {
  top: 33.333333% !important;
}

.right-4\/12 {
  right: 33.333333% !important;
}

.bottom-4\/12 {
  bottom: 33.333333% !important;
}

.left-4\/12 {
  left: 33.333333% !important;
}

.top-5\/12 {
  top: 41.666667% !important;
}

.right-5\/12 {
  right: 41.666667% !important;
}

.bottom-5\/12 {
  bottom: 41.666667% !important;
}

.left-5\/12 {
  left: 41.666667% !important;
}

.top-6\/12 {
  top: 50% !important;
}

.right-6\/12 {
  right: 50% !important;
}

.bottom-6\/12 {
  bottom: 50% !important;
}

.left-6\/12 {
  left: 50% !important;
}

.top-7\/12 {
  top: 58.333333% !important;
}

.right-7\/12 {
  right: 58.333333% !important;
}

.bottom-7\/12 {
  bottom: 58.333333% !important;
}

.left-7\/12 {
  left: 58.333333% !important;
}

.top-8\/12 {
  top: 66.666667% !important;
}

.right-8\/12 {
  right: 66.666667% !important;
}

.bottom-8\/12 {
  bottom: 66.666667% !important;
}

.left-8\/12 {
  left: 66.666667% !important;
}

.top-9\/12 {
  top: 75% !important;
}

.right-9\/12 {
  right: 75% !important;
}

.bottom-9\/12 {
  bottom: 75% !important;
}

.left-9\/12 {
  left: 75% !important;
}

.top-10\/12 {
  top: 83.333333% !important;
}

.right-10\/12 {
  right: 83.333333% !important;
}

.bottom-10\/12 {
  bottom: 83.333333% !important;
}

.left-10\/12 {
  left: 83.333333% !important;
}

.top-11\/12 {
  top: 91.666667% !important;
}

.right-11\/12 {
  right: 91.666667% !important;
}

.bottom-11\/12 {
  bottom: 91.666667% !important;
}

.left-11\/12 {
  left: 91.666667% !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

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

.shadow-none {
  box-shadow: none !important;
}

.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) !important;
}

.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) !important;
}

.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) !important;
}

.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) !important;
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:shadow-none:hover {
  box-shadow: none !important;
}

.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) !important;
}

.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) !important;
}

.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) !important;
}

.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) !important;
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

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

.focus\:shadow-none:focus {
  box-shadow: none !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-transparent {
  color: transparent !important;
}

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

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

.text-gray-100 {
  color: #f7fafc !important;
}

.text-gray-200 {
  color: #edf2f7 !important;
}

.text-gray-300 {
  color: #e2e8f0 !important;
}

.text-gray-400 {
  color: #cbd5e0 !important;
}

.text-gray-500 {
  color: #a0aec0 !important;
}

.text-gray-600 {
  color: #718096 !important;
}

.text-gray-700 {
  color: #4a5568 !important;
}

.text-gray-800 {
  color: #2d3748 !important;
}

.text-gray-900 {
  color: #1a202c !important;
}

.text-red-100 {
  color: #fff5f5 !important;
}

.text-red-200 {
  color: #fed7d7 !important;
}

.text-red-300 {
  color: #feb2b2 !important;
}

.text-red-400 {
  color: #fc8181 !important;
}

.text-red-500 {
  color: #f56565 !important;
}

.text-red-600 {
  color: #e53e3e !important;
}

.text-red-700 {
  color: #c53030 !important;
}

.text-red-800 {
  color: #9b2c2c !important;
}

.text-red-900 {
  color: #742a2a !important;
}

.text-orange-100 {
  color: #fffaf0 !important;
}

.text-orange-200 {
  color: #feebc8 !important;
}

.text-orange-300 {
  color: #fbd38d !important;
}

.text-orange-400 {
  color: #f6ad55 !important;
}

.text-orange-500 {
  color: #ed8936 !important;
}

.text-orange-600 {
  color: #dd6b20 !important;
}

.text-orange-700 {
  color: #c05621 !important;
}

.text-orange-800 {
  color: #9c4221 !important;
}

.text-orange-900 {
  color: #7b341e !important;
}

.text-yellow-100 {
  color: #fffff0 !important;
}

.text-yellow-200 {
  color: #fefcbf !important;
}

.text-yellow-300 {
  color: #faf089 !important;
}

.text-yellow-400 {
  color: #f6e05e !important;
}

.text-yellow-500 {
  color: #ecc94b !important;
}

.text-yellow-600 {
  color: #d69e2e !important;
}

.text-yellow-700 {
  color: #b7791f !important;
}

.text-yellow-800 {
  color: #975a16 !important;
}

.text-yellow-900 {
  color: #744210 !important;
}

.text-green-100 {
  color: #f0fff4 !important;
}

.text-green-200 {
  color: #c6f6d5 !important;
}

.text-green-300 {
  color: #9ae6b4 !important;
}

.text-green-400 {
  color: #68d391 !important;
}

.text-green-500 {
  color: #48bb78 !important;
}

.text-green-600 {
  color: #38a169 !important;
}

.text-green-700 {
  color: #2f855a !important;
}

.text-green-800 {
  color: #276749 !important;
}

.text-green-900 {
  color: #22543d !important;
}

.text-teal-100 {
  color: #e6fffa !important;
}

.text-teal-200 {
  color: #b2f5ea !important;
}

.text-teal-300 {
  color: #81e6d9 !important;
}

.text-teal-400 {
  color: #4fd1c5 !important;
}

.text-teal-500 {
  color: #38b2ac !important;
}

.text-teal-600 {
  color: #319795 !important;
}

.text-teal-700 {
  color: #2c7a7b !important;
}

.text-teal-800 {
  color: #285e61 !important;
}

.text-teal-900 {
  color: #234e52 !important;
}

.text-blue-100 {
  color: #ebf8ff !important;
}

.text-blue-200 {
  color: #bee3f8 !important;
}

.text-blue-300 {
  color: #90cdf4 !important;
}

.text-blue-400 {
  color: #63b3ed !important;
}

.text-blue-500 {
  color: #4299e1 !important;
}

.text-blue-600 {
  color: #3182ce !important;
}

.text-blue-700 {
  color: #2b6cb0 !important;
}

.text-blue-800 {
  color: #2c5282 !important;
}

.text-blue-900 {
  color: #2a4365 !important;
}

.text-indigo-100 {
  color: #ebf4ff !important;
}

.text-indigo-200 {
  color: #c3dafe !important;
}

.text-indigo-300 {
  color: #a3bffa !important;
}

.text-indigo-400 {
  color: #7f9cf5 !important;
}

.text-indigo-500 {
  color: #667eea !important;
}

.text-indigo-600 {
  color: #5a67d8 !important;
}

.text-indigo-700 {
  color: #4c51bf !important;
}

.text-indigo-800 {
  color: #434190 !important;
}

.text-indigo-900 {
  color: #3c366b !important;
}

.text-purple-100 {
  color: #faf5ff !important;
}

.text-purple-200 {
  color: #e9d8fd !important;
}

.text-purple-300 {
  color: #d6bcfa !important;
}

.text-purple-400 {
  color: #b794f4 !important;
}

.text-purple-500 {
  color: #9f7aea !important;
}

.text-purple-600 {
  color: #805ad5 !important;
}

.text-purple-700 {
  color: #6b46c1 !important;
}

.text-purple-800 {
  color: #553c9a !important;
}

.text-purple-900 {
  color: #44337a !important;
}

.text-pink-100 {
  color: #fff5f7 !important;
}

.text-pink-200 {
  color: #fed7e2 !important;
}

.text-pink-300 {
  color: #fbb6ce !important;
}

.text-pink-400 {
  color: #f687b3 !important;
}

.text-pink-500 {
  color: #ed64a6 !important;
}

.text-pink-600 {
  color: #d53f8c !important;
}

.text-pink-700 {
  color: #b83280 !important;
}

.text-pink-800 {
  color: #97266d !important;
}

.text-pink-900 {
  color: #702459 !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-black:hover {
  color: #000 !important;
}

.hover\:text-white:hover {
  color: #fff !important;
}

.hover\:text-gray-100:hover {
  color: #f7fafc !important;
}

.hover\:text-gray-200:hover {
  color: #edf2f7 !important;
}

.hover\:text-gray-300:hover {
  color: #e2e8f0 !important;
}

.hover\:text-gray-400:hover {
  color: #cbd5e0 !important;
}

.hover\:text-gray-500:hover {
  color: #a0aec0 !important;
}

.hover\:text-gray-600:hover {
  color: #718096 !important;
}

.hover\:text-gray-700:hover {
  color: #4a5568 !important;
}

.hover\:text-gray-800:hover {
  color: #2d3748 !important;
}

.hover\:text-gray-900:hover {
  color: #1a202c !important;
}

.hover\:text-red-100:hover {
  color: #fff5f5 !important;
}

.hover\:text-red-200:hover {
  color: #fed7d7 !important;
}

.hover\:text-red-300:hover {
  color: #feb2b2 !important;
}

.hover\:text-red-400:hover {
  color: #fc8181 !important;
}

.hover\:text-red-500:hover {
  color: #f56565 !important;
}

.hover\:text-red-600:hover {
  color: #e53e3e !important;
}

.hover\:text-red-700:hover {
  color: #c53030 !important;
}

.hover\:text-red-800:hover {
  color: #9b2c2c !important;
}

.hover\:text-red-900:hover {
  color: #742a2a !important;
}

.hover\:text-orange-100:hover {
  color: #fffaf0 !important;
}

.hover\:text-orange-200:hover {
  color: #feebc8 !important;
}

.hover\:text-orange-300:hover {
  color: #fbd38d !important;
}

.hover\:text-orange-400:hover {
  color: #f6ad55 !important;
}

.hover\:text-orange-500:hover {
  color: #ed8936 !important;
}

.hover\:text-orange-600:hover {
  color: #dd6b20 !important;
}

.hover\:text-orange-700:hover {
  color: #c05621 !important;
}

.hover\:text-orange-800:hover {
  color: #9c4221 !important;
}

.hover\:text-orange-900:hover {
  color: #7b341e !important;
}

.hover\:text-yellow-100:hover {
  color: #fffff0 !important;
}

.hover\:text-yellow-200:hover {
  color: #fefcbf !important;
}

.hover\:text-yellow-300:hover {
  color: #faf089 !important;
}

.hover\:text-yellow-400:hover {
  color: #f6e05e !important;
}

.hover\:text-yellow-500:hover {
  color: #ecc94b !important;
}

.hover\:text-yellow-600:hover {
  color: #d69e2e !important;
}

.hover\:text-yellow-700:hover {
  color: #b7791f !important;
}

.hover\:text-yellow-800:hover {
  color: #975a16 !important;
}

.hover\:text-yellow-900:hover {
  color: #744210 !important;
}

.hover\:text-green-100:hover {
  color: #f0fff4 !important;
}

.hover\:text-green-200:hover {
  color: #c6f6d5 !important;
}

.hover\:text-green-300:hover {
  color: #9ae6b4 !important;
}

.hover\:text-green-400:hover {
  color: #68d391 !important;
}

.hover\:text-green-500:hover {
  color: #48bb78 !important;
}

.hover\:text-green-600:hover {
  color: #38a169 !important;
}

.hover\:text-green-700:hover {
  color: #2f855a !important;
}

.hover\:text-green-800:hover {
  color: #276749 !important;
}

.hover\:text-green-900:hover {
  color: #22543d !important;
}

.hover\:text-teal-100:hover {
  color: #e6fffa !important;
}

.hover\:text-teal-200:hover {
  color: #b2f5ea !important;
}

.hover\:text-teal-300:hover {
  color: #81e6d9 !important;
}

.hover\:text-teal-400:hover {
  color: #4fd1c5 !important;
}

.hover\:text-teal-500:hover {
  color: #38b2ac !important;
}

.hover\:text-teal-600:hover {
  color: #319795 !important;
}

.hover\:text-teal-700:hover {
  color: #2c7a7b !important;
}

.hover\:text-teal-800:hover {
  color: #285e61 !important;
}

.hover\:text-teal-900:hover {
  color: #234e52 !important;
}

.hover\:text-blue-100:hover {
  color: #ebf8ff !important;
}

.hover\:text-blue-200:hover {
  color: #bee3f8 !important;
}

.hover\:text-blue-300:hover {
  color: #90cdf4 !important;
}

.hover\:text-blue-400:hover {
  color: #63b3ed !important;
}

.hover\:text-blue-500:hover {
  color: #4299e1 !important;
}

.hover\:text-blue-600:hover {
  color: #3182ce !important;
}

.hover\:text-blue-700:hover {
  color: #2b6cb0 !important;
}

.hover\:text-blue-800:hover {
  color: #2c5282 !important;
}

.hover\:text-blue-900:hover {
  color: #2a4365 !important;
}

.hover\:text-indigo-100:hover {
  color: #ebf4ff !important;
}

.hover\:text-indigo-200:hover {
  color: #c3dafe !important;
}

.hover\:text-indigo-300:hover {
  color: #a3bffa !important;
}

.hover\:text-indigo-400:hover {
  color: #7f9cf5 !important;
}

.hover\:text-indigo-500:hover {
  color: #667eea !important;
}

.hover\:text-indigo-600:hover {
  color: #5a67d8 !important;
}

.hover\:text-indigo-700:hover {
  color: #4c51bf !important;
}

.hover\:text-indigo-800:hover {
  color: #434190 !important;
}

.hover\:text-indigo-900:hover {
  color: #3c366b !important;
}

.hover\:text-purple-100:hover {
  color: #faf5ff !important;
}

.hover\:text-purple-200:hover {
  color: #e9d8fd !important;
}

.hover\:text-purple-300:hover {
  color: #d6bcfa !important;
}

.hover\:text-purple-400:hover {
  color: #b794f4 !important;
}

.hover\:text-purple-500:hover {
  color: #9f7aea !important;
}

.hover\:text-purple-600:hover {
  color: #805ad5 !important;
}

.hover\:text-purple-700:hover {
  color: #6b46c1 !important;
}

.hover\:text-purple-800:hover {
  color: #553c9a !important;
}

.hover\:text-purple-900:hover {
  color: #44337a !important;
}

.hover\:text-pink-100:hover {
  color: #fff5f7 !important;
}

.hover\:text-pink-200:hover {
  color: #fed7e2 !important;
}

.hover\:text-pink-300:hover {
  color: #fbb6ce !important;
}

.hover\:text-pink-400:hover {
  color: #f687b3 !important;
}

.hover\:text-pink-500:hover {
  color: #ed64a6 !important;
}

.hover\:text-pink-600:hover {
  color: #d53f8c !important;
}

.hover\:text-pink-700:hover {
  color: #b83280 !important;
}

.hover\:text-pink-800:hover {
  color: #97266d !important;
}

.hover\:text-pink-900:hover {
  color: #702459 !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

.focus\:text-black:focus {
  color: #000 !important;
}

.focus\:text-white:focus {
  color: #fff !important;
}

.focus\:text-gray-100:focus {
  color: #f7fafc !important;
}

.focus\:text-gray-200:focus {
  color: #edf2f7 !important;
}

.focus\:text-gray-300:focus {
  color: #e2e8f0 !important;
}

.focus\:text-gray-400:focus {
  color: #cbd5e0 !important;
}

.focus\:text-gray-500:focus {
  color: #a0aec0 !important;
}

.focus\:text-gray-600:focus {
  color: #718096 !important;
}

.focus\:text-gray-700:focus {
  color: #4a5568 !important;
}

.focus\:text-gray-800:focus {
  color: #2d3748 !important;
}

.focus\:text-gray-900:focus {
  color: #1a202c !important;
}

.focus\:text-red-100:focus {
  color: #fff5f5 !important;
}

.focus\:text-red-200:focus {
  color: #fed7d7 !important;
}

.focus\:text-red-300:focus {
  color: #feb2b2 !important;
}

.focus\:text-red-400:focus {
  color: #fc8181 !important;
}

.focus\:text-red-500:focus {
  color: #f56565 !important;
}

.focus\:text-red-600:focus {
  color: #e53e3e !important;
}

.focus\:text-red-700:focus {
  color: #c53030 !important;
}

.focus\:text-red-800:focus {
  color: #9b2c2c !important;
}

.focus\:text-red-900:focus {
  color: #742a2a !important;
}

.focus\:text-orange-100:focus {
  color: #fffaf0 !important;
}

.focus\:text-orange-200:focus {
  color: #feebc8 !important;
}

.focus\:text-orange-300:focus {
  color: #fbd38d !important;
}

.focus\:text-orange-400:focus {
  color: #f6ad55 !important;
}

.focus\:text-orange-500:focus {
  color: #ed8936 !important;
}

.focus\:text-orange-600:focus {
  color: #dd6b20 !important;
}

.focus\:text-orange-700:focus {
  color: #c05621 !important;
}

.focus\:text-orange-800:focus {
  color: #9c4221 !important;
}

.focus\:text-orange-900:focus {
  color: #7b341e !important;
}

.focus\:text-yellow-100:focus {
  color: #fffff0 !important;
}

.focus\:text-yellow-200:focus {
  color: #fefcbf !important;
}

.focus\:text-yellow-300:focus {
  color: #faf089 !important;
}

.focus\:text-yellow-400:focus {
  color: #f6e05e !important;
}

.focus\:text-yellow-500:focus {
  color: #ecc94b !important;
}

.focus\:text-yellow-600:focus {
  color: #d69e2e !important;
}

.focus\:text-yellow-700:focus {
  color: #b7791f !important;
}

.focus\:text-yellow-800:focus {
  color: #975a16 !important;
}

.focus\:text-yellow-900:focus {
  color: #744210 !important;
}

.focus\:text-green-100:focus {
  color: #f0fff4 !important;
}

.focus\:text-green-200:focus {
  color: #c6f6d5 !important;
}

.focus\:text-green-300:focus {
  color: #9ae6b4 !important;
}

.focus\:text-green-400:focus {
  color: #68d391 !important;
}

.focus\:text-green-500:focus {
  color: #48bb78 !important;
}

.focus\:text-green-600:focus {
  color: #38a169 !important;
}

.focus\:text-green-700:focus {
  color: #2f855a !important;
}

.focus\:text-green-800:focus {
  color: #276749 !important;
}

.focus\:text-green-900:focus {
  color: #22543d !important;
}

.focus\:text-teal-100:focus {
  color: #e6fffa !important;
}

.focus\:text-teal-200:focus {
  color: #b2f5ea !important;
}

.focus\:text-teal-300:focus {
  color: #81e6d9 !important;
}

.focus\:text-teal-400:focus {
  color: #4fd1c5 !important;
}

.focus\:text-teal-500:focus {
  color: #38b2ac !important;
}

.focus\:text-teal-600:focus {
  color: #319795 !important;
}

.focus\:text-teal-700:focus {
  color: #2c7a7b !important;
}

.focus\:text-teal-800:focus {
  color: #285e61 !important;
}

.focus\:text-teal-900:focus {
  color: #234e52 !important;
}

.focus\:text-blue-100:focus {
  color: #ebf8ff !important;
}

.focus\:text-blue-200:focus {
  color: #bee3f8 !important;
}

.focus\:text-blue-300:focus {
  color: #90cdf4 !important;
}

.focus\:text-blue-400:focus {
  color: #63b3ed !important;
}

.focus\:text-blue-500:focus {
  color: #4299e1 !important;
}

.focus\:text-blue-600:focus {
  color: #3182ce !important;
}

.focus\:text-blue-700:focus {
  color: #2b6cb0 !important;
}

.focus\:text-blue-800:focus {
  color: #2c5282 !important;
}

.focus\:text-blue-900:focus {
  color: #2a4365 !important;
}

.focus\:text-indigo-100:focus {
  color: #ebf4ff !important;
}

.focus\:text-indigo-200:focus {
  color: #c3dafe !important;
}

.focus\:text-indigo-300:focus {
  color: #a3bffa !important;
}

.focus\:text-indigo-400:focus {
  color: #7f9cf5 !important;
}

.focus\:text-indigo-500:focus {
  color: #667eea !important;
}

.focus\:text-indigo-600:focus {
  color: #5a67d8 !important;
}

.focus\:text-indigo-700:focus {
  color: #4c51bf !important;
}

.focus\:text-indigo-800:focus {
  color: #434190 !important;
}

.focus\:text-indigo-900:focus {
  color: #3c366b !important;
}

.focus\:text-purple-100:focus {
  color: #faf5ff !important;
}

.focus\:text-purple-200:focus {
  color: #e9d8fd !important;
}

.focus\:text-purple-300:focus {
  color: #d6bcfa !important;
}

.focus\:text-purple-400:focus {
  color: #b794f4 !important;
}

.focus\:text-purple-500:focus {
  color: #9f7aea !important;
}

.focus\:text-purple-600:focus {
  color: #805ad5 !important;
}

.focus\:text-purple-700:focus {
  color: #6b46c1 !important;
}

.focus\:text-purple-800:focus {
  color: #553c9a !important;
}

.focus\:text-purple-900:focus {
  color: #44337a !important;
}

.focus\:text-pink-100:focus {
  color: #fff5f7 !important;
}

.focus\:text-pink-200:focus {
  color: #fed7e2 !important;
}

.focus\:text-pink-300:focus {
  color: #fbb6ce !important;
}

.focus\:text-pink-400:focus {
  color: #f687b3 !important;
}

.focus\:text-pink-500:focus {
  color: #ed64a6 !important;
}

.focus\:text-pink-600:focus {
  color: #d53f8c !important;
}

.focus\:text-pink-700:focus {
  color: #b83280 !important;
}

.focus\:text-pink-800:focus {
  color: #97266d !important;
}

.focus\:text-pink-900:focus {
  color: #702459 !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 4rem !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  word-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  word-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

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

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

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

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

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

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

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

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

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

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

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

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

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

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

@font-face {
  font-family: 'Vision';

  src: url('/fonts/Vision-Regular.otf');
}

@font-face {
  font-family: 'Vision';

  src: url('/fonts/Vision-Bold.otf');

  font-weight: bold;
}

body {
  margin: 0;
  font-family: 'Vision', sans-serif;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.w-body-max {
  max-width: 954px;
}

.text-5xl-custom {
  font-size: 56px;
}

.text-title {
  font-size: 36px;
}

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

.container-custom {
  padding: 1.75rem;
  background-color: #f3f3f3;
}

.paragraph {
  /* font-style: normal; */
  font-weight: 100;
  font-size: 20px;
  line-height: 150%;
  color: #888888;
}

.border-box {
  box-sizing: content-box;
}

.max-width-465 {
  max-width: 465px;
}

.min-h-contactme {
  min-height: 465px;
}

.width-465 {
  width: 465px;
}

.mb-9 {
  margin-bottom: 2.2rem;
}

.m-8 {
  margin: 1.75rem;
}

.ml-25 {
  margin-left: 6.2rem;
}

.min-w-80 {
  min-width: 70%;
}

.blurit {
  /* filter: blur(1); */
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: absolute;
  width: 100vw;
  height: 100%;
  box-shadow: 0 0 1rem 0 (rgba(0, 0, 0, 0.2));
}

.blur2 {
  margin: auto;
  width: 300px;
  height: 50vh;
  background-color: red;
}

.box-sizing {
  box-sizing: border-box;
}

.next,
.prev {
  /* top: calc(30% - 20px); */
  /* position: absolute; */
  background: white;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  z-index: 3;
}

.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.links #insta {
  margin-top: 2px;
}

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

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

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

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

  .zr\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .zr\:bg-fixed {
    background-attachment: fixed !important;
  }

  .zr\:bg-local {
    background-attachment: local !important;
  }

  .zr\:bg-scroll {
    background-attachment: scroll !important;
  }

  .zr\:bg-transparent {
    background-color: transparent !important;
  }

  .zr\:bg-black {
    background-color: #000 !important;
  }

  .zr\:bg-white {
    background-color: #fff !important;
  }

  .zr\:bg-gray-100 {
    background-color: #f7fafc !important;
  }

  .zr\:bg-gray-200 {
    background-color: #edf2f7 !important;
  }

  .zr\:bg-gray-300 {
    background-color: #e2e8f0 !important;
  }

  .zr\:bg-gray-400 {
    background-color: #cbd5e0 !important;
  }

  .zr\:bg-gray-500 {
    background-color: #a0aec0 !important;
  }

  .zr\:bg-gray-600 {
    background-color: #718096 !important;
  }

  .zr\:bg-gray-700 {
    background-color: #4a5568 !important;
  }

  .zr\:bg-gray-800 {
    background-color: #2d3748 !important;
  }

  .zr\:bg-gray-900 {
    background-color: #1a202c !important;
  }

  .zr\:bg-red-100 {
    background-color: #fff5f5 !important;
  }

  .zr\:bg-red-200 {
    background-color: #fed7d7 !important;
  }

  .zr\:bg-red-300 {
    background-color: #feb2b2 !important;
  }

  .zr\:bg-red-400 {
    background-color: #fc8181 !important;
  }

  .zr\:bg-red-500 {
    background-color: #f56565 !important;
  }

  .zr\:bg-red-600 {
    background-color: #e53e3e !important;
  }

  .zr\:bg-red-700 {
    background-color: #c53030 !important;
  }

  .zr\:bg-red-800 {
    background-color: #9b2c2c !important;
  }

  .zr\:bg-red-900 {
    background-color: #742a2a !important;
  }

  .zr\:bg-orange-100 {
    background-color: #fffaf0 !important;
  }

  .zr\:bg-orange-200 {
    background-color: #feebc8 !important;
  }

  .zr\:bg-orange-300 {
    background-color: #fbd38d !important;
  }

  .zr\:bg-orange-400 {
    background-color: #f6ad55 !important;
  }

  .zr\:bg-orange-500 {
    background-color: #ed8936 !important;
  }

  .zr\:bg-orange-600 {
    background-color: #dd6b20 !important;
  }

  .zr\:bg-orange-700 {
    background-color: #c05621 !important;
  }

  .zr\:bg-orange-800 {
    background-color: #9c4221 !important;
  }

  .zr\:bg-orange-900 {
    background-color: #7b341e !important;
  }

  .zr\:bg-yellow-100 {
    background-color: #fffff0 !important;
  }

  .zr\:bg-yellow-200 {
    background-color: #fefcbf !important;
  }

  .zr\:bg-yellow-300 {
    background-color: #faf089 !important;
  }

  .zr\:bg-yellow-400 {
    background-color: #f6e05e !important;
  }

  .zr\:bg-yellow-500 {
    background-color: #ecc94b !important;
  }

  .zr\:bg-yellow-600 {
    background-color: #d69e2e !important;
  }

  .zr\:bg-yellow-700 {
    background-color: #b7791f !important;
  }

  .zr\:bg-yellow-800 {
    background-color: #975a16 !important;
  }

  .zr\:bg-yellow-900 {
    background-color: #744210 !important;
  }

  .zr\:bg-green-100 {
    background-color: #f0fff4 !important;
  }

  .zr\:bg-green-200 {
    background-color: #c6f6d5 !important;
  }

  .zr\:bg-green-300 {
    background-color: #9ae6b4 !important;
  }

  .zr\:bg-green-400 {
    background-color: #68d391 !important;
  }

  .zr\:bg-green-500 {
    background-color: #48bb78 !important;
  }

  .zr\:bg-green-600 {
    background-color: #38a169 !important;
  }

  .zr\:bg-green-700 {
    background-color: #2f855a !important;
  }

  .zr\:bg-green-800 {
    background-color: #276749 !important;
  }

  .zr\:bg-green-900 {
    background-color: #22543d !important;
  }

  .zr\:bg-teal-100 {
    background-color: #e6fffa !important;
  }

  .zr\:bg-teal-200 {
    background-color: #b2f5ea !important;
  }

  .zr\:bg-teal-300 {
    background-color: #81e6d9 !important;
  }

  .zr\:bg-teal-400 {
    background-color: #4fd1c5 !important;
  }

  .zr\:bg-teal-500 {
    background-color: #38b2ac !important;
  }

  .zr\:bg-teal-600 {
    background-color: #319795 !important;
  }

  .zr\:bg-teal-700 {
    background-color: #2c7a7b !important;
  }

  .zr\:bg-teal-800 {
    background-color: #285e61 !important;
  }

  .zr\:bg-teal-900 {
    background-color: #234e52 !important;
  }

  .zr\:bg-blue-100 {
    background-color: #ebf8ff !important;
  }

  .zr\:bg-blue-200 {
    background-color: #bee3f8 !important;
  }

  .zr\:bg-blue-300 {
    background-color: #90cdf4 !important;
  }

  .zr\:bg-blue-400 {
    background-color: #63b3ed !important;
  }

  .zr\:bg-blue-500 {
    background-color: #4299e1 !important;
  }

  .zr\:bg-blue-600 {
    background-color: #3182ce !important;
  }

  .zr\:bg-blue-700 {
    background-color: #2b6cb0 !important;
  }

  .zr\:bg-blue-800 {
    background-color: #2c5282 !important;
  }

  .zr\:bg-blue-900 {
    background-color: #2a4365 !important;
  }

  .zr\:bg-indigo-100 {
    background-color: #ebf4ff !important;
  }

  .zr\:bg-indigo-200 {
    background-color: #c3dafe !important;
  }

  .zr\:bg-indigo-300 {
    background-color: #a3bffa !important;
  }

  .zr\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
  }

  .zr\:bg-indigo-500 {
    background-color: #667eea !important;
  }

  .zr\:bg-indigo-600 {
    background-color: #5a67d8 !important;
  }

  .zr\:bg-indigo-700 {
    background-color: #4c51bf !important;
  }

  .zr\:bg-indigo-800 {
    background-color: #434190 !important;
  }

  .zr\:bg-indigo-900 {
    background-color: #3c366b !important;
  }

  .zr\:bg-purple-100 {
    background-color: #faf5ff !important;
  }

  .zr\:bg-purple-200 {
    background-color: #e9d8fd !important;
  }

  .zr\:bg-purple-300 {
    background-color: #d6bcfa !important;
  }

  .zr\:bg-purple-400 {
    background-color: #b794f4 !important;
  }

  .zr\:bg-purple-500 {
    background-color: #9f7aea !important;
  }

  .zr\:bg-purple-600 {
    background-color: #805ad5 !important;
  }

  .zr\:bg-purple-700 {
    background-color: #6b46c1 !important;
  }

  .zr\:bg-purple-800 {
    background-color: #553c9a !important;
  }

  .zr\:bg-purple-900 {
    background-color: #44337a !important;
  }

  .zr\:bg-pink-100 {
    background-color: #fff5f7 !important;
  }

  .zr\:bg-pink-200 {
    background-color: #fed7e2 !important;
  }

  .zr\:bg-pink-300 {
    background-color: #fbb6ce !important;
  }

  .zr\:bg-pink-400 {
    background-color: #f687b3 !important;
  }

  .zr\:bg-pink-500 {
    background-color: #ed64a6 !important;
  }

  .zr\:bg-pink-600 {
    background-color: #d53f8c !important;
  }

  .zr\:bg-pink-700 {
    background-color: #b83280 !important;
  }

  .zr\:bg-pink-800 {
    background-color: #97266d !important;
  }

  .zr\:bg-pink-900 {
    background-color: #702459 !important;
  }

  .zr\:bg-primary {
    background-color: #3490dc !important;
  }

  .zr\:bg-secondary {
    background-color: #ffed4a !important;
  }

  .zr\:bg-danger {
    background-color: #e3342f !important;
  }

  .zr\:bg-appleGrey {
    background-color: #f3f3f3 !important;
  }

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

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

  .zr\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .zr\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
  }

  .zr\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
  }

  .zr\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
  }

  .zr\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
  }

  .zr\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
  }

  .zr\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
  }

  .zr\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
  }

  .zr\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
  }

  .zr\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
  }

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

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

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

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

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

  .zr\:hover\:bg-red-600:hover {
    background-color: #e53e3e !important;
  }

  .zr\:hover\:bg-red-700:hover {
    background-color: #c53030 !important;
  }

  .zr\:hover\:bg-red-800:hover {
    background-color: #9b2c2c !important;
  }

  .zr\:hover\:bg-red-900:hover {
    background-color: #742a2a !important;
  }

  .zr\:hover\:bg-orange-100:hover {
    background-color: #fffaf0 !important;
  }

  .zr\:hover\:bg-orange-200:hover {
    background-color: #feebc8 !important;
  }

  .zr\:hover\:bg-orange-300:hover {
    background-color: #fbd38d !important;
  }

  .zr\:hover\:bg-orange-400:hover {
    background-color: #f6ad55 !important;
  }

  .zr\:hover\:bg-orange-500:hover {
    background-color: #ed8936 !important;
  }

  .zr\:hover\:bg-orange-600:hover {
    background-color: #dd6b20 !important;
  }

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

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

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

  .zr\:hover\:bg-yellow-100:hover {
    background-color: #fffff0 !important;
  }

  .zr\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf !important;
  }

  .zr\:hover\:bg-yellow-300:hover {
    background-color: #faf089 !important;
  }

  .zr\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e !important;
  }

  .zr\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b !important;
  }

  .zr\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e !important;
  }

  .zr\:hover\:bg-yellow-700:hover {
    background-color: #b7791f !important;
  }

  .zr\:hover\:bg-yellow-800:hover {
    background-color: #975a16 !important;
  }

  .zr\:hover\:bg-yellow-900:hover {
    background-color: #744210 !important;
  }

  .zr\:hover\:bg-green-100:hover {
    background-color: #f0fff4 !important;
  }

  .zr\:hover\:bg-green-200:hover {
    background-color: #c6f6d5 !important;
  }

  .zr\:hover\:bg-green-300:hover {
    background-color: #9ae6b4 !important;
  }

  .zr\:hover\:bg-green-400:hover {
    background-color: #68d391 !important;
  }

  .zr\:hover\:bg-green-500:hover {
    background-color: #48bb78 !important;
  }

  .zr\:hover\:bg-green-600:hover {
    background-color: #38a169 !important;
  }

  .zr\:hover\:bg-green-700:hover {
    background-color: #2f855a !important;
  }

  .zr\:hover\:bg-green-800:hover {
    background-color: #276749 !important;
  }

  .zr\:hover\:bg-green-900:hover {
    background-color: #22543d !important;
  }

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

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

  .zr\:hover\:bg-teal-300:hover {
    background-color: #81e6d9 !important;
  }

  .zr\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5 !important;
  }

  .zr\:hover\:bg-teal-500:hover {
    background-color: #38b2ac !important;
  }

  .zr\:hover\:bg-teal-600:hover {
    background-color: #319795 !important;
  }

  .zr\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b !important;
  }

  .zr\:hover\:bg-teal-800:hover {
    background-color: #285e61 !important;
  }

  .zr\:hover\:bg-teal-900:hover {
    background-color: #234e52 !important;
  }

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

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

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

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

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

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

  .zr\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0 !important;
  }

  .zr\:hover\:bg-blue-800:hover {
    background-color: #2c5282 !important;
  }

  .zr\:hover\:bg-blue-900:hover {
    background-color: #2a4365 !important;
  }

  .zr\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
  }

  .zr\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
  }

  .zr\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
  }

  .zr\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
  }

  .zr\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
  }

  .zr\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
  }

  .zr\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
  }

  .zr\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
  }

  .zr\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
  }

  .zr\:hover\:bg-purple-100:hover {
    background-color: #faf5ff !important;
  }

  .zr\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd !important;
  }

  .zr\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa !important;
  }

  .zr\:hover\:bg-purple-400:hover {
    background-color: #b794f4 !important;
  }

  .zr\:hover\:bg-purple-500:hover {
    background-color: #9f7aea !important;
  }

  .zr\:hover\:bg-purple-600:hover {
    background-color: #805ad5 !important;
  }

  .zr\:hover\:bg-purple-700:hover {
    background-color: #6b46c1 !important;
  }

  .zr\:hover\:bg-purple-800:hover {
    background-color: #553c9a !important;
  }

  .zr\:hover\:bg-purple-900:hover {
    background-color: #44337a !important;
  }

  .zr\:hover\:bg-pink-100:hover {
    background-color: #fff5f7 !important;
  }

  .zr\:hover\:bg-pink-200:hover {
    background-color: #fed7e2 !important;
  }

  .zr\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce !important;
  }

  .zr\:hover\:bg-pink-400:hover {
    background-color: #f687b3 !important;
  }

  .zr\:hover\:bg-pink-500:hover {
    background-color: #ed64a6 !important;
  }

  .zr\:hover\:bg-pink-600:hover {
    background-color: #d53f8c !important;
  }

  .zr\:hover\:bg-pink-700:hover {
    background-color: #b83280 !important;
  }

  .zr\:hover\:bg-pink-800:hover {
    background-color: #97266d !important;
  }

  .zr\:hover\:bg-pink-900:hover {
    background-color: #702459 !important;
  }

  .zr\:hover\:bg-primary:hover {
    background-color: #3490dc !important;
  }

  .zr\:hover\:bg-secondary:hover {
    background-color: #ffed4a !important;
  }

  .zr\:hover\:bg-danger:hover {
    background-color: #e3342f !important;
  }

  .zr\:hover\:bg-appleGrey:hover {
    background-color: #f3f3f3 !important;
  }

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

  .zr\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .zr\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .zr\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
  }

  .zr\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
  }

  .zr\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
  }

  .zr\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
  }

  .zr\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
  }

  .zr\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
  }

  .zr\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
  }

  .zr\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
  }

  .zr\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
  }

  .zr\:focus\:bg-red-100:focus {
    background-color: #fff5f5 !important;
  }

  .zr\:focus\:bg-red-200:focus {
    background-color: #fed7d7 !important;
  }

  .zr\:focus\:bg-red-300:focus {
    background-color: #feb2b2 !important;
  }

  .zr\:focus\:bg-red-400:focus {
    background-color: #fc8181 !important;
  }

  .zr\:focus\:bg-red-500:focus {
    background-color: #f56565 !important;
  }

  .zr\:focus\:bg-red-600:focus {
    background-color: #e53e3e !important;
  }

  .zr\:focus\:bg-red-700:focus {
    background-color: #c53030 !important;
  }

  .zr\:focus\:bg-red-800:focus {
    background-color: #9b2c2c !important;
  }

  .zr\:focus\:bg-red-900:focus {
    background-color: #742a2a !important;
  }

  .zr\:focus\:bg-orange-100:focus {
    background-color: #fffaf0 !important;
  }

  .zr\:focus\:bg-orange-200:focus {
    background-color: #feebc8 !important;
  }

  .zr\:focus\:bg-orange-300:focus {
    background-color: #fbd38d !important;
  }

  .zr\:focus\:bg-orange-400:focus {
    background-color: #f6ad55 !important;
  }

  .zr\:focus\:bg-orange-500:focus {
    background-color: #ed8936 !important;
  }

  .zr\:focus\:bg-orange-600:focus {
    background-color: #dd6b20 !important;
  }

  .zr\:focus\:bg-orange-700:focus {
    background-color: #c05621 !important;
  }

  .zr\:focus\:bg-orange-800:focus {
    background-color: #9c4221 !important;
  }

  .zr\:focus\:bg-orange-900:focus {
    background-color: #7b341e !important;
  }

  .zr\:focus\:bg-yellow-100:focus {
    background-color: #fffff0 !important;
  }

  .zr\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf !important;
  }

  .zr\:focus\:bg-yellow-300:focus {
    background-color: #faf089 !important;
  }

  .zr\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e !important;
  }

  .zr\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b !important;
  }

  .zr\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e !important;
  }

  .zr\:focus\:bg-yellow-700:focus {
    background-color: #b7791f !important;
  }

  .zr\:focus\:bg-yellow-800:focus {
    background-color: #975a16 !important;
  }

  .zr\:focus\:bg-yellow-900:focus {
    background-color: #744210 !important;
  }

  .zr\:focus\:bg-green-100:focus {
    background-color: #f0fff4 !important;
  }

  .zr\:focus\:bg-green-200:focus {
    background-color: #c6f6d5 !important;
  }

  .zr\:focus\:bg-green-300:focus {
    background-color: #9ae6b4 !important;
  }

  .zr\:focus\:bg-green-400:focus {
    background-color: #68d391 !important;
  }

  .zr\:focus\:bg-green-500:focus {
    background-color: #48bb78 !important;
  }

  .zr\:focus\:bg-green-600:focus {
    background-color: #38a169 !important;
  }

  .zr\:focus\:bg-green-700:focus {
    background-color: #2f855a !important;
  }

  .zr\:focus\:bg-green-800:focus {
    background-color: #276749 !important;
  }

  .zr\:focus\:bg-green-900:focus {
    background-color: #22543d !important;
  }

  .zr\:focus\:bg-teal-100:focus {
    background-color: #e6fffa !important;
  }

  .zr\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea !important;
  }

  .zr\:focus\:bg-teal-300:focus {
    background-color: #81e6d9 !important;
  }

  .zr\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5 !important;
  }

  .zr\:focus\:bg-teal-500:focus {
    background-color: #38b2ac !important;
  }

  .zr\:focus\:bg-teal-600:focus {
    background-color: #319795 !important;
  }

  .zr\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b !important;
  }

  .zr\:focus\:bg-teal-800:focus {
    background-color: #285e61 !important;
  }

  .zr\:focus\:bg-teal-900:focus {
    background-color: #234e52 !important;
  }

  .zr\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff !important;
  }

  .zr\:focus\:bg-blue-200:focus {
    background-color: #bee3f8 !important;
  }

  .zr\:focus\:bg-blue-300:focus {
    background-color: #90cdf4 !important;
  }

  .zr\:focus\:bg-blue-400:focus {
    background-color: #63b3ed !important;
  }

  .zr\:focus\:bg-blue-500:focus {
    background-color: #4299e1 !important;
  }

  .zr\:focus\:bg-blue-600:focus {
    background-color: #3182ce !important;
  }

  .zr\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0 !important;
  }

  .zr\:focus\:bg-blue-800:focus {
    background-color: #2c5282 !important;
  }

  .zr\:focus\:bg-blue-900:focus {
    background-color: #2a4365 !important;
  }

  .zr\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
  }

  .zr\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
  }

  .zr\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
  }

  .zr\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
  }

  .zr\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
  }

  .zr\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
  }

  .zr\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
  }

  .zr\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
  }

  .zr\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
  }

  .zr\:focus\:bg-purple-100:focus {
    background-color: #faf5ff !important;
  }

  .zr\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd !important;
  }

  .zr\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa !important;
  }

  .zr\:focus\:bg-purple-400:focus {
    background-color: #b794f4 !important;
  }

  .zr\:focus\:bg-purple-500:focus {
    background-color: #9f7aea !important;
  }

  .zr\:focus\:bg-purple-600:focus {
    background-color: #805ad5 !important;
  }

  .zr\:focus\:bg-purple-700:focus {
    background-color: #6b46c1 !important;
  }

  .zr\:focus\:bg-purple-800:focus {
    background-color: #553c9a !important;
  }

  .zr\:focus\:bg-purple-900:focus {
    background-color: #44337a !important;
  }

  .zr\:focus\:bg-pink-100:focus {
    background-color: #fff5f7 !important;
  }

  .zr\:focus\:bg-pink-200:focus {
    background-color: #fed7e2 !important;
  }

  .zr\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce !important;
  }

  .zr\:focus\:bg-pink-400:focus {
    background-color: #f687b3 !important;
  }

  .zr\:focus\:bg-pink-500:focus {
    background-color: #ed64a6 !important;
  }

  .zr\:focus\:bg-pink-600:focus {
    background-color: #d53f8c !important;
  }

  .zr\:focus\:bg-pink-700:focus {
    background-color: #b83280 !important;
  }

  .zr\:focus\:bg-pink-800:focus {
    background-color: #97266d !important;
  }

  .zr\:focus\:bg-pink-900:focus {
    background-color: #702459 !important;
  }

  .zr\:focus\:bg-primary:focus {
    background-color: #3490dc !important;
  }

  .zr\:focus\:bg-secondary:focus {
    background-color: #ffed4a !important;
  }

  .zr\:focus\:bg-danger:focus {
    background-color: #e3342f !important;
  }

  .zr\:focus\:bg-appleGrey:focus {
    background-color: #f3f3f3 !important;
  }

  .zr\:bg-bottom {
    background-position: bottom !important;
  }

  .zr\:bg-center {
    background-position: center !important;
  }

  .zr\:bg-left {
    background-position: left !important;
  }

  .zr\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .zr\:bg-left-top {
    background-position: left top !important;
  }

  .zr\:bg-right {
    background-position: right !important;
  }

  .zr\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .zr\:bg-right-top {
    background-position: right top !important;
  }

  .zr\:bg-top {
    background-position: top !important;
  }

  .zr\:bg-repeat {
    background-repeat: repeat !important;
  }

  .zr\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .zr\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .zr\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .zr\:bg-repeat-round {
    background-repeat: round !important;
  }

  .zr\:bg-repeat-space {
    background-repeat: space !important;
  }

  .zr\:bg-auto {
    background-size: auto !important;
  }

  .zr\:bg-cover {
    background-size: cover !important;
  }

  .zr\:bg-contain {
    background-size: contain !important;
  }

  .zr\:border-collapse {
    border-collapse: collapse !important;
  }

  .zr\:border-separate {
    border-collapse: separate !important;
  }

  .zr\:border-transparent {
    border-color: transparent !important;
  }

  .zr\:border-black {
    border-color: #000 !important;
  }

  .zr\:border-white {
    border-color: #fff !important;
  }

  .zr\:border-gray-100 {
    border-color: #f7fafc !important;
  }

  .zr\:border-gray-200 {
    border-color: #edf2f7 !important;
  }

  .zr\:border-gray-300 {
    border-color: #e2e8f0 !important;
  }

  .zr\:border-gray-400 {
    border-color: #cbd5e0 !important;
  }

  .zr\:border-gray-500 {
    border-color: #a0aec0 !important;
  }

  .zr\:border-gray-600 {
    border-color: #718096 !important;
  }

  .zr\:border-gray-700 {
    border-color: #4a5568 !important;
  }

  .zr\:border-gray-800 {
    border-color: #2d3748 !important;
  }

  .zr\:border-gray-900 {
    border-color: #1a202c !important;
  }

  .zr\:border-red-100 {
    border-color: #fff5f5 !important;
  }

  .zr\:border-red-200 {
    border-color: #fed7d7 !important;
  }

  .zr\:border-red-300 {
    border-color: #feb2b2 !important;
  }

  .zr\:border-red-400 {
    border-color: #fc8181 !important;
  }

  .zr\:border-red-500 {
    border-color: #f56565 !important;
  }

  .zr\:border-red-600 {
    border-color: #e53e3e !important;
  }

  .zr\:border-red-700 {
    border-color: #c53030 !important;
  }

  .zr\:border-red-800 {
    border-color: #9b2c2c !important;
  }

  .zr\:border-red-900 {
    border-color: #742a2a !important;
  }

  .zr\:border-orange-100 {
    border-color: #fffaf0 !important;
  }

  .zr\:border-orange-200 {
    border-color: #feebc8 !important;
  }

  .zr\:border-orange-300 {
    border-color: #fbd38d !important;
  }

  .zr\:border-orange-400 {
    border-color: #f6ad55 !important;
  }

  .zr\:border-orange-500 {
    border-color: #ed8936 !important;
  }

  .zr\:border-orange-600 {
    border-color: #dd6b20 !important;
  }

  .zr\:border-orange-700 {
    border-color: #c05621 !important;
  }

  .zr\:border-orange-800 {
    border-color: #9c4221 !important;
  }

  .zr\:border-orange-900 {
    border-color: #7b341e !important;
  }

  .zr\:border-yellow-100 {
    border-color: #fffff0 !important;
  }

  .zr\:border-yellow-200 {
    border-color: #fefcbf !important;
  }

  .zr\:border-yellow-300 {
    border-color: #faf089 !important;
  }

  .zr\:border-yellow-400 {
    border-color: #f6e05e !important;
  }

  .zr\:border-yellow-500 {
    border-color: #ecc94b !important;
  }

  .zr\:border-yellow-600 {
    border-color: #d69e2e !important;
  }

  .zr\:border-yellow-700 {
    border-color: #b7791f !important;
  }

  .zr\:border-yellow-800 {
    border-color: #975a16 !important;
  }

  .zr\:border-yellow-900 {
    border-color: #744210 !important;
  }

  .zr\:border-green-100 {
    border-color: #f0fff4 !important;
  }

  .zr\:border-green-200 {
    border-color: #c6f6d5 !important;
  }

  .zr\:border-green-300 {
    border-color: #9ae6b4 !important;
  }

  .zr\:border-green-400 {
    border-color: #68d391 !important;
  }

  .zr\:border-green-500 {
    border-color: #48bb78 !important;
  }

  .zr\:border-green-600 {
    border-color: #38a169 !important;
  }

  .zr\:border-green-700 {
    border-color: #2f855a !important;
  }

  .zr\:border-green-800 {
    border-color: #276749 !important;
  }

  .zr\:border-green-900 {
    border-color: #22543d !important;
  }

  .zr\:border-teal-100 {
    border-color: #e6fffa !important;
  }

  .zr\:border-teal-200 {
    border-color: #b2f5ea !important;
  }

  .zr\:border-teal-300 {
    border-color: #81e6d9 !important;
  }

  .zr\:border-teal-400 {
    border-color: #4fd1c5 !important;
  }

  .zr\:border-teal-500 {
    border-color: #38b2ac !important;
  }

  .zr\:border-teal-600 {
    border-color: #319795 !important;
  }

  .zr\:border-teal-700 {
    border-color: #2c7a7b !important;
  }

  .zr\:border-teal-800 {
    border-color: #285e61 !important;
  }

  .zr\:border-teal-900 {
    border-color: #234e52 !important;
  }

  .zr\:border-blue-100 {
    border-color: #ebf8ff !important;
  }

  .zr\:border-blue-200 {
    border-color: #bee3f8 !important;
  }

  .zr\:border-blue-300 {
    border-color: #90cdf4 !important;
  }

  .zr\:border-blue-400 {
    border-color: #63b3ed !important;
  }

  .zr\:border-blue-500 {
    border-color: #4299e1 !important;
  }

  .zr\:border-blue-600 {
    border-color: #3182ce !important;
  }

  .zr\:border-blue-700 {
    border-color: #2b6cb0 !important;
  }

  .zr\:border-blue-800 {
    border-color: #2c5282 !important;
  }

  .zr\:border-blue-900 {
    border-color: #2a4365 !important;
  }

  .zr\:border-indigo-100 {
    border-color: #ebf4ff !important;
  }

  .zr\:border-indigo-200 {
    border-color: #c3dafe !important;
  }

  .zr\:border-indigo-300 {
    border-color: #a3bffa !important;
  }

  .zr\:border-indigo-400 {
    border-color: #7f9cf5 !important;
  }

  .zr\:border-indigo-500 {
    border-color: #667eea !important;
  }

  .zr\:border-indigo-600 {
    border-color: #5a67d8 !important;
  }

  .zr\:border-indigo-700 {
    border-color: #4c51bf !important;
  }

  .zr\:border-indigo-800 {
    border-color: #434190 !important;
  }

  .zr\:border-indigo-900 {
    border-color: #3c366b !important;
  }

  .zr\:border-purple-100 {
    border-color: #faf5ff !important;
  }

  .zr\:border-purple-200 {
    border-color: #e9d8fd !important;
  }

  .zr\:border-purple-300 {
    border-color: #d6bcfa !important;
  }

  .zr\:border-purple-400 {
    border-color: #b794f4 !important;
  }

  .zr\:border-purple-500 {
    border-color: #9f7aea !important;
  }

  .zr\:border-purple-600 {
    border-color: #805ad5 !important;
  }

  .zr\:border-purple-700 {
    border-color: #6b46c1 !important;
  }

  .zr\:border-purple-800 {
    border-color: #553c9a !important;
  }

  .zr\:border-purple-900 {
    border-color: #44337a !important;
  }

  .zr\:border-pink-100 {
    border-color: #fff5f7 !important;
  }

  .zr\:border-pink-200 {
    border-color: #fed7e2 !important;
  }

  .zr\:border-pink-300 {
    border-color: #fbb6ce !important;
  }

  .zr\:border-pink-400 {
    border-color: #f687b3 !important;
  }

  .zr\:border-pink-500 {
    border-color: #ed64a6 !important;
  }

  .zr\:border-pink-600 {
    border-color: #d53f8c !important;
  }

  .zr\:border-pink-700 {
    border-color: #b83280 !important;
  }

  .zr\:border-pink-800 {
    border-color: #97266d !important;
  }

  .zr\:border-pink-900 {
    border-color: #702459 !important;
  }

  .zr\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .zr\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .zr\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .zr\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
  }

  .zr\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
  }

  .zr\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
  }

  .zr\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
  }

  .zr\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
  }

  .zr\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
  }

  .zr\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
  }

  .zr\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
  }

  .zr\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
  }

  .zr\:hover\:border-red-100:hover {
    border-color: #fff5f5 !important;
  }

  .zr\:hover\:border-red-200:hover {
    border-color: #fed7d7 !important;
  }

  .zr\:hover\:border-red-300:hover {
    border-color: #feb2b2 !important;
  }

  .zr\:hover\:border-red-400:hover {
    border-color: #fc8181 !important;
  }

  .zr\:hover\:border-red-500:hover {
    border-color: #f56565 !important;
  }

  .zr\:hover\:border-red-600:hover {
    border-color: #e53e3e !important;
  }

  .zr\:hover\:border-red-700:hover {
    border-color: #c53030 !important;
  }

  .zr\:hover\:border-red-800:hover {
    border-color: #9b2c2c !important;
  }

  .zr\:hover\:border-red-900:hover {
    border-color: #742a2a !important;
  }

  .zr\:hover\:border-orange-100:hover {
    border-color: #fffaf0 !important;
  }

  .zr\:hover\:border-orange-200:hover {
    border-color: #feebc8 !important;
  }

  .zr\:hover\:border-orange-300:hover {
    border-color: #fbd38d !important;
  }

  .zr\:hover\:border-orange-400:hover {
    border-color: #f6ad55 !important;
  }

  .zr\:hover\:border-orange-500:hover {
    border-color: #ed8936 !important;
  }

  .zr\:hover\:border-orange-600:hover {
    border-color: #dd6b20 !important;
  }

  .zr\:hover\:border-orange-700:hover {
    border-color: #c05621 !important;
  }

  .zr\:hover\:border-orange-800:hover {
    border-color: #9c4221 !important;
  }

  .zr\:hover\:border-orange-900:hover {
    border-color: #7b341e !important;
  }

  .zr\:hover\:border-yellow-100:hover {
    border-color: #fffff0 !important;
  }

  .zr\:hover\:border-yellow-200:hover {
    border-color: #fefcbf !important;
  }

  .zr\:hover\:border-yellow-300:hover {
    border-color: #faf089 !important;
  }

  .zr\:hover\:border-yellow-400:hover {
    border-color: #f6e05e !important;
  }

  .zr\:hover\:border-yellow-500:hover {
    border-color: #ecc94b !important;
  }

  .zr\:hover\:border-yellow-600:hover {
    border-color: #d69e2e !important;
  }

  .zr\:hover\:border-yellow-700:hover {
    border-color: #b7791f !important;
  }

  .zr\:hover\:border-yellow-800:hover {
    border-color: #975a16 !important;
  }

  .zr\:hover\:border-yellow-900:hover {
    border-color: #744210 !important;
  }

  .zr\:hover\:border-green-100:hover {
    border-color: #f0fff4 !important;
  }

  .zr\:hover\:border-green-200:hover {
    border-color: #c6f6d5 !important;
  }

  .zr\:hover\:border-green-300:hover {
    border-color: #9ae6b4 !important;
  }

  .zr\:hover\:border-green-400:hover {
    border-color: #68d391 !important;
  }

  .zr\:hover\:border-green-500:hover {
    border-color: #48bb78 !important;
  }

  .zr\:hover\:border-green-600:hover {
    border-color: #38a169 !important;
  }

  .zr\:hover\:border-green-700:hover {
    border-color: #2f855a !important;
  }

  .zr\:hover\:border-green-800:hover {
    border-color: #276749 !important;
  }

  .zr\:hover\:border-green-900:hover {
    border-color: #22543d !important;
  }

  .zr\:hover\:border-teal-100:hover {
    border-color: #e6fffa !important;
  }

  .zr\:hover\:border-teal-200:hover {
    border-color: #b2f5ea !important;
  }

  .zr\:hover\:border-teal-300:hover {
    border-color: #81e6d9 !important;
  }

  .zr\:hover\:border-teal-400:hover {
    border-color: #4fd1c5 !important;
  }

  .zr\:hover\:border-teal-500:hover {
    border-color: #38b2ac !important;
  }

  .zr\:hover\:border-teal-600:hover {
    border-color: #319795 !important;
  }

  .zr\:hover\:border-teal-700:hover {
    border-color: #2c7a7b !important;
  }

  .zr\:hover\:border-teal-800:hover {
    border-color: #285e61 !important;
  }

  .zr\:hover\:border-teal-900:hover {
    border-color: #234e52 !important;
  }

  .zr\:hover\:border-blue-100:hover {
    border-color: #ebf8ff !important;
  }

  .zr\:hover\:border-blue-200:hover {
    border-color: #bee3f8 !important;
  }

  .zr\:hover\:border-blue-300:hover {
    border-color: #90cdf4 !important;
  }

  .zr\:hover\:border-blue-400:hover {
    border-color: #63b3ed !important;
  }

  .zr\:hover\:border-blue-500:hover {
    border-color: #4299e1 !important;
  }

  .zr\:hover\:border-blue-600:hover {
    border-color: #3182ce !important;
  }

  .zr\:hover\:border-blue-700:hover {
    border-color: #2b6cb0 !important;
  }

  .zr\:hover\:border-blue-800:hover {
    border-color: #2c5282 !important;
  }

  .zr\:hover\:border-blue-900:hover {
    border-color: #2a4365 !important;
  }

  .zr\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
  }

  .zr\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
  }

  .zr\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
  }

  .zr\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
  }

  .zr\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
  }

  .zr\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
  }

  .zr\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
  }

  .zr\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
  }

  .zr\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
  }

  .zr\:hover\:border-purple-100:hover {
    border-color: #faf5ff !important;
  }

  .zr\:hover\:border-purple-200:hover {
    border-color: #e9d8fd !important;
  }

  .zr\:hover\:border-purple-300:hover {
    border-color: #d6bcfa !important;
  }

  .zr\:hover\:border-purple-400:hover {
    border-color: #b794f4 !important;
  }

  .zr\:hover\:border-purple-500:hover {
    border-color: #9f7aea !important;
  }

  .zr\:hover\:border-purple-600:hover {
    border-color: #805ad5 !important;
  }

  .zr\:hover\:border-purple-700:hover {
    border-color: #6b46c1 !important;
  }

  .zr\:hover\:border-purple-800:hover {
    border-color: #553c9a !important;
  }

  .zr\:hover\:border-purple-900:hover {
    border-color: #44337a !important;
  }

  .zr\:hover\:border-pink-100:hover {
    border-color: #fff5f7 !important;
  }

  .zr\:hover\:border-pink-200:hover {
    border-color: #fed7e2 !important;
  }

  .zr\:hover\:border-pink-300:hover {
    border-color: #fbb6ce !important;
  }

  .zr\:hover\:border-pink-400:hover {
    border-color: #f687b3 !important;
  }

  .zr\:hover\:border-pink-500:hover {
    border-color: #ed64a6 !important;
  }

  .zr\:hover\:border-pink-600:hover {
    border-color: #d53f8c !important;
  }

  .zr\:hover\:border-pink-700:hover {
    border-color: #b83280 !important;
  }

  .zr\:hover\:border-pink-800:hover {
    border-color: #97266d !important;
  }

  .zr\:hover\:border-pink-900:hover {
    border-color: #702459 !important;
  }

  .zr\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .zr\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .zr\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .zr\:focus\:border-gray-100:focus {
    border-color: #f7fafc !important;
  }

  .zr\:focus\:border-gray-200:focus {
    border-color: #edf2f7 !important;
  }

  .zr\:focus\:border-gray-300:focus {
    border-color: #e2e8f0 !important;
  }

  .zr\:focus\:border-gray-400:focus {
    border-color: #cbd5e0 !important;
  }

  .zr\:focus\:border-gray-500:focus {
    border-color: #a0aec0 !important;
  }

  .zr\:focus\:border-gray-600:focus {
    border-color: #718096 !important;
  }

  .zr\:focus\:border-gray-700:focus {
    border-color: #4a5568 !important;
  }

  .zr\:focus\:border-gray-800:focus {
    border-color: #2d3748 !important;
  }

  .zr\:focus\:border-gray-900:focus {
    border-color: #1a202c !important;
  }

  .zr\:focus\:border-red-100:focus {
    border-color: #fff5f5 !important;
  }

  .zr\:focus\:border-red-200:focus {
    border-color: #fed7d7 !important;
  }

  .zr\:focus\:border-red-300:focus {
    border-color: #feb2b2 !important;
  }

  .zr\:focus\:border-red-400:focus {
    border-color: #fc8181 !important;
  }

  .zr\:focus\:border-red-500:focus {
    border-color: #f56565 !important;
  }

  .zr\:focus\:border-red-600:focus {
    border-color: #e53e3e !important;
  }

  .zr\:focus\:border-red-700:focus {
    border-color: #c53030 !important;
  }

  .zr\:focus\:border-red-800:focus {
    border-color: #9b2c2c !important;
  }

  .zr\:focus\:border-red-900:focus {
    border-color: #742a2a !important;
  }

  .zr\:focus\:border-orange-100:focus {
    border-color: #fffaf0 !important;
  }

  .zr\:focus\:border-orange-200:focus {
    border-color: #feebc8 !important;
  }

  .zr\:focus\:border-orange-300:focus {
    border-color: #fbd38d !important;
  }

  .zr\:focus\:border-orange-400:focus {
    border-color: #f6ad55 !important;
  }

  .zr\:focus\:border-orange-500:focus {
    border-color: #ed8936 !important;
  }

  .zr\:focus\:border-orange-600:focus {
    border-color: #dd6b20 !important;
  }

  .zr\:focus\:border-orange-700:focus {
    border-color: #c05621 !important;
  }

  .zr\:focus\:border-orange-800:focus {
    border-color: #9c4221 !important;
  }

  .zr\:focus\:border-orange-900:focus {
    border-color: #7b341e !important;
  }

  .zr\:focus\:border-yellow-100:focus {
    border-color: #fffff0 !important;
  }

  .zr\:focus\:border-yellow-200:focus {
    border-color: #fefcbf !important;
  }

  .zr\:focus\:border-yellow-300:focus {
    border-color: #faf089 !important;
  }

  .zr\:focus\:border-yellow-400:focus {
    border-color: #f6e05e !important;
  }

  .zr\:focus\:border-yellow-500:focus {
    border-color: #ecc94b !important;
  }

  .zr\:focus\:border-yellow-600:focus {
    border-color: #d69e2e !important;
  }

  .zr\:focus\:border-yellow-700:focus {
    border-color: #b7791f !important;
  }

  .zr\:focus\:border-yellow-800:focus {
    border-color: #975a16 !important;
  }

  .zr\:focus\:border-yellow-900:focus {
    border-color: #744210 !important;
  }

  .zr\:focus\:border-green-100:focus {
    border-color: #f0fff4 !important;
  }

  .zr\:focus\:border-green-200:focus {
    border-color: #c6f6d5 !important;
  }

  .zr\:focus\:border-green-300:focus {
    border-color: #9ae6b4 !important;
  }

  .zr\:focus\:border-green-400:focus {
    border-color: #68d391 !important;
  }

  .zr\:focus\:border-green-500:focus {
    border-color: #48bb78 !important;
  }

  .zr\:focus\:border-green-600:focus {
    border-color: #38a169 !important;
  }

  .zr\:focus\:border-green-700:focus {
    border-color: #2f855a !important;
  }

  .zr\:focus\:border-green-800:focus {
    border-color: #276749 !important;
  }

  .zr\:focus\:border-green-900:focus {
    border-color: #22543d !important;
  }

  .zr\:focus\:border-teal-100:focus {
    border-color: #e6fffa !important;
  }

  .zr\:focus\:border-teal-200:focus {
    border-color: #b2f5ea !important;
  }

  .zr\:focus\:border-teal-300:focus {
    border-color: #81e6d9 !important;
  }

  .zr\:focus\:border-teal-400:focus {
    border-color: #4fd1c5 !important;
  }

  .zr\:focus\:border-teal-500:focus {
    border-color: #38b2ac !important;
  }

  .zr\:focus\:border-teal-600:focus {
    border-color: #319795 !important;
  }

  .zr\:focus\:border-teal-700:focus {
    border-color: #2c7a7b !important;
  }

  .zr\:focus\:border-teal-800:focus {
    border-color: #285e61 !important;
  }

  .zr\:focus\:border-teal-900:focus {
    border-color: #234e52 !important;
  }

  .zr\:focus\:border-blue-100:focus {
    border-color: #ebf8ff !important;
  }

  .zr\:focus\:border-blue-200:focus {
    border-color: #bee3f8 !important;
  }

  .zr\:focus\:border-blue-300:focus {
    border-color: #90cdf4 !important;
  }

  .zr\:focus\:border-blue-400:focus {
    border-color: #63b3ed !important;
  }

  .zr\:focus\:border-blue-500:focus {
    border-color: #4299e1 !important;
  }

  .zr\:focus\:border-blue-600:focus {
    border-color: #3182ce !important;
  }

  .zr\:focus\:border-blue-700:focus {
    border-color: #2b6cb0 !important;
  }

  .zr\:focus\:border-blue-800:focus {
    border-color: #2c5282 !important;
  }

  .zr\:focus\:border-blue-900:focus {
    border-color: #2a4365 !important;
  }

  .zr\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff !important;
  }

  .zr\:focus\:border-indigo-200:focus {
    border-color: #c3dafe !important;
  }

  .zr\:focus\:border-indigo-300:focus {
    border-color: #a3bffa !important;
  }

  .zr\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5 !important;
  }

  .zr\:focus\:border-indigo-500:focus {
    border-color: #667eea !important;
  }

  .zr\:focus\:border-indigo-600:focus {
    border-color: #5a67d8 !important;
  }

  .zr\:focus\:border-indigo-700:focus {
    border-color: #4c51bf !important;
  }

  .zr\:focus\:border-indigo-800:focus {
    border-color: #434190 !important;
  }

  .zr\:focus\:border-indigo-900:focus {
    border-color: #3c366b !important;
  }

  .zr\:focus\:border-purple-100:focus {
    border-color: #faf5ff !important;
  }

  .zr\:focus\:border-purple-200:focus {
    border-color: #e9d8fd !important;
  }

  .zr\:focus\:border-purple-300:focus {
    border-color: #d6bcfa !important;
  }

  .zr\:focus\:border-purple-400:focus {
    border-color: #b794f4 !important;
  }

  .zr\:focus\:border-purple-500:focus {
    border-color: #9f7aea !important;
  }

  .zr\:focus\:border-purple-600:focus {
    border-color: #805ad5 !important;
  }

  .zr\:focus\:border-purple-700:focus {
    border-color: #6b46c1 !important;
  }

  .zr\:focus\:border-purple-800:focus {
    border-color: #553c9a !important;
  }

  .zr\:focus\:border-purple-900:focus {
    border-color: #44337a !important;
  }

  .zr\:focus\:border-pink-100:focus {
    border-color: #fff5f7 !important;
  }

  .zr\:focus\:border-pink-200:focus {
    border-color: #fed7e2 !important;
  }

  .zr\:focus\:border-pink-300:focus {
    border-color: #fbb6ce !important;
  }

  .zr\:focus\:border-pink-400:focus {
    border-color: #f687b3 !important;
  }

  .zr\:focus\:border-pink-500:focus {
    border-color: #ed64a6 !important;
  }

  .zr\:focus\:border-pink-600:focus {
    border-color: #d53f8c !important;
  }

  .zr\:focus\:border-pink-700:focus {
    border-color: #b83280 !important;
  }

  .zr\:focus\:border-pink-800:focus {
    border-color: #97266d !important;
  }

  .zr\:focus\:border-pink-900:focus {
    border-color: #702459 !important;
  }

  .zr\:rounded-none {
    border-radius: 0 !important;
  }

  .zr\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .zr\:rounded {
    border-radius: 0.25rem !important;
  }

  .zr\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .zr\:rounded-full {
    border-radius: 9999px !important;
  }

  .zr\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .zr\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .zr\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .zr\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .zr\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .zr\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .zr\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .zr\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .zr\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .zr\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .zr\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .zr\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .zr\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .zr\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .zr\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .zr\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .zr\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .zr\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .zr\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .zr\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .zr\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .zr\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .zr\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .zr\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .zr\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .zr\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .zr\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .zr\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .zr\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .zr\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .zr\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .zr\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .zr\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .zr\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .zr\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .zr\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .zr\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .zr\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .zr\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .zr\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .zr\:border-solid {
    border-style: solid !important;
  }

  .zr\:border-dashed {
    border-style: dashed !important;
  }

  .zr\:border-dotted {
    border-style: dotted !important;
  }

  .zr\:border-double {
    border-style: double !important;
  }

  .zr\:border-none {
    border-style: none !important;
  }

  .zr\:border-0 {
    border-width: 0 !important;
  }

  .zr\:border-2 {
    border-width: 2px !important;
  }

  .zr\:border-4 {
    border-width: 4px !important;
  }

  .zr\:border-8 {
    border-width: 8px !important;
  }

  .zr\:border {
    border-width: 1px !important;
  }

  .zr\:border-t-0 {
    border-top-width: 0 !important;
  }

  .zr\:border-r-0 {
    border-right-width: 0 !important;
  }

  .zr\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .zr\:border-l-0 {
    border-left-width: 0 !important;
  }

  .zr\:border-t-2 {
    border-top-width: 2px !important;
  }

  .zr\:border-r-2 {
    border-right-width: 2px !important;
  }

  .zr\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .zr\:border-l-2 {
    border-left-width: 2px !important;
  }

  .zr\:border-t-4 {
    border-top-width: 4px !important;
  }

  .zr\:border-r-4 {
    border-right-width: 4px !important;
  }

  .zr\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .zr\:border-l-4 {
    border-left-width: 4px !important;
  }

  .zr\:border-t-8 {
    border-top-width: 8px !important;
  }

  .zr\:border-r-8 {
    border-right-width: 8px !important;
  }

  .zr\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .zr\:border-l-8 {
    border-left-width: 8px !important;
  }

  .zr\:border-t {
    border-top-width: 1px !important;
  }

  .zr\:border-r {
    border-right-width: 1px !important;
  }

  .zr\:border-b {
    border-bottom-width: 1px !important;
  }

  .zr\:border-l {
    border-left-width: 1px !important;
  }

  .zr\:cursor-auto {
    cursor: auto !important;
  }

  .zr\:cursor-default {
    cursor: default !important;
  }

  .zr\:cursor-pointer {
    cursor: pointer !important;
  }

  .zr\:cursor-wait {
    cursor: wait !important;
  }

  .zr\:cursor-text {
    cursor: text !important;
  }

  .zr\:cursor-move {
    cursor: move !important;
  }

  .zr\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .zr\:block {
    display: block !important;
  }

  .zr\:inline-block {
    display: inline-block !important;
  }

  .zr\:inline {
    display: inline !important;
  }

  .zr\:flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .zr\:inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .zr\:table {
    display: table !important;
  }

  .zr\:table-row {
    display: table-row !important;
  }

  .zr\:table-cell {
    display: table-cell !important;
  }

  .zr\:hidden {
    display: none !important;
  }

  .zr\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .zr\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .zr\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .zr\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .zr\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .zr\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .zr\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .zr\:items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .zr\:items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .zr\:items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .zr\:items-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .zr\:items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .zr\:self-auto {
    align-self: auto !important;
  }

  .zr\:self-start {
    align-self: flex-start !important;
  }

  .zr\:self-end {
    align-self: flex-end !important;
  }

  .zr\:self-center {
    align-self: center !important;
  }

  .zr\:self-stretch {
    align-self: stretch !important;
  }

  .zr\:justify-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .zr\:justify-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .zr\:justify-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .zr\:justify-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .zr\:justify-around {
    justify-content: space-around !important;
  }

  .zr\:content-center {
    align-content: center !important;
  }

  .zr\:content-start {
    align-content: flex-start !important;
  }

  .zr\:content-end {
    align-content: flex-end !important;
  }

  .zr\:content-between {
    align-content: space-between !important;
  }

  .zr\:content-around {
    align-content: space-around !important;
  }

  .zr\:flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .zr\:flex-auto {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .zr\:flex-initial {
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .zr\:flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .zr\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .zr\:flex-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .zr\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .zr\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .zr\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .zr\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .zr\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .zr\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .zr\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .zr\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .zr\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .zr\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .zr\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .zr\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .zr\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .zr\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .zr\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .zr\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .zr\:order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .zr\:float-right {
    float: right !important;
  }

  .zr\:float-left {
    float: left !important;
  }

  .zr\:float-none {
    float: none !important;
  }

  .zr\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .zr\:font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .zr\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .zr\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .zr\:font-hairline {
    font-weight: 100 !important;
  }

  .zr\:font-thin {
    font-weight: 200 !important;
  }

  .zr\:font-light {
    font-weight: 300 !important;
  }

  .zr\:font-normal {
    font-weight: 400 !important;
  }

  .zr\:font-medium {
    font-weight: 500 !important;
  }

  .zr\:font-semibold {
    font-weight: 600 !important;
  }

  .zr\:font-bold {
    font-weight: 700 !important;
  }

  .zr\:font-extrabold {
    font-weight: 800 !important;
  }

  .zr\:font-black {
    font-weight: 900 !important;
  }

  .zr\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .zr\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .zr\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .zr\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .zr\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .zr\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .zr\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .zr\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .zr\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .zr\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .zr\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .zr\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .zr\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .zr\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .zr\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .zr\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .zr\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .zr\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .zr\:h-0 {
    height: 0 !important;
  }

  .zr\:h-1 {
    height: 0.25rem !important;
  }

  .zr\:h-2 {
    height: 0.5rem !important;
  }

  .zr\:h-3 {
    height: 0.75rem !important;
  }

  .zr\:h-4 {
    height: 1rem !important;
  }

  .zr\:h-5 {
    height: 1.25rem !important;
  }

  .zr\:h-6 {
    height: 1.5rem !important;
  }

  .zr\:h-8 {
    height: 2rem !important;
  }

  .zr\:h-10 {
    height: 2.5rem !important;
  }

  .zr\:h-12 {
    height: 3rem !important;
  }

  .zr\:h-16 {
    height: 4rem !important;
  }

  .zr\:h-20 {
    height: 5rem !important;
  }

  .zr\:h-24 {
    height: 6rem !important;
  }

  .zr\:h-32 {
    height: 8rem !important;
  }

  .zr\:h-40 {
    height: 10rem !important;
  }

  .zr\:h-48 {
    height: 12rem !important;
  }

  .zr\:h-56 {
    height: 14rem !important;
  }

  .zr\:h-64 {
    height: 16rem !important;
  }

  .zr\:h-auto {
    height: auto !important;
  }

  .zr\:h-px {
    height: 1px !important;
  }

  .zr\:h-1\/2 {
    height: 50% !important;
  }

  .zr\:h-1\/3 {
    height: 33.333333% !important;
  }

  .zr\:h-2\/3 {
    height: 66.666667% !important;
  }

  .zr\:h-1\/4 {
    height: 25% !important;
  }

  .zr\:h-2\/4 {
    height: 50% !important;
  }

  .zr\:h-3\/4 {
    height: 75% !important;
  }

  .zr\:h-1\/5 {
    height: 20% !important;
  }

  .zr\:h-2\/5 {
    height: 40% !important;
  }

  .zr\:h-3\/5 {
    height: 60% !important;
  }

  .zr\:h-4\/5 {
    height: 80% !important;
  }

  .zr\:h-1\/6 {
    height: 16.666667% !important;
  }

  .zr\:h-2\/6 {
    height: 33.333333% !important;
  }

  .zr\:h-3\/6 {
    height: 50% !important;
  }

  .zr\:h-4\/6 {
    height: 66.666667% !important;
  }

  .zr\:h-5\/6 {
    height: 83.333333% !important;
  }

  .zr\:h-1\/12 {
    height: 8.333333% !important;
  }

  .zr\:h-2\/12 {
    height: 16.666667% !important;
  }

  .zr\:h-3\/12 {
    height: 25% !important;
  }

  .zr\:h-4\/12 {
    height: 33.333333% !important;
  }

  .zr\:h-5\/12 {
    height: 41.666667% !important;
  }

  .zr\:h-6\/12 {
    height: 50% !important;
  }

  .zr\:h-7\/12 {
    height: 58.333333% !important;
  }

  .zr\:h-8\/12 {
    height: 66.666667% !important;
  }

  .zr\:h-9\/12 {
    height: 75% !important;
  }

  .zr\:h-10\/12 {
    height: 83.333333% !important;
  }

  .zr\:h-11\/12 {
    height: 91.666667% !important;
  }

  .zr\:h-full {
    height: 100% !important;
  }

  .zr\:h-screen {
    height: 100vh !important;
  }

  .zr\:leading-none {
    line-height: 1 !important;
  }

  .zr\:leading-tight {
    line-height: 1.25 !important;
  }

  .zr\:leading-snug {
    line-height: 1.375 !important;
  }

  .zr\:leading-normal {
    line-height: 1.5 !important;
  }

  .zr\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .zr\:leading-loose {
    line-height: 2 !important;
  }

  .zr\:list-inside {
    list-style-position: inside !important;
  }

  .zr\:list-outside {
    list-style-position: outside !important;
  }

  .zr\:list-none {
    list-style-type: none !important;
  }

  .zr\:list-disc {
    list-style-type: disc !important;
  }

  .zr\:list-decimal {
    list-style-type: decimal !important;
  }

  .zr\:m-0 {
    margin: 0 !important;
  }

  .zr\:m-1 {
    margin: 0.25rem !important;
  }

  .zr\:m-2 {
    margin: 0.5rem !important;
  }

  .zr\:m-3 {
    margin: 0.75rem !important;
  }

  .zr\:m-4 {
    margin: 1rem !important;
  }

  .zr\:m-5 {
    margin: 1.25rem !important;
  }

  .zr\:m-6 {
    margin: 1.5rem !important;
  }

  .zr\:m-8 {
    margin: 2rem !important;
  }

  .zr\:m-10 {
    margin: 2.5rem !important;
  }

  .zr\:m-12 {
    margin: 3rem !important;
  }

  .zr\:m-16 {
    margin: 4rem !important;
  }

  .zr\:m-20 {
    margin: 5rem !important;
  }

  .zr\:m-24 {
    margin: 6rem !important;
  }

  .zr\:m-32 {
    margin: 8rem !important;
  }

  .zr\:m-40 {
    margin: 10rem !important;
  }

  .zr\:m-48 {
    margin: 12rem !important;
  }

  .zr\:m-56 {
    margin: 14rem !important;
  }

  .zr\:m-64 {
    margin: 16rem !important;
  }

  .zr\:m-auto {
    margin: auto !important;
  }

  .zr\:m-px {
    margin: 1px !important;
  }

  .zr\:m-1\/2 {
    margin: 50% !important;
  }

  .zr\:m-1\/3 {
    margin: 33.333333% !important;
  }

  .zr\:m-2\/3 {
    margin: 66.666667% !important;
  }

  .zr\:m-1\/4 {
    margin: 25% !important;
  }

  .zr\:m-2\/4 {
    margin: 50% !important;
  }

  .zr\:m-3\/4 {
    margin: 75% !important;
  }

  .zr\:m-1\/5 {
    margin: 20% !important;
  }

  .zr\:m-2\/5 {
    margin: 40% !important;
  }

  .zr\:m-3\/5 {
    margin: 60% !important;
  }

  .zr\:m-4\/5 {
    margin: 80% !important;
  }

  .zr\:m-1\/6 {
    margin: 16.666667% !important;
  }

  .zr\:m-2\/6 {
    margin: 33.333333% !important;
  }

  .zr\:m-3\/6 {
    margin: 50% !important;
  }

  .zr\:m-4\/6 {
    margin: 66.666667% !important;
  }

  .zr\:m-5\/6 {
    margin: 83.333333% !important;
  }

  .zr\:m-1\/12 {
    margin: 8.333333% !important;
  }

  .zr\:m-2\/12 {
    margin: 16.666667% !important;
  }

  .zr\:m-3\/12 {
    margin: 25% !important;
  }

  .zr\:m-4\/12 {
    margin: 33.333333% !important;
  }

  .zr\:m-5\/12 {
    margin: 41.666667% !important;
  }

  .zr\:m-6\/12 {
    margin: 50% !important;
  }

  .zr\:m-7\/12 {
    margin: 58.333333% !important;
  }

  .zr\:m-8\/12 {
    margin: 66.666667% !important;
  }

  .zr\:m-9\/12 {
    margin: 75% !important;
  }

  .zr\:m-10\/12 {
    margin: 83.333333% !important;
  }

  .zr\:m-11\/12 {
    margin: 91.666667% !important;
  }

  .zr\:-m-1 {
    margin: -0.25rem !important;
  }

  .zr\:-m-2 {
    margin: -0.5rem !important;
  }

  .zr\:-m-3 {
    margin: -0.75rem !important;
  }

  .zr\:-m-4 {
    margin: -1rem !important;
  }

  .zr\:-m-5 {
    margin: -1.25rem !important;
  }

  .zr\:-m-6 {
    margin: -1.5rem !important;
  }

  .zr\:-m-8 {
    margin: -2rem !important;
  }

  .zr\:-m-10 {
    margin: -2.5rem !important;
  }

  .zr\:-m-12 {
    margin: -3rem !important;
  }

  .zr\:-m-16 {
    margin: -4rem !important;
  }

  .zr\:-m-20 {
    margin: -5rem !important;
  }

  .zr\:-m-24 {
    margin: -6rem !important;
  }

  .zr\:-m-32 {
    margin: -8rem !important;
  }

  .zr\:-m-40 {
    margin: -10rem !important;
  }

  .zr\:-m-48 {
    margin: -12rem !important;
  }

  .zr\:-m-56 {
    margin: -14rem !important;
  }

  .zr\:-m-64 {
    margin: -16rem !important;
  }

  .zr\:-m-px {
    margin: -1px !important;
  }

  .zr\:-m-1\/2 {
    margin: -50% !important;
  }

  .zr\:-m-1\/3 {
    margin: -33.33333% !important;
  }

  .zr\:-m-2\/3 {
    margin: -66.66667% !important;
  }

  .zr\:-m-1\/4 {
    margin: -25% !important;
  }

  .zr\:-m-2\/4 {
    margin: -50% !important;
  }

  .zr\:-m-3\/4 {
    margin: -75% !important;
  }

  .zr\:-m-1\/5 {
    margin: -20% !important;
  }

  .zr\:-m-2\/5 {
    margin: -40% !important;
  }

  .zr\:-m-3\/5 {
    margin: -60% !important;
  }

  .zr\:-m-4\/5 {
    margin: -80% !important;
  }

  .zr\:-m-1\/6 {
    margin: -16.66667% !important;
  }

  .zr\:-m-2\/6 {
    margin: -33.33333% !important;
  }

  .zr\:-m-3\/6 {
    margin: -50% !important;
  }

  .zr\:-m-4\/6 {
    margin: -66.66667% !important;
  }

  .zr\:-m-5\/6 {
    margin: -83.33333% !important;
  }

  .zr\:-m-1\/12 {
    margin: -8.33333% !important;
  }

  .zr\:-m-2\/12 {
    margin: -16.66667% !important;
  }

  .zr\:-m-3\/12 {
    margin: -25% !important;
  }

  .zr\:-m-4\/12 {
    margin: -33.33333% !important;
  }

  .zr\:-m-5\/12 {
    margin: -41.66667% !important;
  }

  .zr\:-m-6\/12 {
    margin: -50% !important;
  }

  .zr\:-m-7\/12 {
    margin: -58.33333% !important;
  }

  .zr\:-m-8\/12 {
    margin: -66.66667% !important;
  }

  .zr\:-m-9\/12 {
    margin: -75% !important;
  }

  .zr\:-m-10\/12 {
    margin: -83.33333% !important;
  }

  .zr\:-m-11\/12 {
    margin: -91.66667% !important;
  }

  .zr\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .zr\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .zr\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .zr\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .zr\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .zr\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .zr\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .zr\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .zr\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .zr\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .zr\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .zr\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .zr\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .zr\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .zr\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .zr\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .zr\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .zr\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .zr\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .zr\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .zr\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .zr\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .zr\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .zr\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .zr\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .zr\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .zr\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .zr\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .zr\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .zr\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .zr\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .zr\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .zr\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .zr\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .zr\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .zr\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .zr\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .zr\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .zr\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .zr\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .zr\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .zr\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .zr\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .zr\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .zr\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .zr\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .zr\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .zr\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .zr\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .zr\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .zr\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .zr\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .zr\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .zr\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .zr\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .zr\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .zr\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .zr\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .zr\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .zr\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .zr\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .zr\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .zr\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .zr\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .zr\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .zr\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .zr\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .zr\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .zr\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .zr\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .zr\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .zr\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .zr\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .zr\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .zr\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .zr\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .zr\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .zr\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .zr\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .zr\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .zr\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .zr\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .zr\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .zr\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .zr\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .zr\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .zr\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .zr\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .zr\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .zr\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .zr\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .zr\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .zr\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .zr\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .zr\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .zr\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .zr\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .zr\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .zr\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .zr\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .zr\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .zr\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .zr\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .zr\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .zr\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .zr\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .zr\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .zr\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .zr\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .zr\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .zr\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .zr\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .zr\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .zr\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .zr\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .zr\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .zr\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .zr\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .zr\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .zr\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .zr\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .zr\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .zr\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .zr\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .zr\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .zr\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .zr\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .zr\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .zr\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .zr\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .zr\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .zr\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .zr\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .zr\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .zr\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .zr\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .zr\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .zr\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .zr\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .zr\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .zr\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .zr\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .zr\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .zr\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .zr\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .zr\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .zr\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .zr\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .zr\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .zr\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .zr\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .zr\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .zr\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .zr\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .zr\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .zr\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .zr\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .zr\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .zr\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .zr\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .zr\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .zr\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .zr\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .zr\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .zr\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .zr\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .zr\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .zr\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .zr\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .zr\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .zr\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .zr\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .zr\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .zr\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .zr\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .zr\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .zr\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .zr\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .zr\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .zr\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .zr\:mt-0 {
    margin-top: 0 !important;
  }

  .zr\:mr-0 {
    margin-right: 0 !important;
  }

  .zr\:mb-0 {
    margin-bottom: 0 !important;
  }

  .zr\:ml-0 {
    margin-left: 0 !important;
  }

  .zr\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .zr\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .zr\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .zr\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .zr\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .zr\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .zr\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .zr\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .zr\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .zr\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .zr\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .zr\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .zr\:mt-4 {
    margin-top: 1rem !important;
  }

  .zr\:mr-4 {
    margin-right: 1rem !important;
  }

  .zr\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .zr\:ml-4 {
    margin-left: 1rem !important;
  }

  .zr\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .zr\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .zr\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .zr\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .zr\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .zr\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .zr\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .zr\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .zr\:mt-8 {
    margin-top: 2rem !important;
  }

  .zr\:mr-8 {
    margin-right: 2rem !important;
  }

  .zr\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .zr\:ml-8 {
    margin-left: 2rem !important;
  }

  .zr\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .zr\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .zr\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .zr\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .zr\:mt-12 {
    margin-top: 3rem !important;
  }

  .zr\:mr-12 {
    margin-right: 3rem !important;
  }

  .zr\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .zr\:ml-12 {
    margin-left: 3rem !important;
  }

  .zr\:mt-16 {
    margin-top: 4rem !important;
  }

  .zr\:mr-16 {
    margin-right: 4rem !important;
  }

  .zr\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .zr\:ml-16 {
    margin-left: 4rem !important;
  }

  .zr\:mt-20 {
    margin-top: 5rem !important;
  }

  .zr\:mr-20 {
    margin-right: 5rem !important;
  }

  .zr\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .zr\:ml-20 {
    margin-left: 5rem !important;
  }

  .zr\:mt-24 {
    margin-top: 6rem !important;
  }

  .zr\:mr-24 {
    margin-right: 6rem !important;
  }

  .zr\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .zr\:ml-24 {
    margin-left: 6rem !important;
  }

  .zr\:mt-32 {
    margin-top: 8rem !important;
  }

  .zr\:mr-32 {
    margin-right: 8rem !important;
  }

  .zr\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .zr\:ml-32 {
    margin-left: 8rem !important;
  }

  .zr\:mt-40 {
    margin-top: 10rem !important;
  }

  .zr\:mr-40 {
    margin-right: 10rem !important;
  }

  .zr\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .zr\:ml-40 {
    margin-left: 10rem !important;
  }

  .zr\:mt-48 {
    margin-top: 12rem !important;
  }

  .zr\:mr-48 {
    margin-right: 12rem !important;
  }

  .zr\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .zr\:ml-48 {
    margin-left: 12rem !important;
  }

  .zr\:mt-56 {
    margin-top: 14rem !important;
  }

  .zr\:mr-56 {
    margin-right: 14rem !important;
  }

  .zr\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .zr\:ml-56 {
    margin-left: 14rem !important;
  }

  .zr\:mt-64 {
    margin-top: 16rem !important;
  }

  .zr\:mr-64 {
    margin-right: 16rem !important;
  }

  .zr\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .zr\:ml-64 {
    margin-left: 16rem !important;
  }

  .zr\:mt-auto {
    margin-top: auto !important;
  }

  .zr\:mr-auto {
    margin-right: auto !important;
  }

  .zr\:mb-auto {
    margin-bottom: auto !important;
  }

  .zr\:ml-auto {
    margin-left: auto !important;
  }

  .zr\:mt-px {
    margin-top: 1px !important;
  }

  .zr\:mr-px {
    margin-right: 1px !important;
  }

  .zr\:mb-px {
    margin-bottom: 1px !important;
  }

  .zr\:ml-px {
    margin-left: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .zr\:mt-1\/5 {
    margin-top: 20% !important;
  }

  .zr\:mr-1\/5 {
    margin-right: 20% !important;
  }

  .zr\:mb-1\/5 {
    margin-bottom: 20% !important;
  }

  .zr\:ml-1\/5 {
    margin-left: 20% !important;
  }

  .zr\:mt-2\/5 {
    margin-top: 40% !important;
  }

  .zr\:mr-2\/5 {
    margin-right: 40% !important;
  }

  .zr\:mb-2\/5 {
    margin-bottom: 40% !important;
  }

  .zr\:ml-2\/5 {
    margin-left: 40% !important;
  }

  .zr\:mt-3\/5 {
    margin-top: 60% !important;
  }

  .zr\:mr-3\/5 {
    margin-right: 60% !important;
  }

  .zr\:mb-3\/5 {
    margin-bottom: 60% !important;
  }

  .zr\:ml-3\/5 {
    margin-left: 60% !important;
  }

  .zr\:mt-4\/5 {
    margin-top: 80% !important;
  }

  .zr\:mr-4\/5 {
    margin-right: 80% !important;
  }

  .zr\:mb-4\/5 {
    margin-bottom: 80% !important;
  }

  .zr\:ml-4\/5 {
    margin-left: 80% !important;
  }

  .zr\:mt-1\/6 {
    margin-top: 16.666667% !important;
  }

  .zr\:mr-1\/6 {
    margin-right: 16.666667% !important;
  }

  .zr\:mb-1\/6 {
    margin-bottom: 16.666667% !important;
  }

  .zr\:ml-1\/6 {
    margin-left: 16.666667% !important;
  }

  .zr\:mt-2\/6 {
    margin-top: 33.333333% !important;
  }

  .zr\:mr-2\/6 {
    margin-right: 33.333333% !important;
  }

  .zr\:mb-2\/6 {
    margin-bottom: 33.333333% !important;
  }

  .zr\:ml-2\/6 {
    margin-left: 33.333333% !important;
  }

  .zr\:mt-3\/6 {
    margin-top: 50% !important;
  }

  .zr\:mr-3\/6 {
    margin-right: 50% !important;
  }

  .zr\:mb-3\/6 {
    margin-bottom: 50% !important;
  }

  .zr\:ml-3\/6 {
    margin-left: 50% !important;
  }

  .zr\:mt-4\/6 {
    margin-top: 66.666667% !important;
  }

  .zr\:mr-4\/6 {
    margin-right: 66.666667% !important;
  }

  .zr\:mb-4\/6 {
    margin-bottom: 66.666667% !important;
  }

  .zr\:ml-4\/6 {
    margin-left: 66.666667% !important;
  }

  .zr\:mt-5\/6 {
    margin-top: 83.333333% !important;
  }

  .zr\:mr-5\/6 {
    margin-right: 83.333333% !important;
  }

  .zr\:mb-5\/6 {
    margin-bottom: 83.333333% !important;
  }

  .zr\:ml-5\/6 {
    margin-left: 83.333333% !important;
  }

  .zr\:mt-1\/12 {
    margin-top: 8.333333% !important;
  }

  .zr\:mr-1\/12 {
    margin-right: 8.333333% !important;
  }

  .zr\:mb-1\/12 {
    margin-bottom: 8.333333% !important;
  }

  .zr\:ml-1\/12 {
    margin-left: 8.333333% !important;
  }

  .zr\:mt-2\/12 {
    margin-top: 16.666667% !important;
  }

  .zr\:mr-2\/12 {
    margin-right: 16.666667% !important;
  }

  .zr\:mb-2\/12 {
    margin-bottom: 16.666667% !important;
  }

  .zr\:ml-2\/12 {
    margin-left: 16.666667% !important;
  }

  .zr\:mt-3\/12 {
    margin-top: 25% !important;
  }

  .zr\:mr-3\/12 {
    margin-right: 25% !important;
  }

  .zr\:mb-3\/12 {
    margin-bottom: 25% !important;
  }

  .zr\:ml-3\/12 {
    margin-left: 25% !important;
  }

  .zr\:mt-4\/12 {
    margin-top: 33.333333% !important;
  }

  .zr\:mr-4\/12 {
    margin-right: 33.333333% !important;
  }

  .zr\:mb-4\/12 {
    margin-bottom: 33.333333% !important;
  }

  .zr\:ml-4\/12 {
    margin-left: 33.333333% !important;
  }

  .zr\:mt-5\/12 {
    margin-top: 41.666667% !important;
  }

  .zr\:mr-5\/12 {
    margin-right: 41.666667% !important;
  }

  .zr\:mb-5\/12 {
    margin-bottom: 41.666667% !important;
  }

  .zr\:ml-5\/12 {
    margin-left: 41.666667% !important;
  }

  .zr\:mt-6\/12 {
    margin-top: 50% !important;
  }

  .zr\:mr-6\/12 {
    margin-right: 50% !important;
  }

  .zr\:mb-6\/12 {
    margin-bottom: 50% !important;
  }

  .zr\:ml-6\/12 {
    margin-left: 50% !important;
  }

  .zr\:mt-7\/12 {
    margin-top: 58.333333% !important;
  }

  .zr\:mr-7\/12 {
    margin-right: 58.333333% !important;
  }

  .zr\:mb-7\/12 {
    margin-bottom: 58.333333% !important;
  }

  .zr\:ml-7\/12 {
    margin-left: 58.333333% !important;
  }

  .zr\:mt-8\/12 {
    margin-top: 66.666667% !important;
  }

  .zr\:mr-8\/12 {
    margin-right: 66.666667% !important;
  }

  .zr\:mb-8\/12 {
    margin-bottom: 66.666667% !important;
  }

  .zr\:ml-8\/12 {
    margin-left: 66.666667% !important;
  }

  .zr\:mt-9\/12 {
    margin-top: 75% !important;
  }

  .zr\:mr-9\/12 {
    margin-right: 75% !important;
  }

  .zr\:mb-9\/12 {
    margin-bottom: 75% !important;
  }

  .zr\:ml-9\/12 {
    margin-left: 75% !important;
  }

  .zr\:mt-10\/12 {
    margin-top: 83.333333% !important;
  }

  .zr\:mr-10\/12 {
    margin-right: 83.333333% !important;
  }

  .zr\:mb-10\/12 {
    margin-bottom: 83.333333% !important;
  }

  .zr\:ml-10\/12 {
    margin-left: 83.333333% !important;
  }

  .zr\:mt-11\/12 {
    margin-top: 91.666667% !important;
  }

  .zr\:mr-11\/12 {
    margin-right: 91.666667% !important;
  }

  .zr\:mb-11\/12 {
    margin-bottom: 91.666667% !important;
  }

  .zr\:ml-11\/12 {
    margin-left: 91.666667% !important;
  }

  .zr\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .zr\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .zr\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .zr\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .zr\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .zr\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .zr\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .zr\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .zr\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .zr\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .zr\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .zr\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .zr\:-mt-4 {
    margin-top: -1rem !important;
  }

  .zr\:-mr-4 {
    margin-right: -1rem !important;
  }

  .zr\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .zr\:-ml-4 {
    margin-left: -1rem !important;
  }

  .zr\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .zr\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .zr\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .zr\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .zr\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .zr\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .zr\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .zr\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .zr\:-mt-8 {
    margin-top: -2rem !important;
  }

  .zr\:-mr-8 {
    margin-right: -2rem !important;
  }

  .zr\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .zr\:-ml-8 {
    margin-left: -2rem !important;
  }

  .zr\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .zr\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .zr\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .zr\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .zr\:-mt-12 {
    margin-top: -3rem !important;
  }

  .zr\:-mr-12 {
    margin-right: -3rem !important;
  }

  .zr\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .zr\:-ml-12 {
    margin-left: -3rem !important;
  }

  .zr\:-mt-16 {
    margin-top: -4rem !important;
  }

  .zr\:-mr-16 {
    margin-right: -4rem !important;
  }

  .zr\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .zr\:-ml-16 {
    margin-left: -4rem !important;
  }

  .zr\:-mt-20 {
    margin-top: -5rem !important;
  }

  .zr\:-mr-20 {
    margin-right: -5rem !important;
  }

  .zr\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .zr\:-ml-20 {
    margin-left: -5rem !important;
  }

  .zr\:-mt-24 {
    margin-top: -6rem !important;
  }

  .zr\:-mr-24 {
    margin-right: -6rem !important;
  }

  .zr\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .zr\:-ml-24 {
    margin-left: -6rem !important;
  }

  .zr\:-mt-32 {
    margin-top: -8rem !important;
  }

  .zr\:-mr-32 {
    margin-right: -8rem !important;
  }

  .zr\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .zr\:-ml-32 {
    margin-left: -8rem !important;
  }

  .zr\:-mt-40 {
    margin-top: -10rem !important;
  }

  .zr\:-mr-40 {
    margin-right: -10rem !important;
  }

  .zr\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .zr\:-ml-40 {
    margin-left: -10rem !important;
  }

  .zr\:-mt-48 {
    margin-top: -12rem !important;
  }

  .zr\:-mr-48 {
    margin-right: -12rem !important;
  }

  .zr\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .zr\:-ml-48 {
    margin-left: -12rem !important;
  }

  .zr\:-mt-56 {
    margin-top: -14rem !important;
  }

  .zr\:-mr-56 {
    margin-right: -14rem !important;
  }

  .zr\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .zr\:-ml-56 {
    margin-left: -14rem !important;
  }

  .zr\:-mt-64 {
    margin-top: -16rem !important;
  }

  .zr\:-mr-64 {
    margin-right: -16rem !important;
  }

  .zr\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .zr\:-ml-64 {
    margin-left: -16rem !important;
  }

  .zr\:-mt-px {
    margin-top: -1px !important;
  }

  .zr\:-mr-px {
    margin-right: -1px !important;
  }

  .zr\:-mb-px {
    margin-bottom: -1px !important;
  }

  .zr\:-ml-px {
    margin-left: -1px !important;
  }

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

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

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

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

  .zr\:-mt-1\/3 {
    margin-top: -33.33333% !important;
  }

  .zr\:-mr-1\/3 {
    margin-right: -33.33333% !important;
  }

  .zr\:-mb-1\/3 {
    margin-bottom: -33.33333% !important;
  }

  .zr\:-ml-1\/3 {
    margin-left: -33.33333% !important;
  }

  .zr\:-mt-2\/3 {
    margin-top: -66.66667% !important;
  }

  .zr\:-mr-2\/3 {
    margin-right: -66.66667% !important;
  }

  .zr\:-mb-2\/3 {
    margin-bottom: -66.66667% !important;
  }

  .zr\:-ml-2\/3 {
    margin-left: -66.66667% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .zr\:-mt-1\/5 {
    margin-top: -20% !important;
  }

  .zr\:-mr-1\/5 {
    margin-right: -20% !important;
  }

  .zr\:-mb-1\/5 {
    margin-bottom: -20% !important;
  }

  .zr\:-ml-1\/5 {
    margin-left: -20% !important;
  }

  .zr\:-mt-2\/5 {
    margin-top: -40% !important;
  }

  .zr\:-mr-2\/5 {
    margin-right: -40% !important;
  }

  .zr\:-mb-2\/5 {
    margin-bottom: -40% !important;
  }

  .zr\:-ml-2\/5 {
    margin-left: -40% !important;
  }

  .zr\:-mt-3\/5 {
    margin-top: -60% !important;
  }

  .zr\:-mr-3\/5 {
    margin-right: -60% !important;
  }

  .zr\:-mb-3\/5 {
    margin-bottom: -60% !important;
  }

  .zr\:-ml-3\/5 {
    margin-left: -60% !important;
  }

  .zr\:-mt-4\/5 {
    margin-top: -80% !important;
  }

  .zr\:-mr-4\/5 {
    margin-right: -80% !important;
  }

  .zr\:-mb-4\/5 {
    margin-bottom: -80% !important;
  }

  .zr\:-ml-4\/5 {
    margin-left: -80% !important;
  }

  .zr\:-mt-1\/6 {
    margin-top: -16.66667% !important;
  }

  .zr\:-mr-1\/6 {
    margin-right: -16.66667% !important;
  }

  .zr\:-mb-1\/6 {
    margin-bottom: -16.66667% !important;
  }

  .zr\:-ml-1\/6 {
    margin-left: -16.66667% !important;
  }

  .zr\:-mt-2\/6 {
    margin-top: -33.33333% !important;
  }

  .zr\:-mr-2\/6 {
    margin-right: -33.33333% !important;
  }

  .zr\:-mb-2\/6 {
    margin-bottom: -33.33333% !important;
  }

  .zr\:-ml-2\/6 {
    margin-left: -33.33333% !important;
  }

  .zr\:-mt-3\/6 {
    margin-top: -50% !important;
  }

  .zr\:-mr-3\/6 {
    margin-right: -50% !important;
  }

  .zr\:-mb-3\/6 {
    margin-bottom: -50% !important;
  }

  .zr\:-ml-3\/6 {
    margin-left: -50% !important;
  }

  .zr\:-mt-4\/6 {
    margin-top: -66.66667% !important;
  }

  .zr\:-mr-4\/6 {
    margin-right: -66.66667% !important;
  }

  .zr\:-mb-4\/6 {
    margin-bottom: -66.66667% !important;
  }

  .zr\:-ml-4\/6 {
    margin-left: -66.66667% !important;
  }

  .zr\:-mt-5\/6 {
    margin-top: -83.33333% !important;
  }

  .zr\:-mr-5\/6 {
    margin-right: -83.33333% !important;
  }

  .zr\:-mb-5\/6 {
    margin-bottom: -83.33333% !important;
  }

  .zr\:-ml-5\/6 {
    margin-left: -83.33333% !important;
  }

  .zr\:-mt-1\/12 {
    margin-top: -8.33333% !important;
  }

  .zr\:-mr-1\/12 {
    margin-right: -8.33333% !important;
  }

  .zr\:-mb-1\/12 {
    margin-bottom: -8.33333% !important;
  }

  .zr\:-ml-1\/12 {
    margin-left: -8.33333% !important;
  }

  .zr\:-mt-2\/12 {
    margin-top: -16.66667% !important;
  }

  .zr\:-mr-2\/12 {
    margin-right: -16.66667% !important;
  }

  .zr\:-mb-2\/12 {
    margin-bottom: -16.66667% !important;
  }

  .zr\:-ml-2\/12 {
    margin-left: -16.66667% !important;
  }

  .zr\:-mt-3\/12 {
    margin-top: -25% !important;
  }

  .zr\:-mr-3\/12 {
    margin-right: -25% !important;
  }

  .zr\:-mb-3\/12 {
    margin-bottom: -25% !important;
  }

  .zr\:-ml-3\/12 {
    margin-left: -25% !important;
  }

  .zr\:-mt-4\/12 {
    margin-top: -33.33333% !important;
  }

  .zr\:-mr-4\/12 {
    margin-right: -33.33333% !important;
  }

  .zr\:-mb-4\/12 {
    margin-bottom: -33.33333% !important;
  }

  .zr\:-ml-4\/12 {
    margin-left: -33.33333% !important;
  }

  .zr\:-mt-5\/12 {
    margin-top: -41.66667% !important;
  }

  .zr\:-mr-5\/12 {
    margin-right: -41.66667% !important;
  }

  .zr\:-mb-5\/12 {
    margin-bottom: -41.66667% !important;
  }

  .zr\:-ml-5\/12 {
    margin-left: -41.66667% !important;
  }

  .zr\:-mt-6\/12 {
    margin-top: -50% !important;
  }

  .zr\:-mr-6\/12 {
    margin-right: -50% !important;
  }

  .zr\:-mb-6\/12 {
    margin-bottom: -50% !important;
  }

  .zr\:-ml-6\/12 {
    margin-left: -50% !important;
  }

  .zr\:-mt-7\/12 {
    margin-top: -58.33333% !important;
  }

  .zr\:-mr-7\/12 {
    margin-right: -58.33333% !important;
  }

  .zr\:-mb-7\/12 {
    margin-bottom: -58.33333% !important;
  }

  .zr\:-ml-7\/12 {
    margin-left: -58.33333% !important;
  }

  .zr\:-mt-8\/12 {
    margin-top: -66.66667% !important;
  }

  .zr\:-mr-8\/12 {
    margin-right: -66.66667% !important;
  }

  .zr\:-mb-8\/12 {
    margin-bottom: -66.66667% !important;
  }

  .zr\:-ml-8\/12 {
    margin-left: -66.66667% !important;
  }

  .zr\:-mt-9\/12 {
    margin-top: -75% !important;
  }

  .zr\:-mr-9\/12 {
    margin-right: -75% !important;
  }

  .zr\:-mb-9\/12 {
    margin-bottom: -75% !important;
  }

  .zr\:-ml-9\/12 {
    margin-left: -75% !important;
  }

  .zr\:-mt-10\/12 {
    margin-top: -83.33333% !important;
  }

  .zr\:-mr-10\/12 {
    margin-right: -83.33333% !important;
  }

  .zr\:-mb-10\/12 {
    margin-bottom: -83.33333% !important;
  }

  .zr\:-ml-10\/12 {
    margin-left: -83.33333% !important;
  }

  .zr\:-mt-11\/12 {
    margin-top: -91.66667% !important;
  }

  .zr\:-mr-11\/12 {
    margin-right: -91.66667% !important;
  }

  .zr\:-mb-11\/12 {
    margin-bottom: -91.66667% !important;
  }

  .zr\:-ml-11\/12 {
    margin-left: -91.66667% !important;
  }

  .zr\:max-h-full {
    max-height: 100% !important;
  }

  .zr\:max-h-screen {
    max-height: 100vh !important;
  }

  .zr\:max-w-1\/4 {
    max-width: 25% !important;
  }

  .zr\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .zr\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .zr\:min-h-0 {
    min-height: 0 !important;
  }

  .zr\:min-h-full {
    min-height: 100% !important;
  }

  .zr\:min-h-screen {
    min-height: 100vh !important;
  }

  .zr\:min-w-0 {
    min-width: 0 !important;
  }

  .zr\:min-w-full {
    min-width: 100% !important;
  }

  .zr\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .zr\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .zr\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .zr\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .zr\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .zr\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .zr\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .zr\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .zr\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .zr\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .zr\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .zr\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .zr\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .zr\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .zr\:opacity-0 {
    opacity: 0 !important;
  }

  .zr\:opacity-25 {
    opacity: 0.25 !important;
  }

  .zr\:opacity-50 {
    opacity: 0.5 !important;
  }

  .zr\:opacity-75 {
    opacity: 0.75 !important;
  }

  .zr\:opacity-100 {
    opacity: 1 !important;
  }

  .zr\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .zr\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .zr\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .zr\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .zr\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .zr\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .zr\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .zr\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .zr\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .zr\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .zr\:outline-none {
    outline: 0 !important;
  }

  .zr\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .zr\:overflow-auto {
    overflow: auto !important;
  }

  .zr\:overflow-hidden {
    overflow: hidden !important;
  }

  .zr\:overflow-visible {
    overflow: visible !important;
  }

  .zr\:overflow-scroll {
    overflow: scroll !important;
  }

  .zr\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .zr\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .zr\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .zr\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .zr\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .zr\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .zr\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .zr\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .zr\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .zr\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .zr\:p-0 {
    padding: 0 !important;
  }

  .zr\:p-1 {
    padding: 0.25rem !important;
  }

  .zr\:p-2 {
    padding: 0.5rem !important;
  }

  .zr\:p-3 {
    padding: 0.75rem !important;
  }

  .zr\:p-4 {
    padding: 1rem !important;
  }

  .zr\:p-5 {
    padding: 1.25rem !important;
  }

  .zr\:p-6 {
    padding: 1.5rem !important;
  }

  .zr\:p-8 {
    padding: 2rem !important;
  }

  .zr\:p-10 {
    padding: 2.5rem !important;
  }

  .zr\:p-12 {
    padding: 3rem !important;
  }

  .zr\:p-16 {
    padding: 4rem !important;
  }

  .zr\:p-20 {
    padding: 5rem !important;
  }

  .zr\:p-24 {
    padding: 6rem !important;
  }

  .zr\:p-32 {
    padding: 8rem !important;
  }

  .zr\:p-40 {
    padding: 10rem !important;
  }

  .zr\:p-48 {
    padding: 12rem !important;
  }

  .zr\:p-56 {
    padding: 14rem !important;
  }

  .zr\:p-64 {
    padding: 16rem !important;
  }

  .zr\:p-px {
    padding: 1px !important;
  }

  .zr\:p-1\/2 {
    padding: 50% !important;
  }

  .zr\:p-1\/3 {
    padding: 33.333333% !important;
  }

  .zr\:p-2\/3 {
    padding: 66.666667% !important;
  }

  .zr\:p-1\/4 {
    padding: 25% !important;
  }

  .zr\:p-2\/4 {
    padding: 50% !important;
  }

  .zr\:p-3\/4 {
    padding: 75% !important;
  }

  .zr\:p-1\/5 {
    padding: 20% !important;
  }

  .zr\:p-2\/5 {
    padding: 40% !important;
  }

  .zr\:p-3\/5 {
    padding: 60% !important;
  }

  .zr\:p-4\/5 {
    padding: 80% !important;
  }

  .zr\:p-1\/6 {
    padding: 16.666667% !important;
  }

  .zr\:p-2\/6 {
    padding: 33.333333% !important;
  }

  .zr\:p-3\/6 {
    padding: 50% !important;
  }

  .zr\:p-4\/6 {
    padding: 66.666667% !important;
  }

  .zr\:p-5\/6 {
    padding: 83.333333% !important;
  }

  .zr\:p-1\/12 {
    padding: 8.333333% !important;
  }

  .zr\:p-2\/12 {
    padding: 16.666667% !important;
  }

  .zr\:p-3\/12 {
    padding: 25% !important;
  }

  .zr\:p-4\/12 {
    padding: 33.333333% !important;
  }

  .zr\:p-5\/12 {
    padding: 41.666667% !important;
  }

  .zr\:p-6\/12 {
    padding: 50% !important;
  }

  .zr\:p-7\/12 {
    padding: 58.333333% !important;
  }

  .zr\:p-8\/12 {
    padding: 66.666667% !important;
  }

  .zr\:p-9\/12 {
    padding: 75% !important;
  }

  .zr\:p-10\/12 {
    padding: 83.333333% !important;
  }

  .zr\:p-11\/12 {
    padding: 91.666667% !important;
  }

  .zr\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .zr\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .zr\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .zr\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .zr\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .zr\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .zr\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .zr\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .zr\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .zr\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .zr\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .zr\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .zr\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .zr\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .zr\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .zr\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .zr\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .zr\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .zr\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .zr\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .zr\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .zr\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .zr\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .zr\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .zr\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .zr\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .zr\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .zr\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .zr\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .zr\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .zr\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .zr\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .zr\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .zr\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .zr\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .zr\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .zr\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .zr\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .zr\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .zr\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .zr\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .zr\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .zr\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .zr\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .zr\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .zr\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .zr\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .zr\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .zr\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .zr\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .zr\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .zr\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .zr\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .zr\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .zr\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .zr\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .zr\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .zr\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .zr\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .zr\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .zr\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .zr\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .zr\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .zr\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .zr\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .zr\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .zr\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .zr\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .zr\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .zr\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .zr\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .zr\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .zr\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .zr\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .zr\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .zr\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .zr\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .zr\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .zr\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .zr\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .zr\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .zr\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .zr\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .zr\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .zr\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .zr\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .zr\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .zr\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .zr\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .zr\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .zr\:pt-0 {
    padding-top: 0 !important;
  }

  .zr\:pr-0 {
    padding-right: 0 !important;
  }

  .zr\:pb-0 {
    padding-bottom: 0 !important;
  }

  .zr\:pl-0 {
    padding-left: 0 !important;
  }

  .zr\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .zr\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .zr\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .zr\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .zr\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .zr\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .zr\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .zr\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .zr\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .zr\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .zr\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .zr\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .zr\:pt-4 {
    padding-top: 1rem !important;
  }

  .zr\:pr-4 {
    padding-right: 1rem !important;
  }

  .zr\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .zr\:pl-4 {
    padding-left: 1rem !important;
  }

  .zr\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .zr\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .zr\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .zr\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .zr\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .zr\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .zr\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .zr\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .zr\:pt-8 {
    padding-top: 2rem !important;
  }

  .zr\:pr-8 {
    padding-right: 2rem !important;
  }

  .zr\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .zr\:pl-8 {
    padding-left: 2rem !important;
  }

  .zr\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .zr\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .zr\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .zr\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .zr\:pt-12 {
    padding-top: 3rem !important;
  }

  .zr\:pr-12 {
    padding-right: 3rem !important;
  }

  .zr\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .zr\:pl-12 {
    padding-left: 3rem !important;
  }

  .zr\:pt-16 {
    padding-top: 4rem !important;
  }

  .zr\:pr-16 {
    padding-right: 4rem !important;
  }

  .zr\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .zr\:pl-16 {
    padding-left: 4rem !important;
  }

  .zr\:pt-20 {
    padding-top: 5rem !important;
  }

  .zr\:pr-20 {
    padding-right: 5rem !important;
  }

  .zr\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .zr\:pl-20 {
    padding-left: 5rem !important;
  }

  .zr\:pt-24 {
    padding-top: 6rem !important;
  }

  .zr\:pr-24 {
    padding-right: 6rem !important;
  }

  .zr\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .zr\:pl-24 {
    padding-left: 6rem !important;
  }

  .zr\:pt-32 {
    padding-top: 8rem !important;
  }

  .zr\:pr-32 {
    padding-right: 8rem !important;
  }

  .zr\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .zr\:pl-32 {
    padding-left: 8rem !important;
  }

  .zr\:pt-40 {
    padding-top: 10rem !important;
  }

  .zr\:pr-40 {
    padding-right: 10rem !important;
  }

  .zr\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .zr\:pl-40 {
    padding-left: 10rem !important;
  }

  .zr\:pt-48 {
    padding-top: 12rem !important;
  }

  .zr\:pr-48 {
    padding-right: 12rem !important;
  }

  .zr\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .zr\:pl-48 {
    padding-left: 12rem !important;
  }

  .zr\:pt-56 {
    padding-top: 14rem !important;
  }

  .zr\:pr-56 {
    padding-right: 14rem !important;
  }

  .zr\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .zr\:pl-56 {
    padding-left: 14rem !important;
  }

  .zr\:pt-64 {
    padding-top: 16rem !important;
  }

  .zr\:pr-64 {
    padding-right: 16rem !important;
  }

  .zr\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .zr\:pl-64 {
    padding-left: 16rem !important;
  }

  .zr\:pt-px {
    padding-top: 1px !important;
  }

  .zr\:pr-px {
    padding-right: 1px !important;
  }

  .zr\:pb-px {
    padding-bottom: 1px !important;
  }

  .zr\:pl-px {
    padding-left: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .zr\:pt-1\/5 {
    padding-top: 20% !important;
  }

  .zr\:pr-1\/5 {
    padding-right: 20% !important;
  }

  .zr\:pb-1\/5 {
    padding-bottom: 20% !important;
  }

  .zr\:pl-1\/5 {
    padding-left: 20% !important;
  }

  .zr\:pt-2\/5 {
    padding-top: 40% !important;
  }

  .zr\:pr-2\/5 {
    padding-right: 40% !important;
  }

  .zr\:pb-2\/5 {
    padding-bottom: 40% !important;
  }

  .zr\:pl-2\/5 {
    padding-left: 40% !important;
  }

  .zr\:pt-3\/5 {
    padding-top: 60% !important;
  }

  .zr\:pr-3\/5 {
    padding-right: 60% !important;
  }

  .zr\:pb-3\/5 {
    padding-bottom: 60% !important;
  }

  .zr\:pl-3\/5 {
    padding-left: 60% !important;
  }

  .zr\:pt-4\/5 {
    padding-top: 80% !important;
  }

  .zr\:pr-4\/5 {
    padding-right: 80% !important;
  }

  .zr\:pb-4\/5 {
    padding-bottom: 80% !important;
  }

  .zr\:pl-4\/5 {
    padding-left: 80% !important;
  }

  .zr\:pt-1\/6 {
    padding-top: 16.666667% !important;
  }

  .zr\:pr-1\/6 {
    padding-right: 16.666667% !important;
  }

  .zr\:pb-1\/6 {
    padding-bottom: 16.666667% !important;
  }

  .zr\:pl-1\/6 {
    padding-left: 16.666667% !important;
  }

  .zr\:pt-2\/6 {
    padding-top: 33.333333% !important;
  }

  .zr\:pr-2\/6 {
    padding-right: 33.333333% !important;
  }

  .zr\:pb-2\/6 {
    padding-bottom: 33.333333% !important;
  }

  .zr\:pl-2\/6 {
    padding-left: 33.333333% !important;
  }

  .zr\:pt-3\/6 {
    padding-top: 50% !important;
  }

  .zr\:pr-3\/6 {
    padding-right: 50% !important;
  }

  .zr\:pb-3\/6 {
    padding-bottom: 50% !important;
  }

  .zr\:pl-3\/6 {
    padding-left: 50% !important;
  }

  .zr\:pt-4\/6 {
    padding-top: 66.666667% !important;
  }

  .zr\:pr-4\/6 {
    padding-right: 66.666667% !important;
  }

  .zr\:pb-4\/6 {
    padding-bottom: 66.666667% !important;
  }

  .zr\:pl-4\/6 {
    padding-left: 66.666667% !important;
  }

  .zr\:pt-5\/6 {
    padding-top: 83.333333% !important;
  }

  .zr\:pr-5\/6 {
    padding-right: 83.333333% !important;
  }

  .zr\:pb-5\/6 {
    padding-bottom: 83.333333% !important;
  }

  .zr\:pl-5\/6 {
    padding-left: 83.333333% !important;
  }

  .zr\:pt-1\/12 {
    padding-top: 8.333333% !important;
  }

  .zr\:pr-1\/12 {
    padding-right: 8.333333% !important;
  }

  .zr\:pb-1\/12 {
    padding-bottom: 8.333333% !important;
  }

  .zr\:pl-1\/12 {
    padding-left: 8.333333% !important;
  }

  .zr\:pt-2\/12 {
    padding-top: 16.666667% !important;
  }

  .zr\:pr-2\/12 {
    padding-right: 16.666667% !important;
  }

  .zr\:pb-2\/12 {
    padding-bottom: 16.666667% !important;
  }

  .zr\:pl-2\/12 {
    padding-left: 16.666667% !important;
  }

  .zr\:pt-3\/12 {
    padding-top: 25% !important;
  }

  .zr\:pr-3\/12 {
    padding-right: 25% !important;
  }

  .zr\:pb-3\/12 {
    padding-bottom: 25% !important;
  }

  .zr\:pl-3\/12 {
    padding-left: 25% !important;
  }

  .zr\:pt-4\/12 {
    padding-top: 33.333333% !important;
  }

  .zr\:pr-4\/12 {
    padding-right: 33.333333% !important;
  }

  .zr\:pb-4\/12 {
    padding-bottom: 33.333333% !important;
  }

  .zr\:pl-4\/12 {
    padding-left: 33.333333% !important;
  }

  .zr\:pt-5\/12 {
    padding-top: 41.666667% !important;
  }

  .zr\:pr-5\/12 {
    padding-right: 41.666667% !important;
  }

  .zr\:pb-5\/12 {
    padding-bottom: 41.666667% !important;
  }

  .zr\:pl-5\/12 {
    padding-left: 41.666667% !important;
  }

  .zr\:pt-6\/12 {
    padding-top: 50% !important;
  }

  .zr\:pr-6\/12 {
    padding-right: 50% !important;
  }

  .zr\:pb-6\/12 {
    padding-bottom: 50% !important;
  }

  .zr\:pl-6\/12 {
    padding-left: 50% !important;
  }

  .zr\:pt-7\/12 {
    padding-top: 58.333333% !important;
  }

  .zr\:pr-7\/12 {
    padding-right: 58.333333% !important;
  }

  .zr\:pb-7\/12 {
    padding-bottom: 58.333333% !important;
  }

  .zr\:pl-7\/12 {
    padding-left: 58.333333% !important;
  }

  .zr\:pt-8\/12 {
    padding-top: 66.666667% !important;
  }

  .zr\:pr-8\/12 {
    padding-right: 66.666667% !important;
  }

  .zr\:pb-8\/12 {
    padding-bottom: 66.666667% !important;
  }

  .zr\:pl-8\/12 {
    padding-left: 66.666667% !important;
  }

  .zr\:pt-9\/12 {
    padding-top: 75% !important;
  }

  .zr\:pr-9\/12 {
    padding-right: 75% !important;
  }

  .zr\:pb-9\/12 {
    padding-bottom: 75% !important;
  }

  .zr\:pl-9\/12 {
    padding-left: 75% !important;
  }

  .zr\:pt-10\/12 {
    padding-top: 83.333333% !important;
  }

  .zr\:pr-10\/12 {
    padding-right: 83.333333% !important;
  }

  .zr\:pb-10\/12 {
    padding-bottom: 83.333333% !important;
  }

  .zr\:pl-10\/12 {
    padding-left: 83.333333% !important;
  }

  .zr\:pt-11\/12 {
    padding-top: 91.666667% !important;
  }

  .zr\:pr-11\/12 {
    padding-right: 91.666667% !important;
  }

  .zr\:pb-11\/12 {
    padding-bottom: 91.666667% !important;
  }

  .zr\:pl-11\/12 {
    padding-left: 91.666667% !important;
  }

  .zr\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .zr\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .zr\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .zr\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .zr\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .zr\:placeholder-black::-webkit-input-placeholder {
    color: #000 !important;
  }

  .zr\:placeholder-black::-moz-placeholder {
    color: #000 !important;
  }

  .zr\:placeholder-black:-ms-input-placeholder {
    color: #000 !important;
  }

  .zr\:placeholder-black::-ms-input-placeholder {
    color: #000 !important;
  }

  .zr\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .zr\:placeholder-white::-webkit-input-placeholder {
    color: #fff !important;
  }

  .zr\:placeholder-white::-moz-placeholder {
    color: #fff !important;
  }

  .zr\:placeholder-white:-ms-input-placeholder {
    color: #fff !important;
  }

  .zr\:placeholder-white::-ms-input-placeholder {
    color: #fff !important;
  }

  .zr\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .zr\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .zr\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc !important;
  }

  .zr\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .zr\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .zr\:placeholder-gray-100::placeholder {
    color: #f7fafc !important;
  }

  .zr\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .zr\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .zr\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .zr\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .zr\:placeholder-gray-200::placeholder {
    color: #edf2f7 !important;
  }

  .zr\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .zr\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .zr\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .zr\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .zr\:placeholder-gray-300::placeholder {
    color: #e2e8f0 !important;
  }

  .zr\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .zr\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .zr\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .zr\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .zr\:placeholder-gray-400::placeholder {
    color: #cbd5e0 !important;
  }

  .zr\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .zr\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .zr\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .zr\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .zr\:placeholder-gray-500::placeholder {
    color: #a0aec0 !important;
  }

  .zr\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .zr\:placeholder-gray-600::-moz-placeholder {
    color: #718096 !important;
  }

  .zr\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096 !important;
  }

  .zr\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096 !important;
  }

  .zr\:placeholder-gray-600::placeholder {
    color: #718096 !important;
  }

  .zr\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .zr\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568 !important;
  }

  .zr\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .zr\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .zr\:placeholder-gray-700::placeholder {
    color: #4a5568 !important;
  }

  .zr\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .zr\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748 !important;
  }

  .zr\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .zr\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .zr\:placeholder-gray-800::placeholder {
    color: #2d3748 !important;
  }

  .zr\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .zr\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c !important;
  }

  .zr\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .zr\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .zr\:placeholder-gray-900::placeholder {
    color: #1a202c !important;
  }

  .zr\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .zr\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .zr\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .zr\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .zr\:placeholder-red-100::placeholder {
    color: #fff5f5 !important;
  }

  .zr\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .zr\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .zr\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .zr\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .zr\:placeholder-red-200::placeholder {
    color: #fed7d7 !important;
  }

  .zr\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .zr\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .zr\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .zr\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .zr\:placeholder-red-300::placeholder {
    color: #feb2b2 !important;
  }

  .zr\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .zr\:placeholder-red-400::-moz-placeholder {
    color: #fc8181 !important;
  }

  .zr\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .zr\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .zr\:placeholder-red-400::placeholder {
    color: #fc8181 !important;
  }

  .zr\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .zr\:placeholder-red-500::-moz-placeholder {
    color: #f56565 !important;
  }

  .zr\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .zr\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .zr\:placeholder-red-500::placeholder {
    color: #f56565 !important;
  }

  .zr\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .zr\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e !important;
  }

  .zr\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .zr\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .zr\:placeholder-red-600::placeholder {
    color: #e53e3e !important;
  }

  .zr\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .zr\:placeholder-red-700::-moz-placeholder {
    color: #c53030 !important;
  }

  .zr\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .zr\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .zr\:placeholder-red-700::placeholder {
    color: #c53030 !important;
  }

  .zr\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .zr\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .zr\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .zr\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .zr\:placeholder-red-800::placeholder {
    color: #9b2c2c !important;
  }

  .zr\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .zr\:placeholder-red-900::-moz-placeholder {
    color: #742a2a !important;
  }

  .zr\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .zr\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .zr\:placeholder-red-900::placeholder {
    color: #742a2a !important;
  }

  .zr\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .zr\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .zr\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .zr\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .zr\:placeholder-orange-100::placeholder {
    color: #fffaf0 !important;
  }

  .zr\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .zr\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8 !important;
  }

  .zr\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .zr\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .zr\:placeholder-orange-200::placeholder {
    color: #feebc8 !important;
  }

  .zr\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .zr\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d !important;
  }

  .zr\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .zr\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .zr\:placeholder-orange-300::placeholder {
    color: #fbd38d !important;
  }

  .zr\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .zr\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .zr\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .zr\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .zr\:placeholder-orange-400::placeholder {
    color: #f6ad55 !important;
  }

  .zr\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .zr\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936 !important;
  }

  .zr\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .zr\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .zr\:placeholder-orange-500::placeholder {
    color: #ed8936 !important;
  }

  .zr\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .zr\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .zr\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .zr\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .zr\:placeholder-orange-600::placeholder {
    color: #dd6b20 !important;
  }

  .zr\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .zr\:placeholder-orange-700::-moz-placeholder {
    color: #c05621 !important;
  }

  .zr\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .zr\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .zr\:placeholder-orange-700::placeholder {
    color: #c05621 !important;
  }

  .zr\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .zr\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221 !important;
  }

  .zr\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .zr\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .zr\:placeholder-orange-800::placeholder {
    color: #9c4221 !important;
  }

  .zr\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .zr\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e !important;
  }

  .zr\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .zr\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .zr\:placeholder-orange-900::placeholder {
    color: #7b341e !important;
  }

  .zr\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .zr\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0 !important;
  }

  .zr\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .zr\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .zr\:placeholder-yellow-100::placeholder {
    color: #fffff0 !important;
  }

  .zr\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .zr\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf !important;
  }

  .zr\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .zr\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .zr\:placeholder-yellow-200::placeholder {
    color: #fefcbf !important;
  }

  .zr\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .zr\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089 !important;
  }

  .zr\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .zr\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .zr\:placeholder-yellow-300::placeholder {
    color: #faf089 !important;
  }

  .zr\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .zr\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e !important;
  }

  .zr\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .zr\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .zr\:placeholder-yellow-400::placeholder {
    color: #f6e05e !important;
  }

  .zr\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .zr\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b !important;
  }

  .zr\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .zr\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .zr\:placeholder-yellow-500::placeholder {
    color: #ecc94b !important;
  }

  .zr\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .zr\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e !important;
  }

  .zr\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .zr\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .zr\:placeholder-yellow-600::placeholder {
    color: #d69e2e !important;
  }

  .zr\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .zr\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f !important;
  }

  .zr\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .zr\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .zr\:placeholder-yellow-700::placeholder {
    color: #b7791f !important;
  }

  .zr\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .zr\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16 !important;
  }

  .zr\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .zr\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .zr\:placeholder-yellow-800::placeholder {
    color: #975a16 !important;
  }

  .zr\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .zr\:placeholder-yellow-900::-moz-placeholder {
    color: #744210 !important;
  }

  .zr\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210 !important;
  }

  .zr\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210 !important;
  }

  .zr\:placeholder-yellow-900::placeholder {
    color: #744210 !important;
  }

  .zr\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .zr\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .zr\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .zr\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .zr\:placeholder-green-100::placeholder {
    color: #f0fff4 !important;
  }

  .zr\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .zr\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .zr\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .zr\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .zr\:placeholder-green-200::placeholder {
    color: #c6f6d5 !important;
  }

  .zr\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .zr\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .zr\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .zr\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .zr\:placeholder-green-300::placeholder {
    color: #9ae6b4 !important;
  }

  .zr\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .zr\:placeholder-green-400::-moz-placeholder {
    color: #68d391 !important;
  }

  .zr\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .zr\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .zr\:placeholder-green-400::placeholder {
    color: #68d391 !important;
  }

  .zr\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .zr\:placeholder-green-500::-moz-placeholder {
    color: #48bb78 !important;
  }

  .zr\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .zr\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .zr\:placeholder-green-500::placeholder {
    color: #48bb78 !important;
  }

  .zr\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .zr\:placeholder-green-600::-moz-placeholder {
    color: #38a169 !important;
  }

  .zr\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .zr\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .zr\:placeholder-green-600::placeholder {
    color: #38a169 !important;
  }

  .zr\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .zr\:placeholder-green-700::-moz-placeholder {
    color: #2f855a !important;
  }

  .zr\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .zr\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .zr\:placeholder-green-700::placeholder {
    color: #2f855a !important;
  }

  .zr\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .zr\:placeholder-green-800::-moz-placeholder {
    color: #276749 !important;
  }

  .zr\:placeholder-green-800:-ms-input-placeholder {
    color: #276749 !important;
  }

  .zr\:placeholder-green-800::-ms-input-placeholder {
    color: #276749 !important;
  }

  .zr\:placeholder-green-800::placeholder {
    color: #276749 !important;
  }

  .zr\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .zr\:placeholder-green-900::-moz-placeholder {
    color: #22543d !important;
  }

  .zr\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d !important;
  }

  .zr\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d !important;
  }

  .zr\:placeholder-green-900::placeholder {
    color: #22543d !important;
  }

  .zr\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .zr\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa !important;
  }

  .zr\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .zr\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .zr\:placeholder-teal-100::placeholder {
    color: #e6fffa !important;
  }

  .zr\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .zr\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .zr\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .zr\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .zr\:placeholder-teal-200::placeholder {
    color: #b2f5ea !important;
  }

  .zr\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .zr\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .zr\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .zr\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .zr\:placeholder-teal-300::placeholder {
    color: #81e6d9 !important;
  }

  .zr\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .zr\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .zr\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .zr\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .zr\:placeholder-teal-400::placeholder {
    color: #4fd1c5 !important;
  }

  .zr\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .zr\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac !important;
  }

  .zr\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .zr\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .zr\:placeholder-teal-500::placeholder {
    color: #38b2ac !important;
  }

  .zr\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .zr\:placeholder-teal-600::-moz-placeholder {
    color: #319795 !important;
  }

  .zr\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795 !important;
  }

  .zr\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795 !important;
  }

  .zr\:placeholder-teal-600::placeholder {
    color: #319795 !important;
  }

  .zr\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .zr\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .zr\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .zr\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .zr\:placeholder-teal-700::placeholder {
    color: #2c7a7b !important;
  }

  .zr\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .zr\:placeholder-teal-800::-moz-placeholder {
    color: #285e61 !important;
  }

  .zr\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .zr\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .zr\:placeholder-teal-800::placeholder {
    color: #285e61 !important;
  }

  .zr\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .zr\:placeholder-teal-900::-moz-placeholder {
    color: #234e52 !important;
  }

  .zr\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .zr\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .zr\:placeholder-teal-900::placeholder {
    color: #234e52 !important;
  }

  .zr\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .zr\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .zr\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .zr\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .zr\:placeholder-blue-100::placeholder {
    color: #ebf8ff !important;
  }

  .zr\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .zr\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .zr\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .zr\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .zr\:placeholder-blue-200::placeholder {
    color: #bee3f8 !important;
  }

  .zr\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .zr\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .zr\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .zr\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .zr\:placeholder-blue-300::placeholder {
    color: #90cdf4 !important;
  }

  .zr\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .zr\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed !important;
  }

  .zr\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .zr\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .zr\:placeholder-blue-400::placeholder {
    color: #63b3ed !important;
  }

  .zr\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .zr\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1 !important;
  }

  .zr\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .zr\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .zr\:placeholder-blue-500::placeholder {
    color: #4299e1 !important;
  }

  .zr\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .zr\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce !important;
  }

  .zr\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .zr\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .zr\:placeholder-blue-600::placeholder {
    color: #3182ce !important;
  }

  .zr\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .zr\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .zr\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .zr\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .zr\:placeholder-blue-700::placeholder {
    color: #2b6cb0 !important;
  }

  .zr\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .zr\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282 !important;
  }

  .zr\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .zr\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .zr\:placeholder-blue-800::placeholder {
    color: #2c5282 !important;
  }

  .zr\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .zr\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365 !important;
  }

  .zr\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .zr\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .zr\:placeholder-blue-900::placeholder {
    color: #2a4365 !important;
  }

  .zr\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .zr\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .zr\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .zr\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .zr\:placeholder-indigo-100::placeholder {
    color: #ebf4ff !important;
  }

  .zr\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .zr\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe !important;
  }

  .zr\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .zr\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .zr\:placeholder-indigo-200::placeholder {
    color: #c3dafe !important;
  }

  .zr\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .zr\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa !important;
  }

  .zr\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .zr\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .zr\:placeholder-indigo-300::placeholder {
    color: #a3bffa !important;
  }

  .zr\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .zr\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .zr\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .zr\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .zr\:placeholder-indigo-400::placeholder {
    color: #7f9cf5 !important;
  }

  .zr\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .zr\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea !important;
  }

  .zr\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea !important;
  }

  .zr\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea !important;
  }

  .zr\:placeholder-indigo-500::placeholder {
    color: #667eea !important;
  }

  .zr\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .zr\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .zr\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .zr\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .zr\:placeholder-indigo-600::placeholder {
    color: #5a67d8 !important;
  }

  .zr\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .zr\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf !important;
  }

  .zr\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .zr\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .zr\:placeholder-indigo-700::placeholder {
    color: #4c51bf !important;
  }

  .zr\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .zr\:placeholder-indigo-800::-moz-placeholder {
    color: #434190 !important;
  }

  .zr\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190 !important;
  }

  .zr\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190 !important;
  }

  .zr\:placeholder-indigo-800::placeholder {
    color: #434190 !important;
  }

  .zr\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .zr\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b !important;
  }

  .zr\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .zr\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .zr\:placeholder-indigo-900::placeholder {
    color: #3c366b !important;
  }

  .zr\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .zr\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff !important;
  }

  .zr\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .zr\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .zr\:placeholder-purple-100::placeholder {
    color: #faf5ff !important;
  }

  .zr\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .zr\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .zr\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .zr\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .zr\:placeholder-purple-200::placeholder {
    color: #e9d8fd !important;
  }

  .zr\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .zr\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .zr\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .zr\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .zr\:placeholder-purple-300::placeholder {
    color: #d6bcfa !important;
  }

  .zr\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .zr\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4 !important;
  }

  .zr\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .zr\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .zr\:placeholder-purple-400::placeholder {
    color: #b794f4 !important;
  }

  .zr\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .zr\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea !important;
  }

  .zr\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .zr\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .zr\:placeholder-purple-500::placeholder {
    color: #9f7aea !important;
  }

  .zr\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .zr\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5 !important;
  }

  .zr\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .zr\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .zr\:placeholder-purple-600::placeholder {
    color: #805ad5 !important;
  }

  .zr\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .zr\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .zr\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .zr\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .zr\:placeholder-purple-700::placeholder {
    color: #6b46c1 !important;
  }

  .zr\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .zr\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a !important;
  }

  .zr\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .zr\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .zr\:placeholder-purple-800::placeholder {
    color: #553c9a !important;
  }

  .zr\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .zr\:placeholder-purple-900::-moz-placeholder {
    color: #44337a !important;
  }

  .zr\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a !important;
  }

  .zr\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a !important;
  }

  .zr\:placeholder-purple-900::placeholder {
    color: #44337a !important;
  }

  .zr\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .zr\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .zr\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .zr\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .zr\:placeholder-pink-100::placeholder {
    color: #fff5f7 !important;
  }

  .zr\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .zr\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .zr\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .zr\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .zr\:placeholder-pink-200::placeholder {
    color: #fed7e2 !important;
  }

  .zr\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .zr\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .zr\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .zr\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .zr\:placeholder-pink-300::placeholder {
    color: #fbb6ce !important;
  }

  .zr\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .zr\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3 !important;
  }

  .zr\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .zr\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .zr\:placeholder-pink-400::placeholder {
    color: #f687b3 !important;
  }

  .zr\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .zr\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .zr\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .zr\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .zr\:placeholder-pink-500::placeholder {
    color: #ed64a6 !important;
  }

  .zr\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .zr\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c !important;
  }

  .zr\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .zr\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .zr\:placeholder-pink-600::placeholder {
    color: #d53f8c !important;
  }

  .zr\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .zr\:placeholder-pink-700::-moz-placeholder {
    color: #b83280 !important;
  }

  .zr\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .zr\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .zr\:placeholder-pink-700::placeholder {
    color: #b83280 !important;
  }

  .zr\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .zr\:placeholder-pink-800::-moz-placeholder {
    color: #97266d !important;
  }

  .zr\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d !important;
  }

  .zr\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d !important;
  }

  .zr\:placeholder-pink-800::placeholder {
    color: #97266d !important;
  }

  .zr\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .zr\:placeholder-pink-900::-moz-placeholder {
    color: #702459 !important;
  }

  .zr\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459 !important;
  }

  .zr\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459 !important;
  }

  .zr\:placeholder-pink-900::placeholder {
    color: #702459 !important;
  }

  .zr\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .zr\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .zr\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .zr\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .zr\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .zr\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000 !important;
  }

  .zr\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000 !important;
  }

  .zr\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000 !important;
  }

  .zr\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000 !important;
  }

  .zr\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .zr\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff !important;
  }

  .zr\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff !important;
  }

  .zr\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff !important;
  }

  .zr\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff !important;
  }

  .zr\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .zr\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .zr\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc !important;
  }

  .zr\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .zr\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .zr\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc !important;
  }

  .zr\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .zr\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .zr\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .zr\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .zr\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7 !important;
  }

  .zr\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .zr\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .zr\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .zr\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .zr\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0 !important;
  }

  .zr\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .zr\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .zr\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .zr\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .zr\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0 !important;
  }

  .zr\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .zr\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .zr\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .zr\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .zr\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0 !important;
  }

  .zr\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .zr\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096 !important;
  }

  .zr\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096 !important;
  }

  .zr\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096 !important;
  }

  .zr\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096 !important;
  }

  .zr\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .zr\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568 !important;
  }

  .zr\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .zr\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .zr\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568 !important;
  }

  .zr\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .zr\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748 !important;
  }

  .zr\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .zr\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .zr\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748 !important;
  }

  .zr\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .zr\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c !important;
  }

  .zr\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .zr\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .zr\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c !important;
  }

  .zr\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .zr\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .zr\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .zr\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .zr\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5 !important;
  }

  .zr\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .zr\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .zr\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .zr\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .zr\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7 !important;
  }

  .zr\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .zr\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .zr\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .zr\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .zr\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2 !important;
  }

  .zr\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .zr\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181 !important;
  }

  .zr\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .zr\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .zr\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181 !important;
  }

  .zr\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .zr\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565 !important;
  }

  .zr\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .zr\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .zr\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565 !important;
  }

  .zr\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .zr\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e !important;
  }

  .zr\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .zr\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .zr\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e !important;
  }

  .zr\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .zr\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030 !important;
  }

  .zr\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .zr\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .zr\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030 !important;
  }

  .zr\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .zr\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .zr\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .zr\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .zr\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c !important;
  }

  .zr\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .zr\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a !important;
  }

  .zr\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .zr\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .zr\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a !important;
  }

  .zr\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .zr\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .zr\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .zr\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .zr\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0 !important;
  }

  .zr\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .zr\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8 !important;
  }

  .zr\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .zr\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .zr\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8 !important;
  }

  .zr\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .zr\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d !important;
  }

  .zr\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .zr\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .zr\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d !important;
  }

  .zr\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .zr\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .zr\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .zr\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .zr\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55 !important;
  }

  .zr\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .zr\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936 !important;
  }

  .zr\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .zr\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .zr\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936 !important;
  }

  .zr\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .zr\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .zr\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .zr\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .zr\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20 !important;
  }

  .zr\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .zr\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621 !important;
  }

  .zr\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .zr\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .zr\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621 !important;
  }

  .zr\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .zr\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221 !important;
  }

  .zr\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .zr\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .zr\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221 !important;
  }

  .zr\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .zr\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e !important;
  }

  .zr\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .zr\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .zr\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e !important;
  }

  .zr\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .zr\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0 !important;
  }

  .zr\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .zr\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .zr\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0 !important;
  }

  .zr\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .zr\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf !important;
  }

  .zr\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .zr\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .zr\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf !important;
  }

  .zr\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .zr\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089 !important;
  }

  .zr\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .zr\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .zr\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089 !important;
  }

  .zr\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .zr\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e !important;
  }

  .zr\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .zr\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .zr\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e !important;
  }

  .zr\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .zr\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b !important;
  }

  .zr\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .zr\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .zr\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b !important;
  }

  .zr\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .zr\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e !important;
  }

  .zr\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .zr\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .zr\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e !important;
  }

  .zr\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .zr\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f !important;
  }

  .zr\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .zr\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .zr\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f !important;
  }

  .zr\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .zr\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16 !important;
  }

  .zr\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .zr\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .zr\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16 !important;
  }

  .zr\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .zr\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210 !important;
  }

  .zr\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210 !important;
  }

  .zr\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210 !important;
  }

  .zr\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210 !important;
  }

  .zr\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .zr\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .zr\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .zr\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .zr\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4 !important;
  }

  .zr\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .zr\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .zr\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .zr\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .zr\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5 !important;
  }

  .zr\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .zr\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .zr\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .zr\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .zr\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4 !important;
  }

  .zr\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .zr\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391 !important;
  }

  .zr\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .zr\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .zr\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391 !important;
  }

  .zr\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .zr\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78 !important;
  }

  .zr\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .zr\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .zr\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78 !important;
  }

  .zr\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .zr\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169 !important;
  }

  .zr\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .zr\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .zr\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169 !important;
  }

  .zr\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .zr\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a !important;
  }

  .zr\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .zr\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .zr\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a !important;
  }

  .zr\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .zr\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749 !important;
  }

  .zr\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749 !important;
  }

  .zr\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749 !important;
  }

  .zr\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749 !important;
  }

  .zr\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .zr\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d !important;
  }

  .zr\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d !important;
  }

  .zr\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d !important;
  }

  .zr\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d !important;
  }

  .zr\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .zr\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa !important;
  }

  .zr\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .zr\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .zr\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa !important;
  }

  .zr\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .zr\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .zr\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .zr\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .zr\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea !important;
  }

  .zr\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .zr\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .zr\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .zr\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .zr\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9 !important;
  }

  .zr\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .zr\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .zr\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .zr\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .zr\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5 !important;
  }

  .zr\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .zr\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac !important;
  }

  .zr\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .zr\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .zr\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac !important;
  }

  .zr\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .zr\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795 !important;
  }

  .zr\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795 !important;
  }

  .zr\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795 !important;
  }

  .zr\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795 !important;
  }

  .zr\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .zr\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .zr\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .zr\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .zr\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b !important;
  }

  .zr\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .zr\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61 !important;
  }

  .zr\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .zr\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .zr\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61 !important;
  }

  .zr\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .zr\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52 !important;
  }

  .zr\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .zr\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .zr\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52 !important;
  }

  .zr\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .zr\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .zr\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .zr\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .zr\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff !important;
  }

  .zr\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .zr\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .zr\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .zr\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .zr\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8 !important;
  }

  .zr\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .zr\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .zr\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .zr\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .zr\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4 !important;
  }

  .zr\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .zr\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed !important;
  }

  .zr\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .zr\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .zr\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed !important;
  }

  .zr\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .zr\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1 !important;
  }

  .zr\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .zr\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .zr\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1 !important;
  }

  .zr\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .zr\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce !important;
  }

  .zr\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .zr\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .zr\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce !important;
  }

  .zr\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .zr\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .zr\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .zr\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .zr\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0 !important;
  }

  .zr\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .zr\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282 !important;
  }

  .zr\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .zr\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .zr\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282 !important;
  }

  .zr\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .zr\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365 !important;
  }

  .zr\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .zr\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .zr\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365 !important;
  }

  .zr\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .zr\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .zr\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .zr\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .zr\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff !important;
  }

  .zr\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .zr\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe !important;
  }

  .zr\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .zr\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .zr\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe !important;
  }

  .zr\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .zr\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa !important;
  }

  .zr\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .zr\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .zr\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa !important;
  }

  .zr\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .zr\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .zr\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .zr\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .zr\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5 !important;
  }

  .zr\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .zr\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea !important;
  }

  .zr\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea !important;
  }

  .zr\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea !important;
  }

  .zr\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea !important;
  }

  .zr\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .zr\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .zr\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .zr\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .zr\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8 !important;
  }

  .zr\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .zr\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf !important;
  }

  .zr\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .zr\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .zr\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf !important;
  }

  .zr\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .zr\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190 !important;
  }

  .zr\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190 !important;
  }

  .zr\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190 !important;
  }

  .zr\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190 !important;
  }

  .zr\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .zr\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b !important;
  }

  .zr\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .zr\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .zr\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b !important;
  }

  .zr\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .zr\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff !important;
  }

  .zr\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .zr\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .zr\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff !important;
  }

  .zr\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .zr\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .zr\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .zr\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .zr\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd !important;
  }

  .zr\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .zr\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .zr\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .zr\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .zr\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa !important;
  }

  .zr\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .zr\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4 !important;
  }

  .zr\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .zr\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .zr\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4 !important;
  }

  .zr\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .zr\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea !important;
  }

  .zr\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .zr\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .zr\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea !important;
  }

  .zr\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .zr\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5 !important;
  }

  .zr\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .zr\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .zr\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5 !important;
  }

  .zr\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .zr\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .zr\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .zr\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .zr\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1 !important;
  }

  .zr\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .zr\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a !important;
  }

  .zr\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .zr\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .zr\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a !important;
  }

  .zr\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .zr\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a !important;
  }

  .zr\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a !important;
  }

  .zr\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a !important;
  }

  .zr\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a !important;
  }

  .zr\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .zr\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .zr\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .zr\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .zr\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7 !important;
  }

  .zr\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .zr\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .zr\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .zr\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .zr\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2 !important;
  }

  .zr\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .zr\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .zr\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .zr\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .zr\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce !important;
  }

  .zr\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .zr\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3 !important;
  }

  .zr\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .zr\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .zr\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3 !important;
  }

  .zr\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .zr\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .zr\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .zr\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .zr\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6 !important;
  }

  .zr\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .zr\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c !important;
  }

  .zr\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .zr\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .zr\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c !important;
  }

  .zr\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .zr\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280 !important;
  }

  .zr\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .zr\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .zr\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280 !important;
  }

  .zr\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .zr\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d !important;
  }

  .zr\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d !important;
  }

  .zr\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d !important;
  }

  .zr\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d !important;
  }

  .zr\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .zr\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459 !important;
  }

  .zr\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459 !important;
  }

  .zr\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459 !important;
  }

  .zr\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459 !important;
  }

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

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

  .zr\:static {
    position: static !important;
  }

  .zr\:fixed {
    position: fixed !important;
  }

  .zr\:absolute {
    position: absolute !important;
  }

  .zr\:relative {
    position: relative !important;
  }

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

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

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

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

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

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

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

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

  .zr\:inset-1\/5 {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .zr\:inset-2\/5 {
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .zr\:inset-3\/5 {
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .zr\:inset-4\/5 {
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .zr\:inset-1\/6 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .zr\:inset-2\/6 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .zr\:inset-3\/6 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .zr\:inset-4\/6 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .zr\:inset-5\/6 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .zr\:inset-1\/12 {
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .zr\:inset-2\/12 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .zr\:inset-3\/12 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .zr\:inset-4\/12 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .zr\:inset-5\/12 {
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .zr\:inset-6\/12 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .zr\:inset-7\/12 {
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .zr\:inset-8\/12 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .zr\:inset-9\/12 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .zr\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .zr\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .zr\:inset-y-1\/5 {
    top: 20% !important;
    bottom: 20% !important;
  }

  .zr\:inset-x-1\/5 {
    right: 20% !important;
    left: 20% !important;
  }

  .zr\:inset-y-2\/5 {
    top: 40% !important;
    bottom: 40% !important;
  }

  .zr\:inset-x-2\/5 {
    right: 40% !important;
    left: 40% !important;
  }

  .zr\:inset-y-3\/5 {
    top: 60% !important;
    bottom: 60% !important;
  }

  .zr\:inset-x-3\/5 {
    right: 60% !important;
    left: 60% !important;
  }

  .zr\:inset-y-4\/5 {
    top: 80% !important;
    bottom: 80% !important;
  }

  .zr\:inset-x-4\/5 {
    right: 80% !important;
    left: 80% !important;
  }

  .zr\:inset-y-1\/6 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .zr\:inset-x-1\/6 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .zr\:inset-y-2\/6 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .zr\:inset-x-2\/6 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .zr\:inset-y-3\/6 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .zr\:inset-x-3\/6 {
    right: 50% !important;
    left: 50% !important;
  }

  .zr\:inset-y-4\/6 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .zr\:inset-x-4\/6 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .zr\:inset-y-5\/6 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .zr\:inset-x-5\/6 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .zr\:inset-y-1\/12 {
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .zr\:inset-x-1\/12 {
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .zr\:inset-y-2\/12 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .zr\:inset-x-2\/12 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .zr\:inset-y-3\/12 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .zr\:inset-x-3\/12 {
    right: 25% !important;
    left: 25% !important;
  }

  .zr\:inset-y-4\/12 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .zr\:inset-x-4\/12 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .zr\:inset-y-5\/12 {
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .zr\:inset-x-5\/12 {
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .zr\:inset-y-6\/12 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .zr\:inset-x-6\/12 {
    right: 50% !important;
    left: 50% !important;
  }

  .zr\:inset-y-7\/12 {
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .zr\:inset-x-7\/12 {
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .zr\:inset-y-8\/12 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .zr\:inset-x-8\/12 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .zr\:inset-y-9\/12 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .zr\:inset-x-9\/12 {
    right: 75% !important;
    left: 75% !important;
  }

  .zr\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .zr\:inset-x-10\/12 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .zr\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .zr\:inset-x-11\/12 {
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .zr\:top-0 {
    top: 0 !important;
  }

  .zr\:right-0 {
    right: 0 !important;
  }

  .zr\:bottom-0 {
    bottom: 0 !important;
  }

  .zr\:left-0 {
    left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .zr\:top-1\/5 {
    top: 20% !important;
  }

  .zr\:right-1\/5 {
    right: 20% !important;
  }

  .zr\:bottom-1\/5 {
    bottom: 20% !important;
  }

  .zr\:left-1\/5 {
    left: 20% !important;
  }

  .zr\:top-2\/5 {
    top: 40% !important;
  }

  .zr\:right-2\/5 {
    right: 40% !important;
  }

  .zr\:bottom-2\/5 {
    bottom: 40% !important;
  }

  .zr\:left-2\/5 {
    left: 40% !important;
  }

  .zr\:top-3\/5 {
    top: 60% !important;
  }

  .zr\:right-3\/5 {
    right: 60% !important;
  }

  .zr\:bottom-3\/5 {
    bottom: 60% !important;
  }

  .zr\:left-3\/5 {
    left: 60% !important;
  }

  .zr\:top-4\/5 {
    top: 80% !important;
  }

  .zr\:right-4\/5 {
    right: 80% !important;
  }

  .zr\:bottom-4\/5 {
    bottom: 80% !important;
  }

  .zr\:left-4\/5 {
    left: 80% !important;
  }

  .zr\:top-1\/6 {
    top: 16.666667% !important;
  }

  .zr\:right-1\/6 {
    right: 16.666667% !important;
  }

  .zr\:bottom-1\/6 {
    bottom: 16.666667% !important;
  }

  .zr\:left-1\/6 {
    left: 16.666667% !important;
  }

  .zr\:top-2\/6 {
    top: 33.333333% !important;
  }

  .zr\:right-2\/6 {
    right: 33.333333% !important;
  }

  .zr\:bottom-2\/6 {
    bottom: 33.333333% !important;
  }

  .zr\:left-2\/6 {
    left: 33.333333% !important;
  }

  .zr\:top-3\/6 {
    top: 50% !important;
  }

  .zr\:right-3\/6 {
    right: 50% !important;
  }

  .zr\:bottom-3\/6 {
    bottom: 50% !important;
  }

  .zr\:left-3\/6 {
    left: 50% !important;
  }

  .zr\:top-4\/6 {
    top: 66.666667% !important;
  }

  .zr\:right-4\/6 {
    right: 66.666667% !important;
  }

  .zr\:bottom-4\/6 {
    bottom: 66.666667% !important;
  }

  .zr\:left-4\/6 {
    left: 66.666667% !important;
  }

  .zr\:top-5\/6 {
    top: 83.333333% !important;
  }

  .zr\:right-5\/6 {
    right: 83.333333% !important;
  }

  .zr\:bottom-5\/6 {
    bottom: 83.333333% !important;
  }

  .zr\:left-5\/6 {
    left: 83.333333% !important;
  }

  .zr\:top-1\/12 {
    top: 8.333333% !important;
  }

  .zr\:right-1\/12 {
    right: 8.333333% !important;
  }

  .zr\:bottom-1\/12 {
    bottom: 8.333333% !important;
  }

  .zr\:left-1\/12 {
    left: 8.333333% !important;
  }

  .zr\:top-2\/12 {
    top: 16.666667% !important;
  }

  .zr\:right-2\/12 {
    right: 16.666667% !important;
  }

  .zr\:bottom-2\/12 {
    bottom: 16.666667% !important;
  }

  .zr\:left-2\/12 {
    left: 16.666667% !important;
  }

  .zr\:top-3\/12 {
    top: 25% !important;
  }

  .zr\:right-3\/12 {
    right: 25% !important;
  }

  .zr\:bottom-3\/12 {
    bottom: 25% !important;
  }

  .zr\:left-3\/12 {
    left: 25% !important;
  }

  .zr\:top-4\/12 {
    top: 33.333333% !important;
  }

  .zr\:right-4\/12 {
    right: 33.333333% !important;
  }

  .zr\:bottom-4\/12 {
    bottom: 33.333333% !important;
  }

  .zr\:left-4\/12 {
    left: 33.333333% !important;
  }

  .zr\:top-5\/12 {
    top: 41.666667% !important;
  }

  .zr\:right-5\/12 {
    right: 41.666667% !important;
  }

  .zr\:bottom-5\/12 {
    bottom: 41.666667% !important;
  }

  .zr\:left-5\/12 {
    left: 41.666667% !important;
  }

  .zr\:top-6\/12 {
    top: 50% !important;
  }

  .zr\:right-6\/12 {
    right: 50% !important;
  }

  .zr\:bottom-6\/12 {
    bottom: 50% !important;
  }

  .zr\:left-6\/12 {
    left: 50% !important;
  }

  .zr\:top-7\/12 {
    top: 58.333333% !important;
  }

  .zr\:right-7\/12 {
    right: 58.333333% !important;
  }

  .zr\:bottom-7\/12 {
    bottom: 58.333333% !important;
  }

  .zr\:left-7\/12 {
    left: 58.333333% !important;
  }

  .zr\:top-8\/12 {
    top: 66.666667% !important;
  }

  .zr\:right-8\/12 {
    right: 66.666667% !important;
  }

  .zr\:bottom-8\/12 {
    bottom: 66.666667% !important;
  }

  .zr\:left-8\/12 {
    left: 66.666667% !important;
  }

  .zr\:top-9\/12 {
    top: 75% !important;
  }

  .zr\:right-9\/12 {
    right: 75% !important;
  }

  .zr\:bottom-9\/12 {
    bottom: 75% !important;
  }

  .zr\:left-9\/12 {
    left: 75% !important;
  }

  .zr\:top-10\/12 {
    top: 83.333333% !important;
  }

  .zr\:right-10\/12 {
    right: 83.333333% !important;
  }

  .zr\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .zr\:left-10\/12 {
    left: 83.333333% !important;
  }

  .zr\:top-11\/12 {
    top: 91.666667% !important;
  }

  .zr\:right-11\/12 {
    right: 91.666667% !important;
  }

  .zr\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .zr\:left-11\/12 {
    left: 91.666667% !important;
  }

  .zr\:resize-none {
    resize: none !important;
  }

  .zr\:resize-y {
    resize: vertical !important;
  }

  .zr\:resize-x {
    resize: horizontal !important;
  }

  .zr\:resize {
    resize: both !important;
  }

  .zr\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .zr\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .zr\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .zr\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .zr\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .zr\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .zr\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .zr\:shadow-none {
    box-shadow: none !important;
  }

  .zr\: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) !important;
  }

  .zr\: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) !important;
  }

  .zr\: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) !important;
  }

  .zr\: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) !important;
  }

  .zr\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .zr\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .zr\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .zr\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .zr\: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) !important;
  }

  .zr\: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) !important;
  }

  .zr\: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) !important;
  }

  .zr\: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) !important;
  }

  .zr\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .zr\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .zr\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .zr\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .zr\:fill-current {
    fill: currentColor !important;
  }

  .zr\:stroke-current {
    stroke: currentColor !important;
  }

  .zr\:table-auto {
    table-layout: auto !important;
  }

  .zr\:table-fixed {
    table-layout: fixed !important;
  }

  .zr\:text-left {
    text-align: left !important;
  }

  .zr\:text-center {
    text-align: center !important;
  }

  .zr\:text-right {
    text-align: right !important;
  }

  .zr\:text-justify {
    text-align: justify !important;
  }

  .zr\:text-transparent {
    color: transparent !important;
  }

  .zr\:text-black {
    color: #000 !important;
  }

  .zr\:text-white {
    color: #fff !important;
  }

  .zr\:text-gray-100 {
    color: #f7fafc !important;
  }

  .zr\:text-gray-200 {
    color: #edf2f7 !important;
  }

  .zr\:text-gray-300 {
    color: #e2e8f0 !important;
  }

  .zr\:text-gray-400 {
    color: #cbd5e0 !important;
  }

  .zr\:text-gray-500 {
    color: #a0aec0 !important;
  }

  .zr\:text-gray-600 {
    color: #718096 !important;
  }

  .zr\:text-gray-700 {
    color: #4a5568 !important;
  }

  .zr\:text-gray-800 {
    color: #2d3748 !important;
  }

  .zr\:text-gray-900 {
    color: #1a202c !important;
  }

  .zr\:text-red-100 {
    color: #fff5f5 !important;
  }

  .zr\:text-red-200 {
    color: #fed7d7 !important;
  }

  .zr\:text-red-300 {
    color: #feb2b2 !important;
  }

  .zr\:text-red-400 {
    color: #fc8181 !important;
  }

  .zr\:text-red-500 {
    color: #f56565 !important;
  }

  .zr\:text-red-600 {
    color: #e53e3e !important;
  }

  .zr\:text-red-700 {
    color: #c53030 !important;
  }

  .zr\:text-red-800 {
    color: #9b2c2c !important;
  }

  .zr\:text-red-900 {
    color: #742a2a !important;
  }

  .zr\:text-orange-100 {
    color: #fffaf0 !important;
  }

  .zr\:text-orange-200 {
    color: #feebc8 !important;
  }

  .zr\:text-orange-300 {
    color: #fbd38d !important;
  }

  .zr\:text-orange-400 {
    color: #f6ad55 !important;
  }

  .zr\:text-orange-500 {
    color: #ed8936 !important;
  }

  .zr\:text-orange-600 {
    color: #dd6b20 !important;
  }

  .zr\:text-orange-700 {
    color: #c05621 !important;
  }

  .zr\:text-orange-800 {
    color: #9c4221 !important;
  }

  .zr\:text-orange-900 {
    color: #7b341e !important;
  }

  .zr\:text-yellow-100 {
    color: #fffff0 !important;
  }

  .zr\:text-yellow-200 {
    color: #fefcbf !important;
  }

  .zr\:text-yellow-300 {
    color: #faf089 !important;
  }

  .zr\:text-yellow-400 {
    color: #f6e05e !important;
  }

  .zr\:text-yellow-500 {
    color: #ecc94b !important;
  }

  .zr\:text-yellow-600 {
    color: #d69e2e !important;
  }

  .zr\:text-yellow-700 {
    color: #b7791f !important;
  }

  .zr\:text-yellow-800 {
    color: #975a16 !important;
  }

  .zr\:text-yellow-900 {
    color: #744210 !important;
  }

  .zr\:text-green-100 {
    color: #f0fff4 !important;
  }

  .zr\:text-green-200 {
    color: #c6f6d5 !important;
  }

  .zr\:text-green-300 {
    color: #9ae6b4 !important;
  }

  .zr\:text-green-400 {
    color: #68d391 !important;
  }

  .zr\:text-green-500 {
    color: #48bb78 !important;
  }

  .zr\:text-green-600 {
    color: #38a169 !important;
  }

  .zr\:text-green-700 {
    color: #2f855a !important;
  }

  .zr\:text-green-800 {
    color: #276749 !important;
  }

  .zr\:text-green-900 {
    color: #22543d !important;
  }

  .zr\:text-teal-100 {
    color: #e6fffa !important;
  }

  .zr\:text-teal-200 {
    color: #b2f5ea !important;
  }

  .zr\:text-teal-300 {
    color: #81e6d9 !important;
  }

  .zr\:text-teal-400 {
    color: #4fd1c5 !important;
  }

  .zr\:text-teal-500 {
    color: #38b2ac !important;
  }

  .zr\:text-teal-600 {
    color: #319795 !important;
  }

  .zr\:text-teal-700 {
    color: #2c7a7b !important;
  }

  .zr\:text-teal-800 {
    color: #285e61 !important;
  }

  .zr\:text-teal-900 {
    color: #234e52 !important;
  }

  .zr\:text-blue-100 {
    color: #ebf8ff !important;
  }

  .zr\:text-blue-200 {
    color: #bee3f8 !important;
  }

  .zr\:text-blue-300 {
    color: #90cdf4 !important;
  }

  .zr\:text-blue-400 {
    color: #63b3ed !important;
  }

  .zr\:text-blue-500 {
    color: #4299e1 !important;
  }

  .zr\:text-blue-600 {
    color: #3182ce !important;
  }

  .zr\:text-blue-700 {
    color: #2b6cb0 !important;
  }

  .zr\:text-blue-800 {
    color: #2c5282 !important;
  }

  .zr\:text-blue-900 {
    color: #2a4365 !important;
  }

  .zr\:text-indigo-100 {
    color: #ebf4ff !important;
  }

  .zr\:text-indigo-200 {
    color: #c3dafe !important;
  }

  .zr\:text-indigo-300 {
    color: #a3bffa !important;
  }

  .zr\:text-indigo-400 {
    color: #7f9cf5 !important;
  }

  .zr\:text-indigo-500 {
    color: #667eea !important;
  }

  .zr\:text-indigo-600 {
    color: #5a67d8 !important;
  }

  .zr\:text-indigo-700 {
    color: #4c51bf !important;
  }

  .zr\:text-indigo-800 {
    color: #434190 !important;
  }

  .zr\:text-indigo-900 {
    color: #3c366b !important;
  }

  .zr\:text-purple-100 {
    color: #faf5ff !important;
  }

  .zr\:text-purple-200 {
    color: #e9d8fd !important;
  }

  .zr\:text-purple-300 {
    color: #d6bcfa !important;
  }

  .zr\:text-purple-400 {
    color: #b794f4 !important;
  }

  .zr\:text-purple-500 {
    color: #9f7aea !important;
  }

  .zr\:text-purple-600 {
    color: #805ad5 !important;
  }

  .zr\:text-purple-700 {
    color: #6b46c1 !important;
  }

  .zr\:text-purple-800 {
    color: #553c9a !important;
  }

  .zr\:text-purple-900 {
    color: #44337a !important;
  }

  .zr\:text-pink-100 {
    color: #fff5f7 !important;
  }

  .zr\:text-pink-200 {
    color: #fed7e2 !important;
  }

  .zr\:text-pink-300 {
    color: #fbb6ce !important;
  }

  .zr\:text-pink-400 {
    color: #f687b3 !important;
  }

  .zr\:text-pink-500 {
    color: #ed64a6 !important;
  }

  .zr\:text-pink-600 {
    color: #d53f8c !important;
  }

  .zr\:text-pink-700 {
    color: #b83280 !important;
  }

  .zr\:text-pink-800 {
    color: #97266d !important;
  }

  .zr\:text-pink-900 {
    color: #702459 !important;
  }

  .zr\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .zr\:hover\:text-black:hover {
    color: #000 !important;
  }

  .zr\:hover\:text-white:hover {
    color: #fff !important;
  }

  .zr\:hover\:text-gray-100:hover {
    color: #f7fafc !important;
  }

  .zr\:hover\:text-gray-200:hover {
    color: #edf2f7 !important;
  }

  .zr\:hover\:text-gray-300:hover {
    color: #e2e8f0 !important;
  }

  .zr\:hover\:text-gray-400:hover {
    color: #cbd5e0 !important;
  }

  .zr\:hover\:text-gray-500:hover {
    color: #a0aec0 !important;
  }

  .zr\:hover\:text-gray-600:hover {
    color: #718096 !important;
  }

  .zr\:hover\:text-gray-700:hover {
    color: #4a5568 !important;
  }

  .zr\:hover\:text-gray-800:hover {
    color: #2d3748 !important;
  }

  .zr\:hover\:text-gray-900:hover {
    color: #1a202c !important;
  }

  .zr\:hover\:text-red-100:hover {
    color: #fff5f5 !important;
  }

  .zr\:hover\:text-red-200:hover {
    color: #fed7d7 !important;
  }

  .zr\:hover\:text-red-300:hover {
    color: #feb2b2 !important;
  }

  .zr\:hover\:text-red-400:hover {
    color: #fc8181 !important;
  }

  .zr\:hover\:text-red-500:hover {
    color: #f56565 !important;
  }

  .zr\:hover\:text-red-600:hover {
    color: #e53e3e !important;
  }

  .zr\:hover\:text-red-700:hover {
    color: #c53030 !important;
  }

  .zr\:hover\:text-red-800:hover {
    color: #9b2c2c !important;
  }

  .zr\:hover\:text-red-900:hover {
    color: #742a2a !important;
  }

  .zr\:hover\:text-orange-100:hover {
    color: #fffaf0 !important;
  }

  .zr\:hover\:text-orange-200:hover {
    color: #feebc8 !important;
  }

  .zr\:hover\:text-orange-300:hover {
    color: #fbd38d !important;
  }

  .zr\:hover\:text-orange-400:hover {
    color: #f6ad55 !important;
  }

  .zr\:hover\:text-orange-500:hover {
    color: #ed8936 !important;
  }

  .zr\:hover\:text-orange-600:hover {
    color: #dd6b20 !important;
  }

  .zr\:hover\:text-orange-700:hover {
    color: #c05621 !important;
  }

  .zr\:hover\:text-orange-800:hover {
    color: #9c4221 !important;
  }

  .zr\:hover\:text-orange-900:hover {
    color: #7b341e !important;
  }

  .zr\:hover\:text-yellow-100:hover {
    color: #fffff0 !important;
  }

  .zr\:hover\:text-yellow-200:hover {
    color: #fefcbf !important;
  }

  .zr\:hover\:text-yellow-300:hover {
    color: #faf089 !important;
  }

  .zr\:hover\:text-yellow-400:hover {
    color: #f6e05e !important;
  }

  .zr\:hover\:text-yellow-500:hover {
    color: #ecc94b !important;
  }

  .zr\:hover\:text-yellow-600:hover {
    color: #d69e2e !important;
  }

  .zr\:hover\:text-yellow-700:hover {
    color: #b7791f !important;
  }

  .zr\:hover\:text-yellow-800:hover {
    color: #975a16 !important;
  }

  .zr\:hover\:text-yellow-900:hover {
    color: #744210 !important;
  }

  .zr\:hover\:text-green-100:hover {
    color: #f0fff4 !important;
  }

  .zr\:hover\:text-green-200:hover {
    color: #c6f6d5 !important;
  }

  .zr\:hover\:text-green-300:hover {
    color: #9ae6b4 !important;
  }

  .zr\:hover\:text-green-400:hover {
    color: #68d391 !important;
  }

  .zr\:hover\:text-green-500:hover {
    color: #48bb78 !important;
  }

  .zr\:hover\:text-green-600:hover {
    color: #38a169 !important;
  }

  .zr\:hover\:text-green-700:hover {
    color: #2f855a !important;
  }

  .zr\:hover\:text-green-800:hover {
    color: #276749 !important;
  }

  .zr\:hover\:text-green-900:hover {
    color: #22543d !important;
  }

  .zr\:hover\:text-teal-100:hover {
    color: #e6fffa !important;
  }

  .zr\:hover\:text-teal-200:hover {
    color: #b2f5ea !important;
  }

  .zr\:hover\:text-teal-300:hover {
    color: #81e6d9 !important;
  }

  .zr\:hover\:text-teal-400:hover {
    color: #4fd1c5 !important;
  }

  .zr\:hover\:text-teal-500:hover {
    color: #38b2ac !important;
  }

  .zr\:hover\:text-teal-600:hover {
    color: #319795 !important;
  }

  .zr\:hover\:text-teal-700:hover {
    color: #2c7a7b !important;
  }

  .zr\:hover\:text-teal-800:hover {
    color: #285e61 !important;
  }

  .zr\:hover\:text-teal-900:hover {
    color: #234e52 !important;
  }

  .zr\:hover\:text-blue-100:hover {
    color: #ebf8ff !important;
  }

  .zr\:hover\:text-blue-200:hover {
    color: #bee3f8 !important;
  }

  .zr\:hover\:text-blue-300:hover {
    color: #90cdf4 !important;
  }

  .zr\:hover\:text-blue-400:hover {
    color: #63b3ed !important;
  }

  .zr\:hover\:text-blue-500:hover {
    color: #4299e1 !important;
  }

  .zr\:hover\:text-blue-600:hover {
    color: #3182ce !important;
  }

  .zr\:hover\:text-blue-700:hover {
    color: #2b6cb0 !important;
  }

  .zr\:hover\:text-blue-800:hover {
    color: #2c5282 !important;
  }

  .zr\:hover\:text-blue-900:hover {
    color: #2a4365 !important;
  }

  .zr\:hover\:text-indigo-100:hover {
    color: #ebf4ff !important;
  }

  .zr\:hover\:text-indigo-200:hover {
    color: #c3dafe !important;
  }

  .zr\:hover\:text-indigo-300:hover {
    color: #a3bffa !important;
  }

  .zr\:hover\:text-indigo-400:hover {
    color: #7f9cf5 !important;
  }

  .zr\:hover\:text-indigo-500:hover {
    color: #667eea !important;
  }

  .zr\:hover\:text-indigo-600:hover {
    color: #5a67d8 !important;
  }

  .zr\:hover\:text-indigo-700:hover {
    color: #4c51bf !important;
  }

  .zr\:hover\:text-indigo-800:hover {
    color: #434190 !important;
  }

  .zr\:hover\:text-indigo-900:hover {
    color: #3c366b !important;
  }

  .zr\:hover\:text-purple-100:hover {
    color: #faf5ff !important;
  }

  .zr\:hover\:text-purple-200:hover {
    color: #e9d8fd !important;
  }

  .zr\:hover\:text-purple-300:hover {
    color: #d6bcfa !important;
  }

  .zr\:hover\:text-purple-400:hover {
    color: #b794f4 !important;
  }

  .zr\:hover\:text-purple-500:hover {
    color: #9f7aea !important;
  }

  .zr\:hover\:text-purple-600:hover {
    color: #805ad5 !important;
  }

  .zr\:hover\:text-purple-700:hover {
    color: #6b46c1 !important;
  }

  .zr\:hover\:text-purple-800:hover {
    color: #553c9a !important;
  }

  .zr\:hover\:text-purple-900:hover {
    color: #44337a !important;
  }

  .zr\:hover\:text-pink-100:hover {
    color: #fff5f7 !important;
  }

  .zr\:hover\:text-pink-200:hover {
    color: #fed7e2 !important;
  }

  .zr\:hover\:text-pink-300:hover {
    color: #fbb6ce !important;
  }

  .zr\:hover\:text-pink-400:hover {
    color: #f687b3 !important;
  }

  .zr\:hover\:text-pink-500:hover {
    color: #ed64a6 !important;
  }

  .zr\:hover\:text-pink-600:hover {
    color: #d53f8c !important;
  }

  .zr\:hover\:text-pink-700:hover {
    color: #b83280 !important;
  }

  .zr\:hover\:text-pink-800:hover {
    color: #97266d !important;
  }

  .zr\:hover\:text-pink-900:hover {
    color: #702459 !important;
  }

  .zr\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .zr\:focus\:text-black:focus {
    color: #000 !important;
  }

  .zr\:focus\:text-white:focus {
    color: #fff !important;
  }

  .zr\:focus\:text-gray-100:focus {
    color: #f7fafc !important;
  }

  .zr\:focus\:text-gray-200:focus {
    color: #edf2f7 !important;
  }

  .zr\:focus\:text-gray-300:focus {
    color: #e2e8f0 !important;
  }

  .zr\:focus\:text-gray-400:focus {
    color: #cbd5e0 !important;
  }

  .zr\:focus\:text-gray-500:focus {
    color: #a0aec0 !important;
  }

  .zr\:focus\:text-gray-600:focus {
    color: #718096 !important;
  }

  .zr\:focus\:text-gray-700:focus {
    color: #4a5568 !important;
  }

  .zr\:focus\:text-gray-800:focus {
    color: #2d3748 !important;
  }

  .zr\:focus\:text-gray-900:focus {
    color: #1a202c !important;
  }

  .zr\:focus\:text-red-100:focus {
    color: #fff5f5 !important;
  }

  .zr\:focus\:text-red-200:focus {
    color: #fed7d7 !important;
  }

  .zr\:focus\:text-red-300:focus {
    color: #feb2b2 !important;
  }

  .zr\:focus\:text-red-400:focus {
    color: #fc8181 !important;
  }

  .zr\:focus\:text-red-500:focus {
    color: #f56565 !important;
  }

  .zr\:focus\:text-red-600:focus {
    color: #e53e3e !important;
  }

  .zr\:focus\:text-red-700:focus {
    color: #c53030 !important;
  }

  .zr\:focus\:text-red-800:focus {
    color: #9b2c2c !important;
  }

  .zr\:focus\:text-red-900:focus {
    color: #742a2a !important;
  }

  .zr\:focus\:text-orange-100:focus {
    color: #fffaf0 !important;
  }

  .zr\:focus\:text-orange-200:focus {
    color: #feebc8 !important;
  }

  .zr\:focus\:text-orange-300:focus {
    color: #fbd38d !important;
  }

  .zr\:focus\:text-orange-400:focus {
    color: #f6ad55 !important;
  }

  .zr\:focus\:text-orange-500:focus {
    color: #ed8936 !important;
  }

  .zr\:focus\:text-orange-600:focus {
    color: #dd6b20 !important;
  }

  .zr\:focus\:text-orange-700:focus {
    color: #c05621 !important;
  }

  .zr\:focus\:text-orange-800:focus {
    color: #9c4221 !important;
  }

  .zr\:focus\:text-orange-900:focus {
    color: #7b341e !important;
  }

  .zr\:focus\:text-yellow-100:focus {
    color: #fffff0 !important;
  }

  .zr\:focus\:text-yellow-200:focus {
    color: #fefcbf !important;
  }

  .zr\:focus\:text-yellow-300:focus {
    color: #faf089 !important;
  }

  .zr\:focus\:text-yellow-400:focus {
    color: #f6e05e !important;
  }

  .zr\:focus\:text-yellow-500:focus {
    color: #ecc94b !important;
  }

  .zr\:focus\:text-yellow-600:focus {
    color: #d69e2e !important;
  }

  .zr\:focus\:text-yellow-700:focus {
    color: #b7791f !important;
  }

  .zr\:focus\:text-yellow-800:focus {
    color: #975a16 !important;
  }

  .zr\:focus\:text-yellow-900:focus {
    color: #744210 !important;
  }

  .zr\:focus\:text-green-100:focus {
    color: #f0fff4 !important;
  }

  .zr\:focus\:text-green-200:focus {
    color: #c6f6d5 !important;
  }

  .zr\:focus\:text-green-300:focus {
    color: #9ae6b4 !important;
  }

  .zr\:focus\:text-green-400:focus {
    color: #68d391 !important;
  }

  .zr\:focus\:text-green-500:focus {
    color: #48bb78 !important;
  }

  .zr\:focus\:text-green-600:focus {
    color: #38a169 !important;
  }

  .zr\:focus\:text-green-700:focus {
    color: #2f855a !important;
  }

  .zr\:focus\:text-green-800:focus {
    color: #276749 !important;
  }

  .zr\:focus\:text-green-900:focus {
    color: #22543d !important;
  }

  .zr\:focus\:text-teal-100:focus {
    color: #e6fffa !important;
  }

  .zr\:focus\:text-teal-200:focus {
    color: #b2f5ea !important;
  }

  .zr\:focus\:text-teal-300:focus {
    color: #81e6d9 !important;
  }

  .zr\:focus\:text-teal-400:focus {
    color: #4fd1c5 !important;
  }

  .zr\:focus\:text-teal-500:focus {
    color: #38b2ac !important;
  }

  .zr\:focus\:text-teal-600:focus {
    color: #319795 !important;
  }

  .zr\:focus\:text-teal-700:focus {
    color: #2c7a7b !important;
  }

  .zr\:focus\:text-teal-800:focus {
    color: #285e61 !important;
  }

  .zr\:focus\:text-teal-900:focus {
    color: #234e52 !important;
  }

  .zr\:focus\:text-blue-100:focus {
    color: #ebf8ff !important;
  }

  .zr\:focus\:text-blue-200:focus {
    color: #bee3f8 !important;
  }

  .zr\:focus\:text-blue-300:focus {
    color: #90cdf4 !important;
  }

  .zr\:focus\:text-blue-400:focus {
    color: #63b3ed !important;
  }

  .zr\:focus\:text-blue-500:focus {
    color: #4299e1 !important;
  }

  .zr\:focus\:text-blue-600:focus {
    color: #3182ce !important;
  }

  .zr\:focus\:text-blue-700:focus {
    color: #2b6cb0 !important;
  }

  .zr\:focus\:text-blue-800:focus {
    color: #2c5282 !important;
  }

  .zr\:focus\:text-blue-900:focus {
    color: #2a4365 !important;
  }

  .zr\:focus\:text-indigo-100:focus {
    color: #ebf4ff !important;
  }

  .zr\:focus\:text-indigo-200:focus {
    color: #c3dafe !important;
  }

  .zr\:focus\:text-indigo-300:focus {
    color: #a3bffa !important;
  }

  .zr\:focus\:text-indigo-400:focus {
    color: #7f9cf5 !important;
  }

  .zr\:focus\:text-indigo-500:focus {
    color: #667eea !important;
  }

  .zr\:focus\:text-indigo-600:focus {
    color: #5a67d8 !important;
  }

  .zr\:focus\:text-indigo-700:focus {
    color: #4c51bf !important;
  }

  .zr\:focus\:text-indigo-800:focus {
    color: #434190 !important;
  }

  .zr\:focus\:text-indigo-900:focus {
    color: #3c366b !important;
  }

  .zr\:focus\:text-purple-100:focus {
    color: #faf5ff !important;
  }

  .zr\:focus\:text-purple-200:focus {
    color: #e9d8fd !important;
  }

  .zr\:focus\:text-purple-300:focus {
    color: #d6bcfa !important;
  }

  .zr\:focus\:text-purple-400:focus {
    color: #b794f4 !important;
  }

  .zr\:focus\:text-purple-500:focus {
    color: #9f7aea !important;
  }

  .zr\:focus\:text-purple-600:focus {
    color: #805ad5 !important;
  }

  .zr\:focus\:text-purple-700:focus {
    color: #6b46c1 !important;
  }

  .zr\:focus\:text-purple-800:focus {
    color: #553c9a !important;
  }

  .zr\:focus\:text-purple-900:focus {
    color: #44337a !important;
  }

  .zr\:focus\:text-pink-100:focus {
    color: #fff5f7 !important;
  }

  .zr\:focus\:text-pink-200:focus {
    color: #fed7e2 !important;
  }

  .zr\:focus\:text-pink-300:focus {
    color: #fbb6ce !important;
  }

  .zr\:focus\:text-pink-400:focus {
    color: #f687b3 !important;
  }

  .zr\:focus\:text-pink-500:focus {
    color: #ed64a6 !important;
  }

  .zr\:focus\:text-pink-600:focus {
    color: #d53f8c !important;
  }

  .zr\:focus\:text-pink-700:focus {
    color: #b83280 !important;
  }

  .zr\:focus\:text-pink-800:focus {
    color: #97266d !important;
  }

  .zr\:focus\:text-pink-900:focus {
    color: #702459 !important;
  }

  .zr\:text-xs {
    font-size: 0.75rem !important;
  }

  .zr\:text-sm {
    font-size: 0.875rem !important;
  }

  .zr\:text-base {
    font-size: 1rem !important;
  }

  .zr\:text-lg {
    font-size: 1.125rem !important;
  }

  .zr\:text-xl {
    font-size: 1.25rem !important;
  }

  .zr\:text-2xl {
    font-size: 1.5rem !important;
  }

  .zr\:text-3xl {
    font-size: 1.875rem !important;
  }

  .zr\:text-4xl {
    font-size: 2.25rem !important;
  }

  .zr\:text-5xl {
    font-size: 3rem !important;
  }

  .zr\:text-6xl {
    font-size: 4rem !important;
  }

  .zr\:italic {
    font-style: italic !important;
  }

  .zr\:not-italic {
    font-style: normal !important;
  }

  .zr\:uppercase {
    text-transform: uppercase !important;
  }

  .zr\:lowercase {
    text-transform: lowercase !important;
  }

  .zr\:capitalize {
    text-transform: capitalize !important;
  }

  .zr\:normal-case {
    text-transform: none !important;
  }

  .zr\:underline {
    text-decoration: underline !important;
  }

  .zr\:line-through {
    text-decoration: line-through !important;
  }

  .zr\:no-underline {
    text-decoration: none !important;
  }

  .zr\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .zr\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .zr\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .zr\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .zr\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .zr\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .zr\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .zr\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .zr\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .zr\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .zr\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .zr\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .zr\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .zr\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .zr\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .zr\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .zr\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .zr\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .zr\:align-baseline {
    vertical-align: baseline !important;
  }

  .zr\:align-top {
    vertical-align: top !important;
  }

  .zr\:align-middle {
    vertical-align: middle !important;
  }

  .zr\:align-bottom {
    vertical-align: bottom !important;
  }

  .zr\:align-text-top {
    vertical-align: text-top !important;
  }

  .zr\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .zr\:visible {
    visibility: visible !important;
  }

  .zr\:invisible {
    visibility: hidden !important;
  }

  .zr\:whitespace-normal {
    white-space: normal !important;
  }

  .zr\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .zr\:whitespace-pre {
    white-space: pre !important;
  }

  .zr\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .zr\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .zr\:break-normal {
    word-wrap: normal !important;
    word-break: normal !important;
  }

  .zr\:break-words {
    word-wrap: break-word !important;
  }

  .zr\:break-all {
    word-break: break-all !important;
  }

  .zr\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .zr\:w-0 {
    width: 0 !important;
  }

  .zr\:w-1 {
    width: 0.25rem !important;
  }

  .zr\:w-2 {
    width: 0.5rem !important;
  }

  .zr\:w-3 {
    width: 0.75rem !important;
  }

  .zr\:w-4 {
    width: 1rem !important;
  }

  .zr\:w-5 {
    width: 1.25rem !important;
  }

  .zr\:w-6 {
    width: 1.5rem !important;
  }

  .zr\:w-8 {
    width: 2rem !important;
  }

  .zr\:w-10 {
    width: 2.5rem !important;
  }

  .zr\:w-12 {
    width: 3rem !important;
  }

  .zr\:w-16 {
    width: 4rem !important;
  }

  .zr\:w-20 {
    width: 5rem !important;
  }

  .zr\:w-24 {
    width: 6rem !important;
  }

  .zr\:w-32 {
    width: 8rem !important;
  }

  .zr\:w-40 {
    width: 10rem !important;
  }

  .zr\:w-48 {
    width: 12rem !important;
  }

  .zr\:w-56 {
    width: 14rem !important;
  }

  .zr\:w-64 {
    width: 16rem !important;
  }

  .zr\:w-auto {
    width: auto !important;
  }

  .zr\:w-px {
    width: 1px !important;
  }

  .zr\:w-1\/2 {
    width: 50% !important;
  }

  .zr\:w-1\/3 {
    width: 33.333333% !important;
  }

  .zr\:w-2\/3 {
    width: 66.666667% !important;
  }

  .zr\:w-1\/4 {
    width: 25% !important;
  }

  .zr\:w-2\/4 {
    width: 50% !important;
  }

  .zr\:w-3\/4 {
    width: 75% !important;
  }

  .zr\:w-1\/5 {
    width: 20% !important;
  }

  .zr\:w-2\/5 {
    width: 40% !important;
  }

  .zr\:w-3\/5 {
    width: 60% !important;
  }

  .zr\:w-4\/5 {
    width: 80% !important;
  }

  .zr\:w-1\/6 {
    width: 16.666667% !important;
  }

  .zr\:w-2\/6 {
    width: 33.333333% !important;
  }

  .zr\:w-3\/6 {
    width: 50% !important;
  }

  .zr\:w-4\/6 {
    width: 66.666667% !important;
  }

  .zr\:w-5\/6 {
    width: 83.333333% !important;
  }

  .zr\:w-1\/12 {
    width: 8.333333% !important;
  }

  .zr\:w-2\/12 {
    width: 16.666667% !important;
  }

  .zr\:w-3\/12 {
    width: 25% !important;
  }

  .zr\:w-4\/12 {
    width: 33.333333% !important;
  }

  .zr\:w-5\/12 {
    width: 41.666667% !important;
  }

  .zr\:w-6\/12 {
    width: 50% !important;
  }

  .zr\:w-7\/12 {
    width: 58.333333% !important;
  }

  .zr\:w-8\/12 {
    width: 66.666667% !important;
  }

  .zr\:w-9\/12 {
    width: 75% !important;
  }

  .zr\:w-10\/12 {
    width: 83.333333% !important;
  }

  .zr\:w-11\/12 {
    width: 91.666667% !important;
  }

  .zr\:w-full {
    width: 100% !important;
  }

  .zr\:w-screen {
    width: 100vw !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:bg-local {
    background-attachment: local !important;
  }

  .sm\:bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:bg-transparent {
    background-color: transparent !important;
  }

  .sm\:bg-black {
    background-color: #000 !important;
  }

  .sm\:bg-white {
    background-color: #fff !important;
  }

  .sm\:bg-gray-100 {
    background-color: #f7fafc !important;
  }

  .sm\:bg-gray-200 {
    background-color: #edf2f7 !important;
  }

  .sm\:bg-gray-300 {
    background-color: #e2e8f0 !important;
  }

  .sm\:bg-gray-400 {
    background-color: #cbd5e0 !important;
  }

  .sm\:bg-gray-500 {
    background-color: #a0aec0 !important;
  }

  .sm\:bg-gray-600 {
    background-color: #718096 !important;
  }

  .sm\:bg-gray-700 {
    background-color: #4a5568 !important;
  }

  .sm\:bg-gray-800 {
    background-color: #2d3748 !important;
  }

  .sm\:bg-gray-900 {
    background-color: #1a202c !important;
  }

  .sm\:bg-red-100 {
    background-color: #fff5f5 !important;
  }

  .sm\:bg-red-200 {
    background-color: #fed7d7 !important;
  }

  .sm\:bg-red-300 {
    background-color: #feb2b2 !important;
  }

  .sm\:bg-red-400 {
    background-color: #fc8181 !important;
  }

  .sm\:bg-red-500 {
    background-color: #f56565 !important;
  }

  .sm\:bg-red-600 {
    background-color: #e53e3e !important;
  }

  .sm\:bg-red-700 {
    background-color: #c53030 !important;
  }

  .sm\:bg-red-800 {
    background-color: #9b2c2c !important;
  }

  .sm\:bg-red-900 {
    background-color: #742a2a !important;
  }

  .sm\:bg-orange-100 {
    background-color: #fffaf0 !important;
  }

  .sm\:bg-orange-200 {
    background-color: #feebc8 !important;
  }

  .sm\:bg-orange-300 {
    background-color: #fbd38d !important;
  }

  .sm\:bg-orange-400 {
    background-color: #f6ad55 !important;
  }

  .sm\:bg-orange-500 {
    background-color: #ed8936 !important;
  }

  .sm\:bg-orange-600 {
    background-color: #dd6b20 !important;
  }

  .sm\:bg-orange-700 {
    background-color: #c05621 !important;
  }

  .sm\:bg-orange-800 {
    background-color: #9c4221 !important;
  }

  .sm\:bg-orange-900 {
    background-color: #7b341e !important;
  }

  .sm\:bg-yellow-100 {
    background-color: #fffff0 !important;
  }

  .sm\:bg-yellow-200 {
    background-color: #fefcbf !important;
  }

  .sm\:bg-yellow-300 {
    background-color: #faf089 !important;
  }

  .sm\:bg-yellow-400 {
    background-color: #f6e05e !important;
  }

  .sm\:bg-yellow-500 {
    background-color: #ecc94b !important;
  }

  .sm\:bg-yellow-600 {
    background-color: #d69e2e !important;
  }

  .sm\:bg-yellow-700 {
    background-color: #b7791f !important;
  }

  .sm\:bg-yellow-800 {
    background-color: #975a16 !important;
  }

  .sm\:bg-yellow-900 {
    background-color: #744210 !important;
  }

  .sm\:bg-green-100 {
    background-color: #f0fff4 !important;
  }

  .sm\:bg-green-200 {
    background-color: #c6f6d5 !important;
  }

  .sm\:bg-green-300 {
    background-color: #9ae6b4 !important;
  }

  .sm\:bg-green-400 {
    background-color: #68d391 !important;
  }

  .sm\:bg-green-500 {
    background-color: #48bb78 !important;
  }

  .sm\:bg-green-600 {
    background-color: #38a169 !important;
  }

  .sm\:bg-green-700 {
    background-color: #2f855a !important;
  }

  .sm\:bg-green-800 {
    background-color: #276749 !important;
  }

  .sm\:bg-green-900 {
    background-color: #22543d !important;
  }

  .sm\:bg-teal-100 {
    background-color: #e6fffa !important;
  }

  .sm\:bg-teal-200 {
    background-color: #b2f5ea !important;
  }

  .sm\:bg-teal-300 {
    background-color: #81e6d9 !important;
  }

  .sm\:bg-teal-400 {
    background-color: #4fd1c5 !important;
  }

  .sm\:bg-teal-500 {
    background-color: #38b2ac !important;
  }

  .sm\:bg-teal-600 {
    background-color: #319795 !important;
  }

  .sm\:bg-teal-700 {
    background-color: #2c7a7b !important;
  }

  .sm\:bg-teal-800 {
    background-color: #285e61 !important;
  }

  .sm\:bg-teal-900 {
    background-color: #234e52 !important;
  }

  .sm\:bg-blue-100 {
    background-color: #ebf8ff !important;
  }

  .sm\:bg-blue-200 {
    background-color: #bee3f8 !important;
  }

  .sm\:bg-blue-300 {
    background-color: #90cdf4 !important;
  }

  .sm\:bg-blue-400 {
    background-color: #63b3ed !important;
  }

  .sm\:bg-blue-500 {
    background-color: #4299e1 !important;
  }

  .sm\:bg-blue-600 {
    background-color: #3182ce !important;
  }

  .sm\:bg-blue-700 {
    background-color: #2b6cb0 !important;
  }

  .sm\:bg-blue-800 {
    background-color: #2c5282 !important;
  }

  .sm\:bg-blue-900 {
    background-color: #2a4365 !important;
  }

  .sm\:bg-indigo-100 {
    background-color: #ebf4ff !important;
  }

  .sm\:bg-indigo-200 {
    background-color: #c3dafe !important;
  }

  .sm\:bg-indigo-300 {
    background-color: #a3bffa !important;
  }

  .sm\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
  }

  .sm\:bg-indigo-500 {
    background-color: #667eea !important;
  }

  .sm\:bg-indigo-600 {
    background-color: #5a67d8 !important;
  }

  .sm\:bg-indigo-700 {
    background-color: #4c51bf !important;
  }

  .sm\:bg-indigo-800 {
    background-color: #434190 !important;
  }

  .sm\:bg-indigo-900 {
    background-color: #3c366b !important;
  }

  .sm\:bg-purple-100 {
    background-color: #faf5ff !important;
  }

  .sm\:bg-purple-200 {
    background-color: #e9d8fd !important;
  }

  .sm\:bg-purple-300 {
    background-color: #d6bcfa !important;
  }

  .sm\:bg-purple-400 {
    background-color: #b794f4 !important;
  }

  .sm\:bg-purple-500 {
    background-color: #9f7aea !important;
  }

  .sm\:bg-purple-600 {
    background-color: #805ad5 !important;
  }

  .sm\:bg-purple-700 {
    background-color: #6b46c1 !important;
  }

  .sm\:bg-purple-800 {
    background-color: #553c9a !important;
  }

  .sm\:bg-purple-900 {
    background-color: #44337a !important;
  }

  .sm\:bg-pink-100 {
    background-color: #fff5f7 !important;
  }

  .sm\:bg-pink-200 {
    background-color: #fed7e2 !important;
  }

  .sm\:bg-pink-300 {
    background-color: #fbb6ce !important;
  }

  .sm\:bg-pink-400 {
    background-color: #f687b3 !important;
  }

  .sm\:bg-pink-500 {
    background-color: #ed64a6 !important;
  }

  .sm\:bg-pink-600 {
    background-color: #d53f8c !important;
  }

  .sm\:bg-pink-700 {
    background-color: #b83280 !important;
  }

  .sm\:bg-pink-800 {
    background-color: #97266d !important;
  }

  .sm\:bg-pink-900 {
    background-color: #702459 !important;
  }

  .sm\:bg-primary {
    background-color: #3490dc !important;
  }

  .sm\:bg-secondary {
    background-color: #ffed4a !important;
  }

  .sm\:bg-danger {
    background-color: #e3342f !important;
  }

  .sm\:bg-appleGrey {
    background-color: #f3f3f3 !important;
  }

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

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

  .sm\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
  }

  .sm\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
  }

  .sm\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
  }

  .sm\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
  }

  .sm\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
  }

  .sm\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
  }

  .sm\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
  }

  .sm\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
  }

  .sm\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
  }

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

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

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

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

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

  .sm\:hover\:bg-red-600:hover {
    background-color: #e53e3e !important;
  }

  .sm\:hover\:bg-red-700:hover {
    background-color: #c53030 !important;
  }

  .sm\:hover\:bg-red-800:hover {
    background-color: #9b2c2c !important;
  }

  .sm\:hover\:bg-red-900:hover {
    background-color: #742a2a !important;
  }

  .sm\:hover\:bg-orange-100:hover {
    background-color: #fffaf0 !important;
  }

  .sm\:hover\:bg-orange-200:hover {
    background-color: #feebc8 !important;
  }

  .sm\:hover\:bg-orange-300:hover {
    background-color: #fbd38d !important;
  }

  .sm\:hover\:bg-orange-400:hover {
    background-color: #f6ad55 !important;
  }

  .sm\:hover\:bg-orange-500:hover {
    background-color: #ed8936 !important;
  }

  .sm\:hover\:bg-orange-600:hover {
    background-color: #dd6b20 !important;
  }

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

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

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

  .sm\:hover\:bg-yellow-100:hover {
    background-color: #fffff0 !important;
  }

  .sm\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf !important;
  }

  .sm\:hover\:bg-yellow-300:hover {
    background-color: #faf089 !important;
  }

  .sm\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e !important;
  }

  .sm\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b !important;
  }

  .sm\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e !important;
  }

  .sm\:hover\:bg-yellow-700:hover {
    background-color: #b7791f !important;
  }

  .sm\:hover\:bg-yellow-800:hover {
    background-color: #975a16 !important;
  }

  .sm\:hover\:bg-yellow-900:hover {
    background-color: #744210 !important;
  }

  .sm\:hover\:bg-green-100:hover {
    background-color: #f0fff4 !important;
  }

  .sm\:hover\:bg-green-200:hover {
    background-color: #c6f6d5 !important;
  }

  .sm\:hover\:bg-green-300:hover {
    background-color: #9ae6b4 !important;
  }

  .sm\:hover\:bg-green-400:hover {
    background-color: #68d391 !important;
  }

  .sm\:hover\:bg-green-500:hover {
    background-color: #48bb78 !important;
  }

  .sm\:hover\:bg-green-600:hover {
    background-color: #38a169 !important;
  }

  .sm\:hover\:bg-green-700:hover {
    background-color: #2f855a !important;
  }

  .sm\:hover\:bg-green-800:hover {
    background-color: #276749 !important;
  }

  .sm\:hover\:bg-green-900:hover {
    background-color: #22543d !important;
  }

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

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

  .sm\:hover\:bg-teal-300:hover {
    background-color: #81e6d9 !important;
  }

  .sm\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5 !important;
  }

  .sm\:hover\:bg-teal-500:hover {
    background-color: #38b2ac !important;
  }

  .sm\:hover\:bg-teal-600:hover {
    background-color: #319795 !important;
  }

  .sm\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b !important;
  }

  .sm\:hover\:bg-teal-800:hover {
    background-color: #285e61 !important;
  }

  .sm\:hover\:bg-teal-900:hover {
    background-color: #234e52 !important;
  }

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

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

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

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

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

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

  .sm\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0 !important;
  }

  .sm\:hover\:bg-blue-800:hover {
    background-color: #2c5282 !important;
  }

  .sm\:hover\:bg-blue-900:hover {
    background-color: #2a4365 !important;
  }

  .sm\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
  }

  .sm\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
  }

  .sm\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
  }

  .sm\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
  }

  .sm\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
  }

  .sm\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
  }

  .sm\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
  }

  .sm\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
  }

  .sm\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
  }

  .sm\:hover\:bg-purple-100:hover {
    background-color: #faf5ff !important;
  }

  .sm\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd !important;
  }

  .sm\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa !important;
  }

  .sm\:hover\:bg-purple-400:hover {
    background-color: #b794f4 !important;
  }

  .sm\:hover\:bg-purple-500:hover {
    background-color: #9f7aea !important;
  }

  .sm\:hover\:bg-purple-600:hover {
    background-color: #805ad5 !important;
  }

  .sm\:hover\:bg-purple-700:hover {
    background-color: #6b46c1 !important;
  }

  .sm\:hover\:bg-purple-800:hover {
    background-color: #553c9a !important;
  }

  .sm\:hover\:bg-purple-900:hover {
    background-color: #44337a !important;
  }

  .sm\:hover\:bg-pink-100:hover {
    background-color: #fff5f7 !important;
  }

  .sm\:hover\:bg-pink-200:hover {
    background-color: #fed7e2 !important;
  }

  .sm\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce !important;
  }

  .sm\:hover\:bg-pink-400:hover {
    background-color: #f687b3 !important;
  }

  .sm\:hover\:bg-pink-500:hover {
    background-color: #ed64a6 !important;
  }

  .sm\:hover\:bg-pink-600:hover {
    background-color: #d53f8c !important;
  }

  .sm\:hover\:bg-pink-700:hover {
    background-color: #b83280 !important;
  }

  .sm\:hover\:bg-pink-800:hover {
    background-color: #97266d !important;
  }

  .sm\:hover\:bg-pink-900:hover {
    background-color: #702459 !important;
  }

  .sm\:hover\:bg-primary:hover {
    background-color: #3490dc !important;
  }

  .sm\:hover\:bg-secondary:hover {
    background-color: #ffed4a !important;
  }

  .sm\:hover\:bg-danger:hover {
    background-color: #e3342f !important;
  }

  .sm\:hover\:bg-appleGrey:hover {
    background-color: #f3f3f3 !important;
  }

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

  .sm\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .sm\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
  }

  .sm\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
  }

  .sm\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
  }

  .sm\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
  }

  .sm\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
  }

  .sm\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
  }

  .sm\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
  }

  .sm\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
  }

  .sm\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
  }

  .sm\:focus\:bg-red-100:focus {
    background-color: #fff5f5 !important;
  }

  .sm\:focus\:bg-red-200:focus {
    background-color: #fed7d7 !important;
  }

  .sm\:focus\:bg-red-300:focus {
    background-color: #feb2b2 !important;
  }

  .sm\:focus\:bg-red-400:focus {
    background-color: #fc8181 !important;
  }

  .sm\:focus\:bg-red-500:focus {
    background-color: #f56565 !important;
  }

  .sm\:focus\:bg-red-600:focus {
    background-color: #e53e3e !important;
  }

  .sm\:focus\:bg-red-700:focus {
    background-color: #c53030 !important;
  }

  .sm\:focus\:bg-red-800:focus {
    background-color: #9b2c2c !important;
  }

  .sm\:focus\:bg-red-900:focus {
    background-color: #742a2a !important;
  }

  .sm\:focus\:bg-orange-100:focus {
    background-color: #fffaf0 !important;
  }

  .sm\:focus\:bg-orange-200:focus {
    background-color: #feebc8 !important;
  }

  .sm\:focus\:bg-orange-300:focus {
    background-color: #fbd38d !important;
  }

  .sm\:focus\:bg-orange-400:focus {
    background-color: #f6ad55 !important;
  }

  .sm\:focus\:bg-orange-500:focus {
    background-color: #ed8936 !important;
  }

  .sm\:focus\:bg-orange-600:focus {
    background-color: #dd6b20 !important;
  }

  .sm\:focus\:bg-orange-700:focus {
    background-color: #c05621 !important;
  }

  .sm\:focus\:bg-orange-800:focus {
    background-color: #9c4221 !important;
  }

  .sm\:focus\:bg-orange-900:focus {
    background-color: #7b341e !important;
  }

  .sm\:focus\:bg-yellow-100:focus {
    background-color: #fffff0 !important;
  }

  .sm\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf !important;
  }

  .sm\:focus\:bg-yellow-300:focus {
    background-color: #faf089 !important;
  }

  .sm\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e !important;
  }

  .sm\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b !important;
  }

  .sm\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e !important;
  }

  .sm\:focus\:bg-yellow-700:focus {
    background-color: #b7791f !important;
  }

  .sm\:focus\:bg-yellow-800:focus {
    background-color: #975a16 !important;
  }

  .sm\:focus\:bg-yellow-900:focus {
    background-color: #744210 !important;
  }

  .sm\:focus\:bg-green-100:focus {
    background-color: #f0fff4 !important;
  }

  .sm\:focus\:bg-green-200:focus {
    background-color: #c6f6d5 !important;
  }

  .sm\:focus\:bg-green-300:focus {
    background-color: #9ae6b4 !important;
  }

  .sm\:focus\:bg-green-400:focus {
    background-color: #68d391 !important;
  }

  .sm\:focus\:bg-green-500:focus {
    background-color: #48bb78 !important;
  }

  .sm\:focus\:bg-green-600:focus {
    background-color: #38a169 !important;
  }

  .sm\:focus\:bg-green-700:focus {
    background-color: #2f855a !important;
  }

  .sm\:focus\:bg-green-800:focus {
    background-color: #276749 !important;
  }

  .sm\:focus\:bg-green-900:focus {
    background-color: #22543d !important;
  }

  .sm\:focus\:bg-teal-100:focus {
    background-color: #e6fffa !important;
  }

  .sm\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea !important;
  }

  .sm\:focus\:bg-teal-300:focus {
    background-color: #81e6d9 !important;
  }

  .sm\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5 !important;
  }

  .sm\:focus\:bg-teal-500:focus {
    background-color: #38b2ac !important;
  }

  .sm\:focus\:bg-teal-600:focus {
    background-color: #319795 !important;
  }

  .sm\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b !important;
  }

  .sm\:focus\:bg-teal-800:focus {
    background-color: #285e61 !important;
  }

  .sm\:focus\:bg-teal-900:focus {
    background-color: #234e52 !important;
  }

  .sm\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff !important;
  }

  .sm\:focus\:bg-blue-200:focus {
    background-color: #bee3f8 !important;
  }

  .sm\:focus\:bg-blue-300:focus {
    background-color: #90cdf4 !important;
  }

  .sm\:focus\:bg-blue-400:focus {
    background-color: #63b3ed !important;
  }

  .sm\:focus\:bg-blue-500:focus {
    background-color: #4299e1 !important;
  }

  .sm\:focus\:bg-blue-600:focus {
    background-color: #3182ce !important;
  }

  .sm\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0 !important;
  }

  .sm\:focus\:bg-blue-800:focus {
    background-color: #2c5282 !important;
  }

  .sm\:focus\:bg-blue-900:focus {
    background-color: #2a4365 !important;
  }

  .sm\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
  }

  .sm\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
  }

  .sm\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
  }

  .sm\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
  }

  .sm\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
  }

  .sm\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
  }

  .sm\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
  }

  .sm\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
  }

  .sm\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
  }

  .sm\:focus\:bg-purple-100:focus {
    background-color: #faf5ff !important;
  }

  .sm\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd !important;
  }

  .sm\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa !important;
  }

  .sm\:focus\:bg-purple-400:focus {
    background-color: #b794f4 !important;
  }

  .sm\:focus\:bg-purple-500:focus {
    background-color: #9f7aea !important;
  }

  .sm\:focus\:bg-purple-600:focus {
    background-color: #805ad5 !important;
  }

  .sm\:focus\:bg-purple-700:focus {
    background-color: #6b46c1 !important;
  }

  .sm\:focus\:bg-purple-800:focus {
    background-color: #553c9a !important;
  }

  .sm\:focus\:bg-purple-900:focus {
    background-color: #44337a !important;
  }

  .sm\:focus\:bg-pink-100:focus {
    background-color: #fff5f7 !important;
  }

  .sm\:focus\:bg-pink-200:focus {
    background-color: #fed7e2 !important;
  }

  .sm\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce !important;
  }

  .sm\:focus\:bg-pink-400:focus {
    background-color: #f687b3 !important;
  }

  .sm\:focus\:bg-pink-500:focus {
    background-color: #ed64a6 !important;
  }

  .sm\:focus\:bg-pink-600:focus {
    background-color: #d53f8c !important;
  }

  .sm\:focus\:bg-pink-700:focus {
    background-color: #b83280 !important;
  }

  .sm\:focus\:bg-pink-800:focus {
    background-color: #97266d !important;
  }

  .sm\:focus\:bg-pink-900:focus {
    background-color: #702459 !important;
  }

  .sm\:focus\:bg-primary:focus {
    background-color: #3490dc !important;
  }

  .sm\:focus\:bg-secondary:focus {
    background-color: #ffed4a !important;
  }

  .sm\:focus\:bg-danger:focus {
    background-color: #e3342f !important;
  }

  .sm\:focus\:bg-appleGrey:focus {
    background-color: #f3f3f3 !important;
  }

  .sm\:bg-bottom {
    background-position: bottom !important;
  }

  .sm\:bg-center {
    background-position: center !important;
  }

  .sm\:bg-left {
    background-position: left !important;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:bg-left-top {
    background-position: left top !important;
  }

  .sm\:bg-right {
    background-position: right !important;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:bg-right-top {
    background-position: right top !important;
  }

  .sm\:bg-top {
    background-position: top !important;
  }

  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }

  .sm\:bg-auto {
    background-size: auto !important;
  }

  .sm\:bg-cover {
    background-size: cover !important;
  }

  .sm\:bg-contain {
    background-size: contain !important;
  }

  .sm\:border-collapse {
    border-collapse: collapse !important;
  }

  .sm\:border-separate {
    border-collapse: separate !important;
  }

  .sm\:border-transparent {
    border-color: transparent !important;
  }

  .sm\:border-black {
    border-color: #000 !important;
  }

  .sm\:border-white {
    border-color: #fff !important;
  }

  .sm\:border-gray-100 {
    border-color: #f7fafc !important;
  }

  .sm\:border-gray-200 {
    border-color: #edf2f7 !important;
  }

  .sm\:border-gray-300 {
    border-color: #e2e8f0 !important;
  }

  .sm\:border-gray-400 {
    border-color: #cbd5e0 !important;
  }

  .sm\:border-gray-500 {
    border-color: #a0aec0 !important;
  }

  .sm\:border-gray-600 {
    border-color: #718096 !important;
  }

  .sm\:border-gray-700 {
    border-color: #4a5568 !important;
  }

  .sm\:border-gray-800 {
    border-color: #2d3748 !important;
  }

  .sm\:border-gray-900 {
    border-color: #1a202c !important;
  }

  .sm\:border-red-100 {
    border-color: #fff5f5 !important;
  }

  .sm\:border-red-200 {
    border-color: #fed7d7 !important;
  }

  .sm\:border-red-300 {
    border-color: #feb2b2 !important;
  }

  .sm\:border-red-400 {
    border-color: #fc8181 !important;
  }

  .sm\:border-red-500 {
    border-color: #f56565 !important;
  }

  .sm\:border-red-600 {
    border-color: #e53e3e !important;
  }

  .sm\:border-red-700 {
    border-color: #c53030 !important;
  }

  .sm\:border-red-800 {
    border-color: #9b2c2c !important;
  }

  .sm\:border-red-900 {
    border-color: #742a2a !important;
  }

  .sm\:border-orange-100 {
    border-color: #fffaf0 !important;
  }

  .sm\:border-orange-200 {
    border-color: #feebc8 !important;
  }

  .sm\:border-orange-300 {
    border-color: #fbd38d !important;
  }

  .sm\:border-orange-400 {
    border-color: #f6ad55 !important;
  }

  .sm\:border-orange-500 {
    border-color: #ed8936 !important;
  }

  .sm\:border-orange-600 {
    border-color: #dd6b20 !important;
  }

  .sm\:border-orange-700 {
    border-color: #c05621 !important;
  }

  .sm\:border-orange-800 {
    border-color: #9c4221 !important;
  }

  .sm\:border-orange-900 {
    border-color: #7b341e !important;
  }

  .sm\:border-yellow-100 {
    border-color: #fffff0 !important;
  }

  .sm\:border-yellow-200 {
    border-color: #fefcbf !important;
  }

  .sm\:border-yellow-300 {
    border-color: #faf089 !important;
  }

  .sm\:border-yellow-400 {
    border-color: #f6e05e !important;
  }

  .sm\:border-yellow-500 {
    border-color: #ecc94b !important;
  }

  .sm\:border-yellow-600 {
    border-color: #d69e2e !important;
  }

  .sm\:border-yellow-700 {
    border-color: #b7791f !important;
  }

  .sm\:border-yellow-800 {
    border-color: #975a16 !important;
  }

  .sm\:border-yellow-900 {
    border-color: #744210 !important;
  }

  .sm\:border-green-100 {
    border-color: #f0fff4 !important;
  }

  .sm\:border-green-200 {
    border-color: #c6f6d5 !important;
  }

  .sm\:border-green-300 {
    border-color: #9ae6b4 !important;
  }

  .sm\:border-green-400 {
    border-color: #68d391 !important;
  }

  .sm\:border-green-500 {
    border-color: #48bb78 !important;
  }

  .sm\:border-green-600 {
    border-color: #38a169 !important;
  }

  .sm\:border-green-700 {
    border-color: #2f855a !important;
  }

  .sm\:border-green-800 {
    border-color: #276749 !important;
  }

  .sm\:border-green-900 {
    border-color: #22543d !important;
  }

  .sm\:border-teal-100 {
    border-color: #e6fffa !important;
  }

  .sm\:border-teal-200 {
    border-color: #b2f5ea !important;
  }

  .sm\:border-teal-300 {
    border-color: #81e6d9 !important;
  }

  .sm\:border-teal-400 {
    border-color: #4fd1c5 !important;
  }

  .sm\:border-teal-500 {
    border-color: #38b2ac !important;
  }

  .sm\:border-teal-600 {
    border-color: #319795 !important;
  }

  .sm\:border-teal-700 {
    border-color: #2c7a7b !important;
  }

  .sm\:border-teal-800 {
    border-color: #285e61 !important;
  }

  .sm\:border-teal-900 {
    border-color: #234e52 !important;
  }

  .sm\:border-blue-100 {
    border-color: #ebf8ff !important;
  }

  .sm\:border-blue-200 {
    border-color: #bee3f8 !important;
  }

  .sm\:border-blue-300 {
    border-color: #90cdf4 !important;
  }

  .sm\:border-blue-400 {
    border-color: #63b3ed !important;
  }

  .sm\:border-blue-500 {
    border-color: #4299e1 !important;
  }

  .sm\:border-blue-600 {
    border-color: #3182ce !important;
  }

  .sm\:border-blue-700 {
    border-color: #2b6cb0 !important;
  }

  .sm\:border-blue-800 {
    border-color: #2c5282 !important;
  }

  .sm\:border-blue-900 {
    border-color: #2a4365 !important;
  }

  .sm\:border-indigo-100 {
    border-color: #ebf4ff !important;
  }

  .sm\:border-indigo-200 {
    border-color: #c3dafe !important;
  }

  .sm\:border-indigo-300 {
    border-color: #a3bffa !important;
  }

  .sm\:border-indigo-400 {
    border-color: #7f9cf5 !important;
  }

  .sm\:border-indigo-500 {
    border-color: #667eea !important;
  }

  .sm\:border-indigo-600 {
    border-color: #5a67d8 !important;
  }

  .sm\:border-indigo-700 {
    border-color: #4c51bf !important;
  }

  .sm\:border-indigo-800 {
    border-color: #434190 !important;
  }

  .sm\:border-indigo-900 {
    border-color: #3c366b !important;
  }

  .sm\:border-purple-100 {
    border-color: #faf5ff !important;
  }

  .sm\:border-purple-200 {
    border-color: #e9d8fd !important;
  }

  .sm\:border-purple-300 {
    border-color: #d6bcfa !important;
  }

  .sm\:border-purple-400 {
    border-color: #b794f4 !important;
  }

  .sm\:border-purple-500 {
    border-color: #9f7aea !important;
  }

  .sm\:border-purple-600 {
    border-color: #805ad5 !important;
  }

  .sm\:border-purple-700 {
    border-color: #6b46c1 !important;
  }

  .sm\:border-purple-800 {
    border-color: #553c9a !important;
  }

  .sm\:border-purple-900 {
    border-color: #44337a !important;
  }

  .sm\:border-pink-100 {
    border-color: #fff5f7 !important;
  }

  .sm\:border-pink-200 {
    border-color: #fed7e2 !important;
  }

  .sm\:border-pink-300 {
    border-color: #fbb6ce !important;
  }

  .sm\:border-pink-400 {
    border-color: #f687b3 !important;
  }

  .sm\:border-pink-500 {
    border-color: #ed64a6 !important;
  }

  .sm\:border-pink-600 {
    border-color: #d53f8c !important;
  }

  .sm\:border-pink-700 {
    border-color: #b83280 !important;
  }

  .sm\:border-pink-800 {
    border-color: #97266d !important;
  }

  .sm\:border-pink-900 {
    border-color: #702459 !important;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .sm\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
  }

  .sm\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
  }

  .sm\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
  }

  .sm\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
  }

  .sm\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
  }

  .sm\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
  }

  .sm\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
  }

  .sm\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
  }

  .sm\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
  }

  .sm\:hover\:border-red-100:hover {
    border-color: #fff5f5 !important;
  }

  .sm\:hover\:border-red-200:hover {
    border-color: #fed7d7 !important;
  }

  .sm\:hover\:border-red-300:hover {
    border-color: #feb2b2 !important;
  }

  .sm\:hover\:border-red-400:hover {
    border-color: #fc8181 !important;
  }

  .sm\:hover\:border-red-500:hover {
    border-color: #f56565 !important;
  }

  .sm\:hover\:border-red-600:hover {
    border-color: #e53e3e !important;
  }

  .sm\:hover\:border-red-700:hover {
    border-color: #c53030 !important;
  }

  .sm\:hover\:border-red-800:hover {
    border-color: #9b2c2c !important;
  }

  .sm\:hover\:border-red-900:hover {
    border-color: #742a2a !important;
  }

  .sm\:hover\:border-orange-100:hover {
    border-color: #fffaf0 !important;
  }

  .sm\:hover\:border-orange-200:hover {
    border-color: #feebc8 !important;
  }

  .sm\:hover\:border-orange-300:hover {
    border-color: #fbd38d !important;
  }

  .sm\:hover\:border-orange-400:hover {
    border-color: #f6ad55 !important;
  }

  .sm\:hover\:border-orange-500:hover {
    border-color: #ed8936 !important;
  }

  .sm\:hover\:border-orange-600:hover {
    border-color: #dd6b20 !important;
  }

  .sm\:hover\:border-orange-700:hover {
    border-color: #c05621 !important;
  }

  .sm\:hover\:border-orange-800:hover {
    border-color: #9c4221 !important;
  }

  .sm\:hover\:border-orange-900:hover {
    border-color: #7b341e !important;
  }

  .sm\:hover\:border-yellow-100:hover {
    border-color: #fffff0 !important;
  }

  .sm\:hover\:border-yellow-200:hover {
    border-color: #fefcbf !important;
  }

  .sm\:hover\:border-yellow-300:hover {
    border-color: #faf089 !important;
  }

  .sm\:hover\:border-yellow-400:hover {
    border-color: #f6e05e !important;
  }

  .sm\:hover\:border-yellow-500:hover {
    border-color: #ecc94b !important;
  }

  .sm\:hover\:border-yellow-600:hover {
    border-color: #d69e2e !important;
  }

  .sm\:hover\:border-yellow-700:hover {
    border-color: #b7791f !important;
  }

  .sm\:hover\:border-yellow-800:hover {
    border-color: #975a16 !important;
  }

  .sm\:hover\:border-yellow-900:hover {
    border-color: #744210 !important;
  }

  .sm\:hover\:border-green-100:hover {
    border-color: #f0fff4 !important;
  }

  .sm\:hover\:border-green-200:hover {
    border-color: #c6f6d5 !important;
  }

  .sm\:hover\:border-green-300:hover {
    border-color: #9ae6b4 !important;
  }

  .sm\:hover\:border-green-400:hover {
    border-color: #68d391 !important;
  }

  .sm\:hover\:border-green-500:hover {
    border-color: #48bb78 !important;
  }

  .sm\:hover\:border-green-600:hover {
    border-color: #38a169 !important;
  }

  .sm\:hover\:border-green-700:hover {
    border-color: #2f855a !important;
  }

  .sm\:hover\:border-green-800:hover {
    border-color: #276749 !important;
  }

  .sm\:hover\:border-green-900:hover {
    border-color: #22543d !important;
  }

  .sm\:hover\:border-teal-100:hover {
    border-color: #e6fffa !important;
  }

  .sm\:hover\:border-teal-200:hover {
    border-color: #b2f5ea !important;
  }

  .sm\:hover\:border-teal-300:hover {
    border-color: #81e6d9 !important;
  }

  .sm\:hover\:border-teal-400:hover {
    border-color: #4fd1c5 !important;
  }

  .sm\:hover\:border-teal-500:hover {
    border-color: #38b2ac !important;
  }

  .sm\:hover\:border-teal-600:hover {
    border-color: #319795 !important;
  }

  .sm\:hover\:border-teal-700:hover {
    border-color: #2c7a7b !important;
  }

  .sm\:hover\:border-teal-800:hover {
    border-color: #285e61 !important;
  }

  .sm\:hover\:border-teal-900:hover {
    border-color: #234e52 !important;
  }

  .sm\:hover\:border-blue-100:hover {
    border-color: #ebf8ff !important;
  }

  .sm\:hover\:border-blue-200:hover {
    border-color: #bee3f8 !important;
  }

  .sm\:hover\:border-blue-300:hover {
    border-color: #90cdf4 !important;
  }

  .sm\:hover\:border-blue-400:hover {
    border-color: #63b3ed !important;
  }

  .sm\:hover\:border-blue-500:hover {
    border-color: #4299e1 !important;
  }

  .sm\:hover\:border-blue-600:hover {
    border-color: #3182ce !important;
  }

  .sm\:hover\:border-blue-700:hover {
    border-color: #2b6cb0 !important;
  }

  .sm\:hover\:border-blue-800:hover {
    border-color: #2c5282 !important;
  }

  .sm\:hover\:border-blue-900:hover {
    border-color: #2a4365 !important;
  }

  .sm\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
  }

  .sm\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
  }

  .sm\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
  }

  .sm\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
  }

  .sm\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
  }

  .sm\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
  }

  .sm\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
  }

  .sm\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
  }

  .sm\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
  }

  .sm\:hover\:border-purple-100:hover {
    border-color: #faf5ff !important;
  }

  .sm\:hover\:border-purple-200:hover {
    border-color: #e9d8fd !important;
  }

  .sm\:hover\:border-purple-300:hover {
    border-color: #d6bcfa !important;
  }

  .sm\:hover\:border-purple-400:hover {
    border-color: #b794f4 !important;
  }

  .sm\:hover\:border-purple-500:hover {
    border-color: #9f7aea !important;
  }

  .sm\:hover\:border-purple-600:hover {
    border-color: #805ad5 !important;
  }

  .sm\:hover\:border-purple-700:hover {
    border-color: #6b46c1 !important;
  }

  .sm\:hover\:border-purple-800:hover {
    border-color: #553c9a !important;
  }

  .sm\:hover\:border-purple-900:hover {
    border-color: #44337a !important;
  }

  .sm\:hover\:border-pink-100:hover {
    border-color: #fff5f7 !important;
  }

  .sm\:hover\:border-pink-200:hover {
    border-color: #fed7e2 !important;
  }

  .sm\:hover\:border-pink-300:hover {
    border-color: #fbb6ce !important;
  }

  .sm\:hover\:border-pink-400:hover {
    border-color: #f687b3 !important;
  }

  .sm\:hover\:border-pink-500:hover {
    border-color: #ed64a6 !important;
  }

  .sm\:hover\:border-pink-600:hover {
    border-color: #d53f8c !important;
  }

  .sm\:hover\:border-pink-700:hover {
    border-color: #b83280 !important;
  }

  .sm\:hover\:border-pink-800:hover {
    border-color: #97266d !important;
  }

  .sm\:hover\:border-pink-900:hover {
    border-color: #702459 !important;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .sm\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .sm\:focus\:border-gray-100:focus {
    border-color: #f7fafc !important;
  }

  .sm\:focus\:border-gray-200:focus {
    border-color: #edf2f7 !important;
  }

  .sm\:focus\:border-gray-300:focus {
    border-color: #e2e8f0 !important;
  }

  .sm\:focus\:border-gray-400:focus {
    border-color: #cbd5e0 !important;
  }

  .sm\:focus\:border-gray-500:focus {
    border-color: #a0aec0 !important;
  }

  .sm\:focus\:border-gray-600:focus {
    border-color: #718096 !important;
  }

  .sm\:focus\:border-gray-700:focus {
    border-color: #4a5568 !important;
  }

  .sm\:focus\:border-gray-800:focus {
    border-color: #2d3748 !important;
  }

  .sm\:focus\:border-gray-900:focus {
    border-color: #1a202c !important;
  }

  .sm\:focus\:border-red-100:focus {
    border-color: #fff5f5 !important;
  }

  .sm\:focus\:border-red-200:focus {
    border-color: #fed7d7 !important;
  }

  .sm\:focus\:border-red-300:focus {
    border-color: #feb2b2 !important;
  }

  .sm\:focus\:border-red-400:focus {
    border-color: #fc8181 !important;
  }

  .sm\:focus\:border-red-500:focus {
    border-color: #f56565 !important;
  }

  .sm\:focus\:border-red-600:focus {
    border-color: #e53e3e !important;
  }

  .sm\:focus\:border-red-700:focus {
    border-color: #c53030 !important;
  }

  .sm\:focus\:border-red-800:focus {
    border-color: #9b2c2c !important;
  }

  .sm\:focus\:border-red-900:focus {
    border-color: #742a2a !important;
  }

  .sm\:focus\:border-orange-100:focus {
    border-color: #fffaf0 !important;
  }

  .sm\:focus\:border-orange-200:focus {
    border-color: #feebc8 !important;
  }

  .sm\:focus\:border-orange-300:focus {
    border-color: #fbd38d !important;
  }

  .sm\:focus\:border-orange-400:focus {
    border-color: #f6ad55 !important;
  }

  .sm\:focus\:border-orange-500:focus {
    border-color: #ed8936 !important;
  }

  .sm\:focus\:border-orange-600:focus {
    border-color: #dd6b20 !important;
  }

  .sm\:focus\:border-orange-700:focus {
    border-color: #c05621 !important;
  }

  .sm\:focus\:border-orange-800:focus {
    border-color: #9c4221 !important;
  }

  .sm\:focus\:border-orange-900:focus {
    border-color: #7b341e !important;
  }

  .sm\:focus\:border-yellow-100:focus {
    border-color: #fffff0 !important;
  }

  .sm\:focus\:border-yellow-200:focus {
    border-color: #fefcbf !important;
  }

  .sm\:focus\:border-yellow-300:focus {
    border-color: #faf089 !important;
  }

  .sm\:focus\:border-yellow-400:focus {
    border-color: #f6e05e !important;
  }

  .sm\:focus\:border-yellow-500:focus {
    border-color: #ecc94b !important;
  }

  .sm\:focus\:border-yellow-600:focus {
    border-color: #d69e2e !important;
  }

  .sm\:focus\:border-yellow-700:focus {
    border-color: #b7791f !important;
  }

  .sm\:focus\:border-yellow-800:focus {
    border-color: #975a16 !important;
  }

  .sm\:focus\:border-yellow-900:focus {
    border-color: #744210 !important;
  }

  .sm\:focus\:border-green-100:focus {
    border-color: #f0fff4 !important;
  }

  .sm\:focus\:border-green-200:focus {
    border-color: #c6f6d5 !important;
  }

  .sm\:focus\:border-green-300:focus {
    border-color: #9ae6b4 !important;
  }

  .sm\:focus\:border-green-400:focus {
    border-color: #68d391 !important;
  }

  .sm\:focus\:border-green-500:focus {
    border-color: #48bb78 !important;
  }

  .sm\:focus\:border-green-600:focus {
    border-color: #38a169 !important;
  }

  .sm\:focus\:border-green-700:focus {
    border-color: #2f855a !important;
  }

  .sm\:focus\:border-green-800:focus {
    border-color: #276749 !important;
  }

  .sm\:focus\:border-green-900:focus {
    border-color: #22543d !important;
  }

  .sm\:focus\:border-teal-100:focus {
    border-color: #e6fffa !important;
  }

  .sm\:focus\:border-teal-200:focus {
    border-color: #b2f5ea !important;
  }

  .sm\:focus\:border-teal-300:focus {
    border-color: #81e6d9 !important;
  }

  .sm\:focus\:border-teal-400:focus {
    border-color: #4fd1c5 !important;
  }

  .sm\:focus\:border-teal-500:focus {
    border-color: #38b2ac !important;
  }

  .sm\:focus\:border-teal-600:focus {
    border-color: #319795 !important;
  }

  .sm\:focus\:border-teal-700:focus {
    border-color: #2c7a7b !important;
  }

  .sm\:focus\:border-teal-800:focus {
    border-color: #285e61 !important;
  }

  .sm\:focus\:border-teal-900:focus {
    border-color: #234e52 !important;
  }

  .sm\:focus\:border-blue-100:focus {
    border-color: #ebf8ff !important;
  }

  .sm\:focus\:border-blue-200:focus {
    border-color: #bee3f8 !important;
  }

  .sm\:focus\:border-blue-300:focus {
    border-color: #90cdf4 !important;
  }

  .sm\:focus\:border-blue-400:focus {
    border-color: #63b3ed !important;
  }

  .sm\:focus\:border-blue-500:focus {
    border-color: #4299e1 !important;
  }

  .sm\:focus\:border-blue-600:focus {
    border-color: #3182ce !important;
  }

  .sm\:focus\:border-blue-700:focus {
    border-color: #2b6cb0 !important;
  }

  .sm\:focus\:border-blue-800:focus {
    border-color: #2c5282 !important;
  }

  .sm\:focus\:border-blue-900:focus {
    border-color: #2a4365 !important;
  }

  .sm\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff !important;
  }

  .sm\:focus\:border-indigo-200:focus {
    border-color: #c3dafe !important;
  }

  .sm\:focus\:border-indigo-300:focus {
    border-color: #a3bffa !important;
  }

  .sm\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5 !important;
  }

  .sm\:focus\:border-indigo-500:focus {
    border-color: #667eea !important;
  }

  .sm\:focus\:border-indigo-600:focus {
    border-color: #5a67d8 !important;
  }

  .sm\:focus\:border-indigo-700:focus {
    border-color: #4c51bf !important;
  }

  .sm\:focus\:border-indigo-800:focus {
    border-color: #434190 !important;
  }

  .sm\:focus\:border-indigo-900:focus {
    border-color: #3c366b !important;
  }

  .sm\:focus\:border-purple-100:focus {
    border-color: #faf5ff !important;
  }

  .sm\:focus\:border-purple-200:focus {
    border-color: #e9d8fd !important;
  }

  .sm\:focus\:border-purple-300:focus {
    border-color: #d6bcfa !important;
  }

  .sm\:focus\:border-purple-400:focus {
    border-color: #b794f4 !important;
  }

  .sm\:focus\:border-purple-500:focus {
    border-color: #9f7aea !important;
  }

  .sm\:focus\:border-purple-600:focus {
    border-color: #805ad5 !important;
  }

  .sm\:focus\:border-purple-700:focus {
    border-color: #6b46c1 !important;
  }

  .sm\:focus\:border-purple-800:focus {
    border-color: #553c9a !important;
  }

  .sm\:focus\:border-purple-900:focus {
    border-color: #44337a !important;
  }

  .sm\:focus\:border-pink-100:focus {
    border-color: #fff5f7 !important;
  }

  .sm\:focus\:border-pink-200:focus {
    border-color: #fed7e2 !important;
  }

  .sm\:focus\:border-pink-300:focus {
    border-color: #fbb6ce !important;
  }

  .sm\:focus\:border-pink-400:focus {
    border-color: #f687b3 !important;
  }

  .sm\:focus\:border-pink-500:focus {
    border-color: #ed64a6 !important;
  }

  .sm\:focus\:border-pink-600:focus {
    border-color: #d53f8c !important;
  }

  .sm\:focus\:border-pink-700:focus {
    border-color: #b83280 !important;
  }

  .sm\:focus\:border-pink-800:focus {
    border-color: #97266d !important;
  }

  .sm\:focus\:border-pink-900:focus {
    border-color: #702459 !important;
  }

  .sm\:rounded-none {
    border-radius: 0 !important;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .sm\:rounded {
    border-radius: 0.25rem !important;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-solid {
    border-style: solid !important;
  }

  .sm\:border-dashed {
    border-style: dashed !important;
  }

  .sm\:border-dotted {
    border-style: dotted !important;
  }

  .sm\:border-double {
    border-style: double !important;
  }

  .sm\:border-none {
    border-style: none !important;
  }

  .sm\:border-0 {
    border-width: 0 !important;
  }

  .sm\:border-2 {
    border-width: 2px !important;
  }

  .sm\:border-4 {
    border-width: 4px !important;
  }

  .sm\:border-8 {
    border-width: 8px !important;
  }

  .sm\:border {
    border-width: 1px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0 !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0 !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .sm\:border-l-0 {
    border-left-width: 0 !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:border-t {
    border-top-width: 1px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:cursor-auto {
    cursor: auto !important;
  }

  .sm\:cursor-default {
    cursor: default !important;
  }

  .sm\:cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:cursor-wait {
    cursor: wait !important;
  }

  .sm\:cursor-text {
    cursor: text !important;
  }

  .sm\:cursor-move {
    cursor: move !important;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .sm\:items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .sm\:items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .sm\:items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .sm\:self-auto {
    align-self: auto !important;
  }

  .sm\:self-start {
    align-self: flex-start !important;
  }

  .sm\:self-end {
    align-self: flex-end !important;
  }

  .sm\:self-center {
    align-self: center !important;
  }

  .sm\:self-stretch {
    align-self: stretch !important;
  }

  .sm\:justify-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .sm\:justify-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .sm\:justify-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .sm\:justify-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .sm\:justify-around {
    justify-content: space-around !important;
  }

  .sm\:content-center {
    align-content: center !important;
  }

  .sm\:content-start {
    align-content: flex-start !important;
  }

  .sm\:content-end {
    align-content: flex-end !important;
  }

  .sm\:content-between {
    align-content: space-between !important;
  }

  .sm\:content-around {
    align-content: space-around !important;
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .sm\:flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .sm\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .sm\:flex-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .sm\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .sm\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .sm\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .sm\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .sm\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .sm\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .sm\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .sm\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .sm\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .sm\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .sm\:order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .sm\:float-right {
    float: right !important;
  }

  .sm\:float-left {
    float: left !important;
  }

  .sm\:float-none {
    float: none !important;
  }

  .sm\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .sm\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm\:font-hairline {
    font-weight: 100 !important;
  }

  .sm\:font-thin {
    font-weight: 200 !important;
  }

  .sm\:font-light {
    font-weight: 300 !important;
  }

  .sm\:font-normal {
    font-weight: 400 !important;
  }

  .sm\:font-medium {
    font-weight: 500 !important;
  }

  .sm\:font-semibold {
    font-weight: 600 !important;
  }

  .sm\:font-bold {
    font-weight: 700 !important;
  }

  .sm\:font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:font-black {
    font-weight: 900 !important;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .sm\:h-0 {
    height: 0 !important;
  }

  .sm\:h-1 {
    height: 0.25rem !important;
  }

  .sm\:h-2 {
    height: 0.5rem !important;
  }

  .sm\:h-3 {
    height: 0.75rem !important;
  }

  .sm\:h-4 {
    height: 1rem !important;
  }

  .sm\:h-5 {
    height: 1.25rem !important;
  }

  .sm\:h-6 {
    height: 1.5rem !important;
  }

  .sm\:h-8 {
    height: 2rem !important;
  }

  .sm\:h-10 {
    height: 2.5rem !important;
  }

  .sm\:h-12 {
    height: 3rem !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-20 {
    height: 5rem !important;
  }

  .sm\:h-24 {
    height: 6rem !important;
  }

  .sm\:h-32 {
    height: 8rem !important;
  }

  .sm\:h-40 {
    height: 10rem !important;
  }

  .sm\:h-48 {
    height: 12rem !important;
  }

  .sm\:h-56 {
    height: 14rem !important;
  }

  .sm\:h-64 {
    height: 16rem !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-1\/2 {
    height: 50% !important;
  }

  .sm\:h-1\/3 {
    height: 33.333333% !important;
  }

  .sm\:h-2\/3 {
    height: 66.666667% !important;
  }

  .sm\:h-1\/4 {
    height: 25% !important;
  }

  .sm\:h-2\/4 {
    height: 50% !important;
  }

  .sm\:h-3\/4 {
    height: 75% !important;
  }

  .sm\:h-1\/5 {
    height: 20% !important;
  }

  .sm\:h-2\/5 {
    height: 40% !important;
  }

  .sm\:h-3\/5 {
    height: 60% !important;
  }

  .sm\:h-4\/5 {
    height: 80% !important;
  }

  .sm\:h-1\/6 {
    height: 16.666667% !important;
  }

  .sm\:h-2\/6 {
    height: 33.333333% !important;
  }

  .sm\:h-3\/6 {
    height: 50% !important;
  }

  .sm\:h-4\/6 {
    height: 66.666667% !important;
  }

  .sm\:h-5\/6 {
    height: 83.333333% !important;
  }

  .sm\:h-1\/12 {
    height: 8.333333% !important;
  }

  .sm\:h-2\/12 {
    height: 16.666667% !important;
  }

  .sm\:h-3\/12 {
    height: 25% !important;
  }

  .sm\:h-4\/12 {
    height: 33.333333% !important;
  }

  .sm\:h-5\/12 {
    height: 41.666667% !important;
  }

  .sm\:h-6\/12 {
    height: 50% !important;
  }

  .sm\:h-7\/12 {
    height: 58.333333% !important;
  }

  .sm\:h-8\/12 {
    height: 66.666667% !important;
  }

  .sm\:h-9\/12 {
    height: 75% !important;
  }

  .sm\:h-10\/12 {
    height: 83.333333% !important;
  }

  .sm\:h-11\/12 {
    height: 91.666667% !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:leading-snug {
    line-height: 1.375 !important;
  }

  .sm\:leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .sm\:leading-loose {
    line-height: 2 !important;
  }

  .sm\:list-inside {
    list-style-position: inside !important;
  }

  .sm\:list-outside {
    list-style-position: outside !important;
  }

  .sm\:list-none {
    list-style-type: none !important;
  }

  .sm\:list-disc {
    list-style-type: disc !important;
  }

  .sm\:list-decimal {
    list-style-type: decimal !important;
  }

  .sm\:m-0 {
    margin: 0 !important;
  }

  .sm\:m-1 {
    margin: 0.25rem !important;
  }

  .sm\:m-2 {
    margin: 0.5rem !important;
  }

  .sm\:m-3 {
    margin: 0.75rem !important;
  }

  .sm\:m-4 {
    margin: 1rem !important;
  }

  .sm\:m-5 {
    margin: 1.25rem !important;
  }

  .sm\:m-6 {
    margin: 1.5rem !important;
  }

  .sm\:m-8 {
    margin: 2rem !important;
  }

  .sm\:m-10 {
    margin: 2.5rem !important;
  }

  .sm\:m-12 {
    margin: 3rem !important;
  }

  .sm\:m-16 {
    margin: 4rem !important;
  }

  .sm\:m-20 {
    margin: 5rem !important;
  }

  .sm\:m-24 {
    margin: 6rem !important;
  }

  .sm\:m-32 {
    margin: 8rem !important;
  }

  .sm\:m-40 {
    margin: 10rem !important;
  }

  .sm\:m-48 {
    margin: 12rem !important;
  }

  .sm\:m-56 {
    margin: 14rem !important;
  }

  .sm\:m-64 {
    margin: 16rem !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

  .sm\:m-px {
    margin: 1px !important;
  }

  .sm\:m-1\/2 {
    margin: 50% !important;
  }

  .sm\:m-1\/3 {
    margin: 33.333333% !important;
  }

  .sm\:m-2\/3 {
    margin: 66.666667% !important;
  }

  .sm\:m-1\/4 {
    margin: 25% !important;
  }

  .sm\:m-2\/4 {
    margin: 50% !important;
  }

  .sm\:m-3\/4 {
    margin: 75% !important;
  }

  .sm\:m-1\/5 {
    margin: 20% !important;
  }

  .sm\:m-2\/5 {
    margin: 40% !important;
  }

  .sm\:m-3\/5 {
    margin: 60% !important;
  }

  .sm\:m-4\/5 {
    margin: 80% !important;
  }

  .sm\:m-1\/6 {
    margin: 16.666667% !important;
  }

  .sm\:m-2\/6 {
    margin: 33.333333% !important;
  }

  .sm\:m-3\/6 {
    margin: 50% !important;
  }

  .sm\:m-4\/6 {
    margin: 66.666667% !important;
  }

  .sm\:m-5\/6 {
    margin: 83.333333% !important;
  }

  .sm\:m-1\/12 {
    margin: 8.333333% !important;
  }

  .sm\:m-2\/12 {
    margin: 16.666667% !important;
  }

  .sm\:m-3\/12 {
    margin: 25% !important;
  }

  .sm\:m-4\/12 {
    margin: 33.333333% !important;
  }

  .sm\:m-5\/12 {
    margin: 41.666667% !important;
  }

  .sm\:m-6\/12 {
    margin: 50% !important;
  }

  .sm\:m-7\/12 {
    margin: 58.333333% !important;
  }

  .sm\:m-8\/12 {
    margin: 66.666667% !important;
  }

  .sm\:m-9\/12 {
    margin: 75% !important;
  }

  .sm\:m-10\/12 {
    margin: 83.333333% !important;
  }

  .sm\:m-11\/12 {
    margin: 91.666667% !important;
  }

  .sm\:-m-1 {
    margin: -0.25rem !important;
  }

  .sm\:-m-2 {
    margin: -0.5rem !important;
  }

  .sm\:-m-3 {
    margin: -0.75rem !important;
  }

  .sm\:-m-4 {
    margin: -1rem !important;
  }

  .sm\:-m-5 {
    margin: -1.25rem !important;
  }

  .sm\:-m-6 {
    margin: -1.5rem !important;
  }

  .sm\:-m-8 {
    margin: -2rem !important;
  }

  .sm\:-m-10 {
    margin: -2.5rem !important;
  }

  .sm\:-m-12 {
    margin: -3rem !important;
  }

  .sm\:-m-16 {
    margin: -4rem !important;
  }

  .sm\:-m-20 {
    margin: -5rem !important;
  }

  .sm\:-m-24 {
    margin: -6rem !important;
  }

  .sm\:-m-32 {
    margin: -8rem !important;
  }

  .sm\:-m-40 {
    margin: -10rem !important;
  }

  .sm\:-m-48 {
    margin: -12rem !important;
  }

  .sm\:-m-56 {
    margin: -14rem !important;
  }

  .sm\:-m-64 {
    margin: -16rem !important;
  }

  .sm\:-m-px {
    margin: -1px !important;
  }

  .sm\:-m-1\/2 {
    margin: -50% !important;
  }

  .sm\:-m-1\/3 {
    margin: -33.33333% !important;
  }

  .sm\:-m-2\/3 {
    margin: -66.66667% !important;
  }

  .sm\:-m-1\/4 {
    margin: -25% !important;
  }

  .sm\:-m-2\/4 {
    margin: -50% !important;
  }

  .sm\:-m-3\/4 {
    margin: -75% !important;
  }

  .sm\:-m-1\/5 {
    margin: -20% !important;
  }

  .sm\:-m-2\/5 {
    margin: -40% !important;
  }

  .sm\:-m-3\/5 {
    margin: -60% !important;
  }

  .sm\:-m-4\/5 {
    margin: -80% !important;
  }

  .sm\:-m-1\/6 {
    margin: -16.66667% !important;
  }

  .sm\:-m-2\/6 {
    margin: -33.33333% !important;
  }

  .sm\:-m-3\/6 {
    margin: -50% !important;
  }

  .sm\:-m-4\/6 {
    margin: -66.66667% !important;
  }

  .sm\:-m-5\/6 {
    margin: -83.33333% !important;
  }

  .sm\:-m-1\/12 {
    margin: -8.33333% !important;
  }

  .sm\:-m-2\/12 {
    margin: -16.66667% !important;
  }

  .sm\:-m-3\/12 {
    margin: -25% !important;
  }

  .sm\:-m-4\/12 {
    margin: -33.33333% !important;
  }

  .sm\:-m-5\/12 {
    margin: -41.66667% !important;
  }

  .sm\:-m-6\/12 {
    margin: -50% !important;
  }

  .sm\:-m-7\/12 {
    margin: -58.33333% !important;
  }

  .sm\:-m-8\/12 {
    margin: -66.66667% !important;
  }

  .sm\:-m-9\/12 {
    margin: -75% !important;
  }

  .sm\:-m-10\/12 {
    margin: -83.33333% !important;
  }

  .sm\:-m-11\/12 {
    margin: -91.66667% !important;
  }

  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .sm\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .sm\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .sm\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .sm\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .sm\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .sm\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .sm\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .sm\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .sm\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .sm\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .sm\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .sm\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .sm\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .sm\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .sm\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .sm\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .sm\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .sm\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .sm\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .sm\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .sm\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .sm\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .sm\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .sm\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .sm\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .sm\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .sm\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .sm\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .sm\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .sm\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .sm\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .sm\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .sm\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .sm\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .sm\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .sm\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .sm\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .sm\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .sm\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .sm\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .sm\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .sm\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .sm\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .sm\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .sm\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .sm\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .sm\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .sm\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .sm\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .sm\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .sm\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .sm\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .sm\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .sm\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .sm\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .sm\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .sm\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .sm\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .sm\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .sm\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .sm\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .sm\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .sm\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .sm\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .sm\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .sm\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .sm\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .sm\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .sm\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .sm\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .sm\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .sm\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .sm\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .sm\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .sm\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .sm\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .sm\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .sm\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .sm\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .sm\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .sm\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .sm\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .sm\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .sm\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .sm\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .sm\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .sm\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .sm\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .sm\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .sm\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .sm\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .sm\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .sm\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .sm\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .sm\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .sm\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .sm\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .sm\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .sm\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .sm\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .sm\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .sm\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .sm\:mr-0 {
    margin-right: 0 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:ml-0 {
    margin-left: 0 !important;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\:ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:mt-12 {
    margin-top: 3rem !important;
  }

  .sm\:mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm\:ml-16 {
    margin-left: 4rem !important;
  }

  .sm\:mt-20 {
    margin-top: 5rem !important;
  }

  .sm\:mr-20 {
    margin-right: 5rem !important;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\:ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:mt-24 {
    margin-top: 6rem !important;
  }

  .sm\:mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\:ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:mt-32 {
    margin-top: 8rem !important;
  }

  .sm\:mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\:ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:mt-40 {
    margin-top: 10rem !important;
  }

  .sm\:mr-40 {
    margin-right: 10rem !important;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .sm\:ml-40 {
    margin-left: 10rem !important;
  }

  .sm\:mt-48 {
    margin-top: 12rem !important;
  }

  .sm\:mr-48 {
    margin-right: 12rem !important;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .sm\:ml-48 {
    margin-left: 12rem !important;
  }

  .sm\:mt-56 {
    margin-top: 14rem !important;
  }

  .sm\:mr-56 {
    margin-right: 14rem !important;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .sm\:ml-56 {
    margin-left: 14rem !important;
  }

  .sm\:mt-64 {
    margin-top: 16rem !important;
  }

  .sm\:mr-64 {
    margin-right: 16rem !important;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm\:ml-64 {
    margin-left: 16rem !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:mt-px {
    margin-top: 1px !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

  .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:mt-1\/5 {
    margin-top: 20% !important;
  }

  .sm\:mr-1\/5 {
    margin-right: 20% !important;
  }

  .sm\:mb-1\/5 {
    margin-bottom: 20% !important;
  }

  .sm\:ml-1\/5 {
    margin-left: 20% !important;
  }

  .sm\:mt-2\/5 {
    margin-top: 40% !important;
  }

  .sm\:mr-2\/5 {
    margin-right: 40% !important;
  }

  .sm\:mb-2\/5 {
    margin-bottom: 40% !important;
  }

  .sm\:ml-2\/5 {
    margin-left: 40% !important;
  }

  .sm\:mt-3\/5 {
    margin-top: 60% !important;
  }

  .sm\:mr-3\/5 {
    margin-right: 60% !important;
  }

  .sm\:mb-3\/5 {
    margin-bottom: 60% !important;
  }

  .sm\:ml-3\/5 {
    margin-left: 60% !important;
  }

  .sm\:mt-4\/5 {
    margin-top: 80% !important;
  }

  .sm\:mr-4\/5 {
    margin-right: 80% !important;
  }

  .sm\:mb-4\/5 {
    margin-bottom: 80% !important;
  }

  .sm\:ml-4\/5 {
    margin-left: 80% !important;
  }

  .sm\:mt-1\/6 {
    margin-top: 16.666667% !important;
  }

  .sm\:mr-1\/6 {
    margin-right: 16.666667% !important;
  }

  .sm\:mb-1\/6 {
    margin-bottom: 16.666667% !important;
  }

  .sm\:ml-1\/6 {
    margin-left: 16.666667% !important;
  }

  .sm\:mt-2\/6 {
    margin-top: 33.333333% !important;
  }

  .sm\:mr-2\/6 {
    margin-right: 33.333333% !important;
  }

  .sm\:mb-2\/6 {
    margin-bottom: 33.333333% !important;
  }

  .sm\:ml-2\/6 {
    margin-left: 33.333333% !important;
  }

  .sm\:mt-3\/6 {
    margin-top: 50% !important;
  }

  .sm\:mr-3\/6 {
    margin-right: 50% !important;
  }

  .sm\:mb-3\/6 {
    margin-bottom: 50% !important;
  }

  .sm\:ml-3\/6 {
    margin-left: 50% !important;
  }

  .sm\:mt-4\/6 {
    margin-top: 66.666667% !important;
  }

  .sm\:mr-4\/6 {
    margin-right: 66.666667% !important;
  }

  .sm\:mb-4\/6 {
    margin-bottom: 66.666667% !important;
  }

  .sm\:ml-4\/6 {
    margin-left: 66.666667% !important;
  }

  .sm\:mt-5\/6 {
    margin-top: 83.333333% !important;
  }

  .sm\:mr-5\/6 {
    margin-right: 83.333333% !important;
  }

  .sm\:mb-5\/6 {
    margin-bottom: 83.333333% !important;
  }

  .sm\:ml-5\/6 {
    margin-left: 83.333333% !important;
  }

  .sm\:mt-1\/12 {
    margin-top: 8.333333% !important;
  }

  .sm\:mr-1\/12 {
    margin-right: 8.333333% !important;
  }

  .sm\:mb-1\/12 {
    margin-bottom: 8.333333% !important;
  }

  .sm\:ml-1\/12 {
    margin-left: 8.333333% !important;
  }

  .sm\:mt-2\/12 {
    margin-top: 16.666667% !important;
  }

  .sm\:mr-2\/12 {
    margin-right: 16.666667% !important;
  }

  .sm\:mb-2\/12 {
    margin-bottom: 16.666667% !important;
  }

  .sm\:ml-2\/12 {
    margin-left: 16.666667% !important;
  }

  .sm\:mt-3\/12 {
    margin-top: 25% !important;
  }

  .sm\:mr-3\/12 {
    margin-right: 25% !important;
  }

  .sm\:mb-3\/12 {
    margin-bottom: 25% !important;
  }

  .sm\:ml-3\/12 {
    margin-left: 25% !important;
  }

  .sm\:mt-4\/12 {
    margin-top: 33.333333% !important;
  }

  .sm\:mr-4\/12 {
    margin-right: 33.333333% !important;
  }

  .sm\:mb-4\/12 {
    margin-bottom: 33.333333% !important;
  }

  .sm\:ml-4\/12 {
    margin-left: 33.333333% !important;
  }

  .sm\:mt-5\/12 {
    margin-top: 41.666667% !important;
  }

  .sm\:mr-5\/12 {
    margin-right: 41.666667% !important;
  }

  .sm\:mb-5\/12 {
    margin-bottom: 41.666667% !important;
  }

  .sm\:ml-5\/12 {
    margin-left: 41.666667% !important;
  }

  .sm\:mt-6\/12 {
    margin-top: 50% !important;
  }

  .sm\:mr-6\/12 {
    margin-right: 50% !important;
  }

  .sm\:mb-6\/12 {
    margin-bottom: 50% !important;
  }

  .sm\:ml-6\/12 {
    margin-left: 50% !important;
  }

  .sm\:mt-7\/12 {
    margin-top: 58.333333% !important;
  }

  .sm\:mr-7\/12 {
    margin-right: 58.333333% !important;
  }

  .sm\:mb-7\/12 {
    margin-bottom: 58.333333% !important;
  }

  .sm\:ml-7\/12 {
    margin-left: 58.333333% !important;
  }

  .sm\:mt-8\/12 {
    margin-top: 66.666667% !important;
  }

  .sm\:mr-8\/12 {
    margin-right: 66.666667% !important;
  }

  .sm\:mb-8\/12 {
    margin-bottom: 66.666667% !important;
  }

  .sm\:ml-8\/12 {
    margin-left: 66.666667% !important;
  }

  .sm\:mt-9\/12 {
    margin-top: 75% !important;
  }

  .sm\:mr-9\/12 {
    margin-right: 75% !important;
  }

  .sm\:mb-9\/12 {
    margin-bottom: 75% !important;
  }

  .sm\:ml-9\/12 {
    margin-left: 75% !important;
  }

  .sm\:mt-10\/12 {
    margin-top: 83.333333% !important;
  }

  .sm\:mr-10\/12 {
    margin-right: 83.333333% !important;
  }

  .sm\:mb-10\/12 {
    margin-bottom: 83.333333% !important;
  }

  .sm\:ml-10\/12 {
    margin-left: 83.333333% !important;
  }

  .sm\:mt-11\/12 {
    margin-top: 91.666667% !important;
  }

  .sm\:mr-11\/12 {
    margin-right: 91.666667% !important;
  }

  .sm\:mb-11\/12 {
    margin-bottom: 91.666667% !important;
  }

  .sm\:ml-11\/12 {
    margin-left: 91.666667% !important;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }

  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }

  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }

  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }

  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .sm\:-ml-16 {
    margin-left: -4rem !important;
  }

  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }

  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }

  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }

  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }

  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }

  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }

  .sm\:-mt-40 {
    margin-top: -10rem !important;
  }

  .sm\:-mr-40 {
    margin-right: -10rem !important;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .sm\:-ml-40 {
    margin-left: -10rem !important;
  }

  .sm\:-mt-48 {
    margin-top: -12rem !important;
  }

  .sm\:-mr-48 {
    margin-right: -12rem !important;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .sm\:-ml-48 {
    margin-left: -12rem !important;
  }

  .sm\:-mt-56 {
    margin-top: -14rem !important;
  }

  .sm\:-mr-56 {
    margin-right: -14rem !important;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .sm\:-ml-56 {
    margin-left: -14rem !important;
  }

  .sm\:-mt-64 {
    margin-top: -16rem !important;
  }

  .sm\:-mr-64 {
    margin-right: -16rem !important;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .sm\:-ml-64 {
    margin-left: -16rem !important;
  }

  .sm\:-mt-px {
    margin-top: -1px !important;
  }

  .sm\:-mr-px {
    margin-right: -1px !important;
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:-ml-px {
    margin-left: -1px !important;
  }

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

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

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

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

  .sm\:-mt-1\/3 {
    margin-top: -33.33333% !important;
  }

  .sm\:-mr-1\/3 {
    margin-right: -33.33333% !important;
  }

  .sm\:-mb-1\/3 {
    margin-bottom: -33.33333% !important;
  }

  .sm\:-ml-1\/3 {
    margin-left: -33.33333% !important;
  }

  .sm\:-mt-2\/3 {
    margin-top: -66.66667% !important;
  }

  .sm\:-mr-2\/3 {
    margin-right: -66.66667% !important;
  }

  .sm\:-mb-2\/3 {
    margin-bottom: -66.66667% !important;
  }

  .sm\:-ml-2\/3 {
    margin-left: -66.66667% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-mt-1\/5 {
    margin-top: -20% !important;
  }

  .sm\:-mr-1\/5 {
    margin-right: -20% !important;
  }

  .sm\:-mb-1\/5 {
    margin-bottom: -20% !important;
  }

  .sm\:-ml-1\/5 {
    margin-left: -20% !important;
  }

  .sm\:-mt-2\/5 {
    margin-top: -40% !important;
  }

  .sm\:-mr-2\/5 {
    margin-right: -40% !important;
  }

  .sm\:-mb-2\/5 {
    margin-bottom: -40% !important;
  }

  .sm\:-ml-2\/5 {
    margin-left: -40% !important;
  }

  .sm\:-mt-3\/5 {
    margin-top: -60% !important;
  }

  .sm\:-mr-3\/5 {
    margin-right: -60% !important;
  }

  .sm\:-mb-3\/5 {
    margin-bottom: -60% !important;
  }

  .sm\:-ml-3\/5 {
    margin-left: -60% !important;
  }

  .sm\:-mt-4\/5 {
    margin-top: -80% !important;
  }

  .sm\:-mr-4\/5 {
    margin-right: -80% !important;
  }

  .sm\:-mb-4\/5 {
    margin-bottom: -80% !important;
  }

  .sm\:-ml-4\/5 {
    margin-left: -80% !important;
  }

  .sm\:-mt-1\/6 {
    margin-top: -16.66667% !important;
  }

  .sm\:-mr-1\/6 {
    margin-right: -16.66667% !important;
  }

  .sm\:-mb-1\/6 {
    margin-bottom: -16.66667% !important;
  }

  .sm\:-ml-1\/6 {
    margin-left: -16.66667% !important;
  }

  .sm\:-mt-2\/6 {
    margin-top: -33.33333% !important;
  }

  .sm\:-mr-2\/6 {
    margin-right: -33.33333% !important;
  }

  .sm\:-mb-2\/6 {
    margin-bottom: -33.33333% !important;
  }

  .sm\:-ml-2\/6 {
    margin-left: -33.33333% !important;
  }

  .sm\:-mt-3\/6 {
    margin-top: -50% !important;
  }

  .sm\:-mr-3\/6 {
    margin-right: -50% !important;
  }

  .sm\:-mb-3\/6 {
    margin-bottom: -50% !important;
  }

  .sm\:-ml-3\/6 {
    margin-left: -50% !important;
  }

  .sm\:-mt-4\/6 {
    margin-top: -66.66667% !important;
  }

  .sm\:-mr-4\/6 {
    margin-right: -66.66667% !important;
  }

  .sm\:-mb-4\/6 {
    margin-bottom: -66.66667% !important;
  }

  .sm\:-ml-4\/6 {
    margin-left: -66.66667% !important;
  }

  .sm\:-mt-5\/6 {
    margin-top: -83.33333% !important;
  }

  .sm\:-mr-5\/6 {
    margin-right: -83.33333% !important;
  }

  .sm\:-mb-5\/6 {
    margin-bottom: -83.33333% !important;
  }

  .sm\:-ml-5\/6 {
    margin-left: -83.33333% !important;
  }

  .sm\:-mt-1\/12 {
    margin-top: -8.33333% !important;
  }

  .sm\:-mr-1\/12 {
    margin-right: -8.33333% !important;
  }

  .sm\:-mb-1\/12 {
    margin-bottom: -8.33333% !important;
  }

  .sm\:-ml-1\/12 {
    margin-left: -8.33333% !important;
  }

  .sm\:-mt-2\/12 {
    margin-top: -16.66667% !important;
  }

  .sm\:-mr-2\/12 {
    margin-right: -16.66667% !important;
  }

  .sm\:-mb-2\/12 {
    margin-bottom: -16.66667% !important;
  }

  .sm\:-ml-2\/12 {
    margin-left: -16.66667% !important;
  }

  .sm\:-mt-3\/12 {
    margin-top: -25% !important;
  }

  .sm\:-mr-3\/12 {
    margin-right: -25% !important;
  }

  .sm\:-mb-3\/12 {
    margin-bottom: -25% !important;
  }

  .sm\:-ml-3\/12 {
    margin-left: -25% !important;
  }

  .sm\:-mt-4\/12 {
    margin-top: -33.33333% !important;
  }

  .sm\:-mr-4\/12 {
    margin-right: -33.33333% !important;
  }

  .sm\:-mb-4\/12 {
    margin-bottom: -33.33333% !important;
  }

  .sm\:-ml-4\/12 {
    margin-left: -33.33333% !important;
  }

  .sm\:-mt-5\/12 {
    margin-top: -41.66667% !important;
  }

  .sm\:-mr-5\/12 {
    margin-right: -41.66667% !important;
  }

  .sm\:-mb-5\/12 {
    margin-bottom: -41.66667% !important;
  }

  .sm\:-ml-5\/12 {
    margin-left: -41.66667% !important;
  }

  .sm\:-mt-6\/12 {
    margin-top: -50% !important;
  }

  .sm\:-mr-6\/12 {
    margin-right: -50% !important;
  }

  .sm\:-mb-6\/12 {
    margin-bottom: -50% !important;
  }

  .sm\:-ml-6\/12 {
    margin-left: -50% !important;
  }

  .sm\:-mt-7\/12 {
    margin-top: -58.33333% !important;
  }

  .sm\:-mr-7\/12 {
    margin-right: -58.33333% !important;
  }

  .sm\:-mb-7\/12 {
    margin-bottom: -58.33333% !important;
  }

  .sm\:-ml-7\/12 {
    margin-left: -58.33333% !important;
  }

  .sm\:-mt-8\/12 {
    margin-top: -66.66667% !important;
  }

  .sm\:-mr-8\/12 {
    margin-right: -66.66667% !important;
  }

  .sm\:-mb-8\/12 {
    margin-bottom: -66.66667% !important;
  }

  .sm\:-ml-8\/12 {
    margin-left: -66.66667% !important;
  }

  .sm\:-mt-9\/12 {
    margin-top: -75% !important;
  }

  .sm\:-mr-9\/12 {
    margin-right: -75% !important;
  }

  .sm\:-mb-9\/12 {
    margin-bottom: -75% !important;
  }

  .sm\:-ml-9\/12 {
    margin-left: -75% !important;
  }

  .sm\:-mt-10\/12 {
    margin-top: -83.33333% !important;
  }

  .sm\:-mr-10\/12 {
    margin-right: -83.33333% !important;
  }

  .sm\:-mb-10\/12 {
    margin-bottom: -83.33333% !important;
  }

  .sm\:-ml-10\/12 {
    margin-left: -83.33333% !important;
  }

  .sm\:-mt-11\/12 {
    margin-top: -91.66667% !important;
  }

  .sm\:-mr-11\/12 {
    margin-right: -91.66667% !important;
  }

  .sm\:-mb-11\/12 {
    margin-bottom: -91.66667% !important;
  }

  .sm\:-ml-11\/12 {
    margin-left: -91.66667% !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:max-w-1\/4 {
    max-width: 25% !important;
  }

  .sm\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .sm\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .sm\:min-h-0 {
    min-height: 0 !important;
  }

  .sm\:min-h-full {
    min-height: 100% !important;
  }

  .sm\:min-h-screen {
    min-height: 100vh !important;
  }

  .sm\:min-w-0 {
    min-width: 0 !important;
  }

  .sm\:min-w-full {
    min-width: 100% !important;
  }

  .sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-25 {
    opacity: 0.25 !important;
  }

  .sm\:opacity-50 {
    opacity: 0.5 !important;
  }

  .sm\:opacity-75 {
    opacity: 0.75 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .sm\:outline-none {
    outline: 0 !important;
  }

  .sm\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:p-0 {
    padding: 0 !important;
  }

  .sm\:p-1 {
    padding: 0.25rem !important;
  }

  .sm\:p-2 {
    padding: 0.5rem !important;
  }

  .sm\:p-3 {
    padding: 0.75rem !important;
  }

  .sm\:p-4 {
    padding: 1rem !important;
  }

  .sm\:p-5 {
    padding: 1.25rem !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:p-8 {
    padding: 2rem !important;
  }

  .sm\:p-10 {
    padding: 2.5rem !important;
  }

  .sm\:p-12 {
    padding: 3rem !important;
  }

  .sm\:p-16 {
    padding: 4rem !important;
  }

  .sm\:p-20 {
    padding: 5rem !important;
  }

  .sm\:p-24 {
    padding: 6rem !important;
  }

  .sm\:p-32 {
    padding: 8rem !important;
  }

  .sm\:p-40 {
    padding: 10rem !important;
  }

  .sm\:p-48 {
    padding: 12rem !important;
  }

  .sm\:p-56 {
    padding: 14rem !important;
  }

  .sm\:p-64 {
    padding: 16rem !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

  .sm\:p-1\/2 {
    padding: 50% !important;
  }

  .sm\:p-1\/3 {
    padding: 33.333333% !important;
  }

  .sm\:p-2\/3 {
    padding: 66.666667% !important;
  }

  .sm\:p-1\/4 {
    padding: 25% !important;
  }

  .sm\:p-2\/4 {
    padding: 50% !important;
  }

  .sm\:p-3\/4 {
    padding: 75% !important;
  }

  .sm\:p-1\/5 {
    padding: 20% !important;
  }

  .sm\:p-2\/5 {
    padding: 40% !important;
  }

  .sm\:p-3\/5 {
    padding: 60% !important;
  }

  .sm\:p-4\/5 {
    padding: 80% !important;
  }

  .sm\:p-1\/6 {
    padding: 16.666667% !important;
  }

  .sm\:p-2\/6 {
    padding: 33.333333% !important;
  }

  .sm\:p-3\/6 {
    padding: 50% !important;
  }

  .sm\:p-4\/6 {
    padding: 66.666667% !important;
  }

  .sm\:p-5\/6 {
    padding: 83.333333% !important;
  }

  .sm\:p-1\/12 {
    padding: 8.333333% !important;
  }

  .sm\:p-2\/12 {
    padding: 16.666667% !important;
  }

  .sm\:p-3\/12 {
    padding: 25% !important;
  }

  .sm\:p-4\/12 {
    padding: 33.333333% !important;
  }

  .sm\:p-5\/12 {
    padding: 41.666667% !important;
  }

  .sm\:p-6\/12 {
    padding: 50% !important;
  }

  .sm\:p-7\/12 {
    padding: 58.333333% !important;
  }

  .sm\:p-8\/12 {
    padding: 66.666667% !important;
  }

  .sm\:p-9\/12 {
    padding: 75% !important;
  }

  .sm\:p-10\/12 {
    padding: 83.333333% !important;
  }

  .sm\:p-11\/12 {
    padding: 91.666667% !important;
  }

  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .sm\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .sm\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .sm\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .sm\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .sm\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .sm\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .sm\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .sm\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .sm\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .sm\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .sm\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .sm\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .sm\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .sm\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .sm\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .sm\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .sm\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .sm\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .sm\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .sm\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .sm\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .sm\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .sm\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .sm\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .sm\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .sm\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .sm\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .sm\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .sm\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .sm\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .sm\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .sm\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .sm\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .sm\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .sm\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .sm\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .sm\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .sm\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .sm\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .sm\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .sm\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .sm\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .sm\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .sm\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .sm\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .sm\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .sm\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .sm\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .sm\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .sm\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .sm\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .sm\:pt-0 {
    padding-top: 0 !important;
  }

  .sm\:pr-0 {
    padding-right: 0 !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:pl-0 {
    padding-left: 0 !important;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm\:pt-4 {
    padding-top: 1rem !important;
  }

  .sm\:pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:pt-12 {
    padding-top: 3rem !important;
  }

  .sm\:pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\:pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:pt-32 {
    padding-top: 8rem !important;
  }

  .sm\:pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\:pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:pt-40 {
    padding-top: 10rem !important;
  }

  .sm\:pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .sm\:pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:pt-48 {
    padding-top: 12rem !important;
  }

  .sm\:pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\:pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:pt-56 {
    padding-top: 14rem !important;
  }

  .sm\:pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .sm\:pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:pt-64 {
    padding-top: 16rem !important;
  }

  .sm\:pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\:pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:pt-1\/5 {
    padding-top: 20% !important;
  }

  .sm\:pr-1\/5 {
    padding-right: 20% !important;
  }

  .sm\:pb-1\/5 {
    padding-bottom: 20% !important;
  }

  .sm\:pl-1\/5 {
    padding-left: 20% !important;
  }

  .sm\:pt-2\/5 {
    padding-top: 40% !important;
  }

  .sm\:pr-2\/5 {
    padding-right: 40% !important;
  }

  .sm\:pb-2\/5 {
    padding-bottom: 40% !important;
  }

  .sm\:pl-2\/5 {
    padding-left: 40% !important;
  }

  .sm\:pt-3\/5 {
    padding-top: 60% !important;
  }

  .sm\:pr-3\/5 {
    padding-right: 60% !important;
  }

  .sm\:pb-3\/5 {
    padding-bottom: 60% !important;
  }

  .sm\:pl-3\/5 {
    padding-left: 60% !important;
  }

  .sm\:pt-4\/5 {
    padding-top: 80% !important;
  }

  .sm\:pr-4\/5 {
    padding-right: 80% !important;
  }

  .sm\:pb-4\/5 {
    padding-bottom: 80% !important;
  }

  .sm\:pl-4\/5 {
    padding-left: 80% !important;
  }

  .sm\:pt-1\/6 {
    padding-top: 16.666667% !important;
  }

  .sm\:pr-1\/6 {
    padding-right: 16.666667% !important;
  }

  .sm\:pb-1\/6 {
    padding-bottom: 16.666667% !important;
  }

  .sm\:pl-1\/6 {
    padding-left: 16.666667% !important;
  }

  .sm\:pt-2\/6 {
    padding-top: 33.333333% !important;
  }

  .sm\:pr-2\/6 {
    padding-right: 33.333333% !important;
  }

  .sm\:pb-2\/6 {
    padding-bottom: 33.333333% !important;
  }

  .sm\:pl-2\/6 {
    padding-left: 33.333333% !important;
  }

  .sm\:pt-3\/6 {
    padding-top: 50% !important;
  }

  .sm\:pr-3\/6 {
    padding-right: 50% !important;
  }

  .sm\:pb-3\/6 {
    padding-bottom: 50% !important;
  }

  .sm\:pl-3\/6 {
    padding-left: 50% !important;
  }

  .sm\:pt-4\/6 {
    padding-top: 66.666667% !important;
  }

  .sm\:pr-4\/6 {
    padding-right: 66.666667% !important;
  }

  .sm\:pb-4\/6 {
    padding-bottom: 66.666667% !important;
  }

  .sm\:pl-4\/6 {
    padding-left: 66.666667% !important;
  }

  .sm\:pt-5\/6 {
    padding-top: 83.333333% !important;
  }

  .sm\:pr-5\/6 {
    padding-right: 83.333333% !important;
  }

  .sm\:pb-5\/6 {
    padding-bottom: 83.333333% !important;
  }

  .sm\:pl-5\/6 {
    padding-left: 83.333333% !important;
  }

  .sm\:pt-1\/12 {
    padding-top: 8.333333% !important;
  }

  .sm\:pr-1\/12 {
    padding-right: 8.333333% !important;
  }

  .sm\:pb-1\/12 {
    padding-bottom: 8.333333% !important;
  }

  .sm\:pl-1\/12 {
    padding-left: 8.333333% !important;
  }

  .sm\:pt-2\/12 {
    padding-top: 16.666667% !important;
  }

  .sm\:pr-2\/12 {
    padding-right: 16.666667% !important;
  }

  .sm\:pb-2\/12 {
    padding-bottom: 16.666667% !important;
  }

  .sm\:pl-2\/12 {
    padding-left: 16.666667% !important;
  }

  .sm\:pt-3\/12 {
    padding-top: 25% !important;
  }

  .sm\:pr-3\/12 {
    padding-right: 25% !important;
  }

  .sm\:pb-3\/12 {
    padding-bottom: 25% !important;
  }

  .sm\:pl-3\/12 {
    padding-left: 25% !important;
  }

  .sm\:pt-4\/12 {
    padding-top: 33.333333% !important;
  }

  .sm\:pr-4\/12 {
    padding-right: 33.333333% !important;
  }

  .sm\:pb-4\/12 {
    padding-bottom: 33.333333% !important;
  }

  .sm\:pl-4\/12 {
    padding-left: 33.333333% !important;
  }

  .sm\:pt-5\/12 {
    padding-top: 41.666667% !important;
  }

  .sm\:pr-5\/12 {
    padding-right: 41.666667% !important;
  }

  .sm\:pb-5\/12 {
    padding-bottom: 41.666667% !important;
  }

  .sm\:pl-5\/12 {
    padding-left: 41.666667% !important;
  }

  .sm\:pt-6\/12 {
    padding-top: 50% !important;
  }

  .sm\:pr-6\/12 {
    padding-right: 50% !important;
  }

  .sm\:pb-6\/12 {
    padding-bottom: 50% !important;
  }

  .sm\:pl-6\/12 {
    padding-left: 50% !important;
  }

  .sm\:pt-7\/12 {
    padding-top: 58.333333% !important;
  }

  .sm\:pr-7\/12 {
    padding-right: 58.333333% !important;
  }

  .sm\:pb-7\/12 {
    padding-bottom: 58.333333% !important;
  }

  .sm\:pl-7\/12 {
    padding-left: 58.333333% !important;
  }

  .sm\:pt-8\/12 {
    padding-top: 66.666667% !important;
  }

  .sm\:pr-8\/12 {
    padding-right: 66.666667% !important;
  }

  .sm\:pb-8\/12 {
    padding-bottom: 66.666667% !important;
  }

  .sm\:pl-8\/12 {
    padding-left: 66.666667% !important;
  }

  .sm\:pt-9\/12 {
    padding-top: 75% !important;
  }

  .sm\:pr-9\/12 {
    padding-right: 75% !important;
  }

  .sm\:pb-9\/12 {
    padding-bottom: 75% !important;
  }

  .sm\:pl-9\/12 {
    padding-left: 75% !important;
  }

  .sm\:pt-10\/12 {
    padding-top: 83.333333% !important;
  }

  .sm\:pr-10\/12 {
    padding-right: 83.333333% !important;
  }

  .sm\:pb-10\/12 {
    padding-bottom: 83.333333% !important;
  }

  .sm\:pl-10\/12 {
    padding-left: 83.333333% !important;
  }

  .sm\:pt-11\/12 {
    padding-top: 91.666667% !important;
  }

  .sm\:pr-11\/12 {
    padding-right: 91.666667% !important;
  }

  .sm\:pb-11\/12 {
    padding-bottom: 91.666667% !important;
  }

  .sm\:pl-11\/12 {
    padding-left: 91.666667% !important;
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-black::-webkit-input-placeholder {
    color: #000 !important;
  }

  .sm\:placeholder-black::-moz-placeholder {
    color: #000 !important;
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    color: #000 !important;
  }

  .sm\:placeholder-black::-ms-input-placeholder {
    color: #000 !important;
  }

  .sm\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .sm\:placeholder-white::-webkit-input-placeholder {
    color: #fff !important;
  }

  .sm\:placeholder-white::-moz-placeholder {
    color: #fff !important;
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    color: #fff !important;
  }

  .sm\:placeholder-white::-ms-input-placeholder {
    color: #fff !important;
  }

  .sm\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .sm\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc !important;
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .sm\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .sm\:placeholder-gray-100::placeholder {
    color: #f7fafc !important;
  }

  .sm\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .sm\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .sm\:placeholder-gray-200::placeholder {
    color: #edf2f7 !important;
  }

  .sm\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .sm\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .sm\:placeholder-gray-300::placeholder {
    color: #e2e8f0 !important;
  }

  .sm\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .sm\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .sm\:placeholder-gray-400::placeholder {
    color: #cbd5e0 !important;
  }

  .sm\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .sm\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .sm\:placeholder-gray-500::placeholder {
    color: #a0aec0 !important;
  }

  .sm\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    color: #718096 !important;
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096 !important;
  }

  .sm\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096 !important;
  }

  .sm\:placeholder-gray-600::placeholder {
    color: #718096 !important;
  }

  .sm\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568 !important;
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .sm\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .sm\:placeholder-gray-700::placeholder {
    color: #4a5568 !important;
  }

  .sm\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748 !important;
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .sm\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .sm\:placeholder-gray-800::placeholder {
    color: #2d3748 !important;
  }

  .sm\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c !important;
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .sm\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .sm\:placeholder-gray-900::placeholder {
    color: #1a202c !important;
  }

  .sm\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .sm\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .sm\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .sm\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .sm\:placeholder-red-100::placeholder {
    color: #fff5f5 !important;
  }

  .sm\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .sm\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .sm\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .sm\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .sm\:placeholder-red-200::placeholder {
    color: #fed7d7 !important;
  }

  .sm\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .sm\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .sm\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .sm\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .sm\:placeholder-red-300::placeholder {
    color: #feb2b2 !important;
  }

  .sm\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .sm\:placeholder-red-400::-moz-placeholder {
    color: #fc8181 !important;
  }

  .sm\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .sm\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .sm\:placeholder-red-400::placeholder {
    color: #fc8181 !important;
  }

  .sm\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .sm\:placeholder-red-500::-moz-placeholder {
    color: #f56565 !important;
  }

  .sm\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .sm\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .sm\:placeholder-red-500::placeholder {
    color: #f56565 !important;
  }

  .sm\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .sm\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e !important;
  }

  .sm\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .sm\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .sm\:placeholder-red-600::placeholder {
    color: #e53e3e !important;
  }

  .sm\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .sm\:placeholder-red-700::-moz-placeholder {
    color: #c53030 !important;
  }

  .sm\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .sm\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .sm\:placeholder-red-700::placeholder {
    color: #c53030 !important;
  }

  .sm\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .sm\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .sm\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .sm\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .sm\:placeholder-red-800::placeholder {
    color: #9b2c2c !important;
  }

  .sm\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .sm\:placeholder-red-900::-moz-placeholder {
    color: #742a2a !important;
  }

  .sm\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .sm\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .sm\:placeholder-red-900::placeholder {
    color: #742a2a !important;
  }

  .sm\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .sm\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .sm\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .sm\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .sm\:placeholder-orange-100::placeholder {
    color: #fffaf0 !important;
  }

  .sm\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .sm\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8 !important;
  }

  .sm\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .sm\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .sm\:placeholder-orange-200::placeholder {
    color: #feebc8 !important;
  }

  .sm\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .sm\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d !important;
  }

  .sm\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .sm\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .sm\:placeholder-orange-300::placeholder {
    color: #fbd38d !important;
  }

  .sm\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .sm\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .sm\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .sm\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .sm\:placeholder-orange-400::placeholder {
    color: #f6ad55 !important;
  }

  .sm\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .sm\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936 !important;
  }

  .sm\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .sm\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .sm\:placeholder-orange-500::placeholder {
    color: #ed8936 !important;
  }

  .sm\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .sm\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .sm\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .sm\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .sm\:placeholder-orange-600::placeholder {
    color: #dd6b20 !important;
  }

  .sm\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .sm\:placeholder-orange-700::-moz-placeholder {
    color: #c05621 !important;
  }

  .sm\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .sm\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .sm\:placeholder-orange-700::placeholder {
    color: #c05621 !important;
  }

  .sm\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .sm\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221 !important;
  }

  .sm\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .sm\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .sm\:placeholder-orange-800::placeholder {
    color: #9c4221 !important;
  }

  .sm\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .sm\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e !important;
  }

  .sm\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .sm\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .sm\:placeholder-orange-900::placeholder {
    color: #7b341e !important;
  }

  .sm\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0 !important;
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .sm\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .sm\:placeholder-yellow-100::placeholder {
    color: #fffff0 !important;
  }

  .sm\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf !important;
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .sm\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .sm\:placeholder-yellow-200::placeholder {
    color: #fefcbf !important;
  }

  .sm\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089 !important;
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .sm\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .sm\:placeholder-yellow-300::placeholder {
    color: #faf089 !important;
  }

  .sm\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e !important;
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .sm\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .sm\:placeholder-yellow-400::placeholder {
    color: #f6e05e !important;
  }

  .sm\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b !important;
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .sm\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .sm\:placeholder-yellow-500::placeholder {
    color: #ecc94b !important;
  }

  .sm\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e !important;
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .sm\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .sm\:placeholder-yellow-600::placeholder {
    color: #d69e2e !important;
  }

  .sm\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f !important;
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .sm\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .sm\:placeholder-yellow-700::placeholder {
    color: #b7791f !important;
  }

  .sm\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16 !important;
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .sm\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .sm\:placeholder-yellow-800::placeholder {
    color: #975a16 !important;
  }

  .sm\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    color: #744210 !important;
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210 !important;
  }

  .sm\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210 !important;
  }

  .sm\:placeholder-yellow-900::placeholder {
    color: #744210 !important;
  }

  .sm\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .sm\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .sm\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .sm\:placeholder-green-100::placeholder {
    color: #f0fff4 !important;
  }

  .sm\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .sm\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .sm\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .sm\:placeholder-green-200::placeholder {
    color: #c6f6d5 !important;
  }

  .sm\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .sm\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .sm\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .sm\:placeholder-green-300::placeholder {
    color: #9ae6b4 !important;
  }

  .sm\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    color: #68d391 !important;
  }

  .sm\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .sm\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .sm\:placeholder-green-400::placeholder {
    color: #68d391 !important;
  }

  .sm\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    color: #48bb78 !important;
  }

  .sm\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .sm\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .sm\:placeholder-green-500::placeholder {
    color: #48bb78 !important;
  }

  .sm\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    color: #38a169 !important;
  }

  .sm\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .sm\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .sm\:placeholder-green-600::placeholder {
    color: #38a169 !important;
  }

  .sm\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    color: #2f855a !important;
  }

  .sm\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .sm\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .sm\:placeholder-green-700::placeholder {
    color: #2f855a !important;
  }

  .sm\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    color: #276749 !important;
  }

  .sm\:placeholder-green-800:-ms-input-placeholder {
    color: #276749 !important;
  }

  .sm\:placeholder-green-800::-ms-input-placeholder {
    color: #276749 !important;
  }

  .sm\:placeholder-green-800::placeholder {
    color: #276749 !important;
  }

  .sm\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    color: #22543d !important;
  }

  .sm\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d !important;
  }

  .sm\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d !important;
  }

  .sm\:placeholder-green-900::placeholder {
    color: #22543d !important;
  }

  .sm\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .sm\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa !important;
  }

  .sm\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .sm\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .sm\:placeholder-teal-100::placeholder {
    color: #e6fffa !important;
  }

  .sm\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .sm\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .sm\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .sm\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .sm\:placeholder-teal-200::placeholder {
    color: #b2f5ea !important;
  }

  .sm\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .sm\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .sm\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .sm\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .sm\:placeholder-teal-300::placeholder {
    color: #81e6d9 !important;
  }

  .sm\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .sm\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .sm\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .sm\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .sm\:placeholder-teal-400::placeholder {
    color: #4fd1c5 !important;
  }

  .sm\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .sm\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac !important;
  }

  .sm\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .sm\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .sm\:placeholder-teal-500::placeholder {
    color: #38b2ac !important;
  }

  .sm\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .sm\:placeholder-teal-600::-moz-placeholder {
    color: #319795 !important;
  }

  .sm\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795 !important;
  }

  .sm\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795 !important;
  }

  .sm\:placeholder-teal-600::placeholder {
    color: #319795 !important;
  }

  .sm\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .sm\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .sm\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .sm\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .sm\:placeholder-teal-700::placeholder {
    color: #2c7a7b !important;
  }

  .sm\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .sm\:placeholder-teal-800::-moz-placeholder {
    color: #285e61 !important;
  }

  .sm\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .sm\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .sm\:placeholder-teal-800::placeholder {
    color: #285e61 !important;
  }

  .sm\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .sm\:placeholder-teal-900::-moz-placeholder {
    color: #234e52 !important;
  }

  .sm\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .sm\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .sm\:placeholder-teal-900::placeholder {
    color: #234e52 !important;
  }

  .sm\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .sm\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .sm\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .sm\:placeholder-blue-100::placeholder {
    color: #ebf8ff !important;
  }

  .sm\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .sm\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .sm\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .sm\:placeholder-blue-200::placeholder {
    color: #bee3f8 !important;
  }

  .sm\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .sm\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .sm\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .sm\:placeholder-blue-300::placeholder {
    color: #90cdf4 !important;
  }

  .sm\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .sm\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed !important;
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .sm\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .sm\:placeholder-blue-400::placeholder {
    color: #63b3ed !important;
  }

  .sm\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .sm\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1 !important;
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .sm\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .sm\:placeholder-blue-500::placeholder {
    color: #4299e1 !important;
  }

  .sm\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .sm\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce !important;
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .sm\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .sm\:placeholder-blue-600::placeholder {
    color: #3182ce !important;
  }

  .sm\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .sm\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .sm\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .sm\:placeholder-blue-700::placeholder {
    color: #2b6cb0 !important;
  }

  .sm\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .sm\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282 !important;
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .sm\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .sm\:placeholder-blue-800::placeholder {
    color: #2c5282 !important;
  }

  .sm\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365 !important;
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .sm\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .sm\:placeholder-blue-900::placeholder {
    color: #2a4365 !important;
  }

  .sm\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .sm\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .sm\:placeholder-indigo-100::placeholder {
    color: #ebf4ff !important;
  }

  .sm\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe !important;
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .sm\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .sm\:placeholder-indigo-200::placeholder {
    color: #c3dafe !important;
  }

  .sm\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa !important;
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .sm\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .sm\:placeholder-indigo-300::placeholder {
    color: #a3bffa !important;
  }

  .sm\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .sm\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .sm\:placeholder-indigo-400::placeholder {
    color: #7f9cf5 !important;
  }

  .sm\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea !important;
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea !important;
  }

  .sm\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea !important;
  }

  .sm\:placeholder-indigo-500::placeholder {
    color: #667eea !important;
  }

  .sm\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .sm\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .sm\:placeholder-indigo-600::placeholder {
    color: #5a67d8 !important;
  }

  .sm\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf !important;
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .sm\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .sm\:placeholder-indigo-700::placeholder {
    color: #4c51bf !important;
  }

  .sm\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    color: #434190 !important;
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190 !important;
  }

  .sm\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190 !important;
  }

  .sm\:placeholder-indigo-800::placeholder {
    color: #434190 !important;
  }

  .sm\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b !important;
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .sm\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .sm\:placeholder-indigo-900::placeholder {
    color: #3c366b !important;
  }

  .sm\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .sm\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff !important;
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .sm\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .sm\:placeholder-purple-100::placeholder {
    color: #faf5ff !important;
  }

  .sm\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .sm\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .sm\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .sm\:placeholder-purple-200::placeholder {
    color: #e9d8fd !important;
  }

  .sm\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .sm\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .sm\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .sm\:placeholder-purple-300::placeholder {
    color: #d6bcfa !important;
  }

  .sm\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .sm\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4 !important;
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .sm\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .sm\:placeholder-purple-400::placeholder {
    color: #b794f4 !important;
  }

  .sm\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .sm\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea !important;
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .sm\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .sm\:placeholder-purple-500::placeholder {
    color: #9f7aea !important;
  }

  .sm\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .sm\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5 !important;
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .sm\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .sm\:placeholder-purple-600::placeholder {
    color: #805ad5 !important;
  }

  .sm\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .sm\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .sm\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .sm\:placeholder-purple-700::placeholder {
    color: #6b46c1 !important;
  }

  .sm\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .sm\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a !important;
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .sm\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .sm\:placeholder-purple-800::placeholder {
    color: #553c9a !important;
  }

  .sm\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .sm\:placeholder-purple-900::-moz-placeholder {
    color: #44337a !important;
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a !important;
  }

  .sm\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a !important;
  }

  .sm\:placeholder-purple-900::placeholder {
    color: #44337a !important;
  }

  .sm\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .sm\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .sm\:placeholder-pink-100::placeholder {
    color: #fff5f7 !important;
  }

  .sm\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .sm\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .sm\:placeholder-pink-200::placeholder {
    color: #fed7e2 !important;
  }

  .sm\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .sm\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .sm\:placeholder-pink-300::placeholder {
    color: #fbb6ce !important;
  }

  .sm\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3 !important;
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .sm\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .sm\:placeholder-pink-400::placeholder {
    color: #f687b3 !important;
  }

  .sm\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .sm\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .sm\:placeholder-pink-500::placeholder {
    color: #ed64a6 !important;
  }

  .sm\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c !important;
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .sm\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .sm\:placeholder-pink-600::placeholder {
    color: #d53f8c !important;
  }

  .sm\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    color: #b83280 !important;
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .sm\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .sm\:placeholder-pink-700::placeholder {
    color: #b83280 !important;
  }

  .sm\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    color: #97266d !important;
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d !important;
  }

  .sm\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d !important;
  }

  .sm\:placeholder-pink-800::placeholder {
    color: #97266d !important;
  }

  .sm\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    color: #702459 !important;
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459 !important;
  }

  .sm\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459 !important;
  }

  .sm\:placeholder-pink-900::placeholder {
    color: #702459 !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000 !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000 !important;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000 !important;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000 !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff !important;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff !important;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc !important;
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7 !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0 !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0 !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0 !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096 !important;
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096 !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096 !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096 !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568 !important;
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568 !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748 !important;
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748 !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c !important;
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c !important;
  }

  .sm\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .sm\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5 !important;
  }

  .sm\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .sm\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7 !important;
  }

  .sm\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .sm\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2 !important;
  }

  .sm\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181 !important;
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .sm\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181 !important;
  }

  .sm\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565 !important;
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .sm\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565 !important;
  }

  .sm\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e !important;
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .sm\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e !important;
  }

  .sm\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030 !important;
  }

  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .sm\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030 !important;
  }

  .sm\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .sm\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c !important;
  }

  .sm\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a !important;
  }

  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .sm\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0 !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8 !important;
  }

  .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8 !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d !important;
  }

  .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55 !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936 !important;
  }

  .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936 !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20 !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621 !important;
  }

  .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621 !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221 !important;
  }

  .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221 !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e !important;
  }

  .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0 !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0 !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089 !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089 !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16 !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16 !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210 !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210 !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210 !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210 !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4 !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5 !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4 !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391 !important;
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391 !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78 !important;
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78 !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169 !important;
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169 !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a !important;
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749 !important;
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749 !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749 !important;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749 !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d !important;
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d !important;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa !important;
  }

  .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9 !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5 !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac !important;
  }

  .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795 !important;
  }

  .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795 !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795 !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795 !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61 !important;
  }

  .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61 !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52 !important;
  }

  .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52 !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8 !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4 !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed !important;
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1 !important;
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1 !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce !important;
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0 !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282 !important;
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282 !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365 !important;
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365 !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5 !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8 !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190 !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190 !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190 !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190 !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff !important;
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4 !important;
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4 !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea !important;
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5 !important;
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5 !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1 !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a !important;
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a !important;
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7 !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2 !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3 !important;
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3 !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6 !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c !important;
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280 !important;
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280 !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d !important;
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459 !important;
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459 !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459 !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459 !important;
  }

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

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

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

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

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

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

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

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

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

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

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

  .sm\:inset-1\/5 {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .sm\:inset-2\/5 {
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .sm\:inset-3\/5 {
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .sm\:inset-4\/5 {
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .sm\:inset-1\/6 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .sm\:inset-2\/6 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-3\/6 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-4\/6 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-5\/6 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .sm\:inset-1\/12 {
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .sm\:inset-2\/12 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .sm\:inset-3\/12 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:inset-4\/12 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-5\/12 {
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .sm\:inset-6\/12 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-7\/12 {
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .sm\:inset-8\/12 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-9\/12 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .sm\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:inset-y-1\/5 {
    top: 20% !important;
    bottom: 20% !important;
  }

  .sm\:inset-x-1\/5 {
    right: 20% !important;
    left: 20% !important;
  }

  .sm\:inset-y-2\/5 {
    top: 40% !important;
    bottom: 40% !important;
  }

  .sm\:inset-x-2\/5 {
    right: 40% !important;
    left: 40% !important;
  }

  .sm\:inset-y-3\/5 {
    top: 60% !important;
    bottom: 60% !important;
  }

  .sm\:inset-x-3\/5 {
    right: 60% !important;
    left: 60% !important;
  }

  .sm\:inset-y-4\/5 {
    top: 80% !important;
    bottom: 80% !important;
  }

  .sm\:inset-x-4\/5 {
    right: 80% !important;
    left: 80% !important;
  }

  .sm\:inset-y-1\/6 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .sm\:inset-x-1\/6 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .sm\:inset-y-2\/6 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:inset-x-2\/6 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-y-3\/6 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-x-3\/6 {
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-y-4\/6 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:inset-x-4\/6 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-y-5\/6 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .sm\:inset-x-5\/6 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .sm\:inset-y-1\/12 {
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .sm\:inset-x-1\/12 {
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .sm\:inset-y-2\/12 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .sm\:inset-x-2\/12 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .sm\:inset-y-3\/12 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:inset-x-3\/12 {
    right: 25% !important;
    left: 25% !important;
  }

  .sm\:inset-y-4\/12 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:inset-x-4\/12 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-y-5\/12 {
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .sm\:inset-x-5\/12 {
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .sm\:inset-y-6\/12 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-x-6\/12 {
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-y-7\/12 {
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .sm\:inset-x-7\/12 {
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .sm\:inset-y-8\/12 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:inset-x-8\/12 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-y-9\/12 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:inset-x-9\/12 {
    right: 75% !important;
    left: 75% !important;
  }

  .sm\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .sm\:inset-x-10\/12 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .sm\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .sm\:inset-x-11\/12 {
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .sm\:top-0 {
    top: 0 !important;
  }

  .sm\:right-0 {
    right: 0 !important;
  }

  .sm\:bottom-0 {
    bottom: 0 !important;
  }

  .sm\:left-0 {
    left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:top-1\/5 {
    top: 20% !important;
  }

  .sm\:right-1\/5 {
    right: 20% !important;
  }

  .sm\:bottom-1\/5 {
    bottom: 20% !important;
  }

  .sm\:left-1\/5 {
    left: 20% !important;
  }

  .sm\:top-2\/5 {
    top: 40% !important;
  }

  .sm\:right-2\/5 {
    right: 40% !important;
  }

  .sm\:bottom-2\/5 {
    bottom: 40% !important;
  }

  .sm\:left-2\/5 {
    left: 40% !important;
  }

  .sm\:top-3\/5 {
    top: 60% !important;
  }

  .sm\:right-3\/5 {
    right: 60% !important;
  }

  .sm\:bottom-3\/5 {
    bottom: 60% !important;
  }

  .sm\:left-3\/5 {
    left: 60% !important;
  }

  .sm\:top-4\/5 {
    top: 80% !important;
  }

  .sm\:right-4\/5 {
    right: 80% !important;
  }

  .sm\:bottom-4\/5 {
    bottom: 80% !important;
  }

  .sm\:left-4\/5 {
    left: 80% !important;
  }

  .sm\:top-1\/6 {
    top: 16.666667% !important;
  }

  .sm\:right-1\/6 {
    right: 16.666667% !important;
  }

  .sm\:bottom-1\/6 {
    bottom: 16.666667% !important;
  }

  .sm\:left-1\/6 {
    left: 16.666667% !important;
  }

  .sm\:top-2\/6 {
    top: 33.333333% !important;
  }

  .sm\:right-2\/6 {
    right: 33.333333% !important;
  }

  .sm\:bottom-2\/6 {
    bottom: 33.333333% !important;
  }

  .sm\:left-2\/6 {
    left: 33.333333% !important;
  }

  .sm\:top-3\/6 {
    top: 50% !important;
  }

  .sm\:right-3\/6 {
    right: 50% !important;
  }

  .sm\:bottom-3\/6 {
    bottom: 50% !important;
  }

  .sm\:left-3\/6 {
    left: 50% !important;
  }

  .sm\:top-4\/6 {
    top: 66.666667% !important;
  }

  .sm\:right-4\/6 {
    right: 66.666667% !important;
  }

  .sm\:bottom-4\/6 {
    bottom: 66.666667% !important;
  }

  .sm\:left-4\/6 {
    left: 66.666667% !important;
  }

  .sm\:top-5\/6 {
    top: 83.333333% !important;
  }

  .sm\:right-5\/6 {
    right: 83.333333% !important;
  }

  .sm\:bottom-5\/6 {
    bottom: 83.333333% !important;
  }

  .sm\:left-5\/6 {
    left: 83.333333% !important;
  }

  .sm\:top-1\/12 {
    top: 8.333333% !important;
  }

  .sm\:right-1\/12 {
    right: 8.333333% !important;
  }

  .sm\:bottom-1\/12 {
    bottom: 8.333333% !important;
  }

  .sm\:left-1\/12 {
    left: 8.333333% !important;
  }

  .sm\:top-2\/12 {
    top: 16.666667% !important;
  }

  .sm\:right-2\/12 {
    right: 16.666667% !important;
  }

  .sm\:bottom-2\/12 {
    bottom: 16.666667% !important;
  }

  .sm\:left-2\/12 {
    left: 16.666667% !important;
  }

  .sm\:top-3\/12 {
    top: 25% !important;
  }

  .sm\:right-3\/12 {
    right: 25% !important;
  }

  .sm\:bottom-3\/12 {
    bottom: 25% !important;
  }

  .sm\:left-3\/12 {
    left: 25% !important;
  }

  .sm\:top-4\/12 {
    top: 33.333333% !important;
  }

  .sm\:right-4\/12 {
    right: 33.333333% !important;
  }

  .sm\:bottom-4\/12 {
    bottom: 33.333333% !important;
  }

  .sm\:left-4\/12 {
    left: 33.333333% !important;
  }

  .sm\:top-5\/12 {
    top: 41.666667% !important;
  }

  .sm\:right-5\/12 {
    right: 41.666667% !important;
  }

  .sm\:bottom-5\/12 {
    bottom: 41.666667% !important;
  }

  .sm\:left-5\/12 {
    left: 41.666667% !important;
  }

  .sm\:top-6\/12 {
    top: 50% !important;
  }

  .sm\:right-6\/12 {
    right: 50% !important;
  }

  .sm\:bottom-6\/12 {
    bottom: 50% !important;
  }

  .sm\:left-6\/12 {
    left: 50% !important;
  }

  .sm\:top-7\/12 {
    top: 58.333333% !important;
  }

  .sm\:right-7\/12 {
    right: 58.333333% !important;
  }

  .sm\:bottom-7\/12 {
    bottom: 58.333333% !important;
  }

  .sm\:left-7\/12 {
    left: 58.333333% !important;
  }

  .sm\:top-8\/12 {
    top: 66.666667% !important;
  }

  .sm\:right-8\/12 {
    right: 66.666667% !important;
  }

  .sm\:bottom-8\/12 {
    bottom: 66.666667% !important;
  }

  .sm\:left-8\/12 {
    left: 66.666667% !important;
  }

  .sm\:top-9\/12 {
    top: 75% !important;
  }

  .sm\:right-9\/12 {
    right: 75% !important;
  }

  .sm\:bottom-9\/12 {
    bottom: 75% !important;
  }

  .sm\:left-9\/12 {
    left: 75% !important;
  }

  .sm\:top-10\/12 {
    top: 83.333333% !important;
  }

  .sm\:right-10\/12 {
    right: 83.333333% !important;
  }

  .sm\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .sm\:left-10\/12 {
    left: 83.333333% !important;
  }

  .sm\:top-11\/12 {
    top: 91.666667% !important;
  }

  .sm\:right-11\/12 {
    right: 91.666667% !important;
  }

  .sm\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .sm\:left-11\/12 {
    left: 91.666667% !important;
  }

  .sm\:resize-none {
    resize: none !important;
  }

  .sm\:resize-y {
    resize: vertical !important;
  }

  .sm\:resize-x {
    resize: horizontal !important;
  }

  .sm\:resize {
    resize: both !important;
  }

  .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .sm\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:shadow-none {
    box-shadow: none !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .sm\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .sm\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

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

  .sm\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .sm\:fill-current {
    fill: currentColor !important;
  }

  .sm\:stroke-current {
    stroke: currentColor !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

  .sm\:text-black {
    color: #000 !important;
  }

  .sm\:text-white {
    color: #fff !important;
  }

  .sm\:text-gray-100 {
    color: #f7fafc !important;
  }

  .sm\:text-gray-200 {
    color: #edf2f7 !important;
  }

  .sm\:text-gray-300 {
    color: #e2e8f0 !important;
  }

  .sm\:text-gray-400 {
    color: #cbd5e0 !important;
  }

  .sm\:text-gray-500 {
    color: #a0aec0 !important;
  }

  .sm\:text-gray-600 {
    color: #718096 !important;
  }

  .sm\:text-gray-700 {
    color: #4a5568 !important;
  }

  .sm\:text-gray-800 {
    color: #2d3748 !important;
  }

  .sm\:text-gray-900 {
    color: #1a202c !important;
  }

  .sm\:text-red-100 {
    color: #fff5f5 !important;
  }

  .sm\:text-red-200 {
    color: #fed7d7 !important;
  }

  .sm\:text-red-300 {
    color: #feb2b2 !important;
  }

  .sm\:text-red-400 {
    color: #fc8181 !important;
  }

  .sm\:text-red-500 {
    color: #f56565 !important;
  }

  .sm\:text-red-600 {
    color: #e53e3e !important;
  }

  .sm\:text-red-700 {
    color: #c53030 !important;
  }

  .sm\:text-red-800 {
    color: #9b2c2c !important;
  }

  .sm\:text-red-900 {
    color: #742a2a !important;
  }

  .sm\:text-orange-100 {
    color: #fffaf0 !important;
  }

  .sm\:text-orange-200 {
    color: #feebc8 !important;
  }

  .sm\:text-orange-300 {
    color: #fbd38d !important;
  }

  .sm\:text-orange-400 {
    color: #f6ad55 !important;
  }

  .sm\:text-orange-500 {
    color: #ed8936 !important;
  }

  .sm\:text-orange-600 {
    color: #dd6b20 !important;
  }

  .sm\:text-orange-700 {
    color: #c05621 !important;
  }

  .sm\:text-orange-800 {
    color: #9c4221 !important;
  }

  .sm\:text-orange-900 {
    color: #7b341e !important;
  }

  .sm\:text-yellow-100 {
    color: #fffff0 !important;
  }

  .sm\:text-yellow-200 {
    color: #fefcbf !important;
  }

  .sm\:text-yellow-300 {
    color: #faf089 !important;
  }

  .sm\:text-yellow-400 {
    color: #f6e05e !important;
  }

  .sm\:text-yellow-500 {
    color: #ecc94b !important;
  }

  .sm\:text-yellow-600 {
    color: #d69e2e !important;
  }

  .sm\:text-yellow-700 {
    color: #b7791f !important;
  }

  .sm\:text-yellow-800 {
    color: #975a16 !important;
  }

  .sm\:text-yellow-900 {
    color: #744210 !important;
  }

  .sm\:text-green-100 {
    color: #f0fff4 !important;
  }

  .sm\:text-green-200 {
    color: #c6f6d5 !important;
  }

  .sm\:text-green-300 {
    color: #9ae6b4 !important;
  }

  .sm\:text-green-400 {
    color: #68d391 !important;
  }

  .sm\:text-green-500 {
    color: #48bb78 !important;
  }

  .sm\:text-green-600 {
    color: #38a169 !important;
  }

  .sm\:text-green-700 {
    color: #2f855a !important;
  }

  .sm\:text-green-800 {
    color: #276749 !important;
  }

  .sm\:text-green-900 {
    color: #22543d !important;
  }

  .sm\:text-teal-100 {
    color: #e6fffa !important;
  }

  .sm\:text-teal-200 {
    color: #b2f5ea !important;
  }

  .sm\:text-teal-300 {
    color: #81e6d9 !important;
  }

  .sm\:text-teal-400 {
    color: #4fd1c5 !important;
  }

  .sm\:text-teal-500 {
    color: #38b2ac !important;
  }

  .sm\:text-teal-600 {
    color: #319795 !important;
  }

  .sm\:text-teal-700 {
    color: #2c7a7b !important;
  }

  .sm\:text-teal-800 {
    color: #285e61 !important;
  }

  .sm\:text-teal-900 {
    color: #234e52 !important;
  }

  .sm\:text-blue-100 {
    color: #ebf8ff !important;
  }

  .sm\:text-blue-200 {
    color: #bee3f8 !important;
  }

  .sm\:text-blue-300 {
    color: #90cdf4 !important;
  }

  .sm\:text-blue-400 {
    color: #63b3ed !important;
  }

  .sm\:text-blue-500 {
    color: #4299e1 !important;
  }

  .sm\:text-blue-600 {
    color: #3182ce !important;
  }

  .sm\:text-blue-700 {
    color: #2b6cb0 !important;
  }

  .sm\:text-blue-800 {
    color: #2c5282 !important;
  }

  .sm\:text-blue-900 {
    color: #2a4365 !important;
  }

  .sm\:text-indigo-100 {
    color: #ebf4ff !important;
  }

  .sm\:text-indigo-200 {
    color: #c3dafe !important;
  }

  .sm\:text-indigo-300 {
    color: #a3bffa !important;
  }

  .sm\:text-indigo-400 {
    color: #7f9cf5 !important;
  }

  .sm\:text-indigo-500 {
    color: #667eea !important;
  }

  .sm\:text-indigo-600 {
    color: #5a67d8 !important;
  }

  .sm\:text-indigo-700 {
    color: #4c51bf !important;
  }

  .sm\:text-indigo-800 {
    color: #434190 !important;
  }

  .sm\:text-indigo-900 {
    color: #3c366b !important;
  }

  .sm\:text-purple-100 {
    color: #faf5ff !important;
  }

  .sm\:text-purple-200 {
    color: #e9d8fd !important;
  }

  .sm\:text-purple-300 {
    color: #d6bcfa !important;
  }

  .sm\:text-purple-400 {
    color: #b794f4 !important;
  }

  .sm\:text-purple-500 {
    color: #9f7aea !important;
  }

  .sm\:text-purple-600 {
    color: #805ad5 !important;
  }

  .sm\:text-purple-700 {
    color: #6b46c1 !important;
  }

  .sm\:text-purple-800 {
    color: #553c9a !important;
  }

  .sm\:text-purple-900 {
    color: #44337a !important;
  }

  .sm\:text-pink-100 {
    color: #fff5f7 !important;
  }

  .sm\:text-pink-200 {
    color: #fed7e2 !important;
  }

  .sm\:text-pink-300 {
    color: #fbb6ce !important;
  }

  .sm\:text-pink-400 {
    color: #f687b3 !important;
  }

  .sm\:text-pink-500 {
    color: #ed64a6 !important;
  }

  .sm\:text-pink-600 {
    color: #d53f8c !important;
  }

  .sm\:text-pink-700 {
    color: #b83280 !important;
  }

  .sm\:text-pink-800 {
    color: #97266d !important;
  }

  .sm\:text-pink-900 {
    color: #702459 !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-black:hover {
    color: #000 !important;
  }

  .sm\:hover\:text-white:hover {
    color: #fff !important;
  }

  .sm\:hover\:text-gray-100:hover {
    color: #f7fafc !important;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #edf2f7 !important;
  }

  .sm\:hover\:text-gray-300:hover {
    color: #e2e8f0 !important;
  }

  .sm\:hover\:text-gray-400:hover {
    color: #cbd5e0 !important;
  }

  .sm\:hover\:text-gray-500:hover {
    color: #a0aec0 !important;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #718096 !important;
  }

  .sm\:hover\:text-gray-700:hover {
    color: #4a5568 !important;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #2d3748 !important;
  }

  .sm\:hover\:text-gray-900:hover {
    color: #1a202c !important;
  }

  .sm\:hover\:text-red-100:hover {
    color: #fff5f5 !important;
  }

  .sm\:hover\:text-red-200:hover {
    color: #fed7d7 !important;
  }

  .sm\:hover\:text-red-300:hover {
    color: #feb2b2 !important;
  }

  .sm\:hover\:text-red-400:hover {
    color: #fc8181 !important;
  }

  .sm\:hover\:text-red-500:hover {
    color: #f56565 !important;
  }

  .sm\:hover\:text-red-600:hover {
    color: #e53e3e !important;
  }

  .sm\:hover\:text-red-700:hover {
    color: #c53030 !important;
  }

  .sm\:hover\:text-red-800:hover {
    color: #9b2c2c !important;
  }

  .sm\:hover\:text-red-900:hover {
    color: #742a2a !important;
  }

  .sm\:hover\:text-orange-100:hover {
    color: #fffaf0 !important;
  }

  .sm\:hover\:text-orange-200:hover {
    color: #feebc8 !important;
  }

  .sm\:hover\:text-orange-300:hover {
    color: #fbd38d !important;
  }

  .sm\:hover\:text-orange-400:hover {
    color: #f6ad55 !important;
  }

  .sm\:hover\:text-orange-500:hover {
    color: #ed8936 !important;
  }

  .sm\:hover\:text-orange-600:hover {
    color: #dd6b20 !important;
  }

  .sm\:hover\:text-orange-700:hover {
    color: #c05621 !important;
  }

  .sm\:hover\:text-orange-800:hover {
    color: #9c4221 !important;
  }

  .sm\:hover\:text-orange-900:hover {
    color: #7b341e !important;
  }

  .sm\:hover\:text-yellow-100:hover {
    color: #fffff0 !important;
  }

  .sm\:hover\:text-yellow-200:hover {
    color: #fefcbf !important;
  }

  .sm\:hover\:text-yellow-300:hover {
    color: #faf089 !important;
  }

  .sm\:hover\:text-yellow-400:hover {
    color: #f6e05e !important;
  }

  .sm\:hover\:text-yellow-500:hover {
    color: #ecc94b !important;
  }

  .sm\:hover\:text-yellow-600:hover {
    color: #d69e2e !important;
  }

  .sm\:hover\:text-yellow-700:hover {
    color: #b7791f !important;
  }

  .sm\:hover\:text-yellow-800:hover {
    color: #975a16 !important;
  }

  .sm\:hover\:text-yellow-900:hover {
    color: #744210 !important;
  }

  .sm\:hover\:text-green-100:hover {
    color: #f0fff4 !important;
  }

  .sm\:hover\:text-green-200:hover {
    color: #c6f6d5 !important;
  }

  .sm\:hover\:text-green-300:hover {
    color: #9ae6b4 !important;
  }

  .sm\:hover\:text-green-400:hover {
    color: #68d391 !important;
  }

  .sm\:hover\:text-green-500:hover {
    color: #48bb78 !important;
  }

  .sm\:hover\:text-green-600:hover {
    color: #38a169 !important;
  }

  .sm\:hover\:text-green-700:hover {
    color: #2f855a !important;
  }

  .sm\:hover\:text-green-800:hover {
    color: #276749 !important;
  }

  .sm\:hover\:text-green-900:hover {
    color: #22543d !important;
  }

  .sm\:hover\:text-teal-100:hover {
    color: #e6fffa !important;
  }

  .sm\:hover\:text-teal-200:hover {
    color: #b2f5ea !important;
  }

  .sm\:hover\:text-teal-300:hover {
    color: #81e6d9 !important;
  }

  .sm\:hover\:text-teal-400:hover {
    color: #4fd1c5 !important;
  }

  .sm\:hover\:text-teal-500:hover {
    color: #38b2ac !important;
  }

  .sm\:hover\:text-teal-600:hover {
    color: #319795 !important;
  }

  .sm\:hover\:text-teal-700:hover {
    color: #2c7a7b !important;
  }

  .sm\:hover\:text-teal-800:hover {
    color: #285e61 !important;
  }

  .sm\:hover\:text-teal-900:hover {
    color: #234e52 !important;
  }

  .sm\:hover\:text-blue-100:hover {
    color: #ebf8ff !important;
  }

  .sm\:hover\:text-blue-200:hover {
    color: #bee3f8 !important;
  }

  .sm\:hover\:text-blue-300:hover {
    color: #90cdf4 !important;
  }

  .sm\:hover\:text-blue-400:hover {
    color: #63b3ed !important;
  }

  .sm\:hover\:text-blue-500:hover {
    color: #4299e1 !important;
  }

  .sm\:hover\:text-blue-600:hover {
    color: #3182ce !important;
  }

  .sm\:hover\:text-blue-700:hover {
    color: #2b6cb0 !important;
  }

  .sm\:hover\:text-blue-800:hover {
    color: #2c5282 !important;
  }

  .sm\:hover\:text-blue-900:hover {
    color: #2a4365 !important;
  }

  .sm\:hover\:text-indigo-100:hover {
    color: #ebf4ff !important;
  }

  .sm\:hover\:text-indigo-200:hover {
    color: #c3dafe !important;
  }

  .sm\:hover\:text-indigo-300:hover {
    color: #a3bffa !important;
  }

  .sm\:hover\:text-indigo-400:hover {
    color: #7f9cf5 !important;
  }

  .sm\:hover\:text-indigo-500:hover {
    color: #667eea !important;
  }

  .sm\:hover\:text-indigo-600:hover {
    color: #5a67d8 !important;
  }

  .sm\:hover\:text-indigo-700:hover {
    color: #4c51bf !important;
  }

  .sm\:hover\:text-indigo-800:hover {
    color: #434190 !important;
  }

  .sm\:hover\:text-indigo-900:hover {
    color: #3c366b !important;
  }

  .sm\:hover\:text-purple-100:hover {
    color: #faf5ff !important;
  }

  .sm\:hover\:text-purple-200:hover {
    color: #e9d8fd !important;
  }

  .sm\:hover\:text-purple-300:hover {
    color: #d6bcfa !important;
  }

  .sm\:hover\:text-purple-400:hover {
    color: #b794f4 !important;
  }

  .sm\:hover\:text-purple-500:hover {
    color: #9f7aea !important;
  }

  .sm\:hover\:text-purple-600:hover {
    color: #805ad5 !important;
  }

  .sm\:hover\:text-purple-700:hover {
    color: #6b46c1 !important;
  }

  .sm\:hover\:text-purple-800:hover {
    color: #553c9a !important;
  }

  .sm\:hover\:text-purple-900:hover {
    color: #44337a !important;
  }

  .sm\:hover\:text-pink-100:hover {
    color: #fff5f7 !important;
  }

  .sm\:hover\:text-pink-200:hover {
    color: #fed7e2 !important;
  }

  .sm\:hover\:text-pink-300:hover {
    color: #fbb6ce !important;
  }

  .sm\:hover\:text-pink-400:hover {
    color: #f687b3 !important;
  }

  .sm\:hover\:text-pink-500:hover {
    color: #ed64a6 !important;
  }

  .sm\:hover\:text-pink-600:hover {
    color: #d53f8c !important;
  }

  .sm\:hover\:text-pink-700:hover {
    color: #b83280 !important;
  }

  .sm\:hover\:text-pink-800:hover {
    color: #97266d !important;
  }

  .sm\:hover\:text-pink-900:hover {
    color: #702459 !important;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:text-black:focus {
    color: #000 !important;
  }

  .sm\:focus\:text-white:focus {
    color: #fff !important;
  }

  .sm\:focus\:text-gray-100:focus {
    color: #f7fafc !important;
  }

  .sm\:focus\:text-gray-200:focus {
    color: #edf2f7 !important;
  }

  .sm\:focus\:text-gray-300:focus {
    color: #e2e8f0 !important;
  }

  .sm\:focus\:text-gray-400:focus {
    color: #cbd5e0 !important;
  }

  .sm\:focus\:text-gray-500:focus {
    color: #a0aec0 !important;
  }

  .sm\:focus\:text-gray-600:focus {
    color: #718096 !important;
  }

  .sm\:focus\:text-gray-700:focus {
    color: #4a5568 !important;
  }

  .sm\:focus\:text-gray-800:focus {
    color: #2d3748 !important;
  }

  .sm\:focus\:text-gray-900:focus {
    color: #1a202c !important;
  }

  .sm\:focus\:text-red-100:focus {
    color: #fff5f5 !important;
  }

  .sm\:focus\:text-red-200:focus {
    color: #fed7d7 !important;
  }

  .sm\:focus\:text-red-300:focus {
    color: #feb2b2 !important;
  }

  .sm\:focus\:text-red-400:focus {
    color: #fc8181 !important;
  }

  .sm\:focus\:text-red-500:focus {
    color: #f56565 !important;
  }

  .sm\:focus\:text-red-600:focus {
    color: #e53e3e !important;
  }

  .sm\:focus\:text-red-700:focus {
    color: #c53030 !important;
  }

  .sm\:focus\:text-red-800:focus {
    color: #9b2c2c !important;
  }

  .sm\:focus\:text-red-900:focus {
    color: #742a2a !important;
  }

  .sm\:focus\:text-orange-100:focus {
    color: #fffaf0 !important;
  }

  .sm\:focus\:text-orange-200:focus {
    color: #feebc8 !important;
  }

  .sm\:focus\:text-orange-300:focus {
    color: #fbd38d !important;
  }

  .sm\:focus\:text-orange-400:focus {
    color: #f6ad55 !important;
  }

  .sm\:focus\:text-orange-500:focus {
    color: #ed8936 !important;
  }

  .sm\:focus\:text-orange-600:focus {
    color: #dd6b20 !important;
  }

  .sm\:focus\:text-orange-700:focus {
    color: #c05621 !important;
  }

  .sm\:focus\:text-orange-800:focus {
    color: #9c4221 !important;
  }

  .sm\:focus\:text-orange-900:focus {
    color: #7b341e !important;
  }

  .sm\:focus\:text-yellow-100:focus {
    color: #fffff0 !important;
  }

  .sm\:focus\:text-yellow-200:focus {
    color: #fefcbf !important;
  }

  .sm\:focus\:text-yellow-300:focus {
    color: #faf089 !important;
  }

  .sm\:focus\:text-yellow-400:focus {
    color: #f6e05e !important;
  }

  .sm\:focus\:text-yellow-500:focus {
    color: #ecc94b !important;
  }

  .sm\:focus\:text-yellow-600:focus {
    color: #d69e2e !important;
  }

  .sm\:focus\:text-yellow-700:focus {
    color: #b7791f !important;
  }

  .sm\:focus\:text-yellow-800:focus {
    color: #975a16 !important;
  }

  .sm\:focus\:text-yellow-900:focus {
    color: #744210 !important;
  }

  .sm\:focus\:text-green-100:focus {
    color: #f0fff4 !important;
  }

  .sm\:focus\:text-green-200:focus {
    color: #c6f6d5 !important;
  }

  .sm\:focus\:text-green-300:focus {
    color: #9ae6b4 !important;
  }

  .sm\:focus\:text-green-400:focus {
    color: #68d391 !important;
  }

  .sm\:focus\:text-green-500:focus {
    color: #48bb78 !important;
  }

  .sm\:focus\:text-green-600:focus {
    color: #38a169 !important;
  }

  .sm\:focus\:text-green-700:focus {
    color: #2f855a !important;
  }

  .sm\:focus\:text-green-800:focus {
    color: #276749 !important;
  }

  .sm\:focus\:text-green-900:focus {
    color: #22543d !important;
  }

  .sm\:focus\:text-teal-100:focus {
    color: #e6fffa !important;
  }

  .sm\:focus\:text-teal-200:focus {
    color: #b2f5ea !important;
  }

  .sm\:focus\:text-teal-300:focus {
    color: #81e6d9 !important;
  }

  .sm\:focus\:text-teal-400:focus {
    color: #4fd1c5 !important;
  }

  .sm\:focus\:text-teal-500:focus {
    color: #38b2ac !important;
  }

  .sm\:focus\:text-teal-600:focus {
    color: #319795 !important;
  }

  .sm\:focus\:text-teal-700:focus {
    color: #2c7a7b !important;
  }

  .sm\:focus\:text-teal-800:focus {
    color: #285e61 !important;
  }

  .sm\:focus\:text-teal-900:focus {
    color: #234e52 !important;
  }

  .sm\:focus\:text-blue-100:focus {
    color: #ebf8ff !important;
  }

  .sm\:focus\:text-blue-200:focus {
    color: #bee3f8 !important;
  }

  .sm\:focus\:text-blue-300:focus {
    color: #90cdf4 !important;
  }

  .sm\:focus\:text-blue-400:focus {
    color: #63b3ed !important;
  }

  .sm\:focus\:text-blue-500:focus {
    color: #4299e1 !important;
  }

  .sm\:focus\:text-blue-600:focus {
    color: #3182ce !important;
  }

  .sm\:focus\:text-blue-700:focus {
    color: #2b6cb0 !important;
  }

  .sm\:focus\:text-blue-800:focus {
    color: #2c5282 !important;
  }

  .sm\:focus\:text-blue-900:focus {
    color: #2a4365 !important;
  }

  .sm\:focus\:text-indigo-100:focus {
    color: #ebf4ff !important;
  }

  .sm\:focus\:text-indigo-200:focus {
    color: #c3dafe !important;
  }

  .sm\:focus\:text-indigo-300:focus {
    color: #a3bffa !important;
  }

  .sm\:focus\:text-indigo-400:focus {
    color: #7f9cf5 !important;
  }

  .sm\:focus\:text-indigo-500:focus {
    color: #667eea !important;
  }

  .sm\:focus\:text-indigo-600:focus {
    color: #5a67d8 !important;
  }

  .sm\:focus\:text-indigo-700:focus {
    color: #4c51bf !important;
  }

  .sm\:focus\:text-indigo-800:focus {
    color: #434190 !important;
  }

  .sm\:focus\:text-indigo-900:focus {
    color: #3c366b !important;
  }

  .sm\:focus\:text-purple-100:focus {
    color: #faf5ff !important;
  }

  .sm\:focus\:text-purple-200:focus {
    color: #e9d8fd !important;
  }

  .sm\:focus\:text-purple-300:focus {
    color: #d6bcfa !important;
  }

  .sm\:focus\:text-purple-400:focus {
    color: #b794f4 !important;
  }

  .sm\:focus\:text-purple-500:focus {
    color: #9f7aea !important;
  }

  .sm\:focus\:text-purple-600:focus {
    color: #805ad5 !important;
  }

  .sm\:focus\:text-purple-700:focus {
    color: #6b46c1 !important;
  }

  .sm\:focus\:text-purple-800:focus {
    color: #553c9a !important;
  }

  .sm\:focus\:text-purple-900:focus {
    color: #44337a !important;
  }

  .sm\:focus\:text-pink-100:focus {
    color: #fff5f7 !important;
  }

  .sm\:focus\:text-pink-200:focus {
    color: #fed7e2 !important;
  }

  .sm\:focus\:text-pink-300:focus {
    color: #fbb6ce !important;
  }

  .sm\:focus\:text-pink-400:focus {
    color: #f687b3 !important;
  }

  .sm\:focus\:text-pink-500:focus {
    color: #ed64a6 !important;
  }

  .sm\:focus\:text-pink-600:focus {
    color: #d53f8c !important;
  }

  .sm\:focus\:text-pink-700:focus {
    color: #b83280 !important;
  }

  .sm\:focus\:text-pink-800:focus {
    color: #97266d !important;
  }

  .sm\:focus\:text-pink-900:focus {
    color: #702459 !important;
  }

  .sm\:text-xs {
    font-size: 0.75rem !important;
  }

  .sm\:text-sm {
    font-size: 0.875rem !important;
  }

  .sm\:text-base {
    font-size: 1rem !important;
  }

  .sm\:text-lg {
    font-size: 1.125rem !important;
  }

  .sm\:text-xl {
    font-size: 1.25rem !important;
  }

  .sm\:text-2xl {
    font-size: 1.5rem !important;
  }

  .sm\:text-3xl {
    font-size: 1.875rem !important;
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important;
  }

  .sm\:text-5xl {
    font-size: 3rem !important;
  }

  .sm\:text-6xl {
    font-size: 4rem !important;
  }

  .sm\:italic {
    font-style: italic !important;
  }

  .sm\:not-italic {
    font-style: normal !important;
  }

  .sm\:uppercase {
    text-transform: uppercase !important;
  }

  .sm\:lowercase {
    text-transform: lowercase !important;
  }

  .sm\:capitalize {
    text-transform: capitalize !important;
  }

  .sm\:normal-case {
    text-transform: none !important;
  }

  .sm\:underline {
    text-decoration: underline !important;
  }

  .sm\:line-through {
    text-decoration: line-through !important;
  }

  .sm\:no-underline {
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .sm\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:align-top {
    vertical-align: top !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:invisible {
    visibility: hidden !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-normal {
    word-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words {
    word-wrap: break-word !important;
  }

  .sm\:break-all {
    word-break: break-all !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-0 {
    width: 0 !important;
  }

  .sm\:w-1 {
    width: 0.25rem !important;
  }

  .sm\:w-2 {
    width: 0.5rem !important;
  }

  .sm\:w-3 {
    width: 0.75rem !important;
  }

  .sm\:w-4 {
    width: 1rem !important;
  }

  .sm\:w-5 {
    width: 1.25rem !important;
  }

  .sm\:w-6 {
    width: 1.5rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

  .sm\:w-10 {
    width: 2.5rem !important;
  }

  .sm\:w-12 {
    width: 3rem !important;
  }

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-20 {
    width: 5rem !important;
  }

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

  .sm\:w-40 {
    width: 10rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-56 {
    width: 14rem !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-2\/4 {
    width: 50% !important;
  }

  .sm\:w-3\/4 {
    width: 75% !important;
  }

  .sm\:w-1\/5 {
    width: 20% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-4\/5 {
    width: 80% !important;
  }

  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:w-3\/6 {
    width: 50% !important;
  }

  .sm\:w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:w-1\/12 {
    width: 8.333333% !important;
  }

  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }

  .sm\:w-3\/12 {
    width: 25% !important;
  }

  .sm\:w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:w-6\/12 {
    width: 50% !important;
  }

  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:w-9\/12 {
    width: 75% !important;
  }

  .sm\:w-10\/12 {
    width: 83.333333% !important;
  }

  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .fl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .fl\:bg-local {
    background-attachment: local !important;
  }

  .fl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .fl\:bg-transparent {
    background-color: transparent !important;
  }

  .fl\:bg-black {
    background-color: #000 !important;
  }

  .fl\:bg-white {
    background-color: #fff !important;
  }

  .fl\:bg-gray-100 {
    background-color: #f7fafc !important;
  }

  .fl\:bg-gray-200 {
    background-color: #edf2f7 !important;
  }

  .fl\:bg-gray-300 {
    background-color: #e2e8f0 !important;
  }

  .fl\:bg-gray-400 {
    background-color: #cbd5e0 !important;
  }

  .fl\:bg-gray-500 {
    background-color: #a0aec0 !important;
  }

  .fl\:bg-gray-600 {
    background-color: #718096 !important;
  }

  .fl\:bg-gray-700 {
    background-color: #4a5568 !important;
  }

  .fl\:bg-gray-800 {
    background-color: #2d3748 !important;
  }

  .fl\:bg-gray-900 {
    background-color: #1a202c !important;
  }

  .fl\:bg-red-100 {
    background-color: #fff5f5 !important;
  }

  .fl\:bg-red-200 {
    background-color: #fed7d7 !important;
  }

  .fl\:bg-red-300 {
    background-color: #feb2b2 !important;
  }

  .fl\:bg-red-400 {
    background-color: #fc8181 !important;
  }

  .fl\:bg-red-500 {
    background-color: #f56565 !important;
  }

  .fl\:bg-red-600 {
    background-color: #e53e3e !important;
  }

  .fl\:bg-red-700 {
    background-color: #c53030 !important;
  }

  .fl\:bg-red-800 {
    background-color: #9b2c2c !important;
  }

  .fl\:bg-red-900 {
    background-color: #742a2a !important;
  }

  .fl\:bg-orange-100 {
    background-color: #fffaf0 !important;
  }

  .fl\:bg-orange-200 {
    background-color: #feebc8 !important;
  }

  .fl\:bg-orange-300 {
    background-color: #fbd38d !important;
  }

  .fl\:bg-orange-400 {
    background-color: #f6ad55 !important;
  }

  .fl\:bg-orange-500 {
    background-color: #ed8936 !important;
  }

  .fl\:bg-orange-600 {
    background-color: #dd6b20 !important;
  }

  .fl\:bg-orange-700 {
    background-color: #c05621 !important;
  }

  .fl\:bg-orange-800 {
    background-color: #9c4221 !important;
  }

  .fl\:bg-orange-900 {
    background-color: #7b341e !important;
  }

  .fl\:bg-yellow-100 {
    background-color: #fffff0 !important;
  }

  .fl\:bg-yellow-200 {
    background-color: #fefcbf !important;
  }

  .fl\:bg-yellow-300 {
    background-color: #faf089 !important;
  }

  .fl\:bg-yellow-400 {
    background-color: #f6e05e !important;
  }

  .fl\:bg-yellow-500 {
    background-color: #ecc94b !important;
  }

  .fl\:bg-yellow-600 {
    background-color: #d69e2e !important;
  }

  .fl\:bg-yellow-700 {
    background-color: #b7791f !important;
  }

  .fl\:bg-yellow-800 {
    background-color: #975a16 !important;
  }

  .fl\:bg-yellow-900 {
    background-color: #744210 !important;
  }

  .fl\:bg-green-100 {
    background-color: #f0fff4 !important;
  }

  .fl\:bg-green-200 {
    background-color: #c6f6d5 !important;
  }

  .fl\:bg-green-300 {
    background-color: #9ae6b4 !important;
  }

  .fl\:bg-green-400 {
    background-color: #68d391 !important;
  }

  .fl\:bg-green-500 {
    background-color: #48bb78 !important;
  }

  .fl\:bg-green-600 {
    background-color: #38a169 !important;
  }

  .fl\:bg-green-700 {
    background-color: #2f855a !important;
  }

  .fl\:bg-green-800 {
    background-color: #276749 !important;
  }

  .fl\:bg-green-900 {
    background-color: #22543d !important;
  }

  .fl\:bg-teal-100 {
    background-color: #e6fffa !important;
  }

  .fl\:bg-teal-200 {
    background-color: #b2f5ea !important;
  }

  .fl\:bg-teal-300 {
    background-color: #81e6d9 !important;
  }

  .fl\:bg-teal-400 {
    background-color: #4fd1c5 !important;
  }

  .fl\:bg-teal-500 {
    background-color: #38b2ac !important;
  }

  .fl\:bg-teal-600 {
    background-color: #319795 !important;
  }

  .fl\:bg-teal-700 {
    background-color: #2c7a7b !important;
  }

  .fl\:bg-teal-800 {
    background-color: #285e61 !important;
  }

  .fl\:bg-teal-900 {
    background-color: #234e52 !important;
  }

  .fl\:bg-blue-100 {
    background-color: #ebf8ff !important;
  }

  .fl\:bg-blue-200 {
    background-color: #bee3f8 !important;
  }

  .fl\:bg-blue-300 {
    background-color: #90cdf4 !important;
  }

  .fl\:bg-blue-400 {
    background-color: #63b3ed !important;
  }

  .fl\:bg-blue-500 {
    background-color: #4299e1 !important;
  }

  .fl\:bg-blue-600 {
    background-color: #3182ce !important;
  }

  .fl\:bg-blue-700 {
    background-color: #2b6cb0 !important;
  }

  .fl\:bg-blue-800 {
    background-color: #2c5282 !important;
  }

  .fl\:bg-blue-900 {
    background-color: #2a4365 !important;
  }

  .fl\:bg-indigo-100 {
    background-color: #ebf4ff !important;
  }

  .fl\:bg-indigo-200 {
    background-color: #c3dafe !important;
  }

  .fl\:bg-indigo-300 {
    background-color: #a3bffa !important;
  }

  .fl\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
  }

  .fl\:bg-indigo-500 {
    background-color: #667eea !important;
  }

  .fl\:bg-indigo-600 {
    background-color: #5a67d8 !important;
  }

  .fl\:bg-indigo-700 {
    background-color: #4c51bf !important;
  }

  .fl\:bg-indigo-800 {
    background-color: #434190 !important;
  }

  .fl\:bg-indigo-900 {
    background-color: #3c366b !important;
  }

  .fl\:bg-purple-100 {
    background-color: #faf5ff !important;
  }

  .fl\:bg-purple-200 {
    background-color: #e9d8fd !important;
  }

  .fl\:bg-purple-300 {
    background-color: #d6bcfa !important;
  }

  .fl\:bg-purple-400 {
    background-color: #b794f4 !important;
  }

  .fl\:bg-purple-500 {
    background-color: #9f7aea !important;
  }

  .fl\:bg-purple-600 {
    background-color: #805ad5 !important;
  }

  .fl\:bg-purple-700 {
    background-color: #6b46c1 !important;
  }

  .fl\:bg-purple-800 {
    background-color: #553c9a !important;
  }

  .fl\:bg-purple-900 {
    background-color: #44337a !important;
  }

  .fl\:bg-pink-100 {
    background-color: #fff5f7 !important;
  }

  .fl\:bg-pink-200 {
    background-color: #fed7e2 !important;
  }

  .fl\:bg-pink-300 {
    background-color: #fbb6ce !important;
  }

  .fl\:bg-pink-400 {
    background-color: #f687b3 !important;
  }

  .fl\:bg-pink-500 {
    background-color: #ed64a6 !important;
  }

  .fl\:bg-pink-600 {
    background-color: #d53f8c !important;
  }

  .fl\:bg-pink-700 {
    background-color: #b83280 !important;
  }

  .fl\:bg-pink-800 {
    background-color: #97266d !important;
  }

  .fl\:bg-pink-900 {
    background-color: #702459 !important;
  }

  .fl\:bg-primary {
    background-color: #3490dc !important;
  }

  .fl\:bg-secondary {
    background-color: #ffed4a !important;
  }

  .fl\:bg-danger {
    background-color: #e3342f !important;
  }

  .fl\:bg-appleGrey {
    background-color: #f3f3f3 !important;
  }

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

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

  .fl\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .fl\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
  }

  .fl\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
  }

  .fl\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
  }

  .fl\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
  }

  .fl\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
  }

  .fl\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
  }

  .fl\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
  }

  .fl\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
  }

  .fl\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
  }

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

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

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

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

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

  .fl\:hover\:bg-red-600:hover {
    background-color: #e53e3e !important;
  }

  .fl\:hover\:bg-red-700:hover {
    background-color: #c53030 !important;
  }

  .fl\:hover\:bg-red-800:hover {
    background-color: #9b2c2c !important;
  }

  .fl\:hover\:bg-red-900:hover {
    background-color: #742a2a !important;
  }

  .fl\:hover\:bg-orange-100:hover {
    background-color: #fffaf0 !important;
  }

  .fl\:hover\:bg-orange-200:hover {
    background-color: #feebc8 !important;
  }

  .fl\:hover\:bg-orange-300:hover {
    background-color: #fbd38d !important;
  }

  .fl\:hover\:bg-orange-400:hover {
    background-color: #f6ad55 !important;
  }

  .fl\:hover\:bg-orange-500:hover {
    background-color: #ed8936 !important;
  }

  .fl\:hover\:bg-orange-600:hover {
    background-color: #dd6b20 !important;
  }

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

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

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

  .fl\:hover\:bg-yellow-100:hover {
    background-color: #fffff0 !important;
  }

  .fl\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf !important;
  }

  .fl\:hover\:bg-yellow-300:hover {
    background-color: #faf089 !important;
  }

  .fl\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e !important;
  }

  .fl\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b !important;
  }

  .fl\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e !important;
  }

  .fl\:hover\:bg-yellow-700:hover {
    background-color: #b7791f !important;
  }

  .fl\:hover\:bg-yellow-800:hover {
    background-color: #975a16 !important;
  }

  .fl\:hover\:bg-yellow-900:hover {
    background-color: #744210 !important;
  }

  .fl\:hover\:bg-green-100:hover {
    background-color: #f0fff4 !important;
  }

  .fl\:hover\:bg-green-200:hover {
    background-color: #c6f6d5 !important;
  }

  .fl\:hover\:bg-green-300:hover {
    background-color: #9ae6b4 !important;
  }

  .fl\:hover\:bg-green-400:hover {
    background-color: #68d391 !important;
  }

  .fl\:hover\:bg-green-500:hover {
    background-color: #48bb78 !important;
  }

  .fl\:hover\:bg-green-600:hover {
    background-color: #38a169 !important;
  }

  .fl\:hover\:bg-green-700:hover {
    background-color: #2f855a !important;
  }

  .fl\:hover\:bg-green-800:hover {
    background-color: #276749 !important;
  }

  .fl\:hover\:bg-green-900:hover {
    background-color: #22543d !important;
  }

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

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

  .fl\:hover\:bg-teal-300:hover {
    background-color: #81e6d9 !important;
  }

  .fl\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5 !important;
  }

  .fl\:hover\:bg-teal-500:hover {
    background-color: #38b2ac !important;
  }

  .fl\:hover\:bg-teal-600:hover {
    background-color: #319795 !important;
  }

  .fl\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b !important;
  }

  .fl\:hover\:bg-teal-800:hover {
    background-color: #285e61 !important;
  }

  .fl\:hover\:bg-teal-900:hover {
    background-color: #234e52 !important;
  }

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

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

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

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

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

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

  .fl\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0 !important;
  }

  .fl\:hover\:bg-blue-800:hover {
    background-color: #2c5282 !important;
  }

  .fl\:hover\:bg-blue-900:hover {
    background-color: #2a4365 !important;
  }

  .fl\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
  }

  .fl\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
  }

  .fl\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
  }

  .fl\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
  }

  .fl\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
  }

  .fl\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
  }

  .fl\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
  }

  .fl\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
  }

  .fl\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
  }

  .fl\:hover\:bg-purple-100:hover {
    background-color: #faf5ff !important;
  }

  .fl\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd !important;
  }

  .fl\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa !important;
  }

  .fl\:hover\:bg-purple-400:hover {
    background-color: #b794f4 !important;
  }

  .fl\:hover\:bg-purple-500:hover {
    background-color: #9f7aea !important;
  }

  .fl\:hover\:bg-purple-600:hover {
    background-color: #805ad5 !important;
  }

  .fl\:hover\:bg-purple-700:hover {
    background-color: #6b46c1 !important;
  }

  .fl\:hover\:bg-purple-800:hover {
    background-color: #553c9a !important;
  }

  .fl\:hover\:bg-purple-900:hover {
    background-color: #44337a !important;
  }

  .fl\:hover\:bg-pink-100:hover {
    background-color: #fff5f7 !important;
  }

  .fl\:hover\:bg-pink-200:hover {
    background-color: #fed7e2 !important;
  }

  .fl\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce !important;
  }

  .fl\:hover\:bg-pink-400:hover {
    background-color: #f687b3 !important;
  }

  .fl\:hover\:bg-pink-500:hover {
    background-color: #ed64a6 !important;
  }

  .fl\:hover\:bg-pink-600:hover {
    background-color: #d53f8c !important;
  }

  .fl\:hover\:bg-pink-700:hover {
    background-color: #b83280 !important;
  }

  .fl\:hover\:bg-pink-800:hover {
    background-color: #97266d !important;
  }

  .fl\:hover\:bg-pink-900:hover {
    background-color: #702459 !important;
  }

  .fl\:hover\:bg-primary:hover {
    background-color: #3490dc !important;
  }

  .fl\:hover\:bg-secondary:hover {
    background-color: #ffed4a !important;
  }

  .fl\:hover\:bg-danger:hover {
    background-color: #e3342f !important;
  }

  .fl\:hover\:bg-appleGrey:hover {
    background-color: #f3f3f3 !important;
  }

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

  .fl\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .fl\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .fl\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
  }

  .fl\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
  }

  .fl\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
  }

  .fl\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
  }

  .fl\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
  }

  .fl\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
  }

  .fl\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
  }

  .fl\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
  }

  .fl\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
  }

  .fl\:focus\:bg-red-100:focus {
    background-color: #fff5f5 !important;
  }

  .fl\:focus\:bg-red-200:focus {
    background-color: #fed7d7 !important;
  }

  .fl\:focus\:bg-red-300:focus {
    background-color: #feb2b2 !important;
  }

  .fl\:focus\:bg-red-400:focus {
    background-color: #fc8181 !important;
  }

  .fl\:focus\:bg-red-500:focus {
    background-color: #f56565 !important;
  }

  .fl\:focus\:bg-red-600:focus {
    background-color: #e53e3e !important;
  }

  .fl\:focus\:bg-red-700:focus {
    background-color: #c53030 !important;
  }

  .fl\:focus\:bg-red-800:focus {
    background-color: #9b2c2c !important;
  }

  .fl\:focus\:bg-red-900:focus {
    background-color: #742a2a !important;
  }

  .fl\:focus\:bg-orange-100:focus {
    background-color: #fffaf0 !important;
  }

  .fl\:focus\:bg-orange-200:focus {
    background-color: #feebc8 !important;
  }

  .fl\:focus\:bg-orange-300:focus {
    background-color: #fbd38d !important;
  }

  .fl\:focus\:bg-orange-400:focus {
    background-color: #f6ad55 !important;
  }

  .fl\:focus\:bg-orange-500:focus {
    background-color: #ed8936 !important;
  }

  .fl\:focus\:bg-orange-600:focus {
    background-color: #dd6b20 !important;
  }

  .fl\:focus\:bg-orange-700:focus {
    background-color: #c05621 !important;
  }

  .fl\:focus\:bg-orange-800:focus {
    background-color: #9c4221 !important;
  }

  .fl\:focus\:bg-orange-900:focus {
    background-color: #7b341e !important;
  }

  .fl\:focus\:bg-yellow-100:focus {
    background-color: #fffff0 !important;
  }

  .fl\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf !important;
  }

  .fl\:focus\:bg-yellow-300:focus {
    background-color: #faf089 !important;
  }

  .fl\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e !important;
  }

  .fl\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b !important;
  }

  .fl\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e !important;
  }

  .fl\:focus\:bg-yellow-700:focus {
    background-color: #b7791f !important;
  }

  .fl\:focus\:bg-yellow-800:focus {
    background-color: #975a16 !important;
  }

  .fl\:focus\:bg-yellow-900:focus {
    background-color: #744210 !important;
  }

  .fl\:focus\:bg-green-100:focus {
    background-color: #f0fff4 !important;
  }

  .fl\:focus\:bg-green-200:focus {
    background-color: #c6f6d5 !important;
  }

  .fl\:focus\:bg-green-300:focus {
    background-color: #9ae6b4 !important;
  }

  .fl\:focus\:bg-green-400:focus {
    background-color: #68d391 !important;
  }

  .fl\:focus\:bg-green-500:focus {
    background-color: #48bb78 !important;
  }

  .fl\:focus\:bg-green-600:focus {
    background-color: #38a169 !important;
  }

  .fl\:focus\:bg-green-700:focus {
    background-color: #2f855a !important;
  }

  .fl\:focus\:bg-green-800:focus {
    background-color: #276749 !important;
  }

  .fl\:focus\:bg-green-900:focus {
    background-color: #22543d !important;
  }

  .fl\:focus\:bg-teal-100:focus {
    background-color: #e6fffa !important;
  }

  .fl\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea !important;
  }

  .fl\:focus\:bg-teal-300:focus {
    background-color: #81e6d9 !important;
  }

  .fl\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5 !important;
  }

  .fl\:focus\:bg-teal-500:focus {
    background-color: #38b2ac !important;
  }

  .fl\:focus\:bg-teal-600:focus {
    background-color: #319795 !important;
  }

  .fl\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b !important;
  }

  .fl\:focus\:bg-teal-800:focus {
    background-color: #285e61 !important;
  }

  .fl\:focus\:bg-teal-900:focus {
    background-color: #234e52 !important;
  }

  .fl\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff !important;
  }

  .fl\:focus\:bg-blue-200:focus {
    background-color: #bee3f8 !important;
  }

  .fl\:focus\:bg-blue-300:focus {
    background-color: #90cdf4 !important;
  }

  .fl\:focus\:bg-blue-400:focus {
    background-color: #63b3ed !important;
  }

  .fl\:focus\:bg-blue-500:focus {
    background-color: #4299e1 !important;
  }

  .fl\:focus\:bg-blue-600:focus {
    background-color: #3182ce !important;
  }

  .fl\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0 !important;
  }

  .fl\:focus\:bg-blue-800:focus {
    background-color: #2c5282 !important;
  }

  .fl\:focus\:bg-blue-900:focus {
    background-color: #2a4365 !important;
  }

  .fl\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
  }

  .fl\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
  }

  .fl\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
  }

  .fl\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
  }

  .fl\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
  }

  .fl\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
  }

  .fl\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
  }

  .fl\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
  }

  .fl\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
  }

  .fl\:focus\:bg-purple-100:focus {
    background-color: #faf5ff !important;
  }

  .fl\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd !important;
  }

  .fl\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa !important;
  }

  .fl\:focus\:bg-purple-400:focus {
    background-color: #b794f4 !important;
  }

  .fl\:focus\:bg-purple-500:focus {
    background-color: #9f7aea !important;
  }

  .fl\:focus\:bg-purple-600:focus {
    background-color: #805ad5 !important;
  }

  .fl\:focus\:bg-purple-700:focus {
    background-color: #6b46c1 !important;
  }

  .fl\:focus\:bg-purple-800:focus {
    background-color: #553c9a !important;
  }

  .fl\:focus\:bg-purple-900:focus {
    background-color: #44337a !important;
  }

  .fl\:focus\:bg-pink-100:focus {
    background-color: #fff5f7 !important;
  }

  .fl\:focus\:bg-pink-200:focus {
    background-color: #fed7e2 !important;
  }

  .fl\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce !important;
  }

  .fl\:focus\:bg-pink-400:focus {
    background-color: #f687b3 !important;
  }

  .fl\:focus\:bg-pink-500:focus {
    background-color: #ed64a6 !important;
  }

  .fl\:focus\:bg-pink-600:focus {
    background-color: #d53f8c !important;
  }

  .fl\:focus\:bg-pink-700:focus {
    background-color: #b83280 !important;
  }

  .fl\:focus\:bg-pink-800:focus {
    background-color: #97266d !important;
  }

  .fl\:focus\:bg-pink-900:focus {
    background-color: #702459 !important;
  }

  .fl\:focus\:bg-primary:focus {
    background-color: #3490dc !important;
  }

  .fl\:focus\:bg-secondary:focus {
    background-color: #ffed4a !important;
  }

  .fl\:focus\:bg-danger:focus {
    background-color: #e3342f !important;
  }

  .fl\:focus\:bg-appleGrey:focus {
    background-color: #f3f3f3 !important;
  }

  .fl\:bg-bottom {
    background-position: bottom !important;
  }

  .fl\:bg-center {
    background-position: center !important;
  }

  .fl\:bg-left {
    background-position: left !important;
  }

  .fl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .fl\:bg-left-top {
    background-position: left top !important;
  }

  .fl\:bg-right {
    background-position: right !important;
  }

  .fl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .fl\:bg-right-top {
    background-position: right top !important;
  }

  .fl\:bg-top {
    background-position: top !important;
  }

  .fl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .fl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .fl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .fl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .fl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .fl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .fl\:bg-auto {
    background-size: auto !important;
  }

  .fl\:bg-cover {
    background-size: cover !important;
  }

  .fl\:bg-contain {
    background-size: contain !important;
  }

  .fl\:border-collapse {
    border-collapse: collapse !important;
  }

  .fl\:border-separate {
    border-collapse: separate !important;
  }

  .fl\:border-transparent {
    border-color: transparent !important;
  }

  .fl\:border-black {
    border-color: #000 !important;
  }

  .fl\:border-white {
    border-color: #fff !important;
  }

  .fl\:border-gray-100 {
    border-color: #f7fafc !important;
  }

  .fl\:border-gray-200 {
    border-color: #edf2f7 !important;
  }

  .fl\:border-gray-300 {
    border-color: #e2e8f0 !important;
  }

  .fl\:border-gray-400 {
    border-color: #cbd5e0 !important;
  }

  .fl\:border-gray-500 {
    border-color: #a0aec0 !important;
  }

  .fl\:border-gray-600 {
    border-color: #718096 !important;
  }

  .fl\:border-gray-700 {
    border-color: #4a5568 !important;
  }

  .fl\:border-gray-800 {
    border-color: #2d3748 !important;
  }

  .fl\:border-gray-900 {
    border-color: #1a202c !important;
  }

  .fl\:border-red-100 {
    border-color: #fff5f5 !important;
  }

  .fl\:border-red-200 {
    border-color: #fed7d7 !important;
  }

  .fl\:border-red-300 {
    border-color: #feb2b2 !important;
  }

  .fl\:border-red-400 {
    border-color: #fc8181 !important;
  }

  .fl\:border-red-500 {
    border-color: #f56565 !important;
  }

  .fl\:border-red-600 {
    border-color: #e53e3e !important;
  }

  .fl\:border-red-700 {
    border-color: #c53030 !important;
  }

  .fl\:border-red-800 {
    border-color: #9b2c2c !important;
  }

  .fl\:border-red-900 {
    border-color: #742a2a !important;
  }

  .fl\:border-orange-100 {
    border-color: #fffaf0 !important;
  }

  .fl\:border-orange-200 {
    border-color: #feebc8 !important;
  }

  .fl\:border-orange-300 {
    border-color: #fbd38d !important;
  }

  .fl\:border-orange-400 {
    border-color: #f6ad55 !important;
  }

  .fl\:border-orange-500 {
    border-color: #ed8936 !important;
  }

  .fl\:border-orange-600 {
    border-color: #dd6b20 !important;
  }

  .fl\:border-orange-700 {
    border-color: #c05621 !important;
  }

  .fl\:border-orange-800 {
    border-color: #9c4221 !important;
  }

  .fl\:border-orange-900 {
    border-color: #7b341e !important;
  }

  .fl\:border-yellow-100 {
    border-color: #fffff0 !important;
  }

  .fl\:border-yellow-200 {
    border-color: #fefcbf !important;
  }

  .fl\:border-yellow-300 {
    border-color: #faf089 !important;
  }

  .fl\:border-yellow-400 {
    border-color: #f6e05e !important;
  }

  .fl\:border-yellow-500 {
    border-color: #ecc94b !important;
  }

  .fl\:border-yellow-600 {
    border-color: #d69e2e !important;
  }

  .fl\:border-yellow-700 {
    border-color: #b7791f !important;
  }

  .fl\:border-yellow-800 {
    border-color: #975a16 !important;
  }

  .fl\:border-yellow-900 {
    border-color: #744210 !important;
  }

  .fl\:border-green-100 {
    border-color: #f0fff4 !important;
  }

  .fl\:border-green-200 {
    border-color: #c6f6d5 !important;
  }

  .fl\:border-green-300 {
    border-color: #9ae6b4 !important;
  }

  .fl\:border-green-400 {
    border-color: #68d391 !important;
  }

  .fl\:border-green-500 {
    border-color: #48bb78 !important;
  }

  .fl\:border-green-600 {
    border-color: #38a169 !important;
  }

  .fl\:border-green-700 {
    border-color: #2f855a !important;
  }

  .fl\:border-green-800 {
    border-color: #276749 !important;
  }

  .fl\:border-green-900 {
    border-color: #22543d !important;
  }

  .fl\:border-teal-100 {
    border-color: #e6fffa !important;
  }

  .fl\:border-teal-200 {
    border-color: #b2f5ea !important;
  }

  .fl\:border-teal-300 {
    border-color: #81e6d9 !important;
  }

  .fl\:border-teal-400 {
    border-color: #4fd1c5 !important;
  }

  .fl\:border-teal-500 {
    border-color: #38b2ac !important;
  }

  .fl\:border-teal-600 {
    border-color: #319795 !important;
  }

  .fl\:border-teal-700 {
    border-color: #2c7a7b !important;
  }

  .fl\:border-teal-800 {
    border-color: #285e61 !important;
  }

  .fl\:border-teal-900 {
    border-color: #234e52 !important;
  }

  .fl\:border-blue-100 {
    border-color: #ebf8ff !important;
  }

  .fl\:border-blue-200 {
    border-color: #bee3f8 !important;
  }

  .fl\:border-blue-300 {
    border-color: #90cdf4 !important;
  }

  .fl\:border-blue-400 {
    border-color: #63b3ed !important;
  }

  .fl\:border-blue-500 {
    border-color: #4299e1 !important;
  }

  .fl\:border-blue-600 {
    border-color: #3182ce !important;
  }

  .fl\:border-blue-700 {
    border-color: #2b6cb0 !important;
  }

  .fl\:border-blue-800 {
    border-color: #2c5282 !important;
  }

  .fl\:border-blue-900 {
    border-color: #2a4365 !important;
  }

  .fl\:border-indigo-100 {
    border-color: #ebf4ff !important;
  }

  .fl\:border-indigo-200 {
    border-color: #c3dafe !important;
  }

  .fl\:border-indigo-300 {
    border-color: #a3bffa !important;
  }

  .fl\:border-indigo-400 {
    border-color: #7f9cf5 !important;
  }

  .fl\:border-indigo-500 {
    border-color: #667eea !important;
  }

  .fl\:border-indigo-600 {
    border-color: #5a67d8 !important;
  }

  .fl\:border-indigo-700 {
    border-color: #4c51bf !important;
  }

  .fl\:border-indigo-800 {
    border-color: #434190 !important;
  }

  .fl\:border-indigo-900 {
    border-color: #3c366b !important;
  }

  .fl\:border-purple-100 {
    border-color: #faf5ff !important;
  }

  .fl\:border-purple-200 {
    border-color: #e9d8fd !important;
  }

  .fl\:border-purple-300 {
    border-color: #d6bcfa !important;
  }

  .fl\:border-purple-400 {
    border-color: #b794f4 !important;
  }

  .fl\:border-purple-500 {
    border-color: #9f7aea !important;
  }

  .fl\:border-purple-600 {
    border-color: #805ad5 !important;
  }

  .fl\:border-purple-700 {
    border-color: #6b46c1 !important;
  }

  .fl\:border-purple-800 {
    border-color: #553c9a !important;
  }

  .fl\:border-purple-900 {
    border-color: #44337a !important;
  }

  .fl\:border-pink-100 {
    border-color: #fff5f7 !important;
  }

  .fl\:border-pink-200 {
    border-color: #fed7e2 !important;
  }

  .fl\:border-pink-300 {
    border-color: #fbb6ce !important;
  }

  .fl\:border-pink-400 {
    border-color: #f687b3 !important;
  }

  .fl\:border-pink-500 {
    border-color: #ed64a6 !important;
  }

  .fl\:border-pink-600 {
    border-color: #d53f8c !important;
  }

  .fl\:border-pink-700 {
    border-color: #b83280 !important;
  }

  .fl\:border-pink-800 {
    border-color: #97266d !important;
  }

  .fl\:border-pink-900 {
    border-color: #702459 !important;
  }

  .fl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .fl\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .fl\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .fl\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
  }

  .fl\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
  }

  .fl\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
  }

  .fl\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
  }

  .fl\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
  }

  .fl\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
  }

  .fl\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
  }

  .fl\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
  }

  .fl\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
  }

  .fl\:hover\:border-red-100:hover {
    border-color: #fff5f5 !important;
  }

  .fl\:hover\:border-red-200:hover {
    border-color: #fed7d7 !important;
  }

  .fl\:hover\:border-red-300:hover {
    border-color: #feb2b2 !important;
  }

  .fl\:hover\:border-red-400:hover {
    border-color: #fc8181 !important;
  }

  .fl\:hover\:border-red-500:hover {
    border-color: #f56565 !important;
  }

  .fl\:hover\:border-red-600:hover {
    border-color: #e53e3e !important;
  }

  .fl\:hover\:border-red-700:hover {
    border-color: #c53030 !important;
  }

  .fl\:hover\:border-red-800:hover {
    border-color: #9b2c2c !important;
  }

  .fl\:hover\:border-red-900:hover {
    border-color: #742a2a !important;
  }

  .fl\:hover\:border-orange-100:hover {
    border-color: #fffaf0 !important;
  }

  .fl\:hover\:border-orange-200:hover {
    border-color: #feebc8 !important;
  }

  .fl\:hover\:border-orange-300:hover {
    border-color: #fbd38d !important;
  }

  .fl\:hover\:border-orange-400:hover {
    border-color: #f6ad55 !important;
  }

  .fl\:hover\:border-orange-500:hover {
    border-color: #ed8936 !important;
  }

  .fl\:hover\:border-orange-600:hover {
    border-color: #dd6b20 !important;
  }

  .fl\:hover\:border-orange-700:hover {
    border-color: #c05621 !important;
  }

  .fl\:hover\:border-orange-800:hover {
    border-color: #9c4221 !important;
  }

  .fl\:hover\:border-orange-900:hover {
    border-color: #7b341e !important;
  }

  .fl\:hover\:border-yellow-100:hover {
    border-color: #fffff0 !important;
  }

  .fl\:hover\:border-yellow-200:hover {
    border-color: #fefcbf !important;
  }

  .fl\:hover\:border-yellow-300:hover {
    border-color: #faf089 !important;
  }

  .fl\:hover\:border-yellow-400:hover {
    border-color: #f6e05e !important;
  }

  .fl\:hover\:border-yellow-500:hover {
    border-color: #ecc94b !important;
  }

  .fl\:hover\:border-yellow-600:hover {
    border-color: #d69e2e !important;
  }

  .fl\:hover\:border-yellow-700:hover {
    border-color: #b7791f !important;
  }

  .fl\:hover\:border-yellow-800:hover {
    border-color: #975a16 !important;
  }

  .fl\:hover\:border-yellow-900:hover {
    border-color: #744210 !important;
  }

  .fl\:hover\:border-green-100:hover {
    border-color: #f0fff4 !important;
  }

  .fl\:hover\:border-green-200:hover {
    border-color: #c6f6d5 !important;
  }

  .fl\:hover\:border-green-300:hover {
    border-color: #9ae6b4 !important;
  }

  .fl\:hover\:border-green-400:hover {
    border-color: #68d391 !important;
  }

  .fl\:hover\:border-green-500:hover {
    border-color: #48bb78 !important;
  }

  .fl\:hover\:border-green-600:hover {
    border-color: #38a169 !important;
  }

  .fl\:hover\:border-green-700:hover {
    border-color: #2f855a !important;
  }

  .fl\:hover\:border-green-800:hover {
    border-color: #276749 !important;
  }

  .fl\:hover\:border-green-900:hover {
    border-color: #22543d !important;
  }

  .fl\:hover\:border-teal-100:hover {
    border-color: #e6fffa !important;
  }

  .fl\:hover\:border-teal-200:hover {
    border-color: #b2f5ea !important;
  }

  .fl\:hover\:border-teal-300:hover {
    border-color: #81e6d9 !important;
  }

  .fl\:hover\:border-teal-400:hover {
    border-color: #4fd1c5 !important;
  }

  .fl\:hover\:border-teal-500:hover {
    border-color: #38b2ac !important;
  }

  .fl\:hover\:border-teal-600:hover {
    border-color: #319795 !important;
  }

  .fl\:hover\:border-teal-700:hover {
    border-color: #2c7a7b !important;
  }

  .fl\:hover\:border-teal-800:hover {
    border-color: #285e61 !important;
  }

  .fl\:hover\:border-teal-900:hover {
    border-color: #234e52 !important;
  }

  .fl\:hover\:border-blue-100:hover {
    border-color: #ebf8ff !important;
  }

  .fl\:hover\:border-blue-200:hover {
    border-color: #bee3f8 !important;
  }

  .fl\:hover\:border-blue-300:hover {
    border-color: #90cdf4 !important;
  }

  .fl\:hover\:border-blue-400:hover {
    border-color: #63b3ed !important;
  }

  .fl\:hover\:border-blue-500:hover {
    border-color: #4299e1 !important;
  }

  .fl\:hover\:border-blue-600:hover {
    border-color: #3182ce !important;
  }

  .fl\:hover\:border-blue-700:hover {
    border-color: #2b6cb0 !important;
  }

  .fl\:hover\:border-blue-800:hover {
    border-color: #2c5282 !important;
  }

  .fl\:hover\:border-blue-900:hover {
    border-color: #2a4365 !important;
  }

  .fl\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
  }

  .fl\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
  }

  .fl\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
  }

  .fl\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
  }

  .fl\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
  }

  .fl\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
  }

  .fl\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
  }

  .fl\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
  }

  .fl\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
  }

  .fl\:hover\:border-purple-100:hover {
    border-color: #faf5ff !important;
  }

  .fl\:hover\:border-purple-200:hover {
    border-color: #e9d8fd !important;
  }

  .fl\:hover\:border-purple-300:hover {
    border-color: #d6bcfa !important;
  }

  .fl\:hover\:border-purple-400:hover {
    border-color: #b794f4 !important;
  }

  .fl\:hover\:border-purple-500:hover {
    border-color: #9f7aea !important;
  }

  .fl\:hover\:border-purple-600:hover {
    border-color: #805ad5 !important;
  }

  .fl\:hover\:border-purple-700:hover {
    border-color: #6b46c1 !important;
  }

  .fl\:hover\:border-purple-800:hover {
    border-color: #553c9a !important;
  }

  .fl\:hover\:border-purple-900:hover {
    border-color: #44337a !important;
  }

  .fl\:hover\:border-pink-100:hover {
    border-color: #fff5f7 !important;
  }

  .fl\:hover\:border-pink-200:hover {
    border-color: #fed7e2 !important;
  }

  .fl\:hover\:border-pink-300:hover {
    border-color: #fbb6ce !important;
  }

  .fl\:hover\:border-pink-400:hover {
    border-color: #f687b3 !important;
  }

  .fl\:hover\:border-pink-500:hover {
    border-color: #ed64a6 !important;
  }

  .fl\:hover\:border-pink-600:hover {
    border-color: #d53f8c !important;
  }

  .fl\:hover\:border-pink-700:hover {
    border-color: #b83280 !important;
  }

  .fl\:hover\:border-pink-800:hover {
    border-color: #97266d !important;
  }

  .fl\:hover\:border-pink-900:hover {
    border-color: #702459 !important;
  }

  .fl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .fl\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .fl\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .fl\:focus\:border-gray-100:focus {
    border-color: #f7fafc !important;
  }

  .fl\:focus\:border-gray-200:focus {
    border-color: #edf2f7 !important;
  }

  .fl\:focus\:border-gray-300:focus {
    border-color: #e2e8f0 !important;
  }

  .fl\:focus\:border-gray-400:focus {
    border-color: #cbd5e0 !important;
  }

  .fl\:focus\:border-gray-500:focus {
    border-color: #a0aec0 !important;
  }

  .fl\:focus\:border-gray-600:focus {
    border-color: #718096 !important;
  }

  .fl\:focus\:border-gray-700:focus {
    border-color: #4a5568 !important;
  }

  .fl\:focus\:border-gray-800:focus {
    border-color: #2d3748 !important;
  }

  .fl\:focus\:border-gray-900:focus {
    border-color: #1a202c !important;
  }

  .fl\:focus\:border-red-100:focus {
    border-color: #fff5f5 !important;
  }

  .fl\:focus\:border-red-200:focus {
    border-color: #fed7d7 !important;
  }

  .fl\:focus\:border-red-300:focus {
    border-color: #feb2b2 !important;
  }

  .fl\:focus\:border-red-400:focus {
    border-color: #fc8181 !important;
  }

  .fl\:focus\:border-red-500:focus {
    border-color: #f56565 !important;
  }

  .fl\:focus\:border-red-600:focus {
    border-color: #e53e3e !important;
  }

  .fl\:focus\:border-red-700:focus {
    border-color: #c53030 !important;
  }

  .fl\:focus\:border-red-800:focus {
    border-color: #9b2c2c !important;
  }

  .fl\:focus\:border-red-900:focus {
    border-color: #742a2a !important;
  }

  .fl\:focus\:border-orange-100:focus {
    border-color: #fffaf0 !important;
  }

  .fl\:focus\:border-orange-200:focus {
    border-color: #feebc8 !important;
  }

  .fl\:focus\:border-orange-300:focus {
    border-color: #fbd38d !important;
  }

  .fl\:focus\:border-orange-400:focus {
    border-color: #f6ad55 !important;
  }

  .fl\:focus\:border-orange-500:focus {
    border-color: #ed8936 !important;
  }

  .fl\:focus\:border-orange-600:focus {
    border-color: #dd6b20 !important;
  }

  .fl\:focus\:border-orange-700:focus {
    border-color: #c05621 !important;
  }

  .fl\:focus\:border-orange-800:focus {
    border-color: #9c4221 !important;
  }

  .fl\:focus\:border-orange-900:focus {
    border-color: #7b341e !important;
  }

  .fl\:focus\:border-yellow-100:focus {
    border-color: #fffff0 !important;
  }

  .fl\:focus\:border-yellow-200:focus {
    border-color: #fefcbf !important;
  }

  .fl\:focus\:border-yellow-300:focus {
    border-color: #faf089 !important;
  }

  .fl\:focus\:border-yellow-400:focus {
    border-color: #f6e05e !important;
  }

  .fl\:focus\:border-yellow-500:focus {
    border-color: #ecc94b !important;
  }

  .fl\:focus\:border-yellow-600:focus {
    border-color: #d69e2e !important;
  }

  .fl\:focus\:border-yellow-700:focus {
    border-color: #b7791f !important;
  }

  .fl\:focus\:border-yellow-800:focus {
    border-color: #975a16 !important;
  }

  .fl\:focus\:border-yellow-900:focus {
    border-color: #744210 !important;
  }

  .fl\:focus\:border-green-100:focus {
    border-color: #f0fff4 !important;
  }

  .fl\:focus\:border-green-200:focus {
    border-color: #c6f6d5 !important;
  }

  .fl\:focus\:border-green-300:focus {
    border-color: #9ae6b4 !important;
  }

  .fl\:focus\:border-green-400:focus {
    border-color: #68d391 !important;
  }

  .fl\:focus\:border-green-500:focus {
    border-color: #48bb78 !important;
  }

  .fl\:focus\:border-green-600:focus {
    border-color: #38a169 !important;
  }

  .fl\:focus\:border-green-700:focus {
    border-color: #2f855a !important;
  }

  .fl\:focus\:border-green-800:focus {
    border-color: #276749 !important;
  }

  .fl\:focus\:border-green-900:focus {
    border-color: #22543d !important;
  }

  .fl\:focus\:border-teal-100:focus {
    border-color: #e6fffa !important;
  }

  .fl\:focus\:border-teal-200:focus {
    border-color: #b2f5ea !important;
  }

  .fl\:focus\:border-teal-300:focus {
    border-color: #81e6d9 !important;
  }

  .fl\:focus\:border-teal-400:focus {
    border-color: #4fd1c5 !important;
  }

  .fl\:focus\:border-teal-500:focus {
    border-color: #38b2ac !important;
  }

  .fl\:focus\:border-teal-600:focus {
    border-color: #319795 !important;
  }

  .fl\:focus\:border-teal-700:focus {
    border-color: #2c7a7b !important;
  }

  .fl\:focus\:border-teal-800:focus {
    border-color: #285e61 !important;
  }

  .fl\:focus\:border-teal-900:focus {
    border-color: #234e52 !important;
  }

  .fl\:focus\:border-blue-100:focus {
    border-color: #ebf8ff !important;
  }

  .fl\:focus\:border-blue-200:focus {
    border-color: #bee3f8 !important;
  }

  .fl\:focus\:border-blue-300:focus {
    border-color: #90cdf4 !important;
  }

  .fl\:focus\:border-blue-400:focus {
    border-color: #63b3ed !important;
  }

  .fl\:focus\:border-blue-500:focus {
    border-color: #4299e1 !important;
  }

  .fl\:focus\:border-blue-600:focus {
    border-color: #3182ce !important;
  }

  .fl\:focus\:border-blue-700:focus {
    border-color: #2b6cb0 !important;
  }

  .fl\:focus\:border-blue-800:focus {
    border-color: #2c5282 !important;
  }

  .fl\:focus\:border-blue-900:focus {
    border-color: #2a4365 !important;
  }

  .fl\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff !important;
  }

  .fl\:focus\:border-indigo-200:focus {
    border-color: #c3dafe !important;
  }

  .fl\:focus\:border-indigo-300:focus {
    border-color: #a3bffa !important;
  }

  .fl\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5 !important;
  }

  .fl\:focus\:border-indigo-500:focus {
    border-color: #667eea !important;
  }

  .fl\:focus\:border-indigo-600:focus {
    border-color: #5a67d8 !important;
  }

  .fl\:focus\:border-indigo-700:focus {
    border-color: #4c51bf !important;
  }

  .fl\:focus\:border-indigo-800:focus {
    border-color: #434190 !important;
  }

  .fl\:focus\:border-indigo-900:focus {
    border-color: #3c366b !important;
  }

  .fl\:focus\:border-purple-100:focus {
    border-color: #faf5ff !important;
  }

  .fl\:focus\:border-purple-200:focus {
    border-color: #e9d8fd !important;
  }

  .fl\:focus\:border-purple-300:focus {
    border-color: #d6bcfa !important;
  }

  .fl\:focus\:border-purple-400:focus {
    border-color: #b794f4 !important;
  }

  .fl\:focus\:border-purple-500:focus {
    border-color: #9f7aea !important;
  }

  .fl\:focus\:border-purple-600:focus {
    border-color: #805ad5 !important;
  }

  .fl\:focus\:border-purple-700:focus {
    border-color: #6b46c1 !important;
  }

  .fl\:focus\:border-purple-800:focus {
    border-color: #553c9a !important;
  }

  .fl\:focus\:border-purple-900:focus {
    border-color: #44337a !important;
  }

  .fl\:focus\:border-pink-100:focus {
    border-color: #fff5f7 !important;
  }

  .fl\:focus\:border-pink-200:focus {
    border-color: #fed7e2 !important;
  }

  .fl\:focus\:border-pink-300:focus {
    border-color: #fbb6ce !important;
  }

  .fl\:focus\:border-pink-400:focus {
    border-color: #f687b3 !important;
  }

  .fl\:focus\:border-pink-500:focus {
    border-color: #ed64a6 !important;
  }

  .fl\:focus\:border-pink-600:focus {
    border-color: #d53f8c !important;
  }

  .fl\:focus\:border-pink-700:focus {
    border-color: #b83280 !important;
  }

  .fl\:focus\:border-pink-800:focus {
    border-color: #97266d !important;
  }

  .fl\:focus\:border-pink-900:focus {
    border-color: #702459 !important;
  }

  .fl\:rounded-none {
    border-radius: 0 !important;
  }

  .fl\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .fl\:rounded {
    border-radius: 0.25rem !important;
  }

  .fl\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .fl\:rounded-full {
    border-radius: 9999px !important;
  }

  .fl\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .fl\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .fl\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fl\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fl\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .fl\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .fl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .fl\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .fl\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .fl\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .fl\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .fl\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .fl\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .fl\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .fl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .fl\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .fl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .fl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .fl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .fl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .fl\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .fl\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .fl\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .fl\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .fl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .fl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .fl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .fl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .fl\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .fl\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .fl\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .fl\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .fl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .fl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .fl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .fl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .fl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .fl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .fl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .fl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .fl\:border-solid {
    border-style: solid !important;
  }

  .fl\:border-dashed {
    border-style: dashed !important;
  }

  .fl\:border-dotted {
    border-style: dotted !important;
  }

  .fl\:border-double {
    border-style: double !important;
  }

  .fl\:border-none {
    border-style: none !important;
  }

  .fl\:border-0 {
    border-width: 0 !important;
  }

  .fl\:border-2 {
    border-width: 2px !important;
  }

  .fl\:border-4 {
    border-width: 4px !important;
  }

  .fl\:border-8 {
    border-width: 8px !important;
  }

  .fl\:border {
    border-width: 1px !important;
  }

  .fl\:border-t-0 {
    border-top-width: 0 !important;
  }

  .fl\:border-r-0 {
    border-right-width: 0 !important;
  }

  .fl\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .fl\:border-l-0 {
    border-left-width: 0 !important;
  }

  .fl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .fl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .fl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .fl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .fl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .fl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .fl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .fl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .fl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .fl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .fl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .fl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .fl\:border-t {
    border-top-width: 1px !important;
  }

  .fl\:border-r {
    border-right-width: 1px !important;
  }

  .fl\:border-b {
    border-bottom-width: 1px !important;
  }

  .fl\:border-l {
    border-left-width: 1px !important;
  }

  .fl\:cursor-auto {
    cursor: auto !important;
  }

  .fl\:cursor-default {
    cursor: default !important;
  }

  .fl\:cursor-pointer {
    cursor: pointer !important;
  }

  .fl\:cursor-wait {
    cursor: wait !important;
  }

  .fl\:cursor-text {
    cursor: text !important;
  }

  .fl\:cursor-move {
    cursor: move !important;
  }

  .fl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .fl\:block {
    display: block !important;
  }

  .fl\:inline-block {
    display: inline-block !important;
  }

  .fl\:inline {
    display: inline !important;
  }

  .fl\:flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .fl\:inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .fl\:table {
    display: table !important;
  }

  .fl\:table-row {
    display: table-row !important;
  }

  .fl\:table-cell {
    display: table-cell !important;
  }

  .fl\:hidden {
    display: none !important;
  }

  .fl\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .fl\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .fl\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .fl\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .fl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .fl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .fl\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .fl\:items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .fl\:items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .fl\:items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .fl\:items-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .fl\:items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .fl\:self-auto {
    align-self: auto !important;
  }

  .fl\:self-start {
    align-self: flex-start !important;
  }

  .fl\:self-end {
    align-self: flex-end !important;
  }

  .fl\:self-center {
    align-self: center !important;
  }

  .fl\:self-stretch {
    align-self: stretch !important;
  }

  .fl\:justify-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .fl\:justify-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .fl\:justify-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .fl\:justify-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .fl\:justify-around {
    justify-content: space-around !important;
  }

  .fl\:content-center {
    align-content: center !important;
  }

  .fl\:content-start {
    align-content: flex-start !important;
  }

  .fl\:content-end {
    align-content: flex-end !important;
  }

  .fl\:content-between {
    align-content: space-between !important;
  }

  .fl\:content-around {
    align-content: space-around !important;
  }

  .fl\:flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .fl\:flex-auto {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .fl\:flex-initial {
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .fl\:flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .fl\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .fl\:flex-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .fl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .fl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .fl\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .fl\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .fl\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .fl\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .fl\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .fl\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .fl\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .fl\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .fl\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .fl\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .fl\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .fl\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .fl\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .fl\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .fl\:order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .fl\:float-right {
    float: right !important;
  }

  .fl\:float-left {
    float: left !important;
  }

  .fl\:float-none {
    float: none !important;
  }

  .fl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .fl\:font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .fl\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .fl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .fl\:font-hairline {
    font-weight: 100 !important;
  }

  .fl\:font-thin {
    font-weight: 200 !important;
  }

  .fl\:font-light {
    font-weight: 300 !important;
  }

  .fl\:font-normal {
    font-weight: 400 !important;
  }

  .fl\:font-medium {
    font-weight: 500 !important;
  }

  .fl\:font-semibold {
    font-weight: 600 !important;
  }

  .fl\:font-bold {
    font-weight: 700 !important;
  }

  .fl\:font-extrabold {
    font-weight: 800 !important;
  }

  .fl\:font-black {
    font-weight: 900 !important;
  }

  .fl\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .fl\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .fl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .fl\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .fl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .fl\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .fl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .fl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .fl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .fl\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .fl\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .fl\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .fl\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .fl\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .fl\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .fl\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .fl\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .fl\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .fl\:h-0 {
    height: 0 !important;
  }

  .fl\:h-1 {
    height: 0.25rem !important;
  }

  .fl\:h-2 {
    height: 0.5rem !important;
  }

  .fl\:h-3 {
    height: 0.75rem !important;
  }

  .fl\:h-4 {
    height: 1rem !important;
  }

  .fl\:h-5 {
    height: 1.25rem !important;
  }

  .fl\:h-6 {
    height: 1.5rem !important;
  }

  .fl\:h-8 {
    height: 2rem !important;
  }

  .fl\:h-10 {
    height: 2.5rem !important;
  }

  .fl\:h-12 {
    height: 3rem !important;
  }

  .fl\:h-16 {
    height: 4rem !important;
  }

  .fl\:h-20 {
    height: 5rem !important;
  }

  .fl\:h-24 {
    height: 6rem !important;
  }

  .fl\:h-32 {
    height: 8rem !important;
  }

  .fl\:h-40 {
    height: 10rem !important;
  }

  .fl\:h-48 {
    height: 12rem !important;
  }

  .fl\:h-56 {
    height: 14rem !important;
  }

  .fl\:h-64 {
    height: 16rem !important;
  }

  .fl\:h-auto {
    height: auto !important;
  }

  .fl\:h-px {
    height: 1px !important;
  }

  .fl\:h-1\/2 {
    height: 50% !important;
  }

  .fl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .fl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .fl\:h-1\/4 {
    height: 25% !important;
  }

  .fl\:h-2\/4 {
    height: 50% !important;
  }

  .fl\:h-3\/4 {
    height: 75% !important;
  }

  .fl\:h-1\/5 {
    height: 20% !important;
  }

  .fl\:h-2\/5 {
    height: 40% !important;
  }

  .fl\:h-3\/5 {
    height: 60% !important;
  }

  .fl\:h-4\/5 {
    height: 80% !important;
  }

  .fl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .fl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .fl\:h-3\/6 {
    height: 50% !important;
  }

  .fl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .fl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .fl\:h-1\/12 {
    height: 8.333333% !important;
  }

  .fl\:h-2\/12 {
    height: 16.666667% !important;
  }

  .fl\:h-3\/12 {
    height: 25% !important;
  }

  .fl\:h-4\/12 {
    height: 33.333333% !important;
  }

  .fl\:h-5\/12 {
    height: 41.666667% !important;
  }

  .fl\:h-6\/12 {
    height: 50% !important;
  }

  .fl\:h-7\/12 {
    height: 58.333333% !important;
  }

  .fl\:h-8\/12 {
    height: 66.666667% !important;
  }

  .fl\:h-9\/12 {
    height: 75% !important;
  }

  .fl\:h-10\/12 {
    height: 83.333333% !important;
  }

  .fl\:h-11\/12 {
    height: 91.666667% !important;
  }

  .fl\:h-full {
    height: 100% !important;
  }

  .fl\:h-screen {
    height: 100vh !important;
  }

  .fl\:leading-none {
    line-height: 1 !important;
  }

  .fl\:leading-tight {
    line-height: 1.25 !important;
  }

  .fl\:leading-snug {
    line-height: 1.375 !important;
  }

  .fl\:leading-normal {
    line-height: 1.5 !important;
  }

  .fl\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .fl\:leading-loose {
    line-height: 2 !important;
  }

  .fl\:list-inside {
    list-style-position: inside !important;
  }

  .fl\:list-outside {
    list-style-position: outside !important;
  }

  .fl\:list-none {
    list-style-type: none !important;
  }

  .fl\:list-disc {
    list-style-type: disc !important;
  }

  .fl\:list-decimal {
    list-style-type: decimal !important;
  }

  .fl\:m-0 {
    margin: 0 !important;
  }

  .fl\:m-1 {
    margin: 0.25rem !important;
  }

  .fl\:m-2 {
    margin: 0.5rem !important;
  }

  .fl\:m-3 {
    margin: 0.75rem !important;
  }

  .fl\:m-4 {
    margin: 1rem !important;
  }

  .fl\:m-5 {
    margin: 1.25rem !important;
  }

  .fl\:m-6 {
    margin: 1.5rem !important;
  }

  .fl\:m-8 {
    margin: 2rem !important;
  }

  .fl\:m-10 {
    margin: 2.5rem !important;
  }

  .fl\:m-12 {
    margin: 3rem !important;
  }

  .fl\:m-16 {
    margin: 4rem !important;
  }

  .fl\:m-20 {
    margin: 5rem !important;
  }

  .fl\:m-24 {
    margin: 6rem !important;
  }

  .fl\:m-32 {
    margin: 8rem !important;
  }

  .fl\:m-40 {
    margin: 10rem !important;
  }

  .fl\:m-48 {
    margin: 12rem !important;
  }

  .fl\:m-56 {
    margin: 14rem !important;
  }

  .fl\:m-64 {
    margin: 16rem !important;
  }

  .fl\:m-auto {
    margin: auto !important;
  }

  .fl\:m-px {
    margin: 1px !important;
  }

  .fl\:m-1\/2 {
    margin: 50% !important;
  }

  .fl\:m-1\/3 {
    margin: 33.333333% !important;
  }

  .fl\:m-2\/3 {
    margin: 66.666667% !important;
  }

  .fl\:m-1\/4 {
    margin: 25% !important;
  }

  .fl\:m-2\/4 {
    margin: 50% !important;
  }

  .fl\:m-3\/4 {
    margin: 75% !important;
  }

  .fl\:m-1\/5 {
    margin: 20% !important;
  }

  .fl\:m-2\/5 {
    margin: 40% !important;
  }

  .fl\:m-3\/5 {
    margin: 60% !important;
  }

  .fl\:m-4\/5 {
    margin: 80% !important;
  }

  .fl\:m-1\/6 {
    margin: 16.666667% !important;
  }

  .fl\:m-2\/6 {
    margin: 33.333333% !important;
  }

  .fl\:m-3\/6 {
    margin: 50% !important;
  }

  .fl\:m-4\/6 {
    margin: 66.666667% !important;
  }

  .fl\:m-5\/6 {
    margin: 83.333333% !important;
  }

  .fl\:m-1\/12 {
    margin: 8.333333% !important;
  }

  .fl\:m-2\/12 {
    margin: 16.666667% !important;
  }

  .fl\:m-3\/12 {
    margin: 25% !important;
  }

  .fl\:m-4\/12 {
    margin: 33.333333% !important;
  }

  .fl\:m-5\/12 {
    margin: 41.666667% !important;
  }

  .fl\:m-6\/12 {
    margin: 50% !important;
  }

  .fl\:m-7\/12 {
    margin: 58.333333% !important;
  }

  .fl\:m-8\/12 {
    margin: 66.666667% !important;
  }

  .fl\:m-9\/12 {
    margin: 75% !important;
  }

  .fl\:m-10\/12 {
    margin: 83.333333% !important;
  }

  .fl\:m-11\/12 {
    margin: 91.666667% !important;
  }

  .fl\:-m-1 {
    margin: -0.25rem !important;
  }

  .fl\:-m-2 {
    margin: -0.5rem !important;
  }

  .fl\:-m-3 {
    margin: -0.75rem !important;
  }

  .fl\:-m-4 {
    margin: -1rem !important;
  }

  .fl\:-m-5 {
    margin: -1.25rem !important;
  }

  .fl\:-m-6 {
    margin: -1.5rem !important;
  }

  .fl\:-m-8 {
    margin: -2rem !important;
  }

  .fl\:-m-10 {
    margin: -2.5rem !important;
  }

  .fl\:-m-12 {
    margin: -3rem !important;
  }

  .fl\:-m-16 {
    margin: -4rem !important;
  }

  .fl\:-m-20 {
    margin: -5rem !important;
  }

  .fl\:-m-24 {
    margin: -6rem !important;
  }

  .fl\:-m-32 {
    margin: -8rem !important;
  }

  .fl\:-m-40 {
    margin: -10rem !important;
  }

  .fl\:-m-48 {
    margin: -12rem !important;
  }

  .fl\:-m-56 {
    margin: -14rem !important;
  }

  .fl\:-m-64 {
    margin: -16rem !important;
  }

  .fl\:-m-px {
    margin: -1px !important;
  }

  .fl\:-m-1\/2 {
    margin: -50% !important;
  }

  .fl\:-m-1\/3 {
    margin: -33.33333% !important;
  }

  .fl\:-m-2\/3 {
    margin: -66.66667% !important;
  }

  .fl\:-m-1\/4 {
    margin: -25% !important;
  }

  .fl\:-m-2\/4 {
    margin: -50% !important;
  }

  .fl\:-m-3\/4 {
    margin: -75% !important;
  }

  .fl\:-m-1\/5 {
    margin: -20% !important;
  }

  .fl\:-m-2\/5 {
    margin: -40% !important;
  }

  .fl\:-m-3\/5 {
    margin: -60% !important;
  }

  .fl\:-m-4\/5 {
    margin: -80% !important;
  }

  .fl\:-m-1\/6 {
    margin: -16.66667% !important;
  }

  .fl\:-m-2\/6 {
    margin: -33.33333% !important;
  }

  .fl\:-m-3\/6 {
    margin: -50% !important;
  }

  .fl\:-m-4\/6 {
    margin: -66.66667% !important;
  }

  .fl\:-m-5\/6 {
    margin: -83.33333% !important;
  }

  .fl\:-m-1\/12 {
    margin: -8.33333% !important;
  }

  .fl\:-m-2\/12 {
    margin: -16.66667% !important;
  }

  .fl\:-m-3\/12 {
    margin: -25% !important;
  }

  .fl\:-m-4\/12 {
    margin: -33.33333% !important;
  }

  .fl\:-m-5\/12 {
    margin: -41.66667% !important;
  }

  .fl\:-m-6\/12 {
    margin: -50% !important;
  }

  .fl\:-m-7\/12 {
    margin: -58.33333% !important;
  }

  .fl\:-m-8\/12 {
    margin: -66.66667% !important;
  }

  .fl\:-m-9\/12 {
    margin: -75% !important;
  }

  .fl\:-m-10\/12 {
    margin: -83.33333% !important;
  }

  .fl\:-m-11\/12 {
    margin: -91.66667% !important;
  }

  .fl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .fl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .fl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .fl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .fl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .fl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .fl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .fl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .fl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .fl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .fl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .fl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .fl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .fl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .fl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .fl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .fl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .fl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .fl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .fl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .fl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .fl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .fl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .fl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .fl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .fl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .fl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .fl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .fl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .fl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .fl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .fl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .fl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .fl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .fl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .fl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .fl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .fl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .fl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .fl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .fl\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .fl\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .fl\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .fl\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .fl\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .fl\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .fl\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .fl\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .fl\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .fl\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .fl\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .fl\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .fl\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .fl\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .fl\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .fl\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .fl\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .fl\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .fl\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .fl\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .fl\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .fl\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .fl\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .fl\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .fl\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .fl\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .fl\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .fl\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .fl\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .fl\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .fl\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .fl\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .fl\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .fl\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .fl\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .fl\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .fl\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .fl\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .fl\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .fl\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .fl\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .fl\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .fl\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .fl\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .fl\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .fl\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .fl\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .fl\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .fl\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .fl\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .fl\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .fl\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .fl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .fl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .fl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .fl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .fl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .fl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .fl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .fl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .fl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .fl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .fl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .fl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .fl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .fl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .fl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .fl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .fl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .fl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .fl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .fl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .fl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .fl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .fl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .fl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .fl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .fl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .fl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .fl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .fl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .fl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .fl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .fl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .fl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .fl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .fl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .fl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .fl\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .fl\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .fl\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .fl\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .fl\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .fl\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .fl\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .fl\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .fl\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .fl\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .fl\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .fl\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .fl\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .fl\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .fl\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .fl\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .fl\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .fl\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .fl\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .fl\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .fl\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .fl\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .fl\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .fl\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .fl\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .fl\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .fl\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .fl\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .fl\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .fl\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .fl\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .fl\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .fl\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .fl\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .fl\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .fl\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .fl\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .fl\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .fl\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .fl\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .fl\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .fl\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .fl\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .fl\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .fl\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .fl\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .fl\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .fl\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .fl\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .fl\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .fl\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .fl\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .fl\:mt-0 {
    margin-top: 0 !important;
  }

  .fl\:mr-0 {
    margin-right: 0 !important;
  }

  .fl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .fl\:ml-0 {
    margin-left: 0 !important;
  }

  .fl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .fl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .fl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .fl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .fl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .fl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .fl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .fl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .fl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .fl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .fl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .fl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .fl\:mt-4 {
    margin-top: 1rem !important;
  }

  .fl\:mr-4 {
    margin-right: 1rem !important;
  }

  .fl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .fl\:ml-4 {
    margin-left: 1rem !important;
  }

  .fl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .fl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .fl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .fl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .fl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .fl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .fl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .fl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .fl\:mt-8 {
    margin-top: 2rem !important;
  }

  .fl\:mr-8 {
    margin-right: 2rem !important;
  }

  .fl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .fl\:ml-8 {
    margin-left: 2rem !important;
  }

  .fl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .fl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .fl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .fl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .fl\:mt-12 {
    margin-top: 3rem !important;
  }

  .fl\:mr-12 {
    margin-right: 3rem !important;
  }

  .fl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .fl\:ml-12 {
    margin-left: 3rem !important;
  }

  .fl\:mt-16 {
    margin-top: 4rem !important;
  }

  .fl\:mr-16 {
    margin-right: 4rem !important;
  }

  .fl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .fl\:ml-16 {
    margin-left: 4rem !important;
  }

  .fl\:mt-20 {
    margin-top: 5rem !important;
  }

  .fl\:mr-20 {
    margin-right: 5rem !important;
  }

  .fl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .fl\:ml-20 {
    margin-left: 5rem !important;
  }

  .fl\:mt-24 {
    margin-top: 6rem !important;
  }

  .fl\:mr-24 {
    margin-right: 6rem !important;
  }

  .fl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .fl\:ml-24 {
    margin-left: 6rem !important;
  }

  .fl\:mt-32 {
    margin-top: 8rem !important;
  }

  .fl\:mr-32 {
    margin-right: 8rem !important;
  }

  .fl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .fl\:ml-32 {
    margin-left: 8rem !important;
  }

  .fl\:mt-40 {
    margin-top: 10rem !important;
  }

  .fl\:mr-40 {
    margin-right: 10rem !important;
  }

  .fl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .fl\:ml-40 {
    margin-left: 10rem !important;
  }

  .fl\:mt-48 {
    margin-top: 12rem !important;
  }

  .fl\:mr-48 {
    margin-right: 12rem !important;
  }

  .fl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .fl\:ml-48 {
    margin-left: 12rem !important;
  }

  .fl\:mt-56 {
    margin-top: 14rem !important;
  }

  .fl\:mr-56 {
    margin-right: 14rem !important;
  }

  .fl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .fl\:ml-56 {
    margin-left: 14rem !important;
  }

  .fl\:mt-64 {
    margin-top: 16rem !important;
  }

  .fl\:mr-64 {
    margin-right: 16rem !important;
  }

  .fl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .fl\:ml-64 {
    margin-left: 16rem !important;
  }

  .fl\:mt-auto {
    margin-top: auto !important;
  }

  .fl\:mr-auto {
    margin-right: auto !important;
  }

  .fl\:mb-auto {
    margin-bottom: auto !important;
  }

  .fl\:ml-auto {
    margin-left: auto !important;
  }

  .fl\:mt-px {
    margin-top: 1px !important;
  }

  .fl\:mr-px {
    margin-right: 1px !important;
  }

  .fl\:mb-px {
    margin-bottom: 1px !important;
  }

  .fl\:ml-px {
    margin-left: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fl\:mt-1\/5 {
    margin-top: 20% !important;
  }

  .fl\:mr-1\/5 {
    margin-right: 20% !important;
  }

  .fl\:mb-1\/5 {
    margin-bottom: 20% !important;
  }

  .fl\:ml-1\/5 {
    margin-left: 20% !important;
  }

  .fl\:mt-2\/5 {
    margin-top: 40% !important;
  }

  .fl\:mr-2\/5 {
    margin-right: 40% !important;
  }

  .fl\:mb-2\/5 {
    margin-bottom: 40% !important;
  }

  .fl\:ml-2\/5 {
    margin-left: 40% !important;
  }

  .fl\:mt-3\/5 {
    margin-top: 60% !important;
  }

  .fl\:mr-3\/5 {
    margin-right: 60% !important;
  }

  .fl\:mb-3\/5 {
    margin-bottom: 60% !important;
  }

  .fl\:ml-3\/5 {
    margin-left: 60% !important;
  }

  .fl\:mt-4\/5 {
    margin-top: 80% !important;
  }

  .fl\:mr-4\/5 {
    margin-right: 80% !important;
  }

  .fl\:mb-4\/5 {
    margin-bottom: 80% !important;
  }

  .fl\:ml-4\/5 {
    margin-left: 80% !important;
  }

  .fl\:mt-1\/6 {
    margin-top: 16.666667% !important;
  }

  .fl\:mr-1\/6 {
    margin-right: 16.666667% !important;
  }

  .fl\:mb-1\/6 {
    margin-bottom: 16.666667% !important;
  }

  .fl\:ml-1\/6 {
    margin-left: 16.666667% !important;
  }

  .fl\:mt-2\/6 {
    margin-top: 33.333333% !important;
  }

  .fl\:mr-2\/6 {
    margin-right: 33.333333% !important;
  }

  .fl\:mb-2\/6 {
    margin-bottom: 33.333333% !important;
  }

  .fl\:ml-2\/6 {
    margin-left: 33.333333% !important;
  }

  .fl\:mt-3\/6 {
    margin-top: 50% !important;
  }

  .fl\:mr-3\/6 {
    margin-right: 50% !important;
  }

  .fl\:mb-3\/6 {
    margin-bottom: 50% !important;
  }

  .fl\:ml-3\/6 {
    margin-left: 50% !important;
  }

  .fl\:mt-4\/6 {
    margin-top: 66.666667% !important;
  }

  .fl\:mr-4\/6 {
    margin-right: 66.666667% !important;
  }

  .fl\:mb-4\/6 {
    margin-bottom: 66.666667% !important;
  }

  .fl\:ml-4\/6 {
    margin-left: 66.666667% !important;
  }

  .fl\:mt-5\/6 {
    margin-top: 83.333333% !important;
  }

  .fl\:mr-5\/6 {
    margin-right: 83.333333% !important;
  }

  .fl\:mb-5\/6 {
    margin-bottom: 83.333333% !important;
  }

  .fl\:ml-5\/6 {
    margin-left: 83.333333% !important;
  }

  .fl\:mt-1\/12 {
    margin-top: 8.333333% !important;
  }

  .fl\:mr-1\/12 {
    margin-right: 8.333333% !important;
  }

  .fl\:mb-1\/12 {
    margin-bottom: 8.333333% !important;
  }

  .fl\:ml-1\/12 {
    margin-left: 8.333333% !important;
  }

  .fl\:mt-2\/12 {
    margin-top: 16.666667% !important;
  }

  .fl\:mr-2\/12 {
    margin-right: 16.666667% !important;
  }

  .fl\:mb-2\/12 {
    margin-bottom: 16.666667% !important;
  }

  .fl\:ml-2\/12 {
    margin-left: 16.666667% !important;
  }

  .fl\:mt-3\/12 {
    margin-top: 25% !important;
  }

  .fl\:mr-3\/12 {
    margin-right: 25% !important;
  }

  .fl\:mb-3\/12 {
    margin-bottom: 25% !important;
  }

  .fl\:ml-3\/12 {
    margin-left: 25% !important;
  }

  .fl\:mt-4\/12 {
    margin-top: 33.333333% !important;
  }

  .fl\:mr-4\/12 {
    margin-right: 33.333333% !important;
  }

  .fl\:mb-4\/12 {
    margin-bottom: 33.333333% !important;
  }

  .fl\:ml-4\/12 {
    margin-left: 33.333333% !important;
  }

  .fl\:mt-5\/12 {
    margin-top: 41.666667% !important;
  }

  .fl\:mr-5\/12 {
    margin-right: 41.666667% !important;
  }

  .fl\:mb-5\/12 {
    margin-bottom: 41.666667% !important;
  }

  .fl\:ml-5\/12 {
    margin-left: 41.666667% !important;
  }

  .fl\:mt-6\/12 {
    margin-top: 50% !important;
  }

  .fl\:mr-6\/12 {
    margin-right: 50% !important;
  }

  .fl\:mb-6\/12 {
    margin-bottom: 50% !important;
  }

  .fl\:ml-6\/12 {
    margin-left: 50% !important;
  }

  .fl\:mt-7\/12 {
    margin-top: 58.333333% !important;
  }

  .fl\:mr-7\/12 {
    margin-right: 58.333333% !important;
  }

  .fl\:mb-7\/12 {
    margin-bottom: 58.333333% !important;
  }

  .fl\:ml-7\/12 {
    margin-left: 58.333333% !important;
  }

  .fl\:mt-8\/12 {
    margin-top: 66.666667% !important;
  }

  .fl\:mr-8\/12 {
    margin-right: 66.666667% !important;
  }

  .fl\:mb-8\/12 {
    margin-bottom: 66.666667% !important;
  }

  .fl\:ml-8\/12 {
    margin-left: 66.666667% !important;
  }

  .fl\:mt-9\/12 {
    margin-top: 75% !important;
  }

  .fl\:mr-9\/12 {
    margin-right: 75% !important;
  }

  .fl\:mb-9\/12 {
    margin-bottom: 75% !important;
  }

  .fl\:ml-9\/12 {
    margin-left: 75% !important;
  }

  .fl\:mt-10\/12 {
    margin-top: 83.333333% !important;
  }

  .fl\:mr-10\/12 {
    margin-right: 83.333333% !important;
  }

  .fl\:mb-10\/12 {
    margin-bottom: 83.333333% !important;
  }

  .fl\:ml-10\/12 {
    margin-left: 83.333333% !important;
  }

  .fl\:mt-11\/12 {
    margin-top: 91.666667% !important;
  }

  .fl\:mr-11\/12 {
    margin-right: 91.666667% !important;
  }

  .fl\:mb-11\/12 {
    margin-bottom: 91.666667% !important;
  }

  .fl\:ml-11\/12 {
    margin-left: 91.666667% !important;
  }

  .fl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .fl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .fl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .fl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .fl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .fl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .fl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .fl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .fl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .fl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .fl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .fl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .fl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .fl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .fl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .fl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .fl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .fl\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .fl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .fl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .fl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .fl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .fl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .fl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .fl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .fl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .fl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .fl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .fl\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .fl\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .fl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .fl\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .fl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .fl\:-mr-12 {
    margin-right: -3rem !important;
  }

  .fl\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .fl\:-ml-12 {
    margin-left: -3rem !important;
  }

  .fl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .fl\:-mr-16 {
    margin-right: -4rem !important;
  }

  .fl\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .fl\:-ml-16 {
    margin-left: -4rem !important;
  }

  .fl\:-mt-20 {
    margin-top: -5rem !important;
  }

  .fl\:-mr-20 {
    margin-right: -5rem !important;
  }

  .fl\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .fl\:-ml-20 {
    margin-left: -5rem !important;
  }

  .fl\:-mt-24 {
    margin-top: -6rem !important;
  }

  .fl\:-mr-24 {
    margin-right: -6rem !important;
  }

  .fl\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .fl\:-ml-24 {
    margin-left: -6rem !important;
  }

  .fl\:-mt-32 {
    margin-top: -8rem !important;
  }

  .fl\:-mr-32 {
    margin-right: -8rem !important;
  }

  .fl\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .fl\:-ml-32 {
    margin-left: -8rem !important;
  }

  .fl\:-mt-40 {
    margin-top: -10rem !important;
  }

  .fl\:-mr-40 {
    margin-right: -10rem !important;
  }

  .fl\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .fl\:-ml-40 {
    margin-left: -10rem !important;
  }

  .fl\:-mt-48 {
    margin-top: -12rem !important;
  }

  .fl\:-mr-48 {
    margin-right: -12rem !important;
  }

  .fl\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .fl\:-ml-48 {
    margin-left: -12rem !important;
  }

  .fl\:-mt-56 {
    margin-top: -14rem !important;
  }

  .fl\:-mr-56 {
    margin-right: -14rem !important;
  }

  .fl\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .fl\:-ml-56 {
    margin-left: -14rem !important;
  }

  .fl\:-mt-64 {
    margin-top: -16rem !important;
  }

  .fl\:-mr-64 {
    margin-right: -16rem !important;
  }

  .fl\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .fl\:-ml-64 {
    margin-left: -16rem !important;
  }

  .fl\:-mt-px {
    margin-top: -1px !important;
  }

  .fl\:-mr-px {
    margin-right: -1px !important;
  }

  .fl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .fl\:-ml-px {
    margin-left: -1px !important;
  }

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

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

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

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

  .fl\:-mt-1\/3 {
    margin-top: -33.33333% !important;
  }

  .fl\:-mr-1\/3 {
    margin-right: -33.33333% !important;
  }

  .fl\:-mb-1\/3 {
    margin-bottom: -33.33333% !important;
  }

  .fl\:-ml-1\/3 {
    margin-left: -33.33333% !important;
  }

  .fl\:-mt-2\/3 {
    margin-top: -66.66667% !important;
  }

  .fl\:-mr-2\/3 {
    margin-right: -66.66667% !important;
  }

  .fl\:-mb-2\/3 {
    margin-bottom: -66.66667% !important;
  }

  .fl\:-ml-2\/3 {
    margin-left: -66.66667% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .fl\:-mt-1\/5 {
    margin-top: -20% !important;
  }

  .fl\:-mr-1\/5 {
    margin-right: -20% !important;
  }

  .fl\:-mb-1\/5 {
    margin-bottom: -20% !important;
  }

  .fl\:-ml-1\/5 {
    margin-left: -20% !important;
  }

  .fl\:-mt-2\/5 {
    margin-top: -40% !important;
  }

  .fl\:-mr-2\/5 {
    margin-right: -40% !important;
  }

  .fl\:-mb-2\/5 {
    margin-bottom: -40% !important;
  }

  .fl\:-ml-2\/5 {
    margin-left: -40% !important;
  }

  .fl\:-mt-3\/5 {
    margin-top: -60% !important;
  }

  .fl\:-mr-3\/5 {
    margin-right: -60% !important;
  }

  .fl\:-mb-3\/5 {
    margin-bottom: -60% !important;
  }

  .fl\:-ml-3\/5 {
    margin-left: -60% !important;
  }

  .fl\:-mt-4\/5 {
    margin-top: -80% !important;
  }

  .fl\:-mr-4\/5 {
    margin-right: -80% !important;
  }

  .fl\:-mb-4\/5 {
    margin-bottom: -80% !important;
  }

  .fl\:-ml-4\/5 {
    margin-left: -80% !important;
  }

  .fl\:-mt-1\/6 {
    margin-top: -16.66667% !important;
  }

  .fl\:-mr-1\/6 {
    margin-right: -16.66667% !important;
  }

  .fl\:-mb-1\/6 {
    margin-bottom: -16.66667% !important;
  }

  .fl\:-ml-1\/6 {
    margin-left: -16.66667% !important;
  }

  .fl\:-mt-2\/6 {
    margin-top: -33.33333% !important;
  }

  .fl\:-mr-2\/6 {
    margin-right: -33.33333% !important;
  }

  .fl\:-mb-2\/6 {
    margin-bottom: -33.33333% !important;
  }

  .fl\:-ml-2\/6 {
    margin-left: -33.33333% !important;
  }

  .fl\:-mt-3\/6 {
    margin-top: -50% !important;
  }

  .fl\:-mr-3\/6 {
    margin-right: -50% !important;
  }

  .fl\:-mb-3\/6 {
    margin-bottom: -50% !important;
  }

  .fl\:-ml-3\/6 {
    margin-left: -50% !important;
  }

  .fl\:-mt-4\/6 {
    margin-top: -66.66667% !important;
  }

  .fl\:-mr-4\/6 {
    margin-right: -66.66667% !important;
  }

  .fl\:-mb-4\/6 {
    margin-bottom: -66.66667% !important;
  }

  .fl\:-ml-4\/6 {
    margin-left: -66.66667% !important;
  }

  .fl\:-mt-5\/6 {
    margin-top: -83.33333% !important;
  }

  .fl\:-mr-5\/6 {
    margin-right: -83.33333% !important;
  }

  .fl\:-mb-5\/6 {
    margin-bottom: -83.33333% !important;
  }

  .fl\:-ml-5\/6 {
    margin-left: -83.33333% !important;
  }

  .fl\:-mt-1\/12 {
    margin-top: -8.33333% !important;
  }

  .fl\:-mr-1\/12 {
    margin-right: -8.33333% !important;
  }

  .fl\:-mb-1\/12 {
    margin-bottom: -8.33333% !important;
  }

  .fl\:-ml-1\/12 {
    margin-left: -8.33333% !important;
  }

  .fl\:-mt-2\/12 {
    margin-top: -16.66667% !important;
  }

  .fl\:-mr-2\/12 {
    margin-right: -16.66667% !important;
  }

  .fl\:-mb-2\/12 {
    margin-bottom: -16.66667% !important;
  }

  .fl\:-ml-2\/12 {
    margin-left: -16.66667% !important;
  }

  .fl\:-mt-3\/12 {
    margin-top: -25% !important;
  }

  .fl\:-mr-3\/12 {
    margin-right: -25% !important;
  }

  .fl\:-mb-3\/12 {
    margin-bottom: -25% !important;
  }

  .fl\:-ml-3\/12 {
    margin-left: -25% !important;
  }

  .fl\:-mt-4\/12 {
    margin-top: -33.33333% !important;
  }

  .fl\:-mr-4\/12 {
    margin-right: -33.33333% !important;
  }

  .fl\:-mb-4\/12 {
    margin-bottom: -33.33333% !important;
  }

  .fl\:-ml-4\/12 {
    margin-left: -33.33333% !important;
  }

  .fl\:-mt-5\/12 {
    margin-top: -41.66667% !important;
  }

  .fl\:-mr-5\/12 {
    margin-right: -41.66667% !important;
  }

  .fl\:-mb-5\/12 {
    margin-bottom: -41.66667% !important;
  }

  .fl\:-ml-5\/12 {
    margin-left: -41.66667% !important;
  }

  .fl\:-mt-6\/12 {
    margin-top: -50% !important;
  }

  .fl\:-mr-6\/12 {
    margin-right: -50% !important;
  }

  .fl\:-mb-6\/12 {
    margin-bottom: -50% !important;
  }

  .fl\:-ml-6\/12 {
    margin-left: -50% !important;
  }

  .fl\:-mt-7\/12 {
    margin-top: -58.33333% !important;
  }

  .fl\:-mr-7\/12 {
    margin-right: -58.33333% !important;
  }

  .fl\:-mb-7\/12 {
    margin-bottom: -58.33333% !important;
  }

  .fl\:-ml-7\/12 {
    margin-left: -58.33333% !important;
  }

  .fl\:-mt-8\/12 {
    margin-top: -66.66667% !important;
  }

  .fl\:-mr-8\/12 {
    margin-right: -66.66667% !important;
  }

  .fl\:-mb-8\/12 {
    margin-bottom: -66.66667% !important;
  }

  .fl\:-ml-8\/12 {
    margin-left: -66.66667% !important;
  }

  .fl\:-mt-9\/12 {
    margin-top: -75% !important;
  }

  .fl\:-mr-9\/12 {
    margin-right: -75% !important;
  }

  .fl\:-mb-9\/12 {
    margin-bottom: -75% !important;
  }

  .fl\:-ml-9\/12 {
    margin-left: -75% !important;
  }

  .fl\:-mt-10\/12 {
    margin-top: -83.33333% !important;
  }

  .fl\:-mr-10\/12 {
    margin-right: -83.33333% !important;
  }

  .fl\:-mb-10\/12 {
    margin-bottom: -83.33333% !important;
  }

  .fl\:-ml-10\/12 {
    margin-left: -83.33333% !important;
  }

  .fl\:-mt-11\/12 {
    margin-top: -91.66667% !important;
  }

  .fl\:-mr-11\/12 {
    margin-right: -91.66667% !important;
  }

  .fl\:-mb-11\/12 {
    margin-bottom: -91.66667% !important;
  }

  .fl\:-ml-11\/12 {
    margin-left: -91.66667% !important;
  }

  .fl\:max-h-full {
    max-height: 100% !important;
  }

  .fl\:max-h-screen {
    max-height: 100vh !important;
  }

  .fl\:max-w-1\/4 {
    max-width: 25% !important;
  }

  .fl\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .fl\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .fl\:min-h-0 {
    min-height: 0 !important;
  }

  .fl\:min-h-full {
    min-height: 100% !important;
  }

  .fl\:min-h-screen {
    min-height: 100vh !important;
  }

  .fl\:min-w-0 {
    min-width: 0 !important;
  }

  .fl\:min-w-full {
    min-width: 100% !important;
  }

  .fl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .fl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .fl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .fl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .fl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .fl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .fl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .fl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .fl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .fl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .fl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .fl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .fl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .fl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .fl\:opacity-0 {
    opacity: 0 !important;
  }

  .fl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .fl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .fl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .fl\:opacity-100 {
    opacity: 1 !important;
  }

  .fl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .fl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .fl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .fl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .fl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .fl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .fl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .fl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .fl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .fl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .fl\:outline-none {
    outline: 0 !important;
  }

  .fl\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .fl\:overflow-auto {
    overflow: auto !important;
  }

  .fl\:overflow-hidden {
    overflow: hidden !important;
  }

  .fl\:overflow-visible {
    overflow: visible !important;
  }

  .fl\:overflow-scroll {
    overflow: scroll !important;
  }

  .fl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .fl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .fl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .fl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .fl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .fl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .fl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .fl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .fl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .fl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .fl\:p-0 {
    padding: 0 !important;
  }

  .fl\:p-1 {
    padding: 0.25rem !important;
  }

  .fl\:p-2 {
    padding: 0.5rem !important;
  }

  .fl\:p-3 {
    padding: 0.75rem !important;
  }

  .fl\:p-4 {
    padding: 1rem !important;
  }

  .fl\:p-5 {
    padding: 1.25rem !important;
  }

  .fl\:p-6 {
    padding: 1.5rem !important;
  }

  .fl\:p-8 {
    padding: 2rem !important;
  }

  .fl\:p-10 {
    padding: 2.5rem !important;
  }

  .fl\:p-12 {
    padding: 3rem !important;
  }

  .fl\:p-16 {
    padding: 4rem !important;
  }

  .fl\:p-20 {
    padding: 5rem !important;
  }

  .fl\:p-24 {
    padding: 6rem !important;
  }

  .fl\:p-32 {
    padding: 8rem !important;
  }

  .fl\:p-40 {
    padding: 10rem !important;
  }

  .fl\:p-48 {
    padding: 12rem !important;
  }

  .fl\:p-56 {
    padding: 14rem !important;
  }

  .fl\:p-64 {
    padding: 16rem !important;
  }

  .fl\:p-px {
    padding: 1px !important;
  }

  .fl\:p-1\/2 {
    padding: 50% !important;
  }

  .fl\:p-1\/3 {
    padding: 33.333333% !important;
  }

  .fl\:p-2\/3 {
    padding: 66.666667% !important;
  }

  .fl\:p-1\/4 {
    padding: 25% !important;
  }

  .fl\:p-2\/4 {
    padding: 50% !important;
  }

  .fl\:p-3\/4 {
    padding: 75% !important;
  }

  .fl\:p-1\/5 {
    padding: 20% !important;
  }

  .fl\:p-2\/5 {
    padding: 40% !important;
  }

  .fl\:p-3\/5 {
    padding: 60% !important;
  }

  .fl\:p-4\/5 {
    padding: 80% !important;
  }

  .fl\:p-1\/6 {
    padding: 16.666667% !important;
  }

  .fl\:p-2\/6 {
    padding: 33.333333% !important;
  }

  .fl\:p-3\/6 {
    padding: 50% !important;
  }

  .fl\:p-4\/6 {
    padding: 66.666667% !important;
  }

  .fl\:p-5\/6 {
    padding: 83.333333% !important;
  }

  .fl\:p-1\/12 {
    padding: 8.333333% !important;
  }

  .fl\:p-2\/12 {
    padding: 16.666667% !important;
  }

  .fl\:p-3\/12 {
    padding: 25% !important;
  }

  .fl\:p-4\/12 {
    padding: 33.333333% !important;
  }

  .fl\:p-5\/12 {
    padding: 41.666667% !important;
  }

  .fl\:p-6\/12 {
    padding: 50% !important;
  }

  .fl\:p-7\/12 {
    padding: 58.333333% !important;
  }

  .fl\:p-8\/12 {
    padding: 66.666667% !important;
  }

  .fl\:p-9\/12 {
    padding: 75% !important;
  }

  .fl\:p-10\/12 {
    padding: 83.333333% !important;
  }

  .fl\:p-11\/12 {
    padding: 91.666667% !important;
  }

  .fl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .fl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .fl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .fl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .fl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .fl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .fl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .fl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .fl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .fl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .fl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .fl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .fl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .fl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .fl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .fl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .fl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .fl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .fl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .fl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .fl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .fl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .fl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .fl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .fl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .fl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .fl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .fl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .fl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .fl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .fl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .fl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .fl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .fl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .fl\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .fl\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .fl\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .fl\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .fl\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .fl\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .fl\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .fl\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .fl\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .fl\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .fl\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .fl\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .fl\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .fl\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .fl\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .fl\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .fl\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .fl\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .fl\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .fl\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .fl\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .fl\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .fl\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .fl\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .fl\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .fl\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .fl\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .fl\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .fl\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .fl\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .fl\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .fl\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .fl\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .fl\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .fl\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .fl\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .fl\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .fl\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .fl\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .fl\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .fl\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .fl\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .fl\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .fl\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .fl\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .fl\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .fl\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .fl\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .fl\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .fl\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .fl\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .fl\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .fl\:pt-0 {
    padding-top: 0 !important;
  }

  .fl\:pr-0 {
    padding-right: 0 !important;
  }

  .fl\:pb-0 {
    padding-bottom: 0 !important;
  }

  .fl\:pl-0 {
    padding-left: 0 !important;
  }

  .fl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .fl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .fl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .fl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .fl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .fl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .fl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .fl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .fl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .fl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .fl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .fl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .fl\:pt-4 {
    padding-top: 1rem !important;
  }

  .fl\:pr-4 {
    padding-right: 1rem !important;
  }

  .fl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .fl\:pl-4 {
    padding-left: 1rem !important;
  }

  .fl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .fl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .fl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .fl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .fl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .fl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .fl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .fl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .fl\:pt-8 {
    padding-top: 2rem !important;
  }

  .fl\:pr-8 {
    padding-right: 2rem !important;
  }

  .fl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .fl\:pl-8 {
    padding-left: 2rem !important;
  }

  .fl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .fl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .fl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .fl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .fl\:pt-12 {
    padding-top: 3rem !important;
  }

  .fl\:pr-12 {
    padding-right: 3rem !important;
  }

  .fl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .fl\:pl-12 {
    padding-left: 3rem !important;
  }

  .fl\:pt-16 {
    padding-top: 4rem !important;
  }

  .fl\:pr-16 {
    padding-right: 4rem !important;
  }

  .fl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .fl\:pl-16 {
    padding-left: 4rem !important;
  }

  .fl\:pt-20 {
    padding-top: 5rem !important;
  }

  .fl\:pr-20 {
    padding-right: 5rem !important;
  }

  .fl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .fl\:pl-20 {
    padding-left: 5rem !important;
  }

  .fl\:pt-24 {
    padding-top: 6rem !important;
  }

  .fl\:pr-24 {
    padding-right: 6rem !important;
  }

  .fl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .fl\:pl-24 {
    padding-left: 6rem !important;
  }

  .fl\:pt-32 {
    padding-top: 8rem !important;
  }

  .fl\:pr-32 {
    padding-right: 8rem !important;
  }

  .fl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .fl\:pl-32 {
    padding-left: 8rem !important;
  }

  .fl\:pt-40 {
    padding-top: 10rem !important;
  }

  .fl\:pr-40 {
    padding-right: 10rem !important;
  }

  .fl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .fl\:pl-40 {
    padding-left: 10rem !important;
  }

  .fl\:pt-48 {
    padding-top: 12rem !important;
  }

  .fl\:pr-48 {
    padding-right: 12rem !important;
  }

  .fl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .fl\:pl-48 {
    padding-left: 12rem !important;
  }

  .fl\:pt-56 {
    padding-top: 14rem !important;
  }

  .fl\:pr-56 {
    padding-right: 14rem !important;
  }

  .fl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .fl\:pl-56 {
    padding-left: 14rem !important;
  }

  .fl\:pt-64 {
    padding-top: 16rem !important;
  }

  .fl\:pr-64 {
    padding-right: 16rem !important;
  }

  .fl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .fl\:pl-64 {
    padding-left: 16rem !important;
  }

  .fl\:pt-px {
    padding-top: 1px !important;
  }

  .fl\:pr-px {
    padding-right: 1px !important;
  }

  .fl\:pb-px {
    padding-bottom: 1px !important;
  }

  .fl\:pl-px {
    padding-left: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fl\:pt-1\/5 {
    padding-top: 20% !important;
  }

  .fl\:pr-1\/5 {
    padding-right: 20% !important;
  }

  .fl\:pb-1\/5 {
    padding-bottom: 20% !important;
  }

  .fl\:pl-1\/5 {
    padding-left: 20% !important;
  }

  .fl\:pt-2\/5 {
    padding-top: 40% !important;
  }

  .fl\:pr-2\/5 {
    padding-right: 40% !important;
  }

  .fl\:pb-2\/5 {
    padding-bottom: 40% !important;
  }

  .fl\:pl-2\/5 {
    padding-left: 40% !important;
  }

  .fl\:pt-3\/5 {
    padding-top: 60% !important;
  }

  .fl\:pr-3\/5 {
    padding-right: 60% !important;
  }

  .fl\:pb-3\/5 {
    padding-bottom: 60% !important;
  }

  .fl\:pl-3\/5 {
    padding-left: 60% !important;
  }

  .fl\:pt-4\/5 {
    padding-top: 80% !important;
  }

  .fl\:pr-4\/5 {
    padding-right: 80% !important;
  }

  .fl\:pb-4\/5 {
    padding-bottom: 80% !important;
  }

  .fl\:pl-4\/5 {
    padding-left: 80% !important;
  }

  .fl\:pt-1\/6 {
    padding-top: 16.666667% !important;
  }

  .fl\:pr-1\/6 {
    padding-right: 16.666667% !important;
  }

  .fl\:pb-1\/6 {
    padding-bottom: 16.666667% !important;
  }

  .fl\:pl-1\/6 {
    padding-left: 16.666667% !important;
  }

  .fl\:pt-2\/6 {
    padding-top: 33.333333% !important;
  }

  .fl\:pr-2\/6 {
    padding-right: 33.333333% !important;
  }

  .fl\:pb-2\/6 {
    padding-bottom: 33.333333% !important;
  }

  .fl\:pl-2\/6 {
    padding-left: 33.333333% !important;
  }

  .fl\:pt-3\/6 {
    padding-top: 50% !important;
  }

  .fl\:pr-3\/6 {
    padding-right: 50% !important;
  }

  .fl\:pb-3\/6 {
    padding-bottom: 50% !important;
  }

  .fl\:pl-3\/6 {
    padding-left: 50% !important;
  }

  .fl\:pt-4\/6 {
    padding-top: 66.666667% !important;
  }

  .fl\:pr-4\/6 {
    padding-right: 66.666667% !important;
  }

  .fl\:pb-4\/6 {
    padding-bottom: 66.666667% !important;
  }

  .fl\:pl-4\/6 {
    padding-left: 66.666667% !important;
  }

  .fl\:pt-5\/6 {
    padding-top: 83.333333% !important;
  }

  .fl\:pr-5\/6 {
    padding-right: 83.333333% !important;
  }

  .fl\:pb-5\/6 {
    padding-bottom: 83.333333% !important;
  }

  .fl\:pl-5\/6 {
    padding-left: 83.333333% !important;
  }

  .fl\:pt-1\/12 {
    padding-top: 8.333333% !important;
  }

  .fl\:pr-1\/12 {
    padding-right: 8.333333% !important;
  }

  .fl\:pb-1\/12 {
    padding-bottom: 8.333333% !important;
  }

  .fl\:pl-1\/12 {
    padding-left: 8.333333% !important;
  }

  .fl\:pt-2\/12 {
    padding-top: 16.666667% !important;
  }

  .fl\:pr-2\/12 {
    padding-right: 16.666667% !important;
  }

  .fl\:pb-2\/12 {
    padding-bottom: 16.666667% !important;
  }

  .fl\:pl-2\/12 {
    padding-left: 16.666667% !important;
  }

  .fl\:pt-3\/12 {
    padding-top: 25% !important;
  }

  .fl\:pr-3\/12 {
    padding-right: 25% !important;
  }

  .fl\:pb-3\/12 {
    padding-bottom: 25% !important;
  }

  .fl\:pl-3\/12 {
    padding-left: 25% !important;
  }

  .fl\:pt-4\/12 {
    padding-top: 33.333333% !important;
  }

  .fl\:pr-4\/12 {
    padding-right: 33.333333% !important;
  }

  .fl\:pb-4\/12 {
    padding-bottom: 33.333333% !important;
  }

  .fl\:pl-4\/12 {
    padding-left: 33.333333% !important;
  }

  .fl\:pt-5\/12 {
    padding-top: 41.666667% !important;
  }

  .fl\:pr-5\/12 {
    padding-right: 41.666667% !important;
  }

  .fl\:pb-5\/12 {
    padding-bottom: 41.666667% !important;
  }

  .fl\:pl-5\/12 {
    padding-left: 41.666667% !important;
  }

  .fl\:pt-6\/12 {
    padding-top: 50% !important;
  }

  .fl\:pr-6\/12 {
    padding-right: 50% !important;
  }

  .fl\:pb-6\/12 {
    padding-bottom: 50% !important;
  }

  .fl\:pl-6\/12 {
    padding-left: 50% !important;
  }

  .fl\:pt-7\/12 {
    padding-top: 58.333333% !important;
  }

  .fl\:pr-7\/12 {
    padding-right: 58.333333% !important;
  }

  .fl\:pb-7\/12 {
    padding-bottom: 58.333333% !important;
  }

  .fl\:pl-7\/12 {
    padding-left: 58.333333% !important;
  }

  .fl\:pt-8\/12 {
    padding-top: 66.666667% !important;
  }

  .fl\:pr-8\/12 {
    padding-right: 66.666667% !important;
  }

  .fl\:pb-8\/12 {
    padding-bottom: 66.666667% !important;
  }

  .fl\:pl-8\/12 {
    padding-left: 66.666667% !important;
  }

  .fl\:pt-9\/12 {
    padding-top: 75% !important;
  }

  .fl\:pr-9\/12 {
    padding-right: 75% !important;
  }

  .fl\:pb-9\/12 {
    padding-bottom: 75% !important;
  }

  .fl\:pl-9\/12 {
    padding-left: 75% !important;
  }

  .fl\:pt-10\/12 {
    padding-top: 83.333333% !important;
  }

  .fl\:pr-10\/12 {
    padding-right: 83.333333% !important;
  }

  .fl\:pb-10\/12 {
    padding-bottom: 83.333333% !important;
  }

  .fl\:pl-10\/12 {
    padding-left: 83.333333% !important;
  }

  .fl\:pt-11\/12 {
    padding-top: 91.666667% !important;
  }

  .fl\:pr-11\/12 {
    padding-right: 91.666667% !important;
  }

  .fl\:pb-11\/12 {
    padding-bottom: 91.666667% !important;
  }

  .fl\:pl-11\/12 {
    padding-left: 91.666667% !important;
  }

  .fl\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .fl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .fl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .fl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .fl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .fl\:placeholder-black::-webkit-input-placeholder {
    color: #000 !important;
  }

  .fl\:placeholder-black::-moz-placeholder {
    color: #000 !important;
  }

  .fl\:placeholder-black:-ms-input-placeholder {
    color: #000 !important;
  }

  .fl\:placeholder-black::-ms-input-placeholder {
    color: #000 !important;
  }

  .fl\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .fl\:placeholder-white::-webkit-input-placeholder {
    color: #fff !important;
  }

  .fl\:placeholder-white::-moz-placeholder {
    color: #fff !important;
  }

  .fl\:placeholder-white:-ms-input-placeholder {
    color: #fff !important;
  }

  .fl\:placeholder-white::-ms-input-placeholder {
    color: #fff !important;
  }

  .fl\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .fl\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .fl\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc !important;
  }

  .fl\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .fl\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .fl\:placeholder-gray-100::placeholder {
    color: #f7fafc !important;
  }

  .fl\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .fl\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .fl\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .fl\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .fl\:placeholder-gray-200::placeholder {
    color: #edf2f7 !important;
  }

  .fl\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .fl\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .fl\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .fl\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .fl\:placeholder-gray-300::placeholder {
    color: #e2e8f0 !important;
  }

  .fl\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .fl\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .fl\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .fl\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .fl\:placeholder-gray-400::placeholder {
    color: #cbd5e0 !important;
  }

  .fl\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .fl\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .fl\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .fl\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .fl\:placeholder-gray-500::placeholder {
    color: #a0aec0 !important;
  }

  .fl\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .fl\:placeholder-gray-600::-moz-placeholder {
    color: #718096 !important;
  }

  .fl\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096 !important;
  }

  .fl\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096 !important;
  }

  .fl\:placeholder-gray-600::placeholder {
    color: #718096 !important;
  }

  .fl\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .fl\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568 !important;
  }

  .fl\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .fl\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .fl\:placeholder-gray-700::placeholder {
    color: #4a5568 !important;
  }

  .fl\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .fl\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748 !important;
  }

  .fl\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .fl\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .fl\:placeholder-gray-800::placeholder {
    color: #2d3748 !important;
  }

  .fl\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .fl\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c !important;
  }

  .fl\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .fl\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .fl\:placeholder-gray-900::placeholder {
    color: #1a202c !important;
  }

  .fl\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .fl\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .fl\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .fl\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .fl\:placeholder-red-100::placeholder {
    color: #fff5f5 !important;
  }

  .fl\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .fl\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .fl\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .fl\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .fl\:placeholder-red-200::placeholder {
    color: #fed7d7 !important;
  }

  .fl\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .fl\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .fl\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .fl\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .fl\:placeholder-red-300::placeholder {
    color: #feb2b2 !important;
  }

  .fl\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .fl\:placeholder-red-400::-moz-placeholder {
    color: #fc8181 !important;
  }

  .fl\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .fl\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .fl\:placeholder-red-400::placeholder {
    color: #fc8181 !important;
  }

  .fl\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .fl\:placeholder-red-500::-moz-placeholder {
    color: #f56565 !important;
  }

  .fl\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .fl\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .fl\:placeholder-red-500::placeholder {
    color: #f56565 !important;
  }

  .fl\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .fl\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e !important;
  }

  .fl\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .fl\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .fl\:placeholder-red-600::placeholder {
    color: #e53e3e !important;
  }

  .fl\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .fl\:placeholder-red-700::-moz-placeholder {
    color: #c53030 !important;
  }

  .fl\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .fl\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .fl\:placeholder-red-700::placeholder {
    color: #c53030 !important;
  }

  .fl\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .fl\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .fl\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .fl\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .fl\:placeholder-red-800::placeholder {
    color: #9b2c2c !important;
  }

  .fl\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .fl\:placeholder-red-900::-moz-placeholder {
    color: #742a2a !important;
  }

  .fl\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .fl\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .fl\:placeholder-red-900::placeholder {
    color: #742a2a !important;
  }

  .fl\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .fl\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .fl\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .fl\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .fl\:placeholder-orange-100::placeholder {
    color: #fffaf0 !important;
  }

  .fl\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .fl\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8 !important;
  }

  .fl\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .fl\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .fl\:placeholder-orange-200::placeholder {
    color: #feebc8 !important;
  }

  .fl\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .fl\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d !important;
  }

  .fl\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .fl\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .fl\:placeholder-orange-300::placeholder {
    color: #fbd38d !important;
  }

  .fl\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .fl\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .fl\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .fl\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .fl\:placeholder-orange-400::placeholder {
    color: #f6ad55 !important;
  }

  .fl\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .fl\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936 !important;
  }

  .fl\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .fl\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .fl\:placeholder-orange-500::placeholder {
    color: #ed8936 !important;
  }

  .fl\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .fl\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .fl\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .fl\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .fl\:placeholder-orange-600::placeholder {
    color: #dd6b20 !important;
  }

  .fl\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .fl\:placeholder-orange-700::-moz-placeholder {
    color: #c05621 !important;
  }

  .fl\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .fl\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .fl\:placeholder-orange-700::placeholder {
    color: #c05621 !important;
  }

  .fl\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .fl\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221 !important;
  }

  .fl\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .fl\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .fl\:placeholder-orange-800::placeholder {
    color: #9c4221 !important;
  }

  .fl\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .fl\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e !important;
  }

  .fl\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .fl\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .fl\:placeholder-orange-900::placeholder {
    color: #7b341e !important;
  }

  .fl\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .fl\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0 !important;
  }

  .fl\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .fl\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .fl\:placeholder-yellow-100::placeholder {
    color: #fffff0 !important;
  }

  .fl\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .fl\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf !important;
  }

  .fl\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .fl\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .fl\:placeholder-yellow-200::placeholder {
    color: #fefcbf !important;
  }

  .fl\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .fl\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089 !important;
  }

  .fl\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .fl\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .fl\:placeholder-yellow-300::placeholder {
    color: #faf089 !important;
  }

  .fl\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .fl\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e !important;
  }

  .fl\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .fl\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .fl\:placeholder-yellow-400::placeholder {
    color: #f6e05e !important;
  }

  .fl\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .fl\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b !important;
  }

  .fl\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .fl\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .fl\:placeholder-yellow-500::placeholder {
    color: #ecc94b !important;
  }

  .fl\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .fl\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e !important;
  }

  .fl\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .fl\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .fl\:placeholder-yellow-600::placeholder {
    color: #d69e2e !important;
  }

  .fl\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .fl\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f !important;
  }

  .fl\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .fl\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .fl\:placeholder-yellow-700::placeholder {
    color: #b7791f !important;
  }

  .fl\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .fl\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16 !important;
  }

  .fl\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .fl\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .fl\:placeholder-yellow-800::placeholder {
    color: #975a16 !important;
  }

  .fl\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .fl\:placeholder-yellow-900::-moz-placeholder {
    color: #744210 !important;
  }

  .fl\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210 !important;
  }

  .fl\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210 !important;
  }

  .fl\:placeholder-yellow-900::placeholder {
    color: #744210 !important;
  }

  .fl\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .fl\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .fl\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .fl\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .fl\:placeholder-green-100::placeholder {
    color: #f0fff4 !important;
  }

  .fl\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .fl\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .fl\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .fl\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .fl\:placeholder-green-200::placeholder {
    color: #c6f6d5 !important;
  }

  .fl\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .fl\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .fl\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .fl\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .fl\:placeholder-green-300::placeholder {
    color: #9ae6b4 !important;
  }

  .fl\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .fl\:placeholder-green-400::-moz-placeholder {
    color: #68d391 !important;
  }

  .fl\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .fl\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .fl\:placeholder-green-400::placeholder {
    color: #68d391 !important;
  }

  .fl\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .fl\:placeholder-green-500::-moz-placeholder {
    color: #48bb78 !important;
  }

  .fl\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .fl\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .fl\:placeholder-green-500::placeholder {
    color: #48bb78 !important;
  }

  .fl\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .fl\:placeholder-green-600::-moz-placeholder {
    color: #38a169 !important;
  }

  .fl\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .fl\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .fl\:placeholder-green-600::placeholder {
    color: #38a169 !important;
  }

  .fl\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .fl\:placeholder-green-700::-moz-placeholder {
    color: #2f855a !important;
  }

  .fl\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .fl\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .fl\:placeholder-green-700::placeholder {
    color: #2f855a !important;
  }

  .fl\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .fl\:placeholder-green-800::-moz-placeholder {
    color: #276749 !important;
  }

  .fl\:placeholder-green-800:-ms-input-placeholder {
    color: #276749 !important;
  }

  .fl\:placeholder-green-800::-ms-input-placeholder {
    color: #276749 !important;
  }

  .fl\:placeholder-green-800::placeholder {
    color: #276749 !important;
  }

  .fl\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .fl\:placeholder-green-900::-moz-placeholder {
    color: #22543d !important;
  }

  .fl\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d !important;
  }

  .fl\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d !important;
  }

  .fl\:placeholder-green-900::placeholder {
    color: #22543d !important;
  }

  .fl\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .fl\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa !important;
  }

  .fl\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .fl\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .fl\:placeholder-teal-100::placeholder {
    color: #e6fffa !important;
  }

  .fl\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .fl\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .fl\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .fl\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .fl\:placeholder-teal-200::placeholder {
    color: #b2f5ea !important;
  }

  .fl\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .fl\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .fl\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .fl\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .fl\:placeholder-teal-300::placeholder {
    color: #81e6d9 !important;
  }

  .fl\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .fl\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .fl\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .fl\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .fl\:placeholder-teal-400::placeholder {
    color: #4fd1c5 !important;
  }

  .fl\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .fl\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac !important;
  }

  .fl\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .fl\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .fl\:placeholder-teal-500::placeholder {
    color: #38b2ac !important;
  }

  .fl\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .fl\:placeholder-teal-600::-moz-placeholder {
    color: #319795 !important;
  }

  .fl\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795 !important;
  }

  .fl\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795 !important;
  }

  .fl\:placeholder-teal-600::placeholder {
    color: #319795 !important;
  }

  .fl\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .fl\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .fl\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .fl\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .fl\:placeholder-teal-700::placeholder {
    color: #2c7a7b !important;
  }

  .fl\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .fl\:placeholder-teal-800::-moz-placeholder {
    color: #285e61 !important;
  }

  .fl\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .fl\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .fl\:placeholder-teal-800::placeholder {
    color: #285e61 !important;
  }

  .fl\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .fl\:placeholder-teal-900::-moz-placeholder {
    color: #234e52 !important;
  }

  .fl\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .fl\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .fl\:placeholder-teal-900::placeholder {
    color: #234e52 !important;
  }

  .fl\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .fl\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .fl\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .fl\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .fl\:placeholder-blue-100::placeholder {
    color: #ebf8ff !important;
  }

  .fl\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .fl\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .fl\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .fl\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .fl\:placeholder-blue-200::placeholder {
    color: #bee3f8 !important;
  }

  .fl\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .fl\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .fl\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .fl\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .fl\:placeholder-blue-300::placeholder {
    color: #90cdf4 !important;
  }

  .fl\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .fl\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed !important;
  }

  .fl\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .fl\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .fl\:placeholder-blue-400::placeholder {
    color: #63b3ed !important;
  }

  .fl\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .fl\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1 !important;
  }

  .fl\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .fl\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .fl\:placeholder-blue-500::placeholder {
    color: #4299e1 !important;
  }

  .fl\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .fl\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce !important;
  }

  .fl\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .fl\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .fl\:placeholder-blue-600::placeholder {
    color: #3182ce !important;
  }

  .fl\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .fl\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .fl\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .fl\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .fl\:placeholder-blue-700::placeholder {
    color: #2b6cb0 !important;
  }

  .fl\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .fl\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282 !important;
  }

  .fl\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .fl\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .fl\:placeholder-blue-800::placeholder {
    color: #2c5282 !important;
  }

  .fl\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .fl\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365 !important;
  }

  .fl\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .fl\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .fl\:placeholder-blue-900::placeholder {
    color: #2a4365 !important;
  }

  .fl\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .fl\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .fl\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .fl\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .fl\:placeholder-indigo-100::placeholder {
    color: #ebf4ff !important;
  }

  .fl\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .fl\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe !important;
  }

  .fl\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .fl\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .fl\:placeholder-indigo-200::placeholder {
    color: #c3dafe !important;
  }

  .fl\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .fl\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa !important;
  }

  .fl\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .fl\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .fl\:placeholder-indigo-300::placeholder {
    color: #a3bffa !important;
  }

  .fl\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .fl\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .fl\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .fl\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .fl\:placeholder-indigo-400::placeholder {
    color: #7f9cf5 !important;
  }

  .fl\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .fl\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea !important;
  }

  .fl\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea !important;
  }

  .fl\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea !important;
  }

  .fl\:placeholder-indigo-500::placeholder {
    color: #667eea !important;
  }

  .fl\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .fl\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .fl\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .fl\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .fl\:placeholder-indigo-600::placeholder {
    color: #5a67d8 !important;
  }

  .fl\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .fl\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf !important;
  }

  .fl\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .fl\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .fl\:placeholder-indigo-700::placeholder {
    color: #4c51bf !important;
  }

  .fl\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .fl\:placeholder-indigo-800::-moz-placeholder {
    color: #434190 !important;
  }

  .fl\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190 !important;
  }

  .fl\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190 !important;
  }

  .fl\:placeholder-indigo-800::placeholder {
    color: #434190 !important;
  }

  .fl\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .fl\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b !important;
  }

  .fl\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .fl\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .fl\:placeholder-indigo-900::placeholder {
    color: #3c366b !important;
  }

  .fl\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .fl\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff !important;
  }

  .fl\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .fl\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .fl\:placeholder-purple-100::placeholder {
    color: #faf5ff !important;
  }

  .fl\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .fl\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .fl\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .fl\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .fl\:placeholder-purple-200::placeholder {
    color: #e9d8fd !important;
  }

  .fl\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .fl\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .fl\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .fl\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .fl\:placeholder-purple-300::placeholder {
    color: #d6bcfa !important;
  }

  .fl\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .fl\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4 !important;
  }

  .fl\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .fl\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .fl\:placeholder-purple-400::placeholder {
    color: #b794f4 !important;
  }

  .fl\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .fl\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea !important;
  }

  .fl\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .fl\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .fl\:placeholder-purple-500::placeholder {
    color: #9f7aea !important;
  }

  .fl\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .fl\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5 !important;
  }

  .fl\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .fl\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .fl\:placeholder-purple-600::placeholder {
    color: #805ad5 !important;
  }

  .fl\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .fl\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .fl\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .fl\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .fl\:placeholder-purple-700::placeholder {
    color: #6b46c1 !important;
  }

  .fl\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .fl\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a !important;
  }

  .fl\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .fl\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .fl\:placeholder-purple-800::placeholder {
    color: #553c9a !important;
  }

  .fl\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .fl\:placeholder-purple-900::-moz-placeholder {
    color: #44337a !important;
  }

  .fl\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a !important;
  }

  .fl\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a !important;
  }

  .fl\:placeholder-purple-900::placeholder {
    color: #44337a !important;
  }

  .fl\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .fl\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .fl\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .fl\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .fl\:placeholder-pink-100::placeholder {
    color: #fff5f7 !important;
  }

  .fl\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .fl\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .fl\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .fl\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .fl\:placeholder-pink-200::placeholder {
    color: #fed7e2 !important;
  }

  .fl\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .fl\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .fl\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .fl\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .fl\:placeholder-pink-300::placeholder {
    color: #fbb6ce !important;
  }

  .fl\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .fl\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3 !important;
  }

  .fl\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .fl\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .fl\:placeholder-pink-400::placeholder {
    color: #f687b3 !important;
  }

  .fl\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .fl\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .fl\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .fl\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .fl\:placeholder-pink-500::placeholder {
    color: #ed64a6 !important;
  }

  .fl\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .fl\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c !important;
  }

  .fl\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .fl\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .fl\:placeholder-pink-600::placeholder {
    color: #d53f8c !important;
  }

  .fl\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .fl\:placeholder-pink-700::-moz-placeholder {
    color: #b83280 !important;
  }

  .fl\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .fl\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .fl\:placeholder-pink-700::placeholder {
    color: #b83280 !important;
  }

  .fl\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .fl\:placeholder-pink-800::-moz-placeholder {
    color: #97266d !important;
  }

  .fl\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d !important;
  }

  .fl\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d !important;
  }

  .fl\:placeholder-pink-800::placeholder {
    color: #97266d !important;
  }

  .fl\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .fl\:placeholder-pink-900::-moz-placeholder {
    color: #702459 !important;
  }

  .fl\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459 !important;
  }

  .fl\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459 !important;
  }

  .fl\:placeholder-pink-900::placeholder {
    color: #702459 !important;
  }

  .fl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .fl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .fl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .fl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .fl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .fl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000 !important;
  }

  .fl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000 !important;
  }

  .fl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000 !important;
  }

  .fl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000 !important;
  }

  .fl\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .fl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff !important;
  }

  .fl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff !important;
  }

  .fl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff !important;
  }

  .fl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff !important;
  }

  .fl\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .fl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .fl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc !important;
  }

  .fl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .fl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .fl\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc !important;
  }

  .fl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .fl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .fl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .fl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .fl\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7 !important;
  }

  .fl\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .fl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .fl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .fl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .fl\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0 !important;
  }

  .fl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .fl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .fl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .fl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .fl\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0 !important;
  }

  .fl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .fl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .fl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .fl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .fl\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0 !important;
  }

  .fl\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .fl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096 !important;
  }

  .fl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096 !important;
  }

  .fl\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096 !important;
  }

  .fl\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096 !important;
  }

  .fl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .fl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568 !important;
  }

  .fl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .fl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .fl\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568 !important;
  }

  .fl\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .fl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748 !important;
  }

  .fl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .fl\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .fl\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748 !important;
  }

  .fl\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .fl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c !important;
  }

  .fl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .fl\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .fl\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c !important;
  }

  .fl\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .fl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .fl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .fl\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .fl\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5 !important;
  }

  .fl\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .fl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .fl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .fl\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .fl\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7 !important;
  }

  .fl\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .fl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .fl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .fl\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .fl\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2 !important;
  }

  .fl\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .fl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181 !important;
  }

  .fl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .fl\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .fl\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181 !important;
  }

  .fl\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .fl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565 !important;
  }

  .fl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .fl\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .fl\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565 !important;
  }

  .fl\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .fl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e !important;
  }

  .fl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .fl\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .fl\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e !important;
  }

  .fl\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .fl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030 !important;
  }

  .fl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .fl\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .fl\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030 !important;
  }

  .fl\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .fl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .fl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .fl\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .fl\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c !important;
  }

  .fl\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .fl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a !important;
  }

  .fl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .fl\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .fl\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a !important;
  }

  .fl\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .fl\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .fl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .fl\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .fl\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0 !important;
  }

  .fl\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .fl\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8 !important;
  }

  .fl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .fl\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .fl\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8 !important;
  }

  .fl\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .fl\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d !important;
  }

  .fl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .fl\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .fl\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d !important;
  }

  .fl\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .fl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .fl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .fl\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .fl\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55 !important;
  }

  .fl\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .fl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936 !important;
  }

  .fl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .fl\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .fl\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936 !important;
  }

  .fl\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .fl\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .fl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .fl\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .fl\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20 !important;
  }

  .fl\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .fl\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621 !important;
  }

  .fl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .fl\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .fl\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621 !important;
  }

  .fl\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .fl\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221 !important;
  }

  .fl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .fl\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .fl\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221 !important;
  }

  .fl\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .fl\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e !important;
  }

  .fl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .fl\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .fl\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e !important;
  }

  .fl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .fl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0 !important;
  }

  .fl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .fl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .fl\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0 !important;
  }

  .fl\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .fl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf !important;
  }

  .fl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .fl\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .fl\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf !important;
  }

  .fl\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .fl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089 !important;
  }

  .fl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .fl\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .fl\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089 !important;
  }

  .fl\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .fl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e !important;
  }

  .fl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .fl\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .fl\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e !important;
  }

  .fl\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .fl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b !important;
  }

  .fl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .fl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .fl\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b !important;
  }

  .fl\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .fl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e !important;
  }

  .fl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .fl\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .fl\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e !important;
  }

  .fl\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .fl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f !important;
  }

  .fl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .fl\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .fl\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f !important;
  }

  .fl\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .fl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16 !important;
  }

  .fl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .fl\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .fl\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16 !important;
  }

  .fl\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .fl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210 !important;
  }

  .fl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210 !important;
  }

  .fl\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210 !important;
  }

  .fl\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210 !important;
  }

  .fl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .fl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .fl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .fl\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .fl\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4 !important;
  }

  .fl\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .fl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .fl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .fl\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .fl\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5 !important;
  }

  .fl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .fl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .fl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .fl\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .fl\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4 !important;
  }

  .fl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .fl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391 !important;
  }

  .fl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .fl\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .fl\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391 !important;
  }

  .fl\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .fl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78 !important;
  }

  .fl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .fl\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .fl\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78 !important;
  }

  .fl\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .fl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169 !important;
  }

  .fl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .fl\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .fl\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169 !important;
  }

  .fl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .fl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a !important;
  }

  .fl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .fl\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .fl\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a !important;
  }

  .fl\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .fl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749 !important;
  }

  .fl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749 !important;
  }

  .fl\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749 !important;
  }

  .fl\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749 !important;
  }

  .fl\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .fl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d !important;
  }

  .fl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d !important;
  }

  .fl\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d !important;
  }

  .fl\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d !important;
  }

  .fl\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .fl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa !important;
  }

  .fl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .fl\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .fl\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa !important;
  }

  .fl\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .fl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .fl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .fl\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .fl\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea !important;
  }

  .fl\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .fl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .fl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .fl\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .fl\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9 !important;
  }

  .fl\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .fl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .fl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .fl\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .fl\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5 !important;
  }

  .fl\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .fl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac !important;
  }

  .fl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .fl\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .fl\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac !important;
  }

  .fl\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .fl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795 !important;
  }

  .fl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795 !important;
  }

  .fl\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795 !important;
  }

  .fl\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795 !important;
  }

  .fl\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .fl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .fl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .fl\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .fl\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b !important;
  }

  .fl\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .fl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61 !important;
  }

  .fl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .fl\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .fl\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61 !important;
  }

  .fl\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .fl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52 !important;
  }

  .fl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .fl\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .fl\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52 !important;
  }

  .fl\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .fl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .fl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .fl\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .fl\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff !important;
  }

  .fl\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .fl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .fl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .fl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .fl\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8 !important;
  }

  .fl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .fl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .fl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .fl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .fl\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4 !important;
  }

  .fl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .fl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed !important;
  }

  .fl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .fl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .fl\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed !important;
  }

  .fl\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .fl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1 !important;
  }

  .fl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .fl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .fl\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1 !important;
  }

  .fl\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .fl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce !important;
  }

  .fl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .fl\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .fl\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce !important;
  }

  .fl\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .fl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .fl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .fl\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .fl\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0 !important;
  }

  .fl\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .fl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282 !important;
  }

  .fl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .fl\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .fl\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282 !important;
  }

  .fl\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .fl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365 !important;
  }

  .fl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .fl\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .fl\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365 !important;
  }

  .fl\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .fl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .fl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .fl\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .fl\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff !important;
  }

  .fl\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .fl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe !important;
  }

  .fl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .fl\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .fl\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe !important;
  }

  .fl\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .fl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa !important;
  }

  .fl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .fl\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .fl\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa !important;
  }

  .fl\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .fl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .fl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .fl\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .fl\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5 !important;
  }

  .fl\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .fl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea !important;
  }

  .fl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea !important;
  }

  .fl\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea !important;
  }

  .fl\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea !important;
  }

  .fl\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .fl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .fl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .fl\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .fl\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8 !important;
  }

  .fl\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .fl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf !important;
  }

  .fl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .fl\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .fl\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf !important;
  }

  .fl\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .fl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190 !important;
  }

  .fl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190 !important;
  }

  .fl\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190 !important;
  }

  .fl\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190 !important;
  }

  .fl\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .fl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b !important;
  }

  .fl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .fl\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .fl\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b !important;
  }

  .fl\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .fl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff !important;
  }

  .fl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .fl\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .fl\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff !important;
  }

  .fl\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .fl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .fl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .fl\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .fl\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd !important;
  }

  .fl\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .fl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .fl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .fl\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .fl\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa !important;
  }

  .fl\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .fl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4 !important;
  }

  .fl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .fl\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .fl\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4 !important;
  }

  .fl\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .fl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea !important;
  }

  .fl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .fl\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .fl\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea !important;
  }

  .fl\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .fl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5 !important;
  }

  .fl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .fl\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .fl\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5 !important;
  }

  .fl\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .fl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .fl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .fl\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .fl\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1 !important;
  }

  .fl\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .fl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a !important;
  }

  .fl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .fl\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .fl\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a !important;
  }

  .fl\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .fl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a !important;
  }

  .fl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a !important;
  }

  .fl\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a !important;
  }

  .fl\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a !important;
  }

  .fl\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .fl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .fl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .fl\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .fl\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7 !important;
  }

  .fl\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .fl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .fl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .fl\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .fl\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2 !important;
  }

  .fl\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .fl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .fl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .fl\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .fl\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce !important;
  }

  .fl\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .fl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3 !important;
  }

  .fl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .fl\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .fl\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3 !important;
  }

  .fl\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .fl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .fl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .fl\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .fl\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6 !important;
  }

  .fl\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .fl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c !important;
  }

  .fl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .fl\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .fl\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c !important;
  }

  .fl\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .fl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280 !important;
  }

  .fl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .fl\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .fl\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280 !important;
  }

  .fl\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .fl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d !important;
  }

  .fl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d !important;
  }

  .fl\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d !important;
  }

  .fl\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d !important;
  }

  .fl\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .fl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459 !important;
  }

  .fl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459 !important;
  }

  .fl\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459 !important;
  }

  .fl\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459 !important;
  }

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

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

  .fl\:static {
    position: static !important;
  }

  .fl\:fixed {
    position: fixed !important;
  }

  .fl\:absolute {
    position: absolute !important;
  }

  .fl\:relative {
    position: relative !important;
  }

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

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

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

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

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

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

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

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

  .fl\:inset-1\/5 {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .fl\:inset-2\/5 {
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .fl\:inset-3\/5 {
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .fl\:inset-4\/5 {
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .fl\:inset-1\/6 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .fl\:inset-2\/6 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .fl\:inset-3\/6 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .fl\:inset-4\/6 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .fl\:inset-5\/6 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .fl\:inset-1\/12 {
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .fl\:inset-2\/12 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .fl\:inset-3\/12 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .fl\:inset-4\/12 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .fl\:inset-5\/12 {
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .fl\:inset-6\/12 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .fl\:inset-7\/12 {
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .fl\:inset-8\/12 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .fl\:inset-9\/12 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .fl\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .fl\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fl\:inset-y-1\/5 {
    top: 20% !important;
    bottom: 20% !important;
  }

  .fl\:inset-x-1\/5 {
    right: 20% !important;
    left: 20% !important;
  }

  .fl\:inset-y-2\/5 {
    top: 40% !important;
    bottom: 40% !important;
  }

  .fl\:inset-x-2\/5 {
    right: 40% !important;
    left: 40% !important;
  }

  .fl\:inset-y-3\/5 {
    top: 60% !important;
    bottom: 60% !important;
  }

  .fl\:inset-x-3\/5 {
    right: 60% !important;
    left: 60% !important;
  }

  .fl\:inset-y-4\/5 {
    top: 80% !important;
    bottom: 80% !important;
  }

  .fl\:inset-x-4\/5 {
    right: 80% !important;
    left: 80% !important;
  }

  .fl\:inset-y-1\/6 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .fl\:inset-x-1\/6 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .fl\:inset-y-2\/6 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .fl\:inset-x-2\/6 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .fl\:inset-y-3\/6 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .fl\:inset-x-3\/6 {
    right: 50% !important;
    left: 50% !important;
  }

  .fl\:inset-y-4\/6 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .fl\:inset-x-4\/6 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .fl\:inset-y-5\/6 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .fl\:inset-x-5\/6 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .fl\:inset-y-1\/12 {
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .fl\:inset-x-1\/12 {
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .fl\:inset-y-2\/12 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .fl\:inset-x-2\/12 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .fl\:inset-y-3\/12 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .fl\:inset-x-3\/12 {
    right: 25% !important;
    left: 25% !important;
  }

  .fl\:inset-y-4\/12 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .fl\:inset-x-4\/12 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .fl\:inset-y-5\/12 {
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .fl\:inset-x-5\/12 {
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .fl\:inset-y-6\/12 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .fl\:inset-x-6\/12 {
    right: 50% !important;
    left: 50% !important;
  }

  .fl\:inset-y-7\/12 {
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .fl\:inset-x-7\/12 {
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .fl\:inset-y-8\/12 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .fl\:inset-x-8\/12 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .fl\:inset-y-9\/12 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .fl\:inset-x-9\/12 {
    right: 75% !important;
    left: 75% !important;
  }

  .fl\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .fl\:inset-x-10\/12 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .fl\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .fl\:inset-x-11\/12 {
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .fl\:top-0 {
    top: 0 !important;
  }

  .fl\:right-0 {
    right: 0 !important;
  }

  .fl\:bottom-0 {
    bottom: 0 !important;
  }

  .fl\:left-0 {
    left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fl\:top-1\/5 {
    top: 20% !important;
  }

  .fl\:right-1\/5 {
    right: 20% !important;
  }

  .fl\:bottom-1\/5 {
    bottom: 20% !important;
  }

  .fl\:left-1\/5 {
    left: 20% !important;
  }

  .fl\:top-2\/5 {
    top: 40% !important;
  }

  .fl\:right-2\/5 {
    right: 40% !important;
  }

  .fl\:bottom-2\/5 {
    bottom: 40% !important;
  }

  .fl\:left-2\/5 {
    left: 40% !important;
  }

  .fl\:top-3\/5 {
    top: 60% !important;
  }

  .fl\:right-3\/5 {
    right: 60% !important;
  }

  .fl\:bottom-3\/5 {
    bottom: 60% !important;
  }

  .fl\:left-3\/5 {
    left: 60% !important;
  }

  .fl\:top-4\/5 {
    top: 80% !important;
  }

  .fl\:right-4\/5 {
    right: 80% !important;
  }

  .fl\:bottom-4\/5 {
    bottom: 80% !important;
  }

  .fl\:left-4\/5 {
    left: 80% !important;
  }

  .fl\:top-1\/6 {
    top: 16.666667% !important;
  }

  .fl\:right-1\/6 {
    right: 16.666667% !important;
  }

  .fl\:bottom-1\/6 {
    bottom: 16.666667% !important;
  }

  .fl\:left-1\/6 {
    left: 16.666667% !important;
  }

  .fl\:top-2\/6 {
    top: 33.333333% !important;
  }

  .fl\:right-2\/6 {
    right: 33.333333% !important;
  }

  .fl\:bottom-2\/6 {
    bottom: 33.333333% !important;
  }

  .fl\:left-2\/6 {
    left: 33.333333% !important;
  }

  .fl\:top-3\/6 {
    top: 50% !important;
  }

  .fl\:right-3\/6 {
    right: 50% !important;
  }

  .fl\:bottom-3\/6 {
    bottom: 50% !important;
  }

  .fl\:left-3\/6 {
    left: 50% !important;
  }

  .fl\:top-4\/6 {
    top: 66.666667% !important;
  }

  .fl\:right-4\/6 {
    right: 66.666667% !important;
  }

  .fl\:bottom-4\/6 {
    bottom: 66.666667% !important;
  }

  .fl\:left-4\/6 {
    left: 66.666667% !important;
  }

  .fl\:top-5\/6 {
    top: 83.333333% !important;
  }

  .fl\:right-5\/6 {
    right: 83.333333% !important;
  }

  .fl\:bottom-5\/6 {
    bottom: 83.333333% !important;
  }

  .fl\:left-5\/6 {
    left: 83.333333% !important;
  }

  .fl\:top-1\/12 {
    top: 8.333333% !important;
  }

  .fl\:right-1\/12 {
    right: 8.333333% !important;
  }

  .fl\:bottom-1\/12 {
    bottom: 8.333333% !important;
  }

  .fl\:left-1\/12 {
    left: 8.333333% !important;
  }

  .fl\:top-2\/12 {
    top: 16.666667% !important;
  }

  .fl\:right-2\/12 {
    right: 16.666667% !important;
  }

  .fl\:bottom-2\/12 {
    bottom: 16.666667% !important;
  }

  .fl\:left-2\/12 {
    left: 16.666667% !important;
  }

  .fl\:top-3\/12 {
    top: 25% !important;
  }

  .fl\:right-3\/12 {
    right: 25% !important;
  }

  .fl\:bottom-3\/12 {
    bottom: 25% !important;
  }

  .fl\:left-3\/12 {
    left: 25% !important;
  }

  .fl\:top-4\/12 {
    top: 33.333333% !important;
  }

  .fl\:right-4\/12 {
    right: 33.333333% !important;
  }

  .fl\:bottom-4\/12 {
    bottom: 33.333333% !important;
  }

  .fl\:left-4\/12 {
    left: 33.333333% !important;
  }

  .fl\:top-5\/12 {
    top: 41.666667% !important;
  }

  .fl\:right-5\/12 {
    right: 41.666667% !important;
  }

  .fl\:bottom-5\/12 {
    bottom: 41.666667% !important;
  }

  .fl\:left-5\/12 {
    left: 41.666667% !important;
  }

  .fl\:top-6\/12 {
    top: 50% !important;
  }

  .fl\:right-6\/12 {
    right: 50% !important;
  }

  .fl\:bottom-6\/12 {
    bottom: 50% !important;
  }

  .fl\:left-6\/12 {
    left: 50% !important;
  }

  .fl\:top-7\/12 {
    top: 58.333333% !important;
  }

  .fl\:right-7\/12 {
    right: 58.333333% !important;
  }

  .fl\:bottom-7\/12 {
    bottom: 58.333333% !important;
  }

  .fl\:left-7\/12 {
    left: 58.333333% !important;
  }

  .fl\:top-8\/12 {
    top: 66.666667% !important;
  }

  .fl\:right-8\/12 {
    right: 66.666667% !important;
  }

  .fl\:bottom-8\/12 {
    bottom: 66.666667% !important;
  }

  .fl\:left-8\/12 {
    left: 66.666667% !important;
  }

  .fl\:top-9\/12 {
    top: 75% !important;
  }

  .fl\:right-9\/12 {
    right: 75% !important;
  }

  .fl\:bottom-9\/12 {
    bottom: 75% !important;
  }

  .fl\:left-9\/12 {
    left: 75% !important;
  }

  .fl\:top-10\/12 {
    top: 83.333333% !important;
  }

  .fl\:right-10\/12 {
    right: 83.333333% !important;
  }

  .fl\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .fl\:left-10\/12 {
    left: 83.333333% !important;
  }

  .fl\:top-11\/12 {
    top: 91.666667% !important;
  }

  .fl\:right-11\/12 {
    right: 91.666667% !important;
  }

  .fl\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .fl\:left-11\/12 {
    left: 91.666667% !important;
  }

  .fl\:resize-none {
    resize: none !important;
  }

  .fl\:resize-y {
    resize: vertical !important;
  }

  .fl\:resize-x {
    resize: horizontal !important;
  }

  .fl\:resize {
    resize: both !important;
  }

  .fl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .fl\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .fl\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .fl\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .fl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .fl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .fl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .fl\:shadow-none {
    box-shadow: none !important;
  }

  .fl\: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) !important;
  }

  .fl\: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) !important;
  }

  .fl\: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) !important;
  }

  .fl\: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) !important;
  }

  .fl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .fl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .fl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .fl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .fl\: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) !important;
  }

  .fl\: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) !important;
  }

  .fl\: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) !important;
  }

  .fl\: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) !important;
  }

  .fl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .fl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .fl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .fl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .fl\:fill-current {
    fill: currentColor !important;
  }

  .fl\:stroke-current {
    stroke: currentColor !important;
  }

  .fl\:table-auto {
    table-layout: auto !important;
  }

  .fl\:table-fixed {
    table-layout: fixed !important;
  }

  .fl\:text-left {
    text-align: left !important;
  }

  .fl\:text-center {
    text-align: center !important;
  }

  .fl\:text-right {
    text-align: right !important;
  }

  .fl\:text-justify {
    text-align: justify !important;
  }

  .fl\:text-transparent {
    color: transparent !important;
  }

  .fl\:text-black {
    color: #000 !important;
  }

  .fl\:text-white {
    color: #fff !important;
  }

  .fl\:text-gray-100 {
    color: #f7fafc !important;
  }

  .fl\:text-gray-200 {
    color: #edf2f7 !important;
  }

  .fl\:text-gray-300 {
    color: #e2e8f0 !important;
  }

  .fl\:text-gray-400 {
    color: #cbd5e0 !important;
  }

  .fl\:text-gray-500 {
    color: #a0aec0 !important;
  }

  .fl\:text-gray-600 {
    color: #718096 !important;
  }

  .fl\:text-gray-700 {
    color: #4a5568 !important;
  }

  .fl\:text-gray-800 {
    color: #2d3748 !important;
  }

  .fl\:text-gray-900 {
    color: #1a202c !important;
  }

  .fl\:text-red-100 {
    color: #fff5f5 !important;
  }

  .fl\:text-red-200 {
    color: #fed7d7 !important;
  }

  .fl\:text-red-300 {
    color: #feb2b2 !important;
  }

  .fl\:text-red-400 {
    color: #fc8181 !important;
  }

  .fl\:text-red-500 {
    color: #f56565 !important;
  }

  .fl\:text-red-600 {
    color: #e53e3e !important;
  }

  .fl\:text-red-700 {
    color: #c53030 !important;
  }

  .fl\:text-red-800 {
    color: #9b2c2c !important;
  }

  .fl\:text-red-900 {
    color: #742a2a !important;
  }

  .fl\:text-orange-100 {
    color: #fffaf0 !important;
  }

  .fl\:text-orange-200 {
    color: #feebc8 !important;
  }

  .fl\:text-orange-300 {
    color: #fbd38d !important;
  }

  .fl\:text-orange-400 {
    color: #f6ad55 !important;
  }

  .fl\:text-orange-500 {
    color: #ed8936 !important;
  }

  .fl\:text-orange-600 {
    color: #dd6b20 !important;
  }

  .fl\:text-orange-700 {
    color: #c05621 !important;
  }

  .fl\:text-orange-800 {
    color: #9c4221 !important;
  }

  .fl\:text-orange-900 {
    color: #7b341e !important;
  }

  .fl\:text-yellow-100 {
    color: #fffff0 !important;
  }

  .fl\:text-yellow-200 {
    color: #fefcbf !important;
  }

  .fl\:text-yellow-300 {
    color: #faf089 !important;
  }

  .fl\:text-yellow-400 {
    color: #f6e05e !important;
  }

  .fl\:text-yellow-500 {
    color: #ecc94b !important;
  }

  .fl\:text-yellow-600 {
    color: #d69e2e !important;
  }

  .fl\:text-yellow-700 {
    color: #b7791f !important;
  }

  .fl\:text-yellow-800 {
    color: #975a16 !important;
  }

  .fl\:text-yellow-900 {
    color: #744210 !important;
  }

  .fl\:text-green-100 {
    color: #f0fff4 !important;
  }

  .fl\:text-green-200 {
    color: #c6f6d5 !important;
  }

  .fl\:text-green-300 {
    color: #9ae6b4 !important;
  }

  .fl\:text-green-400 {
    color: #68d391 !important;
  }

  .fl\:text-green-500 {
    color: #48bb78 !important;
  }

  .fl\:text-green-600 {
    color: #38a169 !important;
  }

  .fl\:text-green-700 {
    color: #2f855a !important;
  }

  .fl\:text-green-800 {
    color: #276749 !important;
  }

  .fl\:text-green-900 {
    color: #22543d !important;
  }

  .fl\:text-teal-100 {
    color: #e6fffa !important;
  }

  .fl\:text-teal-200 {
    color: #b2f5ea !important;
  }

  .fl\:text-teal-300 {
    color: #81e6d9 !important;
  }

  .fl\:text-teal-400 {
    color: #4fd1c5 !important;
  }

  .fl\:text-teal-500 {
    color: #38b2ac !important;
  }

  .fl\:text-teal-600 {
    color: #319795 !important;
  }

  .fl\:text-teal-700 {
    color: #2c7a7b !important;
  }

  .fl\:text-teal-800 {
    color: #285e61 !important;
  }

  .fl\:text-teal-900 {
    color: #234e52 !important;
  }

  .fl\:text-blue-100 {
    color: #ebf8ff !important;
  }

  .fl\:text-blue-200 {
    color: #bee3f8 !important;
  }

  .fl\:text-blue-300 {
    color: #90cdf4 !important;
  }

  .fl\:text-blue-400 {
    color: #63b3ed !important;
  }

  .fl\:text-blue-500 {
    color: #4299e1 !important;
  }

  .fl\:text-blue-600 {
    color: #3182ce !important;
  }

  .fl\:text-blue-700 {
    color: #2b6cb0 !important;
  }

  .fl\:text-blue-800 {
    color: #2c5282 !important;
  }

  .fl\:text-blue-900 {
    color: #2a4365 !important;
  }

  .fl\:text-indigo-100 {
    color: #ebf4ff !important;
  }

  .fl\:text-indigo-200 {
    color: #c3dafe !important;
  }

  .fl\:text-indigo-300 {
    color: #a3bffa !important;
  }

  .fl\:text-indigo-400 {
    color: #7f9cf5 !important;
  }

  .fl\:text-indigo-500 {
    color: #667eea !important;
  }

  .fl\:text-indigo-600 {
    color: #5a67d8 !important;
  }

  .fl\:text-indigo-700 {
    color: #4c51bf !important;
  }

  .fl\:text-indigo-800 {
    color: #434190 !important;
  }

  .fl\:text-indigo-900 {
    color: #3c366b !important;
  }

  .fl\:text-purple-100 {
    color: #faf5ff !important;
  }

  .fl\:text-purple-200 {
    color: #e9d8fd !important;
  }

  .fl\:text-purple-300 {
    color: #d6bcfa !important;
  }

  .fl\:text-purple-400 {
    color: #b794f4 !important;
  }

  .fl\:text-purple-500 {
    color: #9f7aea !important;
  }

  .fl\:text-purple-600 {
    color: #805ad5 !important;
  }

  .fl\:text-purple-700 {
    color: #6b46c1 !important;
  }

  .fl\:text-purple-800 {
    color: #553c9a !important;
  }

  .fl\:text-purple-900 {
    color: #44337a !important;
  }

  .fl\:text-pink-100 {
    color: #fff5f7 !important;
  }

  .fl\:text-pink-200 {
    color: #fed7e2 !important;
  }

  .fl\:text-pink-300 {
    color: #fbb6ce !important;
  }

  .fl\:text-pink-400 {
    color: #f687b3 !important;
  }

  .fl\:text-pink-500 {
    color: #ed64a6 !important;
  }

  .fl\:text-pink-600 {
    color: #d53f8c !important;
  }

  .fl\:text-pink-700 {
    color: #b83280 !important;
  }

  .fl\:text-pink-800 {
    color: #97266d !important;
  }

  .fl\:text-pink-900 {
    color: #702459 !important;
  }

  .fl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .fl\:hover\:text-black:hover {
    color: #000 !important;
  }

  .fl\:hover\:text-white:hover {
    color: #fff !important;
  }

  .fl\:hover\:text-gray-100:hover {
    color: #f7fafc !important;
  }

  .fl\:hover\:text-gray-200:hover {
    color: #edf2f7 !important;
  }

  .fl\:hover\:text-gray-300:hover {
    color: #e2e8f0 !important;
  }

  .fl\:hover\:text-gray-400:hover {
    color: #cbd5e0 !important;
  }

  .fl\:hover\:text-gray-500:hover {
    color: #a0aec0 !important;
  }

  .fl\:hover\:text-gray-600:hover {
    color: #718096 !important;
  }

  .fl\:hover\:text-gray-700:hover {
    color: #4a5568 !important;
  }

  .fl\:hover\:text-gray-800:hover {
    color: #2d3748 !important;
  }

  .fl\:hover\:text-gray-900:hover {
    color: #1a202c !important;
  }

  .fl\:hover\:text-red-100:hover {
    color: #fff5f5 !important;
  }

  .fl\:hover\:text-red-200:hover {
    color: #fed7d7 !important;
  }

  .fl\:hover\:text-red-300:hover {
    color: #feb2b2 !important;
  }

  .fl\:hover\:text-red-400:hover {
    color: #fc8181 !important;
  }

  .fl\:hover\:text-red-500:hover {
    color: #f56565 !important;
  }

  .fl\:hover\:text-red-600:hover {
    color: #e53e3e !important;
  }

  .fl\:hover\:text-red-700:hover {
    color: #c53030 !important;
  }

  .fl\:hover\:text-red-800:hover {
    color: #9b2c2c !important;
  }

  .fl\:hover\:text-red-900:hover {
    color: #742a2a !important;
  }

  .fl\:hover\:text-orange-100:hover {
    color: #fffaf0 !important;
  }

  .fl\:hover\:text-orange-200:hover {
    color: #feebc8 !important;
  }

  .fl\:hover\:text-orange-300:hover {
    color: #fbd38d !important;
  }

  .fl\:hover\:text-orange-400:hover {
    color: #f6ad55 !important;
  }

  .fl\:hover\:text-orange-500:hover {
    color: #ed8936 !important;
  }

  .fl\:hover\:text-orange-600:hover {
    color: #dd6b20 !important;
  }

  .fl\:hover\:text-orange-700:hover {
    color: #c05621 !important;
  }

  .fl\:hover\:text-orange-800:hover {
    color: #9c4221 !important;
  }

  .fl\:hover\:text-orange-900:hover {
    color: #7b341e !important;
  }

  .fl\:hover\:text-yellow-100:hover {
    color: #fffff0 !important;
  }

  .fl\:hover\:text-yellow-200:hover {
    color: #fefcbf !important;
  }

  .fl\:hover\:text-yellow-300:hover {
    color: #faf089 !important;
  }

  .fl\:hover\:text-yellow-400:hover {
    color: #f6e05e !important;
  }

  .fl\:hover\:text-yellow-500:hover {
    color: #ecc94b !important;
  }

  .fl\:hover\:text-yellow-600:hover {
    color: #d69e2e !important;
  }

  .fl\:hover\:text-yellow-700:hover {
    color: #b7791f !important;
  }

  .fl\:hover\:text-yellow-800:hover {
    color: #975a16 !important;
  }

  .fl\:hover\:text-yellow-900:hover {
    color: #744210 !important;
  }

  .fl\:hover\:text-green-100:hover {
    color: #f0fff4 !important;
  }

  .fl\:hover\:text-green-200:hover {
    color: #c6f6d5 !important;
  }

  .fl\:hover\:text-green-300:hover {
    color: #9ae6b4 !important;
  }

  .fl\:hover\:text-green-400:hover {
    color: #68d391 !important;
  }

  .fl\:hover\:text-green-500:hover {
    color: #48bb78 !important;
  }

  .fl\:hover\:text-green-600:hover {
    color: #38a169 !important;
  }

  .fl\:hover\:text-green-700:hover {
    color: #2f855a !important;
  }

  .fl\:hover\:text-green-800:hover {
    color: #276749 !important;
  }

  .fl\:hover\:text-green-900:hover {
    color: #22543d !important;
  }

  .fl\:hover\:text-teal-100:hover {
    color: #e6fffa !important;
  }

  .fl\:hover\:text-teal-200:hover {
    color: #b2f5ea !important;
  }

  .fl\:hover\:text-teal-300:hover {
    color: #81e6d9 !important;
  }

  .fl\:hover\:text-teal-400:hover {
    color: #4fd1c5 !important;
  }

  .fl\:hover\:text-teal-500:hover {
    color: #38b2ac !important;
  }

  .fl\:hover\:text-teal-600:hover {
    color: #319795 !important;
  }

  .fl\:hover\:text-teal-700:hover {
    color: #2c7a7b !important;
  }

  .fl\:hover\:text-teal-800:hover {
    color: #285e61 !important;
  }

  .fl\:hover\:text-teal-900:hover {
    color: #234e52 !important;
  }

  .fl\:hover\:text-blue-100:hover {
    color: #ebf8ff !important;
  }

  .fl\:hover\:text-blue-200:hover {
    color: #bee3f8 !important;
  }

  .fl\:hover\:text-blue-300:hover {
    color: #90cdf4 !important;
  }

  .fl\:hover\:text-blue-400:hover {
    color: #63b3ed !important;
  }

  .fl\:hover\:text-blue-500:hover {
    color: #4299e1 !important;
  }

  .fl\:hover\:text-blue-600:hover {
    color: #3182ce !important;
  }

  .fl\:hover\:text-blue-700:hover {
    color: #2b6cb0 !important;
  }

  .fl\:hover\:text-blue-800:hover {
    color: #2c5282 !important;
  }

  .fl\:hover\:text-blue-900:hover {
    color: #2a4365 !important;
  }

  .fl\:hover\:text-indigo-100:hover {
    color: #ebf4ff !important;
  }

  .fl\:hover\:text-indigo-200:hover {
    color: #c3dafe !important;
  }

  .fl\:hover\:text-indigo-300:hover {
    color: #a3bffa !important;
  }

  .fl\:hover\:text-indigo-400:hover {
    color: #7f9cf5 !important;
  }

  .fl\:hover\:text-indigo-500:hover {
    color: #667eea !important;
  }

  .fl\:hover\:text-indigo-600:hover {
    color: #5a67d8 !important;
  }

  .fl\:hover\:text-indigo-700:hover {
    color: #4c51bf !important;
  }

  .fl\:hover\:text-indigo-800:hover {
    color: #434190 !important;
  }

  .fl\:hover\:text-indigo-900:hover {
    color: #3c366b !important;
  }

  .fl\:hover\:text-purple-100:hover {
    color: #faf5ff !important;
  }

  .fl\:hover\:text-purple-200:hover {
    color: #e9d8fd !important;
  }

  .fl\:hover\:text-purple-300:hover {
    color: #d6bcfa !important;
  }

  .fl\:hover\:text-purple-400:hover {
    color: #b794f4 !important;
  }

  .fl\:hover\:text-purple-500:hover {
    color: #9f7aea !important;
  }

  .fl\:hover\:text-purple-600:hover {
    color: #805ad5 !important;
  }

  .fl\:hover\:text-purple-700:hover {
    color: #6b46c1 !important;
  }

  .fl\:hover\:text-purple-800:hover {
    color: #553c9a !important;
  }

  .fl\:hover\:text-purple-900:hover {
    color: #44337a !important;
  }

  .fl\:hover\:text-pink-100:hover {
    color: #fff5f7 !important;
  }

  .fl\:hover\:text-pink-200:hover {
    color: #fed7e2 !important;
  }

  .fl\:hover\:text-pink-300:hover {
    color: #fbb6ce !important;
  }

  .fl\:hover\:text-pink-400:hover {
    color: #f687b3 !important;
  }

  .fl\:hover\:text-pink-500:hover {
    color: #ed64a6 !important;
  }

  .fl\:hover\:text-pink-600:hover {
    color: #d53f8c !important;
  }

  .fl\:hover\:text-pink-700:hover {
    color: #b83280 !important;
  }

  .fl\:hover\:text-pink-800:hover {
    color: #97266d !important;
  }

  .fl\:hover\:text-pink-900:hover {
    color: #702459 !important;
  }

  .fl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .fl\:focus\:text-black:focus {
    color: #000 !important;
  }

  .fl\:focus\:text-white:focus {
    color: #fff !important;
  }

  .fl\:focus\:text-gray-100:focus {
    color: #f7fafc !important;
  }

  .fl\:focus\:text-gray-200:focus {
    color: #edf2f7 !important;
  }

  .fl\:focus\:text-gray-300:focus {
    color: #e2e8f0 !important;
  }

  .fl\:focus\:text-gray-400:focus {
    color: #cbd5e0 !important;
  }

  .fl\:focus\:text-gray-500:focus {
    color: #a0aec0 !important;
  }

  .fl\:focus\:text-gray-600:focus {
    color: #718096 !important;
  }

  .fl\:focus\:text-gray-700:focus {
    color: #4a5568 !important;
  }

  .fl\:focus\:text-gray-800:focus {
    color: #2d3748 !important;
  }

  .fl\:focus\:text-gray-900:focus {
    color: #1a202c !important;
  }

  .fl\:focus\:text-red-100:focus {
    color: #fff5f5 !important;
  }

  .fl\:focus\:text-red-200:focus {
    color: #fed7d7 !important;
  }

  .fl\:focus\:text-red-300:focus {
    color: #feb2b2 !important;
  }

  .fl\:focus\:text-red-400:focus {
    color: #fc8181 !important;
  }

  .fl\:focus\:text-red-500:focus {
    color: #f56565 !important;
  }

  .fl\:focus\:text-red-600:focus {
    color: #e53e3e !important;
  }

  .fl\:focus\:text-red-700:focus {
    color: #c53030 !important;
  }

  .fl\:focus\:text-red-800:focus {
    color: #9b2c2c !important;
  }

  .fl\:focus\:text-red-900:focus {
    color: #742a2a !important;
  }

  .fl\:focus\:text-orange-100:focus {
    color: #fffaf0 !important;
  }

  .fl\:focus\:text-orange-200:focus {
    color: #feebc8 !important;
  }

  .fl\:focus\:text-orange-300:focus {
    color: #fbd38d !important;
  }

  .fl\:focus\:text-orange-400:focus {
    color: #f6ad55 !important;
  }

  .fl\:focus\:text-orange-500:focus {
    color: #ed8936 !important;
  }

  .fl\:focus\:text-orange-600:focus {
    color: #dd6b20 !important;
  }

  .fl\:focus\:text-orange-700:focus {
    color: #c05621 !important;
  }

  .fl\:focus\:text-orange-800:focus {
    color: #9c4221 !important;
  }

  .fl\:focus\:text-orange-900:focus {
    color: #7b341e !important;
  }

  .fl\:focus\:text-yellow-100:focus {
    color: #fffff0 !important;
  }

  .fl\:focus\:text-yellow-200:focus {
    color: #fefcbf !important;
  }

  .fl\:focus\:text-yellow-300:focus {
    color: #faf089 !important;
  }

  .fl\:focus\:text-yellow-400:focus {
    color: #f6e05e !important;
  }

  .fl\:focus\:text-yellow-500:focus {
    color: #ecc94b !important;
  }

  .fl\:focus\:text-yellow-600:focus {
    color: #d69e2e !important;
  }

  .fl\:focus\:text-yellow-700:focus {
    color: #b7791f !important;
  }

  .fl\:focus\:text-yellow-800:focus {
    color: #975a16 !important;
  }

  .fl\:focus\:text-yellow-900:focus {
    color: #744210 !important;
  }

  .fl\:focus\:text-green-100:focus {
    color: #f0fff4 !important;
  }

  .fl\:focus\:text-green-200:focus {
    color: #c6f6d5 !important;
  }

  .fl\:focus\:text-green-300:focus {
    color: #9ae6b4 !important;
  }

  .fl\:focus\:text-green-400:focus {
    color: #68d391 !important;
  }

  .fl\:focus\:text-green-500:focus {
    color: #48bb78 !important;
  }

  .fl\:focus\:text-green-600:focus {
    color: #38a169 !important;
  }

  .fl\:focus\:text-green-700:focus {
    color: #2f855a !important;
  }

  .fl\:focus\:text-green-800:focus {
    color: #276749 !important;
  }

  .fl\:focus\:text-green-900:focus {
    color: #22543d !important;
  }

  .fl\:focus\:text-teal-100:focus {
    color: #e6fffa !important;
  }

  .fl\:focus\:text-teal-200:focus {
    color: #b2f5ea !important;
  }

  .fl\:focus\:text-teal-300:focus {
    color: #81e6d9 !important;
  }

  .fl\:focus\:text-teal-400:focus {
    color: #4fd1c5 !important;
  }

  .fl\:focus\:text-teal-500:focus {
    color: #38b2ac !important;
  }

  .fl\:focus\:text-teal-600:focus {
    color: #319795 !important;
  }

  .fl\:focus\:text-teal-700:focus {
    color: #2c7a7b !important;
  }

  .fl\:focus\:text-teal-800:focus {
    color: #285e61 !important;
  }

  .fl\:focus\:text-teal-900:focus {
    color: #234e52 !important;
  }

  .fl\:focus\:text-blue-100:focus {
    color: #ebf8ff !important;
  }

  .fl\:focus\:text-blue-200:focus {
    color: #bee3f8 !important;
  }

  .fl\:focus\:text-blue-300:focus {
    color: #90cdf4 !important;
  }

  .fl\:focus\:text-blue-400:focus {
    color: #63b3ed !important;
  }

  .fl\:focus\:text-blue-500:focus {
    color: #4299e1 !important;
  }

  .fl\:focus\:text-blue-600:focus {
    color: #3182ce !important;
  }

  .fl\:focus\:text-blue-700:focus {
    color: #2b6cb0 !important;
  }

  .fl\:focus\:text-blue-800:focus {
    color: #2c5282 !important;
  }

  .fl\:focus\:text-blue-900:focus {
    color: #2a4365 !important;
  }

  .fl\:focus\:text-indigo-100:focus {
    color: #ebf4ff !important;
  }

  .fl\:focus\:text-indigo-200:focus {
    color: #c3dafe !important;
  }

  .fl\:focus\:text-indigo-300:focus {
    color: #a3bffa !important;
  }

  .fl\:focus\:text-indigo-400:focus {
    color: #7f9cf5 !important;
  }

  .fl\:focus\:text-indigo-500:focus {
    color: #667eea !important;
  }

  .fl\:focus\:text-indigo-600:focus {
    color: #5a67d8 !important;
  }

  .fl\:focus\:text-indigo-700:focus {
    color: #4c51bf !important;
  }

  .fl\:focus\:text-indigo-800:focus {
    color: #434190 !important;
  }

  .fl\:focus\:text-indigo-900:focus {
    color: #3c366b !important;
  }

  .fl\:focus\:text-purple-100:focus {
    color: #faf5ff !important;
  }

  .fl\:focus\:text-purple-200:focus {
    color: #e9d8fd !important;
  }

  .fl\:focus\:text-purple-300:focus {
    color: #d6bcfa !important;
  }

  .fl\:focus\:text-purple-400:focus {
    color: #b794f4 !important;
  }

  .fl\:focus\:text-purple-500:focus {
    color: #9f7aea !important;
  }

  .fl\:focus\:text-purple-600:focus {
    color: #805ad5 !important;
  }

  .fl\:focus\:text-purple-700:focus {
    color: #6b46c1 !important;
  }

  .fl\:focus\:text-purple-800:focus {
    color: #553c9a !important;
  }

  .fl\:focus\:text-purple-900:focus {
    color: #44337a !important;
  }

  .fl\:focus\:text-pink-100:focus {
    color: #fff5f7 !important;
  }

  .fl\:focus\:text-pink-200:focus {
    color: #fed7e2 !important;
  }

  .fl\:focus\:text-pink-300:focus {
    color: #fbb6ce !important;
  }

  .fl\:focus\:text-pink-400:focus {
    color: #f687b3 !important;
  }

  .fl\:focus\:text-pink-500:focus {
    color: #ed64a6 !important;
  }

  .fl\:focus\:text-pink-600:focus {
    color: #d53f8c !important;
  }

  .fl\:focus\:text-pink-700:focus {
    color: #b83280 !important;
  }

  .fl\:focus\:text-pink-800:focus {
    color: #97266d !important;
  }

  .fl\:focus\:text-pink-900:focus {
    color: #702459 !important;
  }

  .fl\:text-xs {
    font-size: 0.75rem !important;
  }

  .fl\:text-sm {
    font-size: 0.875rem !important;
  }

  .fl\:text-base {
    font-size: 1rem !important;
  }

  .fl\:text-lg {
    font-size: 1.125rem !important;
  }

  .fl\:text-xl {
    font-size: 1.25rem !important;
  }

  .fl\:text-2xl {
    font-size: 1.5rem !important;
  }

  .fl\:text-3xl {
    font-size: 1.875rem !important;
  }

  .fl\:text-4xl {
    font-size: 2.25rem !important;
  }

  .fl\:text-5xl {
    font-size: 3rem !important;
  }

  .fl\:text-6xl {
    font-size: 4rem !important;
  }

  .fl\:italic {
    font-style: italic !important;
  }

  .fl\:not-italic {
    font-style: normal !important;
  }

  .fl\:uppercase {
    text-transform: uppercase !important;
  }

  .fl\:lowercase {
    text-transform: lowercase !important;
  }

  .fl\:capitalize {
    text-transform: capitalize !important;
  }

  .fl\:normal-case {
    text-transform: none !important;
  }

  .fl\:underline {
    text-decoration: underline !important;
  }

  .fl\:line-through {
    text-decoration: line-through !important;
  }

  .fl\:no-underline {
    text-decoration: none !important;
  }

  .fl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .fl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .fl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .fl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .fl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .fl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .fl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .fl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .fl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .fl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .fl\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .fl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .fl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .fl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .fl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .fl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .fl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .fl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .fl\:align-baseline {
    vertical-align: baseline !important;
  }

  .fl\:align-top {
    vertical-align: top !important;
  }

  .fl\:align-middle {
    vertical-align: middle !important;
  }

  .fl\:align-bottom {
    vertical-align: bottom !important;
  }

  .fl\:align-text-top {
    vertical-align: text-top !important;
  }

  .fl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .fl\:visible {
    visibility: visible !important;
  }

  .fl\:invisible {
    visibility: hidden !important;
  }

  .fl\:whitespace-normal {
    white-space: normal !important;
  }

  .fl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .fl\:whitespace-pre {
    white-space: pre !important;
  }

  .fl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .fl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .fl\:break-normal {
    word-wrap: normal !important;
    word-break: normal !important;
  }

  .fl\:break-words {
    word-wrap: break-word !important;
  }

  .fl\:break-all {
    word-break: break-all !important;
  }

  .fl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .fl\:w-0 {
    width: 0 !important;
  }

  .fl\:w-1 {
    width: 0.25rem !important;
  }

  .fl\:w-2 {
    width: 0.5rem !important;
  }

  .fl\:w-3 {
    width: 0.75rem !important;
  }

  .fl\:w-4 {
    width: 1rem !important;
  }

  .fl\:w-5 {
    width: 1.25rem !important;
  }

  .fl\:w-6 {
    width: 1.5rem !important;
  }

  .fl\:w-8 {
    width: 2rem !important;
  }

  .fl\:w-10 {
    width: 2.5rem !important;
  }

  .fl\:w-12 {
    width: 3rem !important;
  }

  .fl\:w-16 {
    width: 4rem !important;
  }

  .fl\:w-20 {
    width: 5rem !important;
  }

  .fl\:w-24 {
    width: 6rem !important;
  }

  .fl\:w-32 {
    width: 8rem !important;
  }

  .fl\:w-40 {
    width: 10rem !important;
  }

  .fl\:w-48 {
    width: 12rem !important;
  }

  .fl\:w-56 {
    width: 14rem !important;
  }

  .fl\:w-64 {
    width: 16rem !important;
  }

  .fl\:w-auto {
    width: auto !important;
  }

  .fl\:w-px {
    width: 1px !important;
  }

  .fl\:w-1\/2 {
    width: 50% !important;
  }

  .fl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .fl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .fl\:w-1\/4 {
    width: 25% !important;
  }

  .fl\:w-2\/4 {
    width: 50% !important;
  }

  .fl\:w-3\/4 {
    width: 75% !important;
  }

  .fl\:w-1\/5 {
    width: 20% !important;
  }

  .fl\:w-2\/5 {
    width: 40% !important;
  }

  .fl\:w-3\/5 {
    width: 60% !important;
  }

  .fl\:w-4\/5 {
    width: 80% !important;
  }

  .fl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .fl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .fl\:w-3\/6 {
    width: 50% !important;
  }

  .fl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .fl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .fl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .fl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .fl\:w-3\/12 {
    width: 25% !important;
  }

  .fl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .fl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .fl\:w-6\/12 {
    width: 50% !important;
  }

  .fl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .fl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .fl\:w-9\/12 {
    width: 75% !important;
  }

  .fl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .fl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .fl\:w-full {
    width: 100% !important;
  }

  .fl\:w-screen {
    width: 100vw !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:bg-local {
    background-attachment: local !important;
  }

  .md\:bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-black {
    background-color: #000 !important;
  }

  .md\:bg-white {
    background-color: #fff !important;
  }

  .md\:bg-gray-100 {
    background-color: #f7fafc !important;
  }

  .md\:bg-gray-200 {
    background-color: #edf2f7 !important;
  }

  .md\:bg-gray-300 {
    background-color: #e2e8f0 !important;
  }

  .md\:bg-gray-400 {
    background-color: #cbd5e0 !important;
  }

  .md\:bg-gray-500 {
    background-color: #a0aec0 !important;
  }

  .md\:bg-gray-600 {
    background-color: #718096 !important;
  }

  .md\:bg-gray-700 {
    background-color: #4a5568 !important;
  }

  .md\:bg-gray-800 {
    background-color: #2d3748 !important;
  }

  .md\:bg-gray-900 {
    background-color: #1a202c !important;
  }

  .md\:bg-red-100 {
    background-color: #fff5f5 !important;
  }

  .md\:bg-red-200 {
    background-color: #fed7d7 !important;
  }

  .md\:bg-red-300 {
    background-color: #feb2b2 !important;
  }

  .md\:bg-red-400 {
    background-color: #fc8181 !important;
  }

  .md\:bg-red-500 {
    background-color: #f56565 !important;
  }

  .md\:bg-red-600 {
    background-color: #e53e3e !important;
  }

  .md\:bg-red-700 {
    background-color: #c53030 !important;
  }

  .md\:bg-red-800 {
    background-color: #9b2c2c !important;
  }

  .md\:bg-red-900 {
    background-color: #742a2a !important;
  }

  .md\:bg-orange-100 {
    background-color: #fffaf0 !important;
  }

  .md\:bg-orange-200 {
    background-color: #feebc8 !important;
  }

  .md\:bg-orange-300 {
    background-color: #fbd38d !important;
  }

  .md\:bg-orange-400 {
    background-color: #f6ad55 !important;
  }

  .md\:bg-orange-500 {
    background-color: #ed8936 !important;
  }

  .md\:bg-orange-600 {
    background-color: #dd6b20 !important;
  }

  .md\:bg-orange-700 {
    background-color: #c05621 !important;
  }

  .md\:bg-orange-800 {
    background-color: #9c4221 !important;
  }

  .md\:bg-orange-900 {
    background-color: #7b341e !important;
  }

  .md\:bg-yellow-100 {
    background-color: #fffff0 !important;
  }

  .md\:bg-yellow-200 {
    background-color: #fefcbf !important;
  }

  .md\:bg-yellow-300 {
    background-color: #faf089 !important;
  }

  .md\:bg-yellow-400 {
    background-color: #f6e05e !important;
  }

  .md\:bg-yellow-500 {
    background-color: #ecc94b !important;
  }

  .md\:bg-yellow-600 {
    background-color: #d69e2e !important;
  }

  .md\:bg-yellow-700 {
    background-color: #b7791f !important;
  }

  .md\:bg-yellow-800 {
    background-color: #975a16 !important;
  }

  .md\:bg-yellow-900 {
    background-color: #744210 !important;
  }

  .md\:bg-green-100 {
    background-color: #f0fff4 !important;
  }

  .md\:bg-green-200 {
    background-color: #c6f6d5 !important;
  }

  .md\:bg-green-300 {
    background-color: #9ae6b4 !important;
  }

  .md\:bg-green-400 {
    background-color: #68d391 !important;
  }

  .md\:bg-green-500 {
    background-color: #48bb78 !important;
  }

  .md\:bg-green-600 {
    background-color: #38a169 !important;
  }

  .md\:bg-green-700 {
    background-color: #2f855a !important;
  }

  .md\:bg-green-800 {
    background-color: #276749 !important;
  }

  .md\:bg-green-900 {
    background-color: #22543d !important;
  }

  .md\:bg-teal-100 {
    background-color: #e6fffa !important;
  }

  .md\:bg-teal-200 {
    background-color: #b2f5ea !important;
  }

  .md\:bg-teal-300 {
    background-color: #81e6d9 !important;
  }

  .md\:bg-teal-400 {
    background-color: #4fd1c5 !important;
  }

  .md\:bg-teal-500 {
    background-color: #38b2ac !important;
  }

  .md\:bg-teal-600 {
    background-color: #319795 !important;
  }

  .md\:bg-teal-700 {
    background-color: #2c7a7b !important;
  }

  .md\:bg-teal-800 {
    background-color: #285e61 !important;
  }

  .md\:bg-teal-900 {
    background-color: #234e52 !important;
  }

  .md\:bg-blue-100 {
    background-color: #ebf8ff !important;
  }

  .md\:bg-blue-200 {
    background-color: #bee3f8 !important;
  }

  .md\:bg-blue-300 {
    background-color: #90cdf4 !important;
  }

  .md\:bg-blue-400 {
    background-color: #63b3ed !important;
  }

  .md\:bg-blue-500 {
    background-color: #4299e1 !important;
  }

  .md\:bg-blue-600 {
    background-color: #3182ce !important;
  }

  .md\:bg-blue-700 {
    background-color: #2b6cb0 !important;
  }

  .md\:bg-blue-800 {
    background-color: #2c5282 !important;
  }

  .md\:bg-blue-900 {
    background-color: #2a4365 !important;
  }

  .md\:bg-indigo-100 {
    background-color: #ebf4ff !important;
  }

  .md\:bg-indigo-200 {
    background-color: #c3dafe !important;
  }

  .md\:bg-indigo-300 {
    background-color: #a3bffa !important;
  }

  .md\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
  }

  .md\:bg-indigo-500 {
    background-color: #667eea !important;
  }

  .md\:bg-indigo-600 {
    background-color: #5a67d8 !important;
  }

  .md\:bg-indigo-700 {
    background-color: #4c51bf !important;
  }

  .md\:bg-indigo-800 {
    background-color: #434190 !important;
  }

  .md\:bg-indigo-900 {
    background-color: #3c366b !important;
  }

  .md\:bg-purple-100 {
    background-color: #faf5ff !important;
  }

  .md\:bg-purple-200 {
    background-color: #e9d8fd !important;
  }

  .md\:bg-purple-300 {
    background-color: #d6bcfa !important;
  }

  .md\:bg-purple-400 {
    background-color: #b794f4 !important;
  }

  .md\:bg-purple-500 {
    background-color: #9f7aea !important;
  }

  .md\:bg-purple-600 {
    background-color: #805ad5 !important;
  }

  .md\:bg-purple-700 {
    background-color: #6b46c1 !important;
  }

  .md\:bg-purple-800 {
    background-color: #553c9a !important;
  }

  .md\:bg-purple-900 {
    background-color: #44337a !important;
  }

  .md\:bg-pink-100 {
    background-color: #fff5f7 !important;
  }

  .md\:bg-pink-200 {
    background-color: #fed7e2 !important;
  }

  .md\:bg-pink-300 {
    background-color: #fbb6ce !important;
  }

  .md\:bg-pink-400 {
    background-color: #f687b3 !important;
  }

  .md\:bg-pink-500 {
    background-color: #ed64a6 !important;
  }

  .md\:bg-pink-600 {
    background-color: #d53f8c !important;
  }

  .md\:bg-pink-700 {
    background-color: #b83280 !important;
  }

  .md\:bg-pink-800 {
    background-color: #97266d !important;
  }

  .md\:bg-pink-900 {
    background-color: #702459 !important;
  }

  .md\:bg-primary {
    background-color: #3490dc !important;
  }

  .md\:bg-secondary {
    background-color: #ffed4a !important;
  }

  .md\:bg-danger {
    background-color: #e3342f !important;
  }

  .md\:bg-appleGrey {
    background-color: #f3f3f3 !important;
  }

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

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

  .md\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
  }

  .md\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
  }

  .md\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
  }

  .md\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
  }

  .md\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
  }

  .md\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
  }

  .md\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
  }

  .md\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
  }

  .md\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
  }

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

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

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

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

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

  .md\:hover\:bg-red-600:hover {
    background-color: #e53e3e !important;
  }

  .md\:hover\:bg-red-700:hover {
    background-color: #c53030 !important;
  }

  .md\:hover\:bg-red-800:hover {
    background-color: #9b2c2c !important;
  }

  .md\:hover\:bg-red-900:hover {
    background-color: #742a2a !important;
  }

  .md\:hover\:bg-orange-100:hover {
    background-color: #fffaf0 !important;
  }

  .md\:hover\:bg-orange-200:hover {
    background-color: #feebc8 !important;
  }

  .md\:hover\:bg-orange-300:hover {
    background-color: #fbd38d !important;
  }

  .md\:hover\:bg-orange-400:hover {
    background-color: #f6ad55 !important;
  }

  .md\:hover\:bg-orange-500:hover {
    background-color: #ed8936 !important;
  }

  .md\:hover\:bg-orange-600:hover {
    background-color: #dd6b20 !important;
  }

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

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

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

  .md\:hover\:bg-yellow-100:hover {
    background-color: #fffff0 !important;
  }

  .md\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf !important;
  }

  .md\:hover\:bg-yellow-300:hover {
    background-color: #faf089 !important;
  }

  .md\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e !important;
  }

  .md\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b !important;
  }

  .md\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e !important;
  }

  .md\:hover\:bg-yellow-700:hover {
    background-color: #b7791f !important;
  }

  .md\:hover\:bg-yellow-800:hover {
    background-color: #975a16 !important;
  }

  .md\:hover\:bg-yellow-900:hover {
    background-color: #744210 !important;
  }

  .md\:hover\:bg-green-100:hover {
    background-color: #f0fff4 !important;
  }

  .md\:hover\:bg-green-200:hover {
    background-color: #c6f6d5 !important;
  }

  .md\:hover\:bg-green-300:hover {
    background-color: #9ae6b4 !important;
  }

  .md\:hover\:bg-green-400:hover {
    background-color: #68d391 !important;
  }

  .md\:hover\:bg-green-500:hover {
    background-color: #48bb78 !important;
  }

  .md\:hover\:bg-green-600:hover {
    background-color: #38a169 !important;
  }

  .md\:hover\:bg-green-700:hover {
    background-color: #2f855a !important;
  }

  .md\:hover\:bg-green-800:hover {
    background-color: #276749 !important;
  }

  .md\:hover\:bg-green-900:hover {
    background-color: #22543d !important;
  }

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

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

  .md\:hover\:bg-teal-300:hover {
    background-color: #81e6d9 !important;
  }

  .md\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5 !important;
  }

  .md\:hover\:bg-teal-500:hover {
    background-color: #38b2ac !important;
  }

  .md\:hover\:bg-teal-600:hover {
    background-color: #319795 !important;
  }

  .md\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b !important;
  }

  .md\:hover\:bg-teal-800:hover {
    background-color: #285e61 !important;
  }

  .md\:hover\:bg-teal-900:hover {
    background-color: #234e52 !important;
  }

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

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

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

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

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

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

  .md\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0 !important;
  }

  .md\:hover\:bg-blue-800:hover {
    background-color: #2c5282 !important;
  }

  .md\:hover\:bg-blue-900:hover {
    background-color: #2a4365 !important;
  }

  .md\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
  }

  .md\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
  }

  .md\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
  }

  .md\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
  }

  .md\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
  }

  .md\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
  }

  .md\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
  }

  .md\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
  }

  .md\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
  }

  .md\:hover\:bg-purple-100:hover {
    background-color: #faf5ff !important;
  }

  .md\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd !important;
  }

  .md\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa !important;
  }

  .md\:hover\:bg-purple-400:hover {
    background-color: #b794f4 !important;
  }

  .md\:hover\:bg-purple-500:hover {
    background-color: #9f7aea !important;
  }

  .md\:hover\:bg-purple-600:hover {
    background-color: #805ad5 !important;
  }

  .md\:hover\:bg-purple-700:hover {
    background-color: #6b46c1 !important;
  }

  .md\:hover\:bg-purple-800:hover {
    background-color: #553c9a !important;
  }

  .md\:hover\:bg-purple-900:hover {
    background-color: #44337a !important;
  }

  .md\:hover\:bg-pink-100:hover {
    background-color: #fff5f7 !important;
  }

  .md\:hover\:bg-pink-200:hover {
    background-color: #fed7e2 !important;
  }

  .md\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce !important;
  }

  .md\:hover\:bg-pink-400:hover {
    background-color: #f687b3 !important;
  }

  .md\:hover\:bg-pink-500:hover {
    background-color: #ed64a6 !important;
  }

  .md\:hover\:bg-pink-600:hover {
    background-color: #d53f8c !important;
  }

  .md\:hover\:bg-pink-700:hover {
    background-color: #b83280 !important;
  }

  .md\:hover\:bg-pink-800:hover {
    background-color: #97266d !important;
  }

  .md\:hover\:bg-pink-900:hover {
    background-color: #702459 !important;
  }

  .md\:hover\:bg-primary:hover {
    background-color: #3490dc !important;
  }

  .md\:hover\:bg-secondary:hover {
    background-color: #ffed4a !important;
  }

  .md\:hover\:bg-danger:hover {
    background-color: #e3342f !important;
  }

  .md\:hover\:bg-appleGrey:hover {
    background-color: #f3f3f3 !important;
  }

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

  .md\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .md\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
  }

  .md\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
  }

  .md\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
  }

  .md\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
  }

  .md\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
  }

  .md\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
  }

  .md\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
  }

  .md\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
  }

  .md\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
  }

  .md\:focus\:bg-red-100:focus {
    background-color: #fff5f5 !important;
  }

  .md\:focus\:bg-red-200:focus {
    background-color: #fed7d7 !important;
  }

  .md\:focus\:bg-red-300:focus {
    background-color: #feb2b2 !important;
  }

  .md\:focus\:bg-red-400:focus {
    background-color: #fc8181 !important;
  }

  .md\:focus\:bg-red-500:focus {
    background-color: #f56565 !important;
  }

  .md\:focus\:bg-red-600:focus {
    background-color: #e53e3e !important;
  }

  .md\:focus\:bg-red-700:focus {
    background-color: #c53030 !important;
  }

  .md\:focus\:bg-red-800:focus {
    background-color: #9b2c2c !important;
  }

  .md\:focus\:bg-red-900:focus {
    background-color: #742a2a !important;
  }

  .md\:focus\:bg-orange-100:focus {
    background-color: #fffaf0 !important;
  }

  .md\:focus\:bg-orange-200:focus {
    background-color: #feebc8 !important;
  }

  .md\:focus\:bg-orange-300:focus {
    background-color: #fbd38d !important;
  }

  .md\:focus\:bg-orange-400:focus {
    background-color: #f6ad55 !important;
  }

  .md\:focus\:bg-orange-500:focus {
    background-color: #ed8936 !important;
  }

  .md\:focus\:bg-orange-600:focus {
    background-color: #dd6b20 !important;
  }

  .md\:focus\:bg-orange-700:focus {
    background-color: #c05621 !important;
  }

  .md\:focus\:bg-orange-800:focus {
    background-color: #9c4221 !important;
  }

  .md\:focus\:bg-orange-900:focus {
    background-color: #7b341e !important;
  }

  .md\:focus\:bg-yellow-100:focus {
    background-color: #fffff0 !important;
  }

  .md\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf !important;
  }

  .md\:focus\:bg-yellow-300:focus {
    background-color: #faf089 !important;
  }

  .md\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e !important;
  }

  .md\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b !important;
  }

  .md\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e !important;
  }

  .md\:focus\:bg-yellow-700:focus {
    background-color: #b7791f !important;
  }

  .md\:focus\:bg-yellow-800:focus {
    background-color: #975a16 !important;
  }

  .md\:focus\:bg-yellow-900:focus {
    background-color: #744210 !important;
  }

  .md\:focus\:bg-green-100:focus {
    background-color: #f0fff4 !important;
  }

  .md\:focus\:bg-green-200:focus {
    background-color: #c6f6d5 !important;
  }

  .md\:focus\:bg-green-300:focus {
    background-color: #9ae6b4 !important;
  }

  .md\:focus\:bg-green-400:focus {
    background-color: #68d391 !important;
  }

  .md\:focus\:bg-green-500:focus {
    background-color: #48bb78 !important;
  }

  .md\:focus\:bg-green-600:focus {
    background-color: #38a169 !important;
  }

  .md\:focus\:bg-green-700:focus {
    background-color: #2f855a !important;
  }

  .md\:focus\:bg-green-800:focus {
    background-color: #276749 !important;
  }

  .md\:focus\:bg-green-900:focus {
    background-color: #22543d !important;
  }

  .md\:focus\:bg-teal-100:focus {
    background-color: #e6fffa !important;
  }

  .md\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea !important;
  }

  .md\:focus\:bg-teal-300:focus {
    background-color: #81e6d9 !important;
  }

  .md\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5 !important;
  }

  .md\:focus\:bg-teal-500:focus {
    background-color: #38b2ac !important;
  }

  .md\:focus\:bg-teal-600:focus {
    background-color: #319795 !important;
  }

  .md\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b !important;
  }

  .md\:focus\:bg-teal-800:focus {
    background-color: #285e61 !important;
  }

  .md\:focus\:bg-teal-900:focus {
    background-color: #234e52 !important;
  }

  .md\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff !important;
  }

  .md\:focus\:bg-blue-200:focus {
    background-color: #bee3f8 !important;
  }

  .md\:focus\:bg-blue-300:focus {
    background-color: #90cdf4 !important;
  }

  .md\:focus\:bg-blue-400:focus {
    background-color: #63b3ed !important;
  }

  .md\:focus\:bg-blue-500:focus {
    background-color: #4299e1 !important;
  }

  .md\:focus\:bg-blue-600:focus {
    background-color: #3182ce !important;
  }

  .md\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0 !important;
  }

  .md\:focus\:bg-blue-800:focus {
    background-color: #2c5282 !important;
  }

  .md\:focus\:bg-blue-900:focus {
    background-color: #2a4365 !important;
  }

  .md\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
  }

  .md\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
  }

  .md\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
  }

  .md\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
  }

  .md\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
  }

  .md\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
  }

  .md\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
  }

  .md\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
  }

  .md\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
  }

  .md\:focus\:bg-purple-100:focus {
    background-color: #faf5ff !important;
  }

  .md\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd !important;
  }

  .md\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa !important;
  }

  .md\:focus\:bg-purple-400:focus {
    background-color: #b794f4 !important;
  }

  .md\:focus\:bg-purple-500:focus {
    background-color: #9f7aea !important;
  }

  .md\:focus\:bg-purple-600:focus {
    background-color: #805ad5 !important;
  }

  .md\:focus\:bg-purple-700:focus {
    background-color: #6b46c1 !important;
  }

  .md\:focus\:bg-purple-800:focus {
    background-color: #553c9a !important;
  }

  .md\:focus\:bg-purple-900:focus {
    background-color: #44337a !important;
  }

  .md\:focus\:bg-pink-100:focus {
    background-color: #fff5f7 !important;
  }

  .md\:focus\:bg-pink-200:focus {
    background-color: #fed7e2 !important;
  }

  .md\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce !important;
  }

  .md\:focus\:bg-pink-400:focus {
    background-color: #f687b3 !important;
  }

  .md\:focus\:bg-pink-500:focus {
    background-color: #ed64a6 !important;
  }

  .md\:focus\:bg-pink-600:focus {
    background-color: #d53f8c !important;
  }

  .md\:focus\:bg-pink-700:focus {
    background-color: #b83280 !important;
  }

  .md\:focus\:bg-pink-800:focus {
    background-color: #97266d !important;
  }

  .md\:focus\:bg-pink-900:focus {
    background-color: #702459 !important;
  }

  .md\:focus\:bg-primary:focus {
    background-color: #3490dc !important;
  }

  .md\:focus\:bg-secondary:focus {
    background-color: #ffed4a !important;
  }

  .md\:focus\:bg-danger:focus {
    background-color: #e3342f !important;
  }

  .md\:focus\:bg-appleGrey:focus {
    background-color: #f3f3f3 !important;
  }

  .md\:bg-bottom {
    background-position: bottom !important;
  }

  .md\:bg-center {
    background-position: center !important;
  }

  .md\:bg-left {
    background-position: left !important;
  }

  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:bg-left-top {
    background-position: left top !important;
  }

  .md\:bg-right {
    background-position: right !important;
  }

  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:bg-right-top {
    background-position: right top !important;
  }

  .md\:bg-top {
    background-position: top !important;
  }

  .md\:bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round {
    background-repeat: round !important;
  }

  .md\:bg-repeat-space {
    background-repeat: space !important;
  }

  .md\:bg-auto {
    background-size: auto !important;
  }

  .md\:bg-cover {
    background-size: cover !important;
  }

  .md\:bg-contain {
    background-size: contain !important;
  }

  .md\:border-collapse {
    border-collapse: collapse !important;
  }

  .md\:border-separate {
    border-collapse: separate !important;
  }

  .md\:border-transparent {
    border-color: transparent !important;
  }

  .md\:border-black {
    border-color: #000 !important;
  }

  .md\:border-white {
    border-color: #fff !important;
  }

  .md\:border-gray-100 {
    border-color: #f7fafc !important;
  }

  .md\:border-gray-200 {
    border-color: #edf2f7 !important;
  }

  .md\:border-gray-300 {
    border-color: #e2e8f0 !important;
  }

  .md\:border-gray-400 {
    border-color: #cbd5e0 !important;
  }

  .md\:border-gray-500 {
    border-color: #a0aec0 !important;
  }

  .md\:border-gray-600 {
    border-color: #718096 !important;
  }

  .md\:border-gray-700 {
    border-color: #4a5568 !important;
  }

  .md\:border-gray-800 {
    border-color: #2d3748 !important;
  }

  .md\:border-gray-900 {
    border-color: #1a202c !important;
  }

  .md\:border-red-100 {
    border-color: #fff5f5 !important;
  }

  .md\:border-red-200 {
    border-color: #fed7d7 !important;
  }

  .md\:border-red-300 {
    border-color: #feb2b2 !important;
  }

  .md\:border-red-400 {
    border-color: #fc8181 !important;
  }

  .md\:border-red-500 {
    border-color: #f56565 !important;
  }

  .md\:border-red-600 {
    border-color: #e53e3e !important;
  }

  .md\:border-red-700 {
    border-color: #c53030 !important;
  }

  .md\:border-red-800 {
    border-color: #9b2c2c !important;
  }

  .md\:border-red-900 {
    border-color: #742a2a !important;
  }

  .md\:border-orange-100 {
    border-color: #fffaf0 !important;
  }

  .md\:border-orange-200 {
    border-color: #feebc8 !important;
  }

  .md\:border-orange-300 {
    border-color: #fbd38d !important;
  }

  .md\:border-orange-400 {
    border-color: #f6ad55 !important;
  }

  .md\:border-orange-500 {
    border-color: #ed8936 !important;
  }

  .md\:border-orange-600 {
    border-color: #dd6b20 !important;
  }

  .md\:border-orange-700 {
    border-color: #c05621 !important;
  }

  .md\:border-orange-800 {
    border-color: #9c4221 !important;
  }

  .md\:border-orange-900 {
    border-color: #7b341e !important;
  }

  .md\:border-yellow-100 {
    border-color: #fffff0 !important;
  }

  .md\:border-yellow-200 {
    border-color: #fefcbf !important;
  }

  .md\:border-yellow-300 {
    border-color: #faf089 !important;
  }

  .md\:border-yellow-400 {
    border-color: #f6e05e !important;
  }

  .md\:border-yellow-500 {
    border-color: #ecc94b !important;
  }

  .md\:border-yellow-600 {
    border-color: #d69e2e !important;
  }

  .md\:border-yellow-700 {
    border-color: #b7791f !important;
  }

  .md\:border-yellow-800 {
    border-color: #975a16 !important;
  }

  .md\:border-yellow-900 {
    border-color: #744210 !important;
  }

  .md\:border-green-100 {
    border-color: #f0fff4 !important;
  }

  .md\:border-green-200 {
    border-color: #c6f6d5 !important;
  }

  .md\:border-green-300 {
    border-color: #9ae6b4 !important;
  }

  .md\:border-green-400 {
    border-color: #68d391 !important;
  }

  .md\:border-green-500 {
    border-color: #48bb78 !important;
  }

  .md\:border-green-600 {
    border-color: #38a169 !important;
  }

  .md\:border-green-700 {
    border-color: #2f855a !important;
  }

  .md\:border-green-800 {
    border-color: #276749 !important;
  }

  .md\:border-green-900 {
    border-color: #22543d !important;
  }

  .md\:border-teal-100 {
    border-color: #e6fffa !important;
  }

  .md\:border-teal-200 {
    border-color: #b2f5ea !important;
  }

  .md\:border-teal-300 {
    border-color: #81e6d9 !important;
  }

  .md\:border-teal-400 {
    border-color: #4fd1c5 !important;
  }

  .md\:border-teal-500 {
    border-color: #38b2ac !important;
  }

  .md\:border-teal-600 {
    border-color: #319795 !important;
  }

  .md\:border-teal-700 {
    border-color: #2c7a7b !important;
  }

  .md\:border-teal-800 {
    border-color: #285e61 !important;
  }

  .md\:border-teal-900 {
    border-color: #234e52 !important;
  }

  .md\:border-blue-100 {
    border-color: #ebf8ff !important;
  }

  .md\:border-blue-200 {
    border-color: #bee3f8 !important;
  }

  .md\:border-blue-300 {
    border-color: #90cdf4 !important;
  }

  .md\:border-blue-400 {
    border-color: #63b3ed !important;
  }

  .md\:border-blue-500 {
    border-color: #4299e1 !important;
  }

  .md\:border-blue-600 {
    border-color: #3182ce !important;
  }

  .md\:border-blue-700 {
    border-color: #2b6cb0 !important;
  }

  .md\:border-blue-800 {
    border-color: #2c5282 !important;
  }

  .md\:border-blue-900 {
    border-color: #2a4365 !important;
  }

  .md\:border-indigo-100 {
    border-color: #ebf4ff !important;
  }

  .md\:border-indigo-200 {
    border-color: #c3dafe !important;
  }

  .md\:border-indigo-300 {
    border-color: #a3bffa !important;
  }

  .md\:border-indigo-400 {
    border-color: #7f9cf5 !important;
  }

  .md\:border-indigo-500 {
    border-color: #667eea !important;
  }

  .md\:border-indigo-600 {
    border-color: #5a67d8 !important;
  }

  .md\:border-indigo-700 {
    border-color: #4c51bf !important;
  }

  .md\:border-indigo-800 {
    border-color: #434190 !important;
  }

  .md\:border-indigo-900 {
    border-color: #3c366b !important;
  }

  .md\:border-purple-100 {
    border-color: #faf5ff !important;
  }

  .md\:border-purple-200 {
    border-color: #e9d8fd !important;
  }

  .md\:border-purple-300 {
    border-color: #d6bcfa !important;
  }

  .md\:border-purple-400 {
    border-color: #b794f4 !important;
  }

  .md\:border-purple-500 {
    border-color: #9f7aea !important;
  }

  .md\:border-purple-600 {
    border-color: #805ad5 !important;
  }

  .md\:border-purple-700 {
    border-color: #6b46c1 !important;
  }

  .md\:border-purple-800 {
    border-color: #553c9a !important;
  }

  .md\:border-purple-900 {
    border-color: #44337a !important;
  }

  .md\:border-pink-100 {
    border-color: #fff5f7 !important;
  }

  .md\:border-pink-200 {
    border-color: #fed7e2 !important;
  }

  .md\:border-pink-300 {
    border-color: #fbb6ce !important;
  }

  .md\:border-pink-400 {
    border-color: #f687b3 !important;
  }

  .md\:border-pink-500 {
    border-color: #ed64a6 !important;
  }

  .md\:border-pink-600 {
    border-color: #d53f8c !important;
  }

  .md\:border-pink-700 {
    border-color: #b83280 !important;
  }

  .md\:border-pink-800 {
    border-color: #97266d !important;
  }

  .md\:border-pink-900 {
    border-color: #702459 !important;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .md\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
  }

  .md\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
  }

  .md\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
  }

  .md\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
  }

  .md\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
  }

  .md\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
  }

  .md\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
  }

  .md\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
  }

  .md\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
  }

  .md\:hover\:border-red-100:hover {
    border-color: #fff5f5 !important;
  }

  .md\:hover\:border-red-200:hover {
    border-color: #fed7d7 !important;
  }

  .md\:hover\:border-red-300:hover {
    border-color: #feb2b2 !important;
  }

  .md\:hover\:border-red-400:hover {
    border-color: #fc8181 !important;
  }

  .md\:hover\:border-red-500:hover {
    border-color: #f56565 !important;
  }

  .md\:hover\:border-red-600:hover {
    border-color: #e53e3e !important;
  }

  .md\:hover\:border-red-700:hover {
    border-color: #c53030 !important;
  }

  .md\:hover\:border-red-800:hover {
    border-color: #9b2c2c !important;
  }

  .md\:hover\:border-red-900:hover {
    border-color: #742a2a !important;
  }

  .md\:hover\:border-orange-100:hover {
    border-color: #fffaf0 !important;
  }

  .md\:hover\:border-orange-200:hover {
    border-color: #feebc8 !important;
  }

  .md\:hover\:border-orange-300:hover {
    border-color: #fbd38d !important;
  }

  .md\:hover\:border-orange-400:hover {
    border-color: #f6ad55 !important;
  }

  .md\:hover\:border-orange-500:hover {
    border-color: #ed8936 !important;
  }

  .md\:hover\:border-orange-600:hover {
    border-color: #dd6b20 !important;
  }

  .md\:hover\:border-orange-700:hover {
    border-color: #c05621 !important;
  }

  .md\:hover\:border-orange-800:hover {
    border-color: #9c4221 !important;
  }

  .md\:hover\:border-orange-900:hover {
    border-color: #7b341e !important;
  }

  .md\:hover\:border-yellow-100:hover {
    border-color: #fffff0 !important;
  }

  .md\:hover\:border-yellow-200:hover {
    border-color: #fefcbf !important;
  }

  .md\:hover\:border-yellow-300:hover {
    border-color: #faf089 !important;
  }

  .md\:hover\:border-yellow-400:hover {
    border-color: #f6e05e !important;
  }

  .md\:hover\:border-yellow-500:hover {
    border-color: #ecc94b !important;
  }

  .md\:hover\:border-yellow-600:hover {
    border-color: #d69e2e !important;
  }

  .md\:hover\:border-yellow-700:hover {
    border-color: #b7791f !important;
  }

  .md\:hover\:border-yellow-800:hover {
    border-color: #975a16 !important;
  }

  .md\:hover\:border-yellow-900:hover {
    border-color: #744210 !important;
  }

  .md\:hover\:border-green-100:hover {
    border-color: #f0fff4 !important;
  }

  .md\:hover\:border-green-200:hover {
    border-color: #c6f6d5 !important;
  }

  .md\:hover\:border-green-300:hover {
    border-color: #9ae6b4 !important;
  }

  .md\:hover\:border-green-400:hover {
    border-color: #68d391 !important;
  }

  .md\:hover\:border-green-500:hover {
    border-color: #48bb78 !important;
  }

  .md\:hover\:border-green-600:hover {
    border-color: #38a169 !important;
  }

  .md\:hover\:border-green-700:hover {
    border-color: #2f855a !important;
  }

  .md\:hover\:border-green-800:hover {
    border-color: #276749 !important;
  }

  .md\:hover\:border-green-900:hover {
    border-color: #22543d !important;
  }

  .md\:hover\:border-teal-100:hover {
    border-color: #e6fffa !important;
  }

  .md\:hover\:border-teal-200:hover {
    border-color: #b2f5ea !important;
  }

  .md\:hover\:border-teal-300:hover {
    border-color: #81e6d9 !important;
  }

  .md\:hover\:border-teal-400:hover {
    border-color: #4fd1c5 !important;
  }

  .md\:hover\:border-teal-500:hover {
    border-color: #38b2ac !important;
  }

  .md\:hover\:border-teal-600:hover {
    border-color: #319795 !important;
  }

  .md\:hover\:border-teal-700:hover {
    border-color: #2c7a7b !important;
  }

  .md\:hover\:border-teal-800:hover {
    border-color: #285e61 !important;
  }

  .md\:hover\:border-teal-900:hover {
    border-color: #234e52 !important;
  }

  .md\:hover\:border-blue-100:hover {
    border-color: #ebf8ff !important;
  }

  .md\:hover\:border-blue-200:hover {
    border-color: #bee3f8 !important;
  }

  .md\:hover\:border-blue-300:hover {
    border-color: #90cdf4 !important;
  }

  .md\:hover\:border-blue-400:hover {
    border-color: #63b3ed !important;
  }

  .md\:hover\:border-blue-500:hover {
    border-color: #4299e1 !important;
  }

  .md\:hover\:border-blue-600:hover {
    border-color: #3182ce !important;
  }

  .md\:hover\:border-blue-700:hover {
    border-color: #2b6cb0 !important;
  }

  .md\:hover\:border-blue-800:hover {
    border-color: #2c5282 !important;
  }

  .md\:hover\:border-blue-900:hover {
    border-color: #2a4365 !important;
  }

  .md\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
  }

  .md\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
  }

  .md\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
  }

  .md\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
  }

  .md\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
  }

  .md\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
  }

  .md\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
  }

  .md\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
  }

  .md\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
  }

  .md\:hover\:border-purple-100:hover {
    border-color: #faf5ff !important;
  }

  .md\:hover\:border-purple-200:hover {
    border-color: #e9d8fd !important;
  }

  .md\:hover\:border-purple-300:hover {
    border-color: #d6bcfa !important;
  }

  .md\:hover\:border-purple-400:hover {
    border-color: #b794f4 !important;
  }

  .md\:hover\:border-purple-500:hover {
    border-color: #9f7aea !important;
  }

  .md\:hover\:border-purple-600:hover {
    border-color: #805ad5 !important;
  }

  .md\:hover\:border-purple-700:hover {
    border-color: #6b46c1 !important;
  }

  .md\:hover\:border-purple-800:hover {
    border-color: #553c9a !important;
  }

  .md\:hover\:border-purple-900:hover {
    border-color: #44337a !important;
  }

  .md\:hover\:border-pink-100:hover {
    border-color: #fff5f7 !important;
  }

  .md\:hover\:border-pink-200:hover {
    border-color: #fed7e2 !important;
  }

  .md\:hover\:border-pink-300:hover {
    border-color: #fbb6ce !important;
  }

  .md\:hover\:border-pink-400:hover {
    border-color: #f687b3 !important;
  }

  .md\:hover\:border-pink-500:hover {
    border-color: #ed64a6 !important;
  }

  .md\:hover\:border-pink-600:hover {
    border-color: #d53f8c !important;
  }

  .md\:hover\:border-pink-700:hover {
    border-color: #b83280 !important;
  }

  .md\:hover\:border-pink-800:hover {
    border-color: #97266d !important;
  }

  .md\:hover\:border-pink-900:hover {
    border-color: #702459 !important;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .md\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .md\:focus\:border-gray-100:focus {
    border-color: #f7fafc !important;
  }

  .md\:focus\:border-gray-200:focus {
    border-color: #edf2f7 !important;
  }

  .md\:focus\:border-gray-300:focus {
    border-color: #e2e8f0 !important;
  }

  .md\:focus\:border-gray-400:focus {
    border-color: #cbd5e0 !important;
  }

  .md\:focus\:border-gray-500:focus {
    border-color: #a0aec0 !important;
  }

  .md\:focus\:border-gray-600:focus {
    border-color: #718096 !important;
  }

  .md\:focus\:border-gray-700:focus {
    border-color: #4a5568 !important;
  }

  .md\:focus\:border-gray-800:focus {
    border-color: #2d3748 !important;
  }

  .md\:focus\:border-gray-900:focus {
    border-color: #1a202c !important;
  }

  .md\:focus\:border-red-100:focus {
    border-color: #fff5f5 !important;
  }

  .md\:focus\:border-red-200:focus {
    border-color: #fed7d7 !important;
  }

  .md\:focus\:border-red-300:focus {
    border-color: #feb2b2 !important;
  }

  .md\:focus\:border-red-400:focus {
    border-color: #fc8181 !important;
  }

  .md\:focus\:border-red-500:focus {
    border-color: #f56565 !important;
  }

  .md\:focus\:border-red-600:focus {
    border-color: #e53e3e !important;
  }

  .md\:focus\:border-red-700:focus {
    border-color: #c53030 !important;
  }

  .md\:focus\:border-red-800:focus {
    border-color: #9b2c2c !important;
  }

  .md\:focus\:border-red-900:focus {
    border-color: #742a2a !important;
  }

  .md\:focus\:border-orange-100:focus {
    border-color: #fffaf0 !important;
  }

  .md\:focus\:border-orange-200:focus {
    border-color: #feebc8 !important;
  }

  .md\:focus\:border-orange-300:focus {
    border-color: #fbd38d !important;
  }

  .md\:focus\:border-orange-400:focus {
    border-color: #f6ad55 !important;
  }

  .md\:focus\:border-orange-500:focus {
    border-color: #ed8936 !important;
  }

  .md\:focus\:border-orange-600:focus {
    border-color: #dd6b20 !important;
  }

  .md\:focus\:border-orange-700:focus {
    border-color: #c05621 !important;
  }

  .md\:focus\:border-orange-800:focus {
    border-color: #9c4221 !important;
  }

  .md\:focus\:border-orange-900:focus {
    border-color: #7b341e !important;
  }

  .md\:focus\:border-yellow-100:focus {
    border-color: #fffff0 !important;
  }

  .md\:focus\:border-yellow-200:focus {
    border-color: #fefcbf !important;
  }

  .md\:focus\:border-yellow-300:focus {
    border-color: #faf089 !important;
  }

  .md\:focus\:border-yellow-400:focus {
    border-color: #f6e05e !important;
  }

  .md\:focus\:border-yellow-500:focus {
    border-color: #ecc94b !important;
  }

  .md\:focus\:border-yellow-600:focus {
    border-color: #d69e2e !important;
  }

  .md\:focus\:border-yellow-700:focus {
    border-color: #b7791f !important;
  }

  .md\:focus\:border-yellow-800:focus {
    border-color: #975a16 !important;
  }

  .md\:focus\:border-yellow-900:focus {
    border-color: #744210 !important;
  }

  .md\:focus\:border-green-100:focus {
    border-color: #f0fff4 !important;
  }

  .md\:focus\:border-green-200:focus {
    border-color: #c6f6d5 !important;
  }

  .md\:focus\:border-green-300:focus {
    border-color: #9ae6b4 !important;
  }

  .md\:focus\:border-green-400:focus {
    border-color: #68d391 !important;
  }

  .md\:focus\:border-green-500:focus {
    border-color: #48bb78 !important;
  }

  .md\:focus\:border-green-600:focus {
    border-color: #38a169 !important;
  }

  .md\:focus\:border-green-700:focus {
    border-color: #2f855a !important;
  }

  .md\:focus\:border-green-800:focus {
    border-color: #276749 !important;
  }

  .md\:focus\:border-green-900:focus {
    border-color: #22543d !important;
  }

  .md\:focus\:border-teal-100:focus {
    border-color: #e6fffa !important;
  }

  .md\:focus\:border-teal-200:focus {
    border-color: #b2f5ea !important;
  }

  .md\:focus\:border-teal-300:focus {
    border-color: #81e6d9 !important;
  }

  .md\:focus\:border-teal-400:focus {
    border-color: #4fd1c5 !important;
  }

  .md\:focus\:border-teal-500:focus {
    border-color: #38b2ac !important;
  }

  .md\:focus\:border-teal-600:focus {
    border-color: #319795 !important;
  }

  .md\:focus\:border-teal-700:focus {
    border-color: #2c7a7b !important;
  }

  .md\:focus\:border-teal-800:focus {
    border-color: #285e61 !important;
  }

  .md\:focus\:border-teal-900:focus {
    border-color: #234e52 !important;
  }

  .md\:focus\:border-blue-100:focus {
    border-color: #ebf8ff !important;
  }

  .md\:focus\:border-blue-200:focus {
    border-color: #bee3f8 !important;
  }

  .md\:focus\:border-blue-300:focus {
    border-color: #90cdf4 !important;
  }

  .md\:focus\:border-blue-400:focus {
    border-color: #63b3ed !important;
  }

  .md\:focus\:border-blue-500:focus {
    border-color: #4299e1 !important;
  }

  .md\:focus\:border-blue-600:focus {
    border-color: #3182ce !important;
  }

  .md\:focus\:border-blue-700:focus {
    border-color: #2b6cb0 !important;
  }

  .md\:focus\:border-blue-800:focus {
    border-color: #2c5282 !important;
  }

  .md\:focus\:border-blue-900:focus {
    border-color: #2a4365 !important;
  }

  .md\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff !important;
  }

  .md\:focus\:border-indigo-200:focus {
    border-color: #c3dafe !important;
  }

  .md\:focus\:border-indigo-300:focus {
    border-color: #a3bffa !important;
  }

  .md\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5 !important;
  }

  .md\:focus\:border-indigo-500:focus {
    border-color: #667eea !important;
  }

  .md\:focus\:border-indigo-600:focus {
    border-color: #5a67d8 !important;
  }

  .md\:focus\:border-indigo-700:focus {
    border-color: #4c51bf !important;
  }

  .md\:focus\:border-indigo-800:focus {
    border-color: #434190 !important;
  }

  .md\:focus\:border-indigo-900:focus {
    border-color: #3c366b !important;
  }

  .md\:focus\:border-purple-100:focus {
    border-color: #faf5ff !important;
  }

  .md\:focus\:border-purple-200:focus {
    border-color: #e9d8fd !important;
  }

  .md\:focus\:border-purple-300:focus {
    border-color: #d6bcfa !important;
  }

  .md\:focus\:border-purple-400:focus {
    border-color: #b794f4 !important;
  }

  .md\:focus\:border-purple-500:focus {
    border-color: #9f7aea !important;
  }

  .md\:focus\:border-purple-600:focus {
    border-color: #805ad5 !important;
  }

  .md\:focus\:border-purple-700:focus {
    border-color: #6b46c1 !important;
  }

  .md\:focus\:border-purple-800:focus {
    border-color: #553c9a !important;
  }

  .md\:focus\:border-purple-900:focus {
    border-color: #44337a !important;
  }

  .md\:focus\:border-pink-100:focus {
    border-color: #fff5f7 !important;
  }

  .md\:focus\:border-pink-200:focus {
    border-color: #fed7e2 !important;
  }

  .md\:focus\:border-pink-300:focus {
    border-color: #fbb6ce !important;
  }

  .md\:focus\:border-pink-400:focus {
    border-color: #f687b3 !important;
  }

  .md\:focus\:border-pink-500:focus {
    border-color: #ed64a6 !important;
  }

  .md\:focus\:border-pink-600:focus {
    border-color: #d53f8c !important;
  }

  .md\:focus\:border-pink-700:focus {
    border-color: #b83280 !important;
  }

  .md\:focus\:border-pink-800:focus {
    border-color: #97266d !important;
  }

  .md\:focus\:border-pink-900:focus {
    border-color: #702459 !important;
  }

  .md\:rounded-none {
    border-radius: 0 !important;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .md\:rounded {
    border-radius: 0.25rem !important;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-double {
    border-style: double !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:border-0 {
    border-width: 0 !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-4 {
    border-width: 4px !important;
  }

  .md\:border-8 {
    border-width: 8px !important;
  }

  .md\:border {
    border-width: 1px !important;
  }

  .md\:border-t-0 {
    border-top-width: 0 !important;
  }

  .md\:border-r-0 {
    border-right-width: 0 !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0 {
    border-left-width: 0 !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:cursor-auto {
    cursor: auto !important;
  }

  .md\:cursor-default {
    cursor: default !important;
  }

  .md\:cursor-pointer {
    cursor: pointer !important;
  }

  .md\:cursor-wait {
    cursor: wait !important;
  }

  .md\:cursor-text {
    cursor: text !important;
  }

  .md\:cursor-move {
    cursor: move !important;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .md\:inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .md\:items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .md\:items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .md\:items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .md\:self-auto {
    align-self: auto !important;
  }

  .md\:self-start {
    align-self: flex-start !important;
  }

  .md\:self-end {
    align-self: flex-end !important;
  }

  .md\:self-center {
    align-self: center !important;
  }

  .md\:self-stretch {
    align-self: stretch !important;
  }

  .md\:justify-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .md\:justify-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .md\:justify-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .md\:justify-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .md\:justify-around {
    justify-content: space-around !important;
  }

  .md\:content-center {
    align-content: center !important;
  }

  .md\:content-start {
    align-content: flex-start !important;
  }

  .md\:content-end {
    align-content: flex-end !important;
  }

  .md\:content-between {
    align-content: space-between !important;
  }

  .md\:content-around {
    align-content: space-around !important;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .md\:flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .md\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .md\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .md\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .md\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .md\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .md\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .md\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .md\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .md\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .md\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .md\:order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .md\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md\:font-hairline {
    font-weight: 100 !important;
  }

  .md\:font-thin {
    font-weight: 200 !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-medium {
    font-weight: 500 !important;
  }

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .md\:h-0 {
    height: 0 !important;
  }

  .md\:h-1 {
    height: 0.25rem !important;
  }

  .md\:h-2 {
    height: 0.5rem !important;
  }

  .md\:h-3 {
    height: 0.75rem !important;
  }

  .md\:h-4 {
    height: 1rem !important;
  }

  .md\:h-5 {
    height: 1.25rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-8 {
    height: 2rem !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-12 {
    height: 3rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-20 {
    height: 5rem !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-32 {
    height: 8rem !important;
  }

  .md\:h-40 {
    height: 10rem !important;
  }

  .md\:h-48 {
    height: 12rem !important;
  }

  .md\:h-56 {
    height: 14rem !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-1\/2 {
    height: 50% !important;
  }

  .md\:h-1\/3 {
    height: 33.333333% !important;
  }

  .md\:h-2\/3 {
    height: 66.666667% !important;
  }

  .md\:h-1\/4 {
    height: 25% !important;
  }

  .md\:h-2\/4 {
    height: 50% !important;
  }

  .md\:h-3\/4 {
    height: 75% !important;
  }

  .md\:h-1\/5 {
    height: 20% !important;
  }

  .md\:h-2\/5 {
    height: 40% !important;
  }

  .md\:h-3\/5 {
    height: 60% !important;
  }

  .md\:h-4\/5 {
    height: 80% !important;
  }

  .md\:h-1\/6 {
    height: 16.666667% !important;
  }

  .md\:h-2\/6 {
    height: 33.333333% !important;
  }

  .md\:h-3\/6 {
    height: 50% !important;
  }

  .md\:h-4\/6 {
    height: 66.666667% !important;
  }

  .md\:h-5\/6 {
    height: 83.333333% !important;
  }

  .md\:h-1\/12 {
    height: 8.333333% !important;
  }

  .md\:h-2\/12 {
    height: 16.666667% !important;
  }

  .md\:h-3\/12 {
    height: 25% !important;
  }

  .md\:h-4\/12 {
    height: 33.333333% !important;
  }

  .md\:h-5\/12 {
    height: 41.666667% !important;
  }

  .md\:h-6\/12 {
    height: 50% !important;
  }

  .md\:h-7\/12 {
    height: 58.333333% !important;
  }

  .md\:h-8\/12 {
    height: 66.666667% !important;
  }

  .md\:h-9\/12 {
    height: 75% !important;
  }

  .md\:h-10\/12 {
    height: 83.333333% !important;
  }

  .md\:h-11\/12 {
    height: 91.666667% !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-snug {
    line-height: 1.375 !important;
  }

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:list-inside {
    list-style-position: inside !important;
  }

  .md\:list-outside {
    list-style-position: outside !important;
  }

  .md\:list-none {
    list-style-type: none !important;
  }

  .md\:list-disc {
    list-style-type: disc !important;
  }

  .md\:list-decimal {
    list-style-type: decimal !important;
  }

  .md\:m-0 {
    margin: 0 !important;
  }

  .md\:m-1 {
    margin: 0.25rem !important;
  }

  .md\:m-2 {
    margin: 0.5rem !important;
  }

  .md\:m-3 {
    margin: 0.75rem !important;
  }

  .md\:m-4 {
    margin: 1rem !important;
  }

  .md\:m-5 {
    margin: 1.25rem !important;
  }

  .md\:m-6 {
    margin: 1.5rem !important;
  }

  .md\:m-8 {
    margin: 2rem !important;
  }

  .md\:m-10 {
    margin: 2.5rem !important;
  }

  .md\:m-12 {
    margin: 3rem !important;
  }

  .md\:m-16 {
    margin: 4rem !important;
  }

  .md\:m-20 {
    margin: 5rem !important;
  }

  .md\:m-24 {
    margin: 6rem !important;
  }

  .md\:m-32 {
    margin: 8rem !important;
  }

  .md\:m-40 {
    margin: 10rem !important;
  }

  .md\:m-48 {
    margin: 12rem !important;
  }

  .md\:m-56 {
    margin: 14rem !important;
  }

  .md\:m-64 {
    margin: 16rem !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:m-px {
    margin: 1px !important;
  }

  .md\:m-1\/2 {
    margin: 50% !important;
  }

  .md\:m-1\/3 {
    margin: 33.333333% !important;
  }

  .md\:m-2\/3 {
    margin: 66.666667% !important;
  }

  .md\:m-1\/4 {
    margin: 25% !important;
  }

  .md\:m-2\/4 {
    margin: 50% !important;
  }

  .md\:m-3\/4 {
    margin: 75% !important;
  }

  .md\:m-1\/5 {
    margin: 20% !important;
  }

  .md\:m-2\/5 {
    margin: 40% !important;
  }

  .md\:m-3\/5 {
    margin: 60% !important;
  }

  .md\:m-4\/5 {
    margin: 80% !important;
  }

  .md\:m-1\/6 {
    margin: 16.666667% !important;
  }

  .md\:m-2\/6 {
    margin: 33.333333% !important;
  }

  .md\:m-3\/6 {
    margin: 50% !important;
  }

  .md\:m-4\/6 {
    margin: 66.666667% !important;
  }

  .md\:m-5\/6 {
    margin: 83.333333% !important;
  }

  .md\:m-1\/12 {
    margin: 8.333333% !important;
  }

  .md\:m-2\/12 {
    margin: 16.666667% !important;
  }

  .md\:m-3\/12 {
    margin: 25% !important;
  }

  .md\:m-4\/12 {
    margin: 33.333333% !important;
  }

  .md\:m-5\/12 {
    margin: 41.666667% !important;
  }

  .md\:m-6\/12 {
    margin: 50% !important;
  }

  .md\:m-7\/12 {
    margin: 58.333333% !important;
  }

  .md\:m-8\/12 {
    margin: 66.666667% !important;
  }

  .md\:m-9\/12 {
    margin: 75% !important;
  }

  .md\:m-10\/12 {
    margin: 83.333333% !important;
  }

  .md\:m-11\/12 {
    margin: 91.666667% !important;
  }

  .md\:-m-1 {
    margin: -0.25rem !important;
  }

  .md\:-m-2 {
    margin: -0.5rem !important;
  }

  .md\:-m-3 {
    margin: -0.75rem !important;
  }

  .md\:-m-4 {
    margin: -1rem !important;
  }

  .md\:-m-5 {
    margin: -1.25rem !important;
  }

  .md\:-m-6 {
    margin: -1.5rem !important;
  }

  .md\:-m-8 {
    margin: -2rem !important;
  }

  .md\:-m-10 {
    margin: -2.5rem !important;
  }

  .md\:-m-12 {
    margin: -3rem !important;
  }

  .md\:-m-16 {
    margin: -4rem !important;
  }

  .md\:-m-20 {
    margin: -5rem !important;
  }

  .md\:-m-24 {
    margin: -6rem !important;
  }

  .md\:-m-32 {
    margin: -8rem !important;
  }

  .md\:-m-40 {
    margin: -10rem !important;
  }

  .md\:-m-48 {
    margin: -12rem !important;
  }

  .md\:-m-56 {
    margin: -14rem !important;
  }

  .md\:-m-64 {
    margin: -16rem !important;
  }

  .md\:-m-px {
    margin: -1px !important;
  }

  .md\:-m-1\/2 {
    margin: -50% !important;
  }

  .md\:-m-1\/3 {
    margin: -33.33333% !important;
  }

  .md\:-m-2\/3 {
    margin: -66.66667% !important;
  }

  .md\:-m-1\/4 {
    margin: -25% !important;
  }

  .md\:-m-2\/4 {
    margin: -50% !important;
  }

  .md\:-m-3\/4 {
    margin: -75% !important;
  }

  .md\:-m-1\/5 {
    margin: -20% !important;
  }

  .md\:-m-2\/5 {
    margin: -40% !important;
  }

  .md\:-m-3\/5 {
    margin: -60% !important;
  }

  .md\:-m-4\/5 {
    margin: -80% !important;
  }

  .md\:-m-1\/6 {
    margin: -16.66667% !important;
  }

  .md\:-m-2\/6 {
    margin: -33.33333% !important;
  }

  .md\:-m-3\/6 {
    margin: -50% !important;
  }

  .md\:-m-4\/6 {
    margin: -66.66667% !important;
  }

  .md\:-m-5\/6 {
    margin: -83.33333% !important;
  }

  .md\:-m-1\/12 {
    margin: -8.33333% !important;
  }

  .md\:-m-2\/12 {
    margin: -16.66667% !important;
  }

  .md\:-m-3\/12 {
    margin: -25% !important;
  }

  .md\:-m-4\/12 {
    margin: -33.33333% !important;
  }

  .md\:-m-5\/12 {
    margin: -41.66667% !important;
  }

  .md\:-m-6\/12 {
    margin: -50% !important;
  }

  .md\:-m-7\/12 {
    margin: -58.33333% !important;
  }

  .md\:-m-8\/12 {
    margin: -66.66667% !important;
  }

  .md\:-m-9\/12 {
    margin: -75% !important;
  }

  .md\:-m-10\/12 {
    margin: -83.33333% !important;
  }

  .md\:-m-11\/12 {
    margin: -91.66667% !important;
  }

  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .md\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .md\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .md\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .md\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .md\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .md\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .md\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .md\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .md\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .md\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .md\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .md\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .md\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .md\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .md\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .md\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .md\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .md\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .md\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .md\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .md\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .md\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .md\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .md\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .md\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .md\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .md\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .md\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .md\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .md\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .md\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .md\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .md\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .md\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .md\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .md\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .md\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .md\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .md\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .md\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .md\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .md\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .md\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .md\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .md\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .md\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .md\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .md\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .md\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .md\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .md\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .md\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .md\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .md\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .md\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .md\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .md\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .md\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .md\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .md\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .md\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .md\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .md\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .md\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .md\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .md\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .md\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .md\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .md\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .md\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .md\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .md\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .md\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .md\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .md\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .md\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .md\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .md\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .md\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .md\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .md\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .md\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .md\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .md\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .md\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .md\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .md\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .md\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .md\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .md\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .md\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .md\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .md\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .md\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .md\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .md\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .md\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .md\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .md\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .md\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .md\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .md\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .md\:mt-0 {
    margin-top: 0 !important;
  }

  .md\:mr-0 {
    margin-right: 0 !important;
  }

  .md\:mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:ml-0 {
    margin-left: 0 !important;
  }

  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:mr-4 {
    margin-right: 1rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:ml-4 {
    margin-left: 1rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mr-8 {
    margin-right: 2rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:ml-8 {
    margin-left: 2rem !important;
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mr-12 {
    margin-right: 3rem !important;
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:ml-12 {
    margin-left: 3rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mr-16 {
    margin-right: 4rem !important;
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:ml-16 {
    margin-left: 4rem !important;
  }

  .md\:mt-20 {
    margin-top: 5rem !important;
  }

  .md\:mr-20 {
    margin-right: 5rem !important;
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:ml-20 {
    margin-left: 5rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mr-24 {
    margin-right: 6rem !important;
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:ml-24 {
    margin-left: 6rem !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

  .md\:mr-32 {
    margin-right: 8rem !important;
  }

  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:ml-32 {
    margin-left: 8rem !important;
  }

  .md\:mt-40 {
    margin-top: 10rem !important;
  }

  .md\:mr-40 {
    margin-right: 10rem !important;
  }

  .md\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .md\:ml-40 {
    margin-left: 10rem !important;
  }

  .md\:mt-48 {
    margin-top: 12rem !important;
  }

  .md\:mr-48 {
    margin-right: 12rem !important;
  }

  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:ml-48 {
    margin-left: 12rem !important;
  }

  .md\:mt-56 {
    margin-top: 14rem !important;
  }

  .md\:mr-56 {
    margin-right: 14rem !important;
  }

  .md\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .md\:ml-56 {
    margin-left: 14rem !important;
  }

  .md\:mt-64 {
    margin-top: 16rem !important;
  }

  .md\:mr-64 {
    margin-right: 16rem !important;
  }

  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\:ml-64 {
    margin-left: 16rem !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mt-px {
    margin-top: 1px !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-1\/5 {
    margin-top: 20% !important;
  }

  .md\:mr-1\/5 {
    margin-right: 20% !important;
  }

  .md\:mb-1\/5 {
    margin-bottom: 20% !important;
  }

  .md\:ml-1\/5 {
    margin-left: 20% !important;
  }

  .md\:mt-2\/5 {
    margin-top: 40% !important;
  }

  .md\:mr-2\/5 {
    margin-right: 40% !important;
  }

  .md\:mb-2\/5 {
    margin-bottom: 40% !important;
  }

  .md\:ml-2\/5 {
    margin-left: 40% !important;
  }

  .md\:mt-3\/5 {
    margin-top: 60% !important;
  }

  .md\:mr-3\/5 {
    margin-right: 60% !important;
  }

  .md\:mb-3\/5 {
    margin-bottom: 60% !important;
  }

  .md\:ml-3\/5 {
    margin-left: 60% !important;
  }

  .md\:mt-4\/5 {
    margin-top: 80% !important;
  }

  .md\:mr-4\/5 {
    margin-right: 80% !important;
  }

  .md\:mb-4\/5 {
    margin-bottom: 80% !important;
  }

  .md\:ml-4\/5 {
    margin-left: 80% !important;
  }

  .md\:mt-1\/6 {
    margin-top: 16.666667% !important;
  }

  .md\:mr-1\/6 {
    margin-right: 16.666667% !important;
  }

  .md\:mb-1\/6 {
    margin-bottom: 16.666667% !important;
  }

  .md\:ml-1\/6 {
    margin-left: 16.666667% !important;
  }

  .md\:mt-2\/6 {
    margin-top: 33.333333% !important;
  }

  .md\:mr-2\/6 {
    margin-right: 33.333333% !important;
  }

  .md\:mb-2\/6 {
    margin-bottom: 33.333333% !important;
  }

  .md\:ml-2\/6 {
    margin-left: 33.333333% !important;
  }

  .md\:mt-3\/6 {
    margin-top: 50% !important;
  }

  .md\:mr-3\/6 {
    margin-right: 50% !important;
  }

  .md\:mb-3\/6 {
    margin-bottom: 50% !important;
  }

  .md\:ml-3\/6 {
    margin-left: 50% !important;
  }

  .md\:mt-4\/6 {
    margin-top: 66.666667% !important;
  }

  .md\:mr-4\/6 {
    margin-right: 66.666667% !important;
  }

  .md\:mb-4\/6 {
    margin-bottom: 66.666667% !important;
  }

  .md\:ml-4\/6 {
    margin-left: 66.666667% !important;
  }

  .md\:mt-5\/6 {
    margin-top: 83.333333% !important;
  }

  .md\:mr-5\/6 {
    margin-right: 83.333333% !important;
  }

  .md\:mb-5\/6 {
    margin-bottom: 83.333333% !important;
  }

  .md\:ml-5\/6 {
    margin-left: 83.333333% !important;
  }

  .md\:mt-1\/12 {
    margin-top: 8.333333% !important;
  }

  .md\:mr-1\/12 {
    margin-right: 8.333333% !important;
  }

  .md\:mb-1\/12 {
    margin-bottom: 8.333333% !important;
  }

  .md\:ml-1\/12 {
    margin-left: 8.333333% !important;
  }

  .md\:mt-2\/12 {
    margin-top: 16.666667% !important;
  }

  .md\:mr-2\/12 {
    margin-right: 16.666667% !important;
  }

  .md\:mb-2\/12 {
    margin-bottom: 16.666667% !important;
  }

  .md\:ml-2\/12 {
    margin-left: 16.666667% !important;
  }

  .md\:mt-3\/12 {
    margin-top: 25% !important;
  }

  .md\:mr-3\/12 {
    margin-right: 25% !important;
  }

  .md\:mb-3\/12 {
    margin-bottom: 25% !important;
  }

  .md\:ml-3\/12 {
    margin-left: 25% !important;
  }

  .md\:mt-4\/12 {
    margin-top: 33.333333% !important;
  }

  .md\:mr-4\/12 {
    margin-right: 33.333333% !important;
  }

  .md\:mb-4\/12 {
    margin-bottom: 33.333333% !important;
  }

  .md\:ml-4\/12 {
    margin-left: 33.333333% !important;
  }

  .md\:mt-5\/12 {
    margin-top: 41.666667% !important;
  }

  .md\:mr-5\/12 {
    margin-right: 41.666667% !important;
  }

  .md\:mb-5\/12 {
    margin-bottom: 41.666667% !important;
  }

  .md\:ml-5\/12 {
    margin-left: 41.666667% !important;
  }

  .md\:mt-6\/12 {
    margin-top: 50% !important;
  }

  .md\:mr-6\/12 {
    margin-right: 50% !important;
  }

  .md\:mb-6\/12 {
    margin-bottom: 50% !important;
  }

  .md\:ml-6\/12 {
    margin-left: 50% !important;
  }

  .md\:mt-7\/12 {
    margin-top: 58.333333% !important;
  }

  .md\:mr-7\/12 {
    margin-right: 58.333333% !important;
  }

  .md\:mb-7\/12 {
    margin-bottom: 58.333333% !important;
  }

  .md\:ml-7\/12 {
    margin-left: 58.333333% !important;
  }

  .md\:mt-8\/12 {
    margin-top: 66.666667% !important;
  }

  .md\:mr-8\/12 {
    margin-right: 66.666667% !important;
  }

  .md\:mb-8\/12 {
    margin-bottom: 66.666667% !important;
  }

  .md\:ml-8\/12 {
    margin-left: 66.666667% !important;
  }

  .md\:mt-9\/12 {
    margin-top: 75% !important;
  }

  .md\:mr-9\/12 {
    margin-right: 75% !important;
  }

  .md\:mb-9\/12 {
    margin-bottom: 75% !important;
  }

  .md\:ml-9\/12 {
    margin-left: 75% !important;
  }

  .md\:mt-10\/12 {
    margin-top: 83.333333% !important;
  }

  .md\:mr-10\/12 {
    margin-right: 83.333333% !important;
  }

  .md\:mb-10\/12 {
    margin-bottom: 83.333333% !important;
  }

  .md\:ml-10\/12 {
    margin-left: 83.333333% !important;
  }

  .md\:mt-11\/12 {
    margin-top: 91.666667% !important;
  }

  .md\:mr-11\/12 {
    margin-right: 91.666667% !important;
  }

  .md\:mb-11\/12 {
    margin-bottom: 91.666667% !important;
  }

  .md\:ml-11\/12 {
    margin-left: 91.666667% !important;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .md\:-mt-4 {
    margin-top: -1rem !important;
  }

  .md\:-mr-4 {
    margin-right: -1rem !important;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\:-ml-4 {
    margin-left: -1rem !important;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .md\:-mt-8 {
    margin-top: -2rem !important;
  }

  .md\:-mr-8 {
    margin-right: -2rem !important;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\:-ml-8 {
    margin-left: -2rem !important;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .md\:-mt-12 {
    margin-top: -3rem !important;
  }

  .md\:-mr-12 {
    margin-right: -3rem !important;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .md\:-ml-12 {
    margin-left: -3rem !important;
  }

  .md\:-mt-16 {
    margin-top: -4rem !important;
  }

  .md\:-mr-16 {
    margin-right: -4rem !important;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .md\:-ml-16 {
    margin-left: -4rem !important;
  }

  .md\:-mt-20 {
    margin-top: -5rem !important;
  }

  .md\:-mr-20 {
    margin-right: -5rem !important;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .md\:-ml-20 {
    margin-left: -5rem !important;
  }

  .md\:-mt-24 {
    margin-top: -6rem !important;
  }

  .md\:-mr-24 {
    margin-right: -6rem !important;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .md\:-ml-24 {
    margin-left: -6rem !important;
  }

  .md\:-mt-32 {
    margin-top: -8rem !important;
  }

  .md\:-mr-32 {
    margin-right: -8rem !important;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .md\:-ml-32 {
    margin-left: -8rem !important;
  }

  .md\:-mt-40 {
    margin-top: -10rem !important;
  }

  .md\:-mr-40 {
    margin-right: -10rem !important;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .md\:-ml-40 {
    margin-left: -10rem !important;
  }

  .md\:-mt-48 {
    margin-top: -12rem !important;
  }

  .md\:-mr-48 {
    margin-right: -12rem !important;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .md\:-ml-48 {
    margin-left: -12rem !important;
  }

  .md\:-mt-56 {
    margin-top: -14rem !important;
  }

  .md\:-mr-56 {
    margin-right: -14rem !important;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .md\:-ml-56 {
    margin-left: -14rem !important;
  }

  .md\:-mt-64 {
    margin-top: -16rem !important;
  }

  .md\:-mr-64 {
    margin-right: -16rem !important;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .md\:-ml-64 {
    margin-left: -16rem !important;
  }

  .md\:-mt-px {
    margin-top: -1px !important;
  }

  .md\:-mr-px {
    margin-right: -1px !important;
  }

  .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  .md\:-ml-px {
    margin-left: -1px !important;
  }

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

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

  .md\:-mb-1\/2 {
    margin-bottom: -50% !important;
  }

  .md\:-ml-1\/2 {
    margin-left: -50% !important;
  }

  .md\:-mt-1\/3 {
    margin-top: -33.33333% !important;
  }

  .md\:-mr-1\/3 {
    margin-right: -33.33333% !important;
  }

  .md\:-mb-1\/3 {
    margin-bottom: -33.33333% !important;
  }

  .md\:-ml-1\/3 {
    margin-left: -33.33333% !important;
  }

  .md\:-mt-2\/3 {
    margin-top: -66.66667% !important;
  }

  .md\:-mr-2\/3 {
    margin-right: -66.66667% !important;
  }

  .md\:-mb-2\/3 {
    margin-bottom: -66.66667% !important;
  }

  .md\:-ml-2\/3 {
    margin-left: -66.66667% !important;
  }

  .md\:-mt-1\/4 {
    margin-top: -25% !important;
  }

  .md\:-mr-1\/4 {
    margin-right: -25% !important;
  }

  .md\:-mb-1\/4 {
    margin-bottom: -25% !important;
  }

  .md\:-ml-1\/4 {
    margin-left: -25% !important;
  }

  .md\:-mt-2\/4 {
    margin-top: -50% !important;
  }

  .md\:-mr-2\/4 {
    margin-right: -50% !important;
  }

  .md\:-mb-2\/4 {
    margin-bottom: -50% !important;
  }

  .md\:-ml-2\/4 {
    margin-left: -50% !important;
  }

  .md\:-mt-3\/4 {
    margin-top: -75% !important;
  }

  .md\:-mr-3\/4 {
    margin-right: -75% !important;
  }

  .md\:-mb-3\/4 {
    margin-bottom: -75% !important;
  }

  .md\:-ml-3\/4 {
    margin-left: -75% !important;
  }

  .md\:-mt-1\/5 {
    margin-top: -20% !important;
  }

  .md\:-mr-1\/5 {
    margin-right: -20% !important;
  }

  .md\:-mb-1\/5 {
    margin-bottom: -20% !important;
  }

  .md\:-ml-1\/5 {
    margin-left: -20% !important;
  }

  .md\:-mt-2\/5 {
    margin-top: -40% !important;
  }

  .md\:-mr-2\/5 {
    margin-right: -40% !important;
  }

  .md\:-mb-2\/5 {
    margin-bottom: -40% !important;
  }

  .md\:-ml-2\/5 {
    margin-left: -40% !important;
  }

  .md\:-mt-3\/5 {
    margin-top: -60% !important;
  }

  .md\:-mr-3\/5 {
    margin-right: -60% !important;
  }

  .md\:-mb-3\/5 {
    margin-bottom: -60% !important;
  }

  .md\:-ml-3\/5 {
    margin-left: -60% !important;
  }

  .md\:-mt-4\/5 {
    margin-top: -80% !important;
  }

  .md\:-mr-4\/5 {
    margin-right: -80% !important;
  }

  .md\:-mb-4\/5 {
    margin-bottom: -80% !important;
  }

  .md\:-ml-4\/5 {
    margin-left: -80% !important;
  }

  .md\:-mt-1\/6 {
    margin-top: -16.66667% !important;
  }

  .md\:-mr-1\/6 {
    margin-right: -16.66667% !important;
  }

  .md\:-mb-1\/6 {
    margin-bottom: -16.66667% !important;
  }

  .md\:-ml-1\/6 {
    margin-left: -16.66667% !important;
  }

  .md\:-mt-2\/6 {
    margin-top: -33.33333% !important;
  }

  .md\:-mr-2\/6 {
    margin-right: -33.33333% !important;
  }

  .md\:-mb-2\/6 {
    margin-bottom: -33.33333% !important;
  }

  .md\:-ml-2\/6 {
    margin-left: -33.33333% !important;
  }

  .md\:-mt-3\/6 {
    margin-top: -50% !important;
  }

  .md\:-mr-3\/6 {
    margin-right: -50% !important;
  }

  .md\:-mb-3\/6 {
    margin-bottom: -50% !important;
  }

  .md\:-ml-3\/6 {
    margin-left: -50% !important;
  }

  .md\:-mt-4\/6 {
    margin-top: -66.66667% !important;
  }

  .md\:-mr-4\/6 {
    margin-right: -66.66667% !important;
  }

  .md\:-mb-4\/6 {
    margin-bottom: -66.66667% !important;
  }

  .md\:-ml-4\/6 {
    margin-left: -66.66667% !important;
  }

  .md\:-mt-5\/6 {
    margin-top: -83.33333% !important;
  }

  .md\:-mr-5\/6 {
    margin-right: -83.33333% !important;
  }

  .md\:-mb-5\/6 {
    margin-bottom: -83.33333% !important;
  }

  .md\:-ml-5\/6 {
    margin-left: -83.33333% !important;
  }

  .md\:-mt-1\/12 {
    margin-top: -8.33333% !important;
  }

  .md\:-mr-1\/12 {
    margin-right: -8.33333% !important;
  }

  .md\:-mb-1\/12 {
    margin-bottom: -8.33333% !important;
  }

  .md\:-ml-1\/12 {
    margin-left: -8.33333% !important;
  }

  .md\:-mt-2\/12 {
    margin-top: -16.66667% !important;
  }

  .md\:-mr-2\/12 {
    margin-right: -16.66667% !important;
  }

  .md\:-mb-2\/12 {
    margin-bottom: -16.66667% !important;
  }

  .md\:-ml-2\/12 {
    margin-left: -16.66667% !important;
  }

  .md\:-mt-3\/12 {
    margin-top: -25% !important;
  }

  .md\:-mr-3\/12 {
    margin-right: -25% !important;
  }

  .md\:-mb-3\/12 {
    margin-bottom: -25% !important;
  }

  .md\:-ml-3\/12 {
    margin-left: -25% !important;
  }

  .md\:-mt-4\/12 {
    margin-top: -33.33333% !important;
  }

  .md\:-mr-4\/12 {
    margin-right: -33.33333% !important;
  }

  .md\:-mb-4\/12 {
    margin-bottom: -33.33333% !important;
  }

  .md\:-ml-4\/12 {
    margin-left: -33.33333% !important;
  }

  .md\:-mt-5\/12 {
    margin-top: -41.66667% !important;
  }

  .md\:-mr-5\/12 {
    margin-right: -41.66667% !important;
  }

  .md\:-mb-5\/12 {
    margin-bottom: -41.66667% !important;
  }

  .md\:-ml-5\/12 {
    margin-left: -41.66667% !important;
  }

  .md\:-mt-6\/12 {
    margin-top: -50% !important;
  }

  .md\:-mr-6\/12 {
    margin-right: -50% !important;
  }

  .md\:-mb-6\/12 {
    margin-bottom: -50% !important;
  }

  .md\:-ml-6\/12 {
    margin-left: -50% !important;
  }

  .md\:-mt-7\/12 {
    margin-top: -58.33333% !important;
  }

  .md\:-mr-7\/12 {
    margin-right: -58.33333% !important;
  }

  .md\:-mb-7\/12 {
    margin-bottom: -58.33333% !important;
  }

  .md\:-ml-7\/12 {
    margin-left: -58.33333% !important;
  }

  .md\:-mt-8\/12 {
    margin-top: -66.66667% !important;
  }

  .md\:-mr-8\/12 {
    margin-right: -66.66667% !important;
  }

  .md\:-mb-8\/12 {
    margin-bottom: -66.66667% !important;
  }

  .md\:-ml-8\/12 {
    margin-left: -66.66667% !important;
  }

  .md\:-mt-9\/12 {
    margin-top: -75% !important;
  }

  .md\:-mr-9\/12 {
    margin-right: -75% !important;
  }

  .md\:-mb-9\/12 {
    margin-bottom: -75% !important;
  }

  .md\:-ml-9\/12 {
    margin-left: -75% !important;
  }

  .md\:-mt-10\/12 {
    margin-top: -83.33333% !important;
  }

  .md\:-mr-10\/12 {
    margin-right: -83.33333% !important;
  }

  .md\:-mb-10\/12 {
    margin-bottom: -83.33333% !important;
  }

  .md\:-ml-10\/12 {
    margin-left: -83.33333% !important;
  }

  .md\:-mt-11\/12 {
    margin-top: -91.66667% !important;
  }

  .md\:-mr-11\/12 {
    margin-right: -91.66667% !important;
  }

  .md\:-mb-11\/12 {
    margin-bottom: -91.66667% !important;
  }

  .md\:-ml-11\/12 {
    margin-left: -91.66667% !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:max-w-1\/4 {
    max-width: 25% !important;
  }

  .md\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .md\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .md\:min-h-0 {
    min-height: 0 !important;
  }

  .md\:min-h-full {
    min-height: 100% !important;
  }

  .md\:min-h-screen {
    min-height: 100vh !important;
  }

  .md\:min-w-0 {
    min-width: 0 !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:outline-none {
    outline: 0 !important;
  }

  .md\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:p-0 {
    padding: 0 !important;
  }

  .md\:p-1 {
    padding: 0.25rem !important;
  }

  .md\:p-2 {
    padding: 0.5rem !important;
  }

  .md\:p-3 {
    padding: 0.75rem !important;
  }

  .md\:p-4 {
    padding: 1rem !important;
  }

  .md\:p-5 {
    padding: 1.25rem !important;
  }

  .md\:p-6 {
    padding: 1.5rem !important;
  }

  .md\:p-8 {
    padding: 2rem !important;
  }

  .md\:p-10 {
    padding: 2.5rem !important;
  }

  .md\:p-12 {
    padding: 3rem !important;
  }

  .md\:p-16 {
    padding: 4rem !important;
  }

  .md\:p-20 {
    padding: 5rem !important;
  }

  .md\:p-24 {
    padding: 6rem !important;
  }

  .md\:p-32 {
    padding: 8rem !important;
  }

  .md\:p-40 {
    padding: 10rem !important;
  }

  .md\:p-48 {
    padding: 12rem !important;
  }

  .md\:p-56 {
    padding: 14rem !important;
  }

  .md\:p-64 {
    padding: 16rem !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:p-1\/2 {
    padding: 50% !important;
  }

  .md\:p-1\/3 {
    padding: 33.333333% !important;
  }

  .md\:p-2\/3 {
    padding: 66.666667% !important;
  }

  .md\:p-1\/4 {
    padding: 25% !important;
  }

  .md\:p-2\/4 {
    padding: 50% !important;
  }

  .md\:p-3\/4 {
    padding: 75% !important;
  }

  .md\:p-1\/5 {
    padding: 20% !important;
  }

  .md\:p-2\/5 {
    padding: 40% !important;
  }

  .md\:p-3\/5 {
    padding: 60% !important;
  }

  .md\:p-4\/5 {
    padding: 80% !important;
  }

  .md\:p-1\/6 {
    padding: 16.666667% !important;
  }

  .md\:p-2\/6 {
    padding: 33.333333% !important;
  }

  .md\:p-3\/6 {
    padding: 50% !important;
  }

  .md\:p-4\/6 {
    padding: 66.666667% !important;
  }

  .md\:p-5\/6 {
    padding: 83.333333% !important;
  }

  .md\:p-1\/12 {
    padding: 8.333333% !important;
  }

  .md\:p-2\/12 {
    padding: 16.666667% !important;
  }

  .md\:p-3\/12 {
    padding: 25% !important;
  }

  .md\:p-4\/12 {
    padding: 33.333333% !important;
  }

  .md\:p-5\/12 {
    padding: 41.666667% !important;
  }

  .md\:p-6\/12 {
    padding: 50% !important;
  }

  .md\:p-7\/12 {
    padding: 58.333333% !important;
  }

  .md\:p-8\/12 {
    padding: 66.666667% !important;
  }

  .md\:p-9\/12 {
    padding: 75% !important;
  }

  .md\:p-10\/12 {
    padding: 83.333333% !important;
  }

  .md\:p-11\/12 {
    padding: 91.666667% !important;
  }

  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .md\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .md\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .md\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .md\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .md\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .md\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .md\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .md\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .md\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .md\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .md\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .md\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .md\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .md\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .md\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .md\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .md\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .md\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .md\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .md\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .md\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .md\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .md\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .md\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .md\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .md\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .md\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .md\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .md\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .md\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .md\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .md\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .md\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .md\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .md\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .md\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .md\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .md\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .md\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .md\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .md\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .md\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .md\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .md\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .md\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .md\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .md\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .md\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .md\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .md\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .md\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .md\:pt-0 {
    padding-top: 0 !important;
  }

  .md\:pr-0 {
    padding-right: 0 !important;
  }

  .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:pl-0 {
    padding-left: 0 !important;
  }

  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .md\:pt-4 {
    padding-top: 1rem !important;
  }

  .md\:pr-4 {
    padding-right: 1rem !important;
  }

  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:pl-4 {
    padding-left: 1rem !important;
  }

  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pr-8 {
    padding-right: 2rem !important;
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:pl-8 {
    padding-left: 2rem !important;
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:pt-12 {
    padding-top: 3rem !important;
  }

  .md\:pr-12 {
    padding-right: 3rem !important;
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:pl-12 {
    padding-left: 3rem !important;
  }

  .md\:pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pr-16 {
    padding-right: 4rem !important;
  }

  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:pl-16 {
    padding-left: 4rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

  .md\:pr-20 {
    padding-right: 5rem !important;
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:pl-20 {
    padding-left: 5rem !important;
  }

  .md\:pt-24 {
    padding-top: 6rem !important;
  }

  .md\:pr-24 {
    padding-right: 6rem !important;
  }

  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:pl-24 {
    padding-left: 6rem !important;
  }

  .md\:pt-32 {
    padding-top: 8rem !important;
  }

  .md\:pr-32 {
    padding-right: 8rem !important;
  }

  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:pl-32 {
    padding-left: 8rem !important;
  }

  .md\:pt-40 {
    padding-top: 10rem !important;
  }

  .md\:pr-40 {
    padding-right: 10rem !important;
  }

  .md\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .md\:pl-40 {
    padding-left: 10rem !important;
  }

  .md\:pt-48 {
    padding-top: 12rem !important;
  }

  .md\:pr-48 {
    padding-right: 12rem !important;
  }

  .md\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\:pl-48 {
    padding-left: 12rem !important;
  }

  .md\:pt-56 {
    padding-top: 14rem !important;
  }

  .md\:pr-56 {
    padding-right: 14rem !important;
  }

  .md\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .md\:pl-56 {
    padding-left: 14rem !important;
  }

  .md\:pt-64 {
    padding-top: 16rem !important;
  }

  .md\:pr-64 {
    padding-right: 16rem !important;
  }

  .md\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\:pl-64 {
    padding-left: 16rem !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:pt-1\/2 {
    padding-top: 50% !important;
  }

  .md\:pr-1\/2 {
    padding-right: 50% !important;
  }

  .md\:pb-1\/2 {
    padding-bottom: 50% !important;
  }

  .md\:pl-1\/2 {
    padding-left: 50% !important;
  }

  .md\:pt-1\/3 {
    padding-top: 33.333333% !important;
  }

  .md\:pr-1\/3 {
    padding-right: 33.333333% !important;
  }

  .md\:pb-1\/3 {
    padding-bottom: 33.333333% !important;
  }

  .md\:pl-1\/3 {
    padding-left: 33.333333% !important;
  }

  .md\:pt-2\/3 {
    padding-top: 66.666667% !important;
  }

  .md\:pr-2\/3 {
    padding-right: 66.666667% !important;
  }

  .md\:pb-2\/3 {
    padding-bottom: 66.666667% !important;
  }

  .md\:pl-2\/3 {
    padding-left: 66.666667% !important;
  }

  .md\:pt-1\/4 {
    padding-top: 25% !important;
  }

  .md\:pr-1\/4 {
    padding-right: 25% !important;
  }

  .md\:pb-1\/4 {
    padding-bottom: 25% !important;
  }

  .md\:pl-1\/4 {
    padding-left: 25% !important;
  }

  .md\:pt-2\/4 {
    padding-top: 50% !important;
  }

  .md\:pr-2\/4 {
    padding-right: 50% !important;
  }

  .md\:pb-2\/4 {
    padding-bottom: 50% !important;
  }

  .md\:pl-2\/4 {
    padding-left: 50% !important;
  }

  .md\:pt-3\/4 {
    padding-top: 75% !important;
  }

  .md\:pr-3\/4 {
    padding-right: 75% !important;
  }

  .md\:pb-3\/4 {
    padding-bottom: 75% !important;
  }

  .md\:pl-3\/4 {
    padding-left: 75% !important;
  }

  .md\:pt-1\/5 {
    padding-top: 20% !important;
  }

  .md\:pr-1\/5 {
    padding-right: 20% !important;
  }

  .md\:pb-1\/5 {
    padding-bottom: 20% !important;
  }

  .md\:pl-1\/5 {
    padding-left: 20% !important;
  }

  .md\:pt-2\/5 {
    padding-top: 40% !important;
  }

  .md\:pr-2\/5 {
    padding-right: 40% !important;
  }

  .md\:pb-2\/5 {
    padding-bottom: 40% !important;
  }

  .md\:pl-2\/5 {
    padding-left: 40% !important;
  }

  .md\:pt-3\/5 {
    padding-top: 60% !important;
  }

  .md\:pr-3\/5 {
    padding-right: 60% !important;
  }

  .md\:pb-3\/5 {
    padding-bottom: 60% !important;
  }

  .md\:pl-3\/5 {
    padding-left: 60% !important;
  }

  .md\:pt-4\/5 {
    padding-top: 80% !important;
  }

  .md\:pr-4\/5 {
    padding-right: 80% !important;
  }

  .md\:pb-4\/5 {
    padding-bottom: 80% !important;
  }

  .md\:pl-4\/5 {
    padding-left: 80% !important;
  }

  .md\:pt-1\/6 {
    padding-top: 16.666667% !important;
  }

  .md\:pr-1\/6 {
    padding-right: 16.666667% !important;
  }

  .md\:pb-1\/6 {
    padding-bottom: 16.666667% !important;
  }

  .md\:pl-1\/6 {
    padding-left: 16.666667% !important;
  }

  .md\:pt-2\/6 {
    padding-top: 33.333333% !important;
  }

  .md\:pr-2\/6 {
    padding-right: 33.333333% !important;
  }

  .md\:pb-2\/6 {
    padding-bottom: 33.333333% !important;
  }

  .md\:pl-2\/6 {
    padding-left: 33.333333% !important;
  }

  .md\:pt-3\/6 {
    padding-top: 50% !important;
  }

  .md\:pr-3\/6 {
    padding-right: 50% !important;
  }

  .md\:pb-3\/6 {
    padding-bottom: 50% !important;
  }

  .md\:pl-3\/6 {
    padding-left: 50% !important;
  }

  .md\:pt-4\/6 {
    padding-top: 66.666667% !important;
  }

  .md\:pr-4\/6 {
    padding-right: 66.666667% !important;
  }

  .md\:pb-4\/6 {
    padding-bottom: 66.666667% !important;
  }

  .md\:pl-4\/6 {
    padding-left: 66.666667% !important;
  }

  .md\:pt-5\/6 {
    padding-top: 83.333333% !important;
  }

  .md\:pr-5\/6 {
    padding-right: 83.333333% !important;
  }

  .md\:pb-5\/6 {
    padding-bottom: 83.333333% !important;
  }

  .md\:pl-5\/6 {
    padding-left: 83.333333% !important;
  }

  .md\:pt-1\/12 {
    padding-top: 8.333333% !important;
  }

  .md\:pr-1\/12 {
    padding-right: 8.333333% !important;
  }

  .md\:pb-1\/12 {
    padding-bottom: 8.333333% !important;
  }

  .md\:pl-1\/12 {
    padding-left: 8.333333% !important;
  }

  .md\:pt-2\/12 {
    padding-top: 16.666667% !important;
  }

  .md\:pr-2\/12 {
    padding-right: 16.666667% !important;
  }

  .md\:pb-2\/12 {
    padding-bottom: 16.666667% !important;
  }

  .md\:pl-2\/12 {
    padding-left: 16.666667% !important;
  }

  .md\:pt-3\/12 {
    padding-top: 25% !important;
  }

  .md\:pr-3\/12 {
    padding-right: 25% !important;
  }

  .md\:pb-3\/12 {
    padding-bottom: 25% !important;
  }

  .md\:pl-3\/12 {
    padding-left: 25% !important;
  }

  .md\:pt-4\/12 {
    padding-top: 33.333333% !important;
  }

  .md\:pr-4\/12 {
    padding-right: 33.333333% !important;
  }

  .md\:pb-4\/12 {
    padding-bottom: 33.333333% !important;
  }

  .md\:pl-4\/12 {
    padding-left: 33.333333% !important;
  }

  .md\:pt-5\/12 {
    padding-top: 41.666667% !important;
  }

  .md\:pr-5\/12 {
    padding-right: 41.666667% !important;
  }

  .md\:pb-5\/12 {
    padding-bottom: 41.666667% !important;
  }

  .md\:pl-5\/12 {
    padding-left: 41.666667% !important;
  }

  .md\:pt-6\/12 {
    padding-top: 50% !important;
  }

  .md\:pr-6\/12 {
    padding-right: 50% !important;
  }

  .md\:pb-6\/12 {
    padding-bottom: 50% !important;
  }

  .md\:pl-6\/12 {
    padding-left: 50% !important;
  }

  .md\:pt-7\/12 {
    padding-top: 58.333333% !important;
  }

  .md\:pr-7\/12 {
    padding-right: 58.333333% !important;
  }

  .md\:pb-7\/12 {
    padding-bottom: 58.333333% !important;
  }

  .md\:pl-7\/12 {
    padding-left: 58.333333% !important;
  }

  .md\:pt-8\/12 {
    padding-top: 66.666667% !important;
  }

  .md\:pr-8\/12 {
    padding-right: 66.666667% !important;
  }

  .md\:pb-8\/12 {
    padding-bottom: 66.666667% !important;
  }

  .md\:pl-8\/12 {
    padding-left: 66.666667% !important;
  }

  .md\:pt-9\/12 {
    padding-top: 75% !important;
  }

  .md\:pr-9\/12 {
    padding-right: 75% !important;
  }

  .md\:pb-9\/12 {
    padding-bottom: 75% !important;
  }

  .md\:pl-9\/12 {
    padding-left: 75% !important;
  }

  .md\:pt-10\/12 {
    padding-top: 83.333333% !important;
  }

  .md\:pr-10\/12 {
    padding-right: 83.333333% !important;
  }

  .md\:pb-10\/12 {
    padding-bottom: 83.333333% !important;
  }

  .md\:pl-10\/12 {
    padding-left: 83.333333% !important;
  }

  .md\:pt-11\/12 {
    padding-top: 91.666667% !important;
  }

  .md\:pr-11\/12 {
    padding-right: 91.666667% !important;
  }

  .md\:pb-11\/12 {
    padding-bottom: 91.666667% !important;
  }

  .md\:pl-11\/12 {
    padding-left: 91.666667% !important;
  }

  .md\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md\:placeholder-black::-webkit-input-placeholder {
    color: #000 !important;
  }

  .md\:placeholder-black::-moz-placeholder {
    color: #000 !important;
  }

  .md\:placeholder-black:-ms-input-placeholder {
    color: #000 !important;
  }

  .md\:placeholder-black::-ms-input-placeholder {
    color: #000 !important;
  }

  .md\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .md\:placeholder-white::-webkit-input-placeholder {
    color: #fff !important;
  }

  .md\:placeholder-white::-moz-placeholder {
    color: #fff !important;
  }

  .md\:placeholder-white:-ms-input-placeholder {
    color: #fff !important;
  }

  .md\:placeholder-white::-ms-input-placeholder {
    color: #fff !important;
  }

  .md\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .md\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc !important;
  }

  .md\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .md\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .md\:placeholder-gray-100::placeholder {
    color: #f7fafc !important;
  }

  .md\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .md\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .md\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .md\:placeholder-gray-200::placeholder {
    color: #edf2f7 !important;
  }

  .md\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .md\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .md\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .md\:placeholder-gray-300::placeholder {
    color: #e2e8f0 !important;
  }

  .md\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .md\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .md\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .md\:placeholder-gray-400::placeholder {
    color: #cbd5e0 !important;
  }

  .md\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .md\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .md\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .md\:placeholder-gray-500::placeholder {
    color: #a0aec0 !important;
  }

  .md\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    color: #718096 !important;
  }

  .md\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096 !important;
  }

  .md\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096 !important;
  }

  .md\:placeholder-gray-600::placeholder {
    color: #718096 !important;
  }

  .md\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568 !important;
  }

  .md\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .md\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .md\:placeholder-gray-700::placeholder {
    color: #4a5568 !important;
  }

  .md\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748 !important;
  }

  .md\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .md\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .md\:placeholder-gray-800::placeholder {
    color: #2d3748 !important;
  }

  .md\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c !important;
  }

  .md\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .md\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .md\:placeholder-gray-900::placeholder {
    color: #1a202c !important;
  }

  .md\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .md\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .md\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .md\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .md\:placeholder-red-100::placeholder {
    color: #fff5f5 !important;
  }

  .md\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .md\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .md\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .md\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .md\:placeholder-red-200::placeholder {
    color: #fed7d7 !important;
  }

  .md\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .md\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .md\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .md\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .md\:placeholder-red-300::placeholder {
    color: #feb2b2 !important;
  }

  .md\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .md\:placeholder-red-400::-moz-placeholder {
    color: #fc8181 !important;
  }

  .md\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .md\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .md\:placeholder-red-400::placeholder {
    color: #fc8181 !important;
  }

  .md\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .md\:placeholder-red-500::-moz-placeholder {
    color: #f56565 !important;
  }

  .md\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .md\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .md\:placeholder-red-500::placeholder {
    color: #f56565 !important;
  }

  .md\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .md\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e !important;
  }

  .md\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .md\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .md\:placeholder-red-600::placeholder {
    color: #e53e3e !important;
  }

  .md\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .md\:placeholder-red-700::-moz-placeholder {
    color: #c53030 !important;
  }

  .md\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .md\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .md\:placeholder-red-700::placeholder {
    color: #c53030 !important;
  }

  .md\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .md\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .md\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .md\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .md\:placeholder-red-800::placeholder {
    color: #9b2c2c !important;
  }

  .md\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .md\:placeholder-red-900::-moz-placeholder {
    color: #742a2a !important;
  }

  .md\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .md\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .md\:placeholder-red-900::placeholder {
    color: #742a2a !important;
  }

  .md\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .md\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .md\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .md\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .md\:placeholder-orange-100::placeholder {
    color: #fffaf0 !important;
  }

  .md\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .md\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8 !important;
  }

  .md\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .md\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .md\:placeholder-orange-200::placeholder {
    color: #feebc8 !important;
  }

  .md\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .md\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d !important;
  }

  .md\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .md\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .md\:placeholder-orange-300::placeholder {
    color: #fbd38d !important;
  }

  .md\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .md\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .md\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .md\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .md\:placeholder-orange-400::placeholder {
    color: #f6ad55 !important;
  }

  .md\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .md\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936 !important;
  }

  .md\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .md\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .md\:placeholder-orange-500::placeholder {
    color: #ed8936 !important;
  }

  .md\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .md\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .md\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .md\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .md\:placeholder-orange-600::placeholder {
    color: #dd6b20 !important;
  }

  .md\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .md\:placeholder-orange-700::-moz-placeholder {
    color: #c05621 !important;
  }

  .md\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .md\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .md\:placeholder-orange-700::placeholder {
    color: #c05621 !important;
  }

  .md\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .md\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221 !important;
  }

  .md\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .md\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .md\:placeholder-orange-800::placeholder {
    color: #9c4221 !important;
  }

  .md\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .md\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e !important;
  }

  .md\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .md\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .md\:placeholder-orange-900::placeholder {
    color: #7b341e !important;
  }

  .md\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0 !important;
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .md\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .md\:placeholder-yellow-100::placeholder {
    color: #fffff0 !important;
  }

  .md\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf !important;
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .md\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .md\:placeholder-yellow-200::placeholder {
    color: #fefcbf !important;
  }

  .md\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089 !important;
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .md\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .md\:placeholder-yellow-300::placeholder {
    color: #faf089 !important;
  }

  .md\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e !important;
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .md\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .md\:placeholder-yellow-400::placeholder {
    color: #f6e05e !important;
  }

  .md\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b !important;
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .md\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .md\:placeholder-yellow-500::placeholder {
    color: #ecc94b !important;
  }

  .md\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e !important;
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .md\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .md\:placeholder-yellow-600::placeholder {
    color: #d69e2e !important;
  }

  .md\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f !important;
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .md\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .md\:placeholder-yellow-700::placeholder {
    color: #b7791f !important;
  }

  .md\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16 !important;
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .md\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .md\:placeholder-yellow-800::placeholder {
    color: #975a16 !important;
  }

  .md\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    color: #744210 !important;
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210 !important;
  }

  .md\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210 !important;
  }

  .md\:placeholder-yellow-900::placeholder {
    color: #744210 !important;
  }

  .md\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .md\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .md\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .md\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .md\:placeholder-green-100::placeholder {
    color: #f0fff4 !important;
  }

  .md\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .md\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .md\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .md\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .md\:placeholder-green-200::placeholder {
    color: #c6f6d5 !important;
  }

  .md\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .md\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .md\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .md\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .md\:placeholder-green-300::placeholder {
    color: #9ae6b4 !important;
  }

  .md\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .md\:placeholder-green-400::-moz-placeholder {
    color: #68d391 !important;
  }

  .md\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .md\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .md\:placeholder-green-400::placeholder {
    color: #68d391 !important;
  }

  .md\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .md\:placeholder-green-500::-moz-placeholder {
    color: #48bb78 !important;
  }

  .md\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .md\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .md\:placeholder-green-500::placeholder {
    color: #48bb78 !important;
  }

  .md\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .md\:placeholder-green-600::-moz-placeholder {
    color: #38a169 !important;
  }

  .md\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .md\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .md\:placeholder-green-600::placeholder {
    color: #38a169 !important;
  }

  .md\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .md\:placeholder-green-700::-moz-placeholder {
    color: #2f855a !important;
  }

  .md\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .md\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .md\:placeholder-green-700::placeholder {
    color: #2f855a !important;
  }

  .md\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .md\:placeholder-green-800::-moz-placeholder {
    color: #276749 !important;
  }

  .md\:placeholder-green-800:-ms-input-placeholder {
    color: #276749 !important;
  }

  .md\:placeholder-green-800::-ms-input-placeholder {
    color: #276749 !important;
  }

  .md\:placeholder-green-800::placeholder {
    color: #276749 !important;
  }

  .md\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .md\:placeholder-green-900::-moz-placeholder {
    color: #22543d !important;
  }

  .md\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d !important;
  }

  .md\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d !important;
  }

  .md\:placeholder-green-900::placeholder {
    color: #22543d !important;
  }

  .md\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .md\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa !important;
  }

  .md\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .md\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .md\:placeholder-teal-100::placeholder {
    color: #e6fffa !important;
  }

  .md\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .md\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .md\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .md\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .md\:placeholder-teal-200::placeholder {
    color: #b2f5ea !important;
  }

  .md\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .md\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .md\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .md\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .md\:placeholder-teal-300::placeholder {
    color: #81e6d9 !important;
  }

  .md\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .md\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .md\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .md\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .md\:placeholder-teal-400::placeholder {
    color: #4fd1c5 !important;
  }

  .md\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .md\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac !important;
  }

  .md\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .md\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .md\:placeholder-teal-500::placeholder {
    color: #38b2ac !important;
  }

  .md\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .md\:placeholder-teal-600::-moz-placeholder {
    color: #319795 !important;
  }

  .md\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795 !important;
  }

  .md\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795 !important;
  }

  .md\:placeholder-teal-600::placeholder {
    color: #319795 !important;
  }

  .md\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .md\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .md\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .md\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .md\:placeholder-teal-700::placeholder {
    color: #2c7a7b !important;
  }

  .md\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .md\:placeholder-teal-800::-moz-placeholder {
    color: #285e61 !important;
  }

  .md\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .md\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .md\:placeholder-teal-800::placeholder {
    color: #285e61 !important;
  }

  .md\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .md\:placeholder-teal-900::-moz-placeholder {
    color: #234e52 !important;
  }

  .md\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .md\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .md\:placeholder-teal-900::placeholder {
    color: #234e52 !important;
  }

  .md\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .md\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .md\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .md\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .md\:placeholder-blue-100::placeholder {
    color: #ebf8ff !important;
  }

  .md\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .md\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .md\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .md\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .md\:placeholder-blue-200::placeholder {
    color: #bee3f8 !important;
  }

  .md\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .md\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .md\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .md\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .md\:placeholder-blue-300::placeholder {
    color: #90cdf4 !important;
  }

  .md\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .md\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed !important;
  }

  .md\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .md\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .md\:placeholder-blue-400::placeholder {
    color: #63b3ed !important;
  }

  .md\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .md\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1 !important;
  }

  .md\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .md\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .md\:placeholder-blue-500::placeholder {
    color: #4299e1 !important;
  }

  .md\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .md\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce !important;
  }

  .md\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .md\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .md\:placeholder-blue-600::placeholder {
    color: #3182ce !important;
  }

  .md\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .md\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .md\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .md\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .md\:placeholder-blue-700::placeholder {
    color: #2b6cb0 !important;
  }

  .md\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .md\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282 !important;
  }

  .md\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .md\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .md\:placeholder-blue-800::placeholder {
    color: #2c5282 !important;
  }

  .md\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365 !important;
  }

  .md\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .md\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .md\:placeholder-blue-900::placeholder {
    color: #2a4365 !important;
  }

  .md\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .md\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .md\:placeholder-indigo-100::placeholder {
    color: #ebf4ff !important;
  }

  .md\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe !important;
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .md\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .md\:placeholder-indigo-200::placeholder {
    color: #c3dafe !important;
  }

  .md\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa !important;
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .md\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .md\:placeholder-indigo-300::placeholder {
    color: #a3bffa !important;
  }

  .md\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .md\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .md\:placeholder-indigo-400::placeholder {
    color: #7f9cf5 !important;
  }

  .md\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea !important;
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea !important;
  }

  .md\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea !important;
  }

  .md\:placeholder-indigo-500::placeholder {
    color: #667eea !important;
  }

  .md\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .md\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .md\:placeholder-indigo-600::placeholder {
    color: #5a67d8 !important;
  }

  .md\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf !important;
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .md\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .md\:placeholder-indigo-700::placeholder {
    color: #4c51bf !important;
  }

  .md\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    color: #434190 !important;
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190 !important;
  }

  .md\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190 !important;
  }

  .md\:placeholder-indigo-800::placeholder {
    color: #434190 !important;
  }

  .md\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b !important;
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .md\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .md\:placeholder-indigo-900::placeholder {
    color: #3c366b !important;
  }

  .md\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .md\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff !important;
  }

  .md\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .md\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .md\:placeholder-purple-100::placeholder {
    color: #faf5ff !important;
  }

  .md\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .md\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .md\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .md\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .md\:placeholder-purple-200::placeholder {
    color: #e9d8fd !important;
  }

  .md\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .md\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .md\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .md\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .md\:placeholder-purple-300::placeholder {
    color: #d6bcfa !important;
  }

  .md\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .md\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4 !important;
  }

  .md\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .md\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .md\:placeholder-purple-400::placeholder {
    color: #b794f4 !important;
  }

  .md\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .md\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea !important;
  }

  .md\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .md\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .md\:placeholder-purple-500::placeholder {
    color: #9f7aea !important;
  }

  .md\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .md\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5 !important;
  }

  .md\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .md\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .md\:placeholder-purple-600::placeholder {
    color: #805ad5 !important;
  }

  .md\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .md\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .md\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .md\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .md\:placeholder-purple-700::placeholder {
    color: #6b46c1 !important;
  }

  .md\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .md\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a !important;
  }

  .md\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .md\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .md\:placeholder-purple-800::placeholder {
    color: #553c9a !important;
  }

  .md\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .md\:placeholder-purple-900::-moz-placeholder {
    color: #44337a !important;
  }

  .md\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a !important;
  }

  .md\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a !important;
  }

  .md\:placeholder-purple-900::placeholder {
    color: #44337a !important;
  }

  .md\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .md\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .md\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .md\:placeholder-pink-100::placeholder {
    color: #fff5f7 !important;
  }

  .md\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .md\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .md\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .md\:placeholder-pink-200::placeholder {
    color: #fed7e2 !important;
  }

  .md\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .md\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .md\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .md\:placeholder-pink-300::placeholder {
    color: #fbb6ce !important;
  }

  .md\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3 !important;
  }

  .md\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .md\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .md\:placeholder-pink-400::placeholder {
    color: #f687b3 !important;
  }

  .md\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .md\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .md\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .md\:placeholder-pink-500::placeholder {
    color: #ed64a6 !important;
  }

  .md\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c !important;
  }

  .md\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .md\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .md\:placeholder-pink-600::placeholder {
    color: #d53f8c !important;
  }

  .md\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    color: #b83280 !important;
  }

  .md\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .md\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .md\:placeholder-pink-700::placeholder {
    color: #b83280 !important;
  }

  .md\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    color: #97266d !important;
  }

  .md\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d !important;
  }

  .md\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d !important;
  }

  .md\:placeholder-pink-800::placeholder {
    color: #97266d !important;
  }

  .md\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    color: #702459 !important;
  }

  .md\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459 !important;
  }

  .md\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459 !important;
  }

  .md\:placeholder-pink-900::placeholder {
    color: #702459 !important;
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000 !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000 !important;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000 !important;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000 !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff !important;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff !important;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc !important;
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7 !important;
  }

  .md\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .md\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0 !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0 !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0 !important;
  }

  .md\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096 !important;
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096 !important;
  }

  .md\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096 !important;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096 !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568 !important;
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568 !important;
  }

  .md\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748 !important;
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .md\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748 !important;
  }

  .md\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c !important;
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .md\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c !important;
  }

  .md\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .md\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5 !important;
  }

  .md\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .md\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7 !important;
  }

  .md\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .md\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2 !important;
  }

  .md\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181 !important;
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .md\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181 !important;
  }

  .md\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565 !important;
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .md\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565 !important;
  }

  .md\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e !important;
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .md\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e !important;
  }

  .md\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030 !important;
  }

  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .md\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030 !important;
  }

  .md\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .md\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c !important;
  }

  .md\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a !important;
  }

  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .md\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a !important;
  }

  .md\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .md\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0 !important;
  }

  .md\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .md\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8 !important;
  }

  .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .md\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8 !important;
  }

  .md\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .md\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d !important;
  }

  .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .md\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d !important;
  }

  .md\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .md\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55 !important;
  }

  .md\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936 !important;
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .md\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936 !important;
  }

  .md\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .md\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .md\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20 !important;
  }

  .md\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621 !important;
  }

  .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .md\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621 !important;
  }

  .md\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221 !important;
  }

  .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .md\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221 !important;
  }

  .md\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e !important;
  }

  .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .md\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0 !important;
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0 !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf !important;
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089 !important;
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089 !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e !important;
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b !important;
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e !important;
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f !important;
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16 !important;
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16 !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210 !important;
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210 !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210 !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210 !important;
  }

  .md\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .md\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4 !important;
  }

  .md\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .md\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5 !important;
  }

  .md\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .md\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4 !important;
  }

  .md\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391 !important;
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .md\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391 !important;
  }

  .md\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78 !important;
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .md\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78 !important;
  }

  .md\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169 !important;
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .md\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169 !important;
  }

  .md\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a !important;
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .md\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a !important;
  }

  .md\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749 !important;
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749 !important;
  }

  .md\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749 !important;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749 !important;
  }

  .md\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d !important;
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d !important;
  }

  .md\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d !important;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa !important;
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9 !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5 !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac !important;
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795 !important;
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795 !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795 !important;
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795 !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61 !important;
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61 !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52 !important;
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52 !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8 !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4 !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed !important;
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1 !important;
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1 !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce !important;
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0 !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282 !important;
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282 !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365 !important;
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365 !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe !important;
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa !important;
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5 !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea !important;
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8 !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf !important;
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190 !important;
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190 !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190 !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190 !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b !important;
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b !important;
  }

  .md\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff !important;
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .md\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4 !important;
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4 !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea !important;
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5 !important;
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5 !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1 !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a !important;
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a !important;
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a !important;
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7 !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2 !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3 !important;
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3 !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6 !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c !important;
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280 !important;
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280 !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d !important;
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d !important;
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459 !important;
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459 !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459 !important;
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459 !important;
  }

  .md\:pointer-events-none {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:inset-1\/5 {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .md\:inset-2\/5 {
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .md\:inset-3\/5 {
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .md\:inset-4\/5 {
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .md\:inset-1\/6 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .md\:inset-2\/6 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-3\/6 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-4\/6 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-5\/6 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .md\:inset-1\/12 {
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .md\:inset-2\/12 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .md\:inset-3\/12 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:inset-4\/12 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-5\/12 {
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .md\:inset-6\/12 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-7\/12 {
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .md\:inset-8\/12 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-9\/12 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .md\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .md\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .md\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .md\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .md\:inset-y-1\/5 {
    top: 20% !important;
    bottom: 20% !important;
  }

  .md\:inset-x-1\/5 {
    right: 20% !important;
    left: 20% !important;
  }

  .md\:inset-y-2\/5 {
    top: 40% !important;
    bottom: 40% !important;
  }

  .md\:inset-x-2\/5 {
    right: 40% !important;
    left: 40% !important;
  }

  .md\:inset-y-3\/5 {
    top: 60% !important;
    bottom: 60% !important;
  }

  .md\:inset-x-3\/5 {
    right: 60% !important;
    left: 60% !important;
  }

  .md\:inset-y-4\/5 {
    top: 80% !important;
    bottom: 80% !important;
  }

  .md\:inset-x-4\/5 {
    right: 80% !important;
    left: 80% !important;
  }

  .md\:inset-y-1\/6 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .md\:inset-x-1\/6 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .md\:inset-y-2\/6 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:inset-x-2\/6 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-y-3\/6 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-x-3\/6 {
    right: 50% !important;
    left: 50% !important;
  }

  .md\:inset-y-4\/6 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:inset-x-4\/6 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-y-5\/6 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .md\:inset-x-5\/6 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .md\:inset-y-1\/12 {
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .md\:inset-x-1\/12 {
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .md\:inset-y-2\/12 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .md\:inset-x-2\/12 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .md\:inset-y-3\/12 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:inset-x-3\/12 {
    right: 25% !important;
    left: 25% !important;
  }

  .md\:inset-y-4\/12 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:inset-x-4\/12 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-y-5\/12 {
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .md\:inset-x-5\/12 {
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .md\:inset-y-6\/12 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-x-6\/12 {
    right: 50% !important;
    left: 50% !important;
  }

  .md\:inset-y-7\/12 {
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .md\:inset-x-7\/12 {
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .md\:inset-y-8\/12 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:inset-x-8\/12 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-y-9\/12 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:inset-x-9\/12 {
    right: 75% !important;
    left: 75% !important;
  }

  .md\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .md\:inset-x-10\/12 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .md\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .md\:inset-x-11\/12 {
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .md\:top-0 {
    top: 0 !important;
  }

  .md\:right-0 {
    right: 0 !important;
  }

  .md\:bottom-0 {
    bottom: 0 !important;
  }

  .md\:left-0 {
    left: 0 !important;
  }

  .md\:top-1\/2 {
    top: 50% !important;
  }

  .md\:right-1\/2 {
    right: 50% !important;
  }

  .md\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .md\:left-1\/2 {
    left: 50% !important;
  }

  .md\:top-1\/3 {
    top: 33.333333% !important;
  }

  .md\:right-1\/3 {
    right: 33.333333% !important;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .md\:left-1\/3 {
    left: 33.333333% !important;
  }

  .md\:top-2\/3 {
    top: 66.666667% !important;
  }

  .md\:right-2\/3 {
    right: 66.666667% !important;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .md\:left-2\/3 {
    left: 66.666667% !important;
  }

  .md\:top-1\/4 {
    top: 25% !important;
  }

  .md\:right-1\/4 {
    right: 25% !important;
  }

  .md\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .md\:left-1\/4 {
    left: 25% !important;
  }

  .md\:top-2\/4 {
    top: 50% !important;
  }

  .md\:right-2\/4 {
    right: 50% !important;
  }

  .md\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .md\:left-2\/4 {
    left: 50% !important;
  }

  .md\:top-3\/4 {
    top: 75% !important;
  }

  .md\:right-3\/4 {
    right: 75% !important;
  }

  .md\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .md\:left-3\/4 {
    left: 75% !important;
  }

  .md\:top-1\/5 {
    top: 20% !important;
  }

  .md\:right-1\/5 {
    right: 20% !important;
  }

  .md\:bottom-1\/5 {
    bottom: 20% !important;
  }

  .md\:left-1\/5 {
    left: 20% !important;
  }

  .md\:top-2\/5 {
    top: 40% !important;
  }

  .md\:right-2\/5 {
    right: 40% !important;
  }

  .md\:bottom-2\/5 {
    bottom: 40% !important;
  }

  .md\:left-2\/5 {
    left: 40% !important;
  }

  .md\:top-3\/5 {
    top: 60% !important;
  }

  .md\:right-3\/5 {
    right: 60% !important;
  }

  .md\:bottom-3\/5 {
    bottom: 60% !important;
  }

  .md\:left-3\/5 {
    left: 60% !important;
  }

  .md\:top-4\/5 {
    top: 80% !important;
  }

  .md\:right-4\/5 {
    right: 80% !important;
  }

  .md\:bottom-4\/5 {
    bottom: 80% !important;
  }

  .md\:left-4\/5 {
    left: 80% !important;
  }

  .md\:top-1\/6 {
    top: 16.666667% !important;
  }

  .md\:right-1\/6 {
    right: 16.666667% !important;
  }

  .md\:bottom-1\/6 {
    bottom: 16.666667% !important;
  }

  .md\:left-1\/6 {
    left: 16.666667% !important;
  }

  .md\:top-2\/6 {
    top: 33.333333% !important;
  }

  .md\:right-2\/6 {
    right: 33.333333% !important;
  }

  .md\:bottom-2\/6 {
    bottom: 33.333333% !important;
  }

  .md\:left-2\/6 {
    left: 33.333333% !important;
  }

  .md\:top-3\/6 {
    top: 50% !important;
  }

  .md\:right-3\/6 {
    right: 50% !important;
  }

  .md\:bottom-3\/6 {
    bottom: 50% !important;
  }

  .md\:left-3\/6 {
    left: 50% !important;
  }

  .md\:top-4\/6 {
    top: 66.666667% !important;
  }

  .md\:right-4\/6 {
    right: 66.666667% !important;
  }

  .md\:bottom-4\/6 {
    bottom: 66.666667% !important;
  }

  .md\:left-4\/6 {
    left: 66.666667% !important;
  }

  .md\:top-5\/6 {
    top: 83.333333% !important;
  }

  .md\:right-5\/6 {
    right: 83.333333% !important;
  }

  .md\:bottom-5\/6 {
    bottom: 83.333333% !important;
  }

  .md\:left-5\/6 {
    left: 83.333333% !important;
  }

  .md\:top-1\/12 {
    top: 8.333333% !important;
  }

  .md\:right-1\/12 {
    right: 8.333333% !important;
  }

  .md\:bottom-1\/12 {
    bottom: 8.333333% !important;
  }

  .md\:left-1\/12 {
    left: 8.333333% !important;
  }

  .md\:top-2\/12 {
    top: 16.666667% !important;
  }

  .md\:right-2\/12 {
    right: 16.666667% !important;
  }

  .md\:bottom-2\/12 {
    bottom: 16.666667% !important;
  }

  .md\:left-2\/12 {
    left: 16.666667% !important;
  }

  .md\:top-3\/12 {
    top: 25% !important;
  }

  .md\:right-3\/12 {
    right: 25% !important;
  }

  .md\:bottom-3\/12 {
    bottom: 25% !important;
  }

  .md\:left-3\/12 {
    left: 25% !important;
  }

  .md\:top-4\/12 {
    top: 33.333333% !important;
  }

  .md\:right-4\/12 {
    right: 33.333333% !important;
  }

  .md\:bottom-4\/12 {
    bottom: 33.333333% !important;
  }

  .md\:left-4\/12 {
    left: 33.333333% !important;
  }

  .md\:top-5\/12 {
    top: 41.666667% !important;
  }

  .md\:right-5\/12 {
    right: 41.666667% !important;
  }

  .md\:bottom-5\/12 {
    bottom: 41.666667% !important;
  }

  .md\:left-5\/12 {
    left: 41.666667% !important;
  }

  .md\:top-6\/12 {
    top: 50% !important;
  }

  .md\:right-6\/12 {
    right: 50% !important;
  }

  .md\:bottom-6\/12 {
    bottom: 50% !important;
  }

  .md\:left-6\/12 {
    left: 50% !important;
  }

  .md\:top-7\/12 {
    top: 58.333333% !important;
  }

  .md\:right-7\/12 {
    right: 58.333333% !important;
  }

  .md\:bottom-7\/12 {
    bottom: 58.333333% !important;
  }

  .md\:left-7\/12 {
    left: 58.333333% !important;
  }

  .md\:top-8\/12 {
    top: 66.666667% !important;
  }

  .md\:right-8\/12 {
    right: 66.666667% !important;
  }

  .md\:bottom-8\/12 {
    bottom: 66.666667% !important;
  }

  .md\:left-8\/12 {
    left: 66.666667% !important;
  }

  .md\:top-9\/12 {
    top: 75% !important;
  }

  .md\:right-9\/12 {
    right: 75% !important;
  }

  .md\:bottom-9\/12 {
    bottom: 75% !important;
  }

  .md\:left-9\/12 {
    left: 75% !important;
  }

  .md\:top-10\/12 {
    top: 83.333333% !important;
  }

  .md\:right-10\/12 {
    right: 83.333333% !important;
  }

  .md\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .md\:left-10\/12 {
    left: 83.333333% !important;
  }

  .md\:top-11\/12 {
    top: 91.666667% !important;
  }

  .md\:right-11\/12 {
    right: 91.666667% !important;
  }

  .md\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .md\:left-11\/12 {
    left: 91.666667% !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .md\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:shadow-none {
    box-shadow: none !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .md\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .md\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .md\:fill-current {
    fill: currentColor !important;
  }

  .md\:stroke-current {
    stroke: currentColor !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

  .md\:text-black {
    color: #000 !important;
  }

  .md\:text-white {
    color: #fff !important;
  }

  .md\:text-gray-100 {
    color: #f7fafc !important;
  }

  .md\:text-gray-200 {
    color: #edf2f7 !important;
  }

  .md\:text-gray-300 {
    color: #e2e8f0 !important;
  }

  .md\:text-gray-400 {
    color: #cbd5e0 !important;
  }

  .md\:text-gray-500 {
    color: #a0aec0 !important;
  }

  .md\:text-gray-600 {
    color: #718096 !important;
  }

  .md\:text-gray-700 {
    color: #4a5568 !important;
  }

  .md\:text-gray-800 {
    color: #2d3748 !important;
  }

  .md\:text-gray-900 {
    color: #1a202c !important;
  }

  .md\:text-red-100 {
    color: #fff5f5 !important;
  }

  .md\:text-red-200 {
    color: #fed7d7 !important;
  }

  .md\:text-red-300 {
    color: #feb2b2 !important;
  }

  .md\:text-red-400 {
    color: #fc8181 !important;
  }

  .md\:text-red-500 {
    color: #f56565 !important;
  }

  .md\:text-red-600 {
    color: #e53e3e !important;
  }

  .md\:text-red-700 {
    color: #c53030 !important;
  }

  .md\:text-red-800 {
    color: #9b2c2c !important;
  }

  .md\:text-red-900 {
    color: #742a2a !important;
  }

  .md\:text-orange-100 {
    color: #fffaf0 !important;
  }

  .md\:text-orange-200 {
    color: #feebc8 !important;
  }

  .md\:text-orange-300 {
    color: #fbd38d !important;
  }

  .md\:text-orange-400 {
    color: #f6ad55 !important;
  }

  .md\:text-orange-500 {
    color: #ed8936 !important;
  }

  .md\:text-orange-600 {
    color: #dd6b20 !important;
  }

  .md\:text-orange-700 {
    color: #c05621 !important;
  }

  .md\:text-orange-800 {
    color: #9c4221 !important;
  }

  .md\:text-orange-900 {
    color: #7b341e !important;
  }

  .md\:text-yellow-100 {
    color: #fffff0 !important;
  }

  .md\:text-yellow-200 {
    color: #fefcbf !important;
  }

  .md\:text-yellow-300 {
    color: #faf089 !important;
  }

  .md\:text-yellow-400 {
    color: #f6e05e !important;
  }

  .md\:text-yellow-500 {
    color: #ecc94b !important;
  }

  .md\:text-yellow-600 {
    color: #d69e2e !important;
  }

  .md\:text-yellow-700 {
    color: #b7791f !important;
  }

  .md\:text-yellow-800 {
    color: #975a16 !important;
  }

  .md\:text-yellow-900 {
    color: #744210 !important;
  }

  .md\:text-green-100 {
    color: #f0fff4 !important;
  }

  .md\:text-green-200 {
    color: #c6f6d5 !important;
  }

  .md\:text-green-300 {
    color: #9ae6b4 !important;
  }

  .md\:text-green-400 {
    color: #68d391 !important;
  }

  .md\:text-green-500 {
    color: #48bb78 !important;
  }

  .md\:text-green-600 {
    color: #38a169 !important;
  }

  .md\:text-green-700 {
    color: #2f855a !important;
  }

  .md\:text-green-800 {
    color: #276749 !important;
  }

  .md\:text-green-900 {
    color: #22543d !important;
  }

  .md\:text-teal-100 {
    color: #e6fffa !important;
  }

  .md\:text-teal-200 {
    color: #b2f5ea !important;
  }

  .md\:text-teal-300 {
    color: #81e6d9 !important;
  }

  .md\:text-teal-400 {
    color: #4fd1c5 !important;
  }

  .md\:text-teal-500 {
    color: #38b2ac !important;
  }

  .md\:text-teal-600 {
    color: #319795 !important;
  }

  .md\:text-teal-700 {
    color: #2c7a7b !important;
  }

  .md\:text-teal-800 {
    color: #285e61 !important;
  }

  .md\:text-teal-900 {
    color: #234e52 !important;
  }

  .md\:text-blue-100 {
    color: #ebf8ff !important;
  }

  .md\:text-blue-200 {
    color: #bee3f8 !important;
  }

  .md\:text-blue-300 {
    color: #90cdf4 !important;
  }

  .md\:text-blue-400 {
    color: #63b3ed !important;
  }

  .md\:text-blue-500 {
    color: #4299e1 !important;
  }

  .md\:text-blue-600 {
    color: #3182ce !important;
  }

  .md\:text-blue-700 {
    color: #2b6cb0 !important;
  }

  .md\:text-blue-800 {
    color: #2c5282 !important;
  }

  .md\:text-blue-900 {
    color: #2a4365 !important;
  }

  .md\:text-indigo-100 {
    color: #ebf4ff !important;
  }

  .md\:text-indigo-200 {
    color: #c3dafe !important;
  }

  .md\:text-indigo-300 {
    color: #a3bffa !important;
  }

  .md\:text-indigo-400 {
    color: #7f9cf5 !important;
  }

  .md\:text-indigo-500 {
    color: #667eea !important;
  }

  .md\:text-indigo-600 {
    color: #5a67d8 !important;
  }

  .md\:text-indigo-700 {
    color: #4c51bf !important;
  }

  .md\:text-indigo-800 {
    color: #434190 !important;
  }

  .md\:text-indigo-900 {
    color: #3c366b !important;
  }

  .md\:text-purple-100 {
    color: #faf5ff !important;
  }

  .md\:text-purple-200 {
    color: #e9d8fd !important;
  }

  .md\:text-purple-300 {
    color: #d6bcfa !important;
  }

  .md\:text-purple-400 {
    color: #b794f4 !important;
  }

  .md\:text-purple-500 {
    color: #9f7aea !important;
  }

  .md\:text-purple-600 {
    color: #805ad5 !important;
  }

  .md\:text-purple-700 {
    color: #6b46c1 !important;
  }

  .md\:text-purple-800 {
    color: #553c9a !important;
  }

  .md\:text-purple-900 {
    color: #44337a !important;
  }

  .md\:text-pink-100 {
    color: #fff5f7 !important;
  }

  .md\:text-pink-200 {
    color: #fed7e2 !important;
  }

  .md\:text-pink-300 {
    color: #fbb6ce !important;
  }

  .md\:text-pink-400 {
    color: #f687b3 !important;
  }

  .md\:text-pink-500 {
    color: #ed64a6 !important;
  }

  .md\:text-pink-600 {
    color: #d53f8c !important;
  }

  .md\:text-pink-700 {
    color: #b83280 !important;
  }

  .md\:text-pink-800 {
    color: #97266d !important;
  }

  .md\:text-pink-900 {
    color: #702459 !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-black:hover {
    color: #000 !important;
  }

  .md\:hover\:text-white:hover {
    color: #fff !important;
  }

  .md\:hover\:text-gray-100:hover {
    color: #f7fafc !important;
  }

  .md\:hover\:text-gray-200:hover {
    color: #edf2f7 !important;
  }

  .md\:hover\:text-gray-300:hover {
    color: #e2e8f0 !important;
  }

  .md\:hover\:text-gray-400:hover {
    color: #cbd5e0 !important;
  }

  .md\:hover\:text-gray-500:hover {
    color: #a0aec0 !important;
  }

  .md\:hover\:text-gray-600:hover {
    color: #718096 !important;
  }

  .md\:hover\:text-gray-700:hover {
    color: #4a5568 !important;
  }

  .md\:hover\:text-gray-800:hover {
    color: #2d3748 !important;
  }

  .md\:hover\:text-gray-900:hover {
    color: #1a202c !important;
  }

  .md\:hover\:text-red-100:hover {
    color: #fff5f5 !important;
  }

  .md\:hover\:text-red-200:hover {
    color: #fed7d7 !important;
  }

  .md\:hover\:text-red-300:hover {
    color: #feb2b2 !important;
  }

  .md\:hover\:text-red-400:hover {
    color: #fc8181 !important;
  }

  .md\:hover\:text-red-500:hover {
    color: #f56565 !important;
  }

  .md\:hover\:text-red-600:hover {
    color: #e53e3e !important;
  }

  .md\:hover\:text-red-700:hover {
    color: #c53030 !important;
  }

  .md\:hover\:text-red-800:hover {
    color: #9b2c2c !important;
  }

  .md\:hover\:text-red-900:hover {
    color: #742a2a !important;
  }

  .md\:hover\:text-orange-100:hover {
    color: #fffaf0 !important;
  }

  .md\:hover\:text-orange-200:hover {
    color: #feebc8 !important;
  }

  .md\:hover\:text-orange-300:hover {
    color: #fbd38d !important;
  }

  .md\:hover\:text-orange-400:hover {
    color: #f6ad55 !important;
  }

  .md\:hover\:text-orange-500:hover {
    color: #ed8936 !important;
  }

  .md\:hover\:text-orange-600:hover {
    color: #dd6b20 !important;
  }

  .md\:hover\:text-orange-700:hover {
    color: #c05621 !important;
  }

  .md\:hover\:text-orange-800:hover {
    color: #9c4221 !important;
  }

  .md\:hover\:text-orange-900:hover {
    color: #7b341e !important;
  }

  .md\:hover\:text-yellow-100:hover {
    color: #fffff0 !important;
  }

  .md\:hover\:text-yellow-200:hover {
    color: #fefcbf !important;
  }

  .md\:hover\:text-yellow-300:hover {
    color: #faf089 !important;
  }

  .md\:hover\:text-yellow-400:hover {
    color: #f6e05e !important;
  }

  .md\:hover\:text-yellow-500:hover {
    color: #ecc94b !important;
  }

  .md\:hover\:text-yellow-600:hover {
    color: #d69e2e !important;
  }

  .md\:hover\:text-yellow-700:hover {
    color: #b7791f !important;
  }

  .md\:hover\:text-yellow-800:hover {
    color: #975a16 !important;
  }

  .md\:hover\:text-yellow-900:hover {
    color: #744210 !important;
  }

  .md\:hover\:text-green-100:hover {
    color: #f0fff4 !important;
  }

  .md\:hover\:text-green-200:hover {
    color: #c6f6d5 !important;
  }

  .md\:hover\:text-green-300:hover {
    color: #9ae6b4 !important;
  }

  .md\:hover\:text-green-400:hover {
    color: #68d391 !important;
  }

  .md\:hover\:text-green-500:hover {
    color: #48bb78 !important;
  }

  .md\:hover\:text-green-600:hover {
    color: #38a169 !important;
  }

  .md\:hover\:text-green-700:hover {
    color: #2f855a !important;
  }

  .md\:hover\:text-green-800:hover {
    color: #276749 !important;
  }

  .md\:hover\:text-green-900:hover {
    color: #22543d !important;
  }

  .md\:hover\:text-teal-100:hover {
    color: #e6fffa !important;
  }

  .md\:hover\:text-teal-200:hover {
    color: #b2f5ea !important;
  }

  .md\:hover\:text-teal-300:hover {
    color: #81e6d9 !important;
  }

  .md\:hover\:text-teal-400:hover {
    color: #4fd1c5 !important;
  }

  .md\:hover\:text-teal-500:hover {
    color: #38b2ac !important;
  }

  .md\:hover\:text-teal-600:hover {
    color: #319795 !important;
  }

  .md\:hover\:text-teal-700:hover {
    color: #2c7a7b !important;
  }

  .md\:hover\:text-teal-800:hover {
    color: #285e61 !important;
  }

  .md\:hover\:text-teal-900:hover {
    color: #234e52 !important;
  }

  .md\:hover\:text-blue-100:hover {
    color: #ebf8ff !important;
  }

  .md\:hover\:text-blue-200:hover {
    color: #bee3f8 !important;
  }

  .md\:hover\:text-blue-300:hover {
    color: #90cdf4 !important;
  }

  .md\:hover\:text-blue-400:hover {
    color: #63b3ed !important;
  }

  .md\:hover\:text-blue-500:hover {
    color: #4299e1 !important;
  }

  .md\:hover\:text-blue-600:hover {
    color: #3182ce !important;
  }

  .md\:hover\:text-blue-700:hover {
    color: #2b6cb0 !important;
  }

  .md\:hover\:text-blue-800:hover {
    color: #2c5282 !important;
  }

  .md\:hover\:text-blue-900:hover {
    color: #2a4365 !important;
  }

  .md\:hover\:text-indigo-100:hover {
    color: #ebf4ff !important;
  }

  .md\:hover\:text-indigo-200:hover {
    color: #c3dafe !important;
  }

  .md\:hover\:text-indigo-300:hover {
    color: #a3bffa !important;
  }

  .md\:hover\:text-indigo-400:hover {
    color: #7f9cf5 !important;
  }

  .md\:hover\:text-indigo-500:hover {
    color: #667eea !important;
  }

  .md\:hover\:text-indigo-600:hover {
    color: #5a67d8 !important;
  }

  .md\:hover\:text-indigo-700:hover {
    color: #4c51bf !important;
  }

  .md\:hover\:text-indigo-800:hover {
    color: #434190 !important;
  }

  .md\:hover\:text-indigo-900:hover {
    color: #3c366b !important;
  }

  .md\:hover\:text-purple-100:hover {
    color: #faf5ff !important;
  }

  .md\:hover\:text-purple-200:hover {
    color: #e9d8fd !important;
  }

  .md\:hover\:text-purple-300:hover {
    color: #d6bcfa !important;
  }

  .md\:hover\:text-purple-400:hover {
    color: #b794f4 !important;
  }

  .md\:hover\:text-purple-500:hover {
    color: #9f7aea !important;
  }

  .md\:hover\:text-purple-600:hover {
    color: #805ad5 !important;
  }

  .md\:hover\:text-purple-700:hover {
    color: #6b46c1 !important;
  }

  .md\:hover\:text-purple-800:hover {
    color: #553c9a !important;
  }

  .md\:hover\:text-purple-900:hover {
    color: #44337a !important;
  }

  .md\:hover\:text-pink-100:hover {
    color: #fff5f7 !important;
  }

  .md\:hover\:text-pink-200:hover {
    color: #fed7e2 !important;
  }

  .md\:hover\:text-pink-300:hover {
    color: #fbb6ce !important;
  }

  .md\:hover\:text-pink-400:hover {
    color: #f687b3 !important;
  }

  .md\:hover\:text-pink-500:hover {
    color: #ed64a6 !important;
  }

  .md\:hover\:text-pink-600:hover {
    color: #d53f8c !important;
  }

  .md\:hover\:text-pink-700:hover {
    color: #b83280 !important;
  }

  .md\:hover\:text-pink-800:hover {
    color: #97266d !important;
  }

  .md\:hover\:text-pink-900:hover {
    color: #702459 !important;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:text-black:focus {
    color: #000 !important;
  }

  .md\:focus\:text-white:focus {
    color: #fff !important;
  }

  .md\:focus\:text-gray-100:focus {
    color: #f7fafc !important;
  }

  .md\:focus\:text-gray-200:focus {
    color: #edf2f7 !important;
  }

  .md\:focus\:text-gray-300:focus {
    color: #e2e8f0 !important;
  }

  .md\:focus\:text-gray-400:focus {
    color: #cbd5e0 !important;
  }

  .md\:focus\:text-gray-500:focus {
    color: #a0aec0 !important;
  }

  .md\:focus\:text-gray-600:focus {
    color: #718096 !important;
  }

  .md\:focus\:text-gray-700:focus {
    color: #4a5568 !important;
  }

  .md\:focus\:text-gray-800:focus {
    color: #2d3748 !important;
  }

  .md\:focus\:text-gray-900:focus {
    color: #1a202c !important;
  }

  .md\:focus\:text-red-100:focus {
    color: #fff5f5 !important;
  }

  .md\:focus\:text-red-200:focus {
    color: #fed7d7 !important;
  }

  .md\:focus\:text-red-300:focus {
    color: #feb2b2 !important;
  }

  .md\:focus\:text-red-400:focus {
    color: #fc8181 !important;
  }

  .md\:focus\:text-red-500:focus {
    color: #f56565 !important;
  }

  .md\:focus\:text-red-600:focus {
    color: #e53e3e !important;
  }

  .md\:focus\:text-red-700:focus {
    color: #c53030 !important;
  }

  .md\:focus\:text-red-800:focus {
    color: #9b2c2c !important;
  }

  .md\:focus\:text-red-900:focus {
    color: #742a2a !important;
  }

  .md\:focus\:text-orange-100:focus {
    color: #fffaf0 !important;
  }

  .md\:focus\:text-orange-200:focus {
    color: #feebc8 !important;
  }

  .md\:focus\:text-orange-300:focus {
    color: #fbd38d !important;
  }

  .md\:focus\:text-orange-400:focus {
    color: #f6ad55 !important;
  }

  .md\:focus\:text-orange-500:focus {
    color: #ed8936 !important;
  }

  .md\:focus\:text-orange-600:focus {
    color: #dd6b20 !important;
  }

  .md\:focus\:text-orange-700:focus {
    color: #c05621 !important;
  }

  .md\:focus\:text-orange-800:focus {
    color: #9c4221 !important;
  }

  .md\:focus\:text-orange-900:focus {
    color: #7b341e !important;
  }

  .md\:focus\:text-yellow-100:focus {
    color: #fffff0 !important;
  }

  .md\:focus\:text-yellow-200:focus {
    color: #fefcbf !important;
  }

  .md\:focus\:text-yellow-300:focus {
    color: #faf089 !important;
  }

  .md\:focus\:text-yellow-400:focus {
    color: #f6e05e !important;
  }

  .md\:focus\:text-yellow-500:focus {
    color: #ecc94b !important;
  }

  .md\:focus\:text-yellow-600:focus {
    color: #d69e2e !important;
  }

  .md\:focus\:text-yellow-700:focus {
    color: #b7791f !important;
  }

  .md\:focus\:text-yellow-800:focus {
    color: #975a16 !important;
  }

  .md\:focus\:text-yellow-900:focus {
    color: #744210 !important;
  }

  .md\:focus\:text-green-100:focus {
    color: #f0fff4 !important;
  }

  .md\:focus\:text-green-200:focus {
    color: #c6f6d5 !important;
  }

  .md\:focus\:text-green-300:focus {
    color: #9ae6b4 !important;
  }

  .md\:focus\:text-green-400:focus {
    color: #68d391 !important;
  }

  .md\:focus\:text-green-500:focus {
    color: #48bb78 !important;
  }

  .md\:focus\:text-green-600:focus {
    color: #38a169 !important;
  }

  .md\:focus\:text-green-700:focus {
    color: #2f855a !important;
  }

  .md\:focus\:text-green-800:focus {
    color: #276749 !important;
  }

  .md\:focus\:text-green-900:focus {
    color: #22543d !important;
  }

  .md\:focus\:text-teal-100:focus {
    color: #e6fffa !important;
  }

  .md\:focus\:text-teal-200:focus {
    color: #b2f5ea !important;
  }

  .md\:focus\:text-teal-300:focus {
    color: #81e6d9 !important;
  }

  .md\:focus\:text-teal-400:focus {
    color: #4fd1c5 !important;
  }

  .md\:focus\:text-teal-500:focus {
    color: #38b2ac !important;
  }

  .md\:focus\:text-teal-600:focus {
    color: #319795 !important;
  }

  .md\:focus\:text-teal-700:focus {
    color: #2c7a7b !important;
  }

  .md\:focus\:text-teal-800:focus {
    color: #285e61 !important;
  }

  .md\:focus\:text-teal-900:focus {
    color: #234e52 !important;
  }

  .md\:focus\:text-blue-100:focus {
    color: #ebf8ff !important;
  }

  .md\:focus\:text-blue-200:focus {
    color: #bee3f8 !important;
  }

  .md\:focus\:text-blue-300:focus {
    color: #90cdf4 !important;
  }

  .md\:focus\:text-blue-400:focus {
    color: #63b3ed !important;
  }

  .md\:focus\:text-blue-500:focus {
    color: #4299e1 !important;
  }

  .md\:focus\:text-blue-600:focus {
    color: #3182ce !important;
  }

  .md\:focus\:text-blue-700:focus {
    color: #2b6cb0 !important;
  }

  .md\:focus\:text-blue-800:focus {
    color: #2c5282 !important;
  }

  .md\:focus\:text-blue-900:focus {
    color: #2a4365 !important;
  }

  .md\:focus\:text-indigo-100:focus {
    color: #ebf4ff !important;
  }

  .md\:focus\:text-indigo-200:focus {
    color: #c3dafe !important;
  }

  .md\:focus\:text-indigo-300:focus {
    color: #a3bffa !important;
  }

  .md\:focus\:text-indigo-400:focus {
    color: #7f9cf5 !important;
  }

  .md\:focus\:text-indigo-500:focus {
    color: #667eea !important;
  }

  .md\:focus\:text-indigo-600:focus {
    color: #5a67d8 !important;
  }

  .md\:focus\:text-indigo-700:focus {
    color: #4c51bf !important;
  }

  .md\:focus\:text-indigo-800:focus {
    color: #434190 !important;
  }

  .md\:focus\:text-indigo-900:focus {
    color: #3c366b !important;
  }

  .md\:focus\:text-purple-100:focus {
    color: #faf5ff !important;
  }

  .md\:focus\:text-purple-200:focus {
    color: #e9d8fd !important;
  }

  .md\:focus\:text-purple-300:focus {
    color: #d6bcfa !important;
  }

  .md\:focus\:text-purple-400:focus {
    color: #b794f4 !important;
  }

  .md\:focus\:text-purple-500:focus {
    color: #9f7aea !important;
  }

  .md\:focus\:text-purple-600:focus {
    color: #805ad5 !important;
  }

  .md\:focus\:text-purple-700:focus {
    color: #6b46c1 !important;
  }

  .md\:focus\:text-purple-800:focus {
    color: #553c9a !important;
  }

  .md\:focus\:text-purple-900:focus {
    color: #44337a !important;
  }

  .md\:focus\:text-pink-100:focus {
    color: #fff5f7 !important;
  }

  .md\:focus\:text-pink-200:focus {
    color: #fed7e2 !important;
  }

  .md\:focus\:text-pink-300:focus {
    color: #fbb6ce !important;
  }

  .md\:focus\:text-pink-400:focus {
    color: #f687b3 !important;
  }

  .md\:focus\:text-pink-500:focus {
    color: #ed64a6 !important;
  }

  .md\:focus\:text-pink-600:focus {
    color: #d53f8c !important;
  }

  .md\:focus\:text-pink-700:focus {
    color: #b83280 !important;
  }

  .md\:focus\:text-pink-800:focus {
    color: #97266d !important;
  }

  .md\:focus\:text-pink-900:focus {
    color: #702459 !important;
  }

  .md\:text-xs {
    font-size: 0.75rem !important;
  }

  .md\:text-sm {
    font-size: 0.875rem !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
  }

  .md\:text-xl {
    font-size: 1.25rem !important;
  }

  .md\:text-2xl {
    font-size: 1.5rem !important;
  }

  .md\:text-3xl {
    font-size: 1.875rem !important;
  }

  .md\:text-4xl {
    font-size: 2.25rem !important;
  }

  .md\:text-5xl {
    font-size: 3rem !important;
  }

  .md\:text-6xl {
    font-size: 4rem !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:not-italic {
    font-style: normal !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:underline {
    text-decoration: underline !important;
  }

  .md\:line-through {
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-normal {
    word-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words {
    word-wrap: break-word !important;
  }

  .md\:break-all {
    word-break: break-all !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-0 {
    width: 0 !important;
  }

  .md\:w-1 {
    width: 0.25rem !important;
  }

  .md\:w-2 {
    width: 0.5rem !important;
  }

  .md\:w-3 {
    width: 0.75rem !important;
  }

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-5 {
    width: 1.25rem !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-12 {
    width: 3rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-20 {
    width: 5rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-40 {
    width: 10rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-56 {
    width: 14rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-2\/4 {
    width: 50% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:w-3\/6 {
    width: 50% !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:w-3\/12 {
    width: 25% !important;
  }

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-6\/12 {
    width: 50% !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-10 {
    z-index: 10 !important;
  }

  .md\:z-20 {
    z-index: 20 !important;
  }

  .md\:z-30 {
    z-index: 30 !important;
  }

  .md\:z-40 {
    z-index: 40 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:z-auto {
    z-index: auto !important;
  }
}

@media (min-width: 932px) {
  .ad\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .ad\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .ad\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .ad\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .ad\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .ad\:bg-fixed {
    background-attachment: fixed !important;
  }

  .ad\:bg-local {
    background-attachment: local !important;
  }

  .ad\:bg-scroll {
    background-attachment: scroll !important;
  }

  .ad\:bg-transparent {
    background-color: transparent !important;
  }

  .ad\:bg-black {
    background-color: #000 !important;
  }

  .ad\:bg-white {
    background-color: #fff !important;
  }

  .ad\:bg-gray-100 {
    background-color: #f7fafc !important;
  }

  .ad\:bg-gray-200 {
    background-color: #edf2f7 !important;
  }

  .ad\:bg-gray-300 {
    background-color: #e2e8f0 !important;
  }

  .ad\:bg-gray-400 {
    background-color: #cbd5e0 !important;
  }

  .ad\:bg-gray-500 {
    background-color: #a0aec0 !important;
  }

  .ad\:bg-gray-600 {
    background-color: #718096 !important;
  }

  .ad\:bg-gray-700 {
    background-color: #4a5568 !important;
  }

  .ad\:bg-gray-800 {
    background-color: #2d3748 !important;
  }

  .ad\:bg-gray-900 {
    background-color: #1a202c !important;
  }

  .ad\:bg-red-100 {
    background-color: #fff5f5 !important;
  }

  .ad\:bg-red-200 {
    background-color: #fed7d7 !important;
  }

  .ad\:bg-red-300 {
    background-color: #feb2b2 !important;
  }

  .ad\:bg-red-400 {
    background-color: #fc8181 !important;
  }

  .ad\:bg-red-500 {
    background-color: #f56565 !important;
  }

  .ad\:bg-red-600 {
    background-color: #e53e3e !important;
  }

  .ad\:bg-red-700 {
    background-color: #c53030 !important;
  }

  .ad\:bg-red-800 {
    background-color: #9b2c2c !important;
  }

  .ad\:bg-red-900 {
    background-color: #742a2a !important;
  }

  .ad\:bg-orange-100 {
    background-color: #fffaf0 !important;
  }

  .ad\:bg-orange-200 {
    background-color: #feebc8 !important;
  }

  .ad\:bg-orange-300 {
    background-color: #fbd38d !important;
  }

  .ad\:bg-orange-400 {
    background-color: #f6ad55 !important;
  }

  .ad\:bg-orange-500 {
    background-color: #ed8936 !important;
  }

  .ad\:bg-orange-600 {
    background-color: #dd6b20 !important;
  }

  .ad\:bg-orange-700 {
    background-color: #c05621 !important;
  }

  .ad\:bg-orange-800 {
    background-color: #9c4221 !important;
  }

  .ad\:bg-orange-900 {
    background-color: #7b341e !important;
  }

  .ad\:bg-yellow-100 {
    background-color: #fffff0 !important;
  }

  .ad\:bg-yellow-200 {
    background-color: #fefcbf !important;
  }

  .ad\:bg-yellow-300 {
    background-color: #faf089 !important;
  }

  .ad\:bg-yellow-400 {
    background-color: #f6e05e !important;
  }

  .ad\:bg-yellow-500 {
    background-color: #ecc94b !important;
  }

  .ad\:bg-yellow-600 {
    background-color: #d69e2e !important;
  }

  .ad\:bg-yellow-700 {
    background-color: #b7791f !important;
  }

  .ad\:bg-yellow-800 {
    background-color: #975a16 !important;
  }

  .ad\:bg-yellow-900 {
    background-color: #744210 !important;
  }

  .ad\:bg-green-100 {
    background-color: #f0fff4 !important;
  }

  .ad\:bg-green-200 {
    background-color: #c6f6d5 !important;
  }

  .ad\:bg-green-300 {
    background-color: #9ae6b4 !important;
  }

  .ad\:bg-green-400 {
    background-color: #68d391 !important;
  }

  .ad\:bg-green-500 {
    background-color: #48bb78 !important;
  }

  .ad\:bg-green-600 {
    background-color: #38a169 !important;
  }

  .ad\:bg-green-700 {
    background-color: #2f855a !important;
  }

  .ad\:bg-green-800 {
    background-color: #276749 !important;
  }

  .ad\:bg-green-900 {
    background-color: #22543d !important;
  }

  .ad\:bg-teal-100 {
    background-color: #e6fffa !important;
  }

  .ad\:bg-teal-200 {
    background-color: #b2f5ea !important;
  }

  .ad\:bg-teal-300 {
    background-color: #81e6d9 !important;
  }

  .ad\:bg-teal-400 {
    background-color: #4fd1c5 !important;
  }

  .ad\:bg-teal-500 {
    background-color: #38b2ac !important;
  }

  .ad\:bg-teal-600 {
    background-color: #319795 !important;
  }

  .ad\:bg-teal-700 {
    background-color: #2c7a7b !important;
  }

  .ad\:bg-teal-800 {
    background-color: #285e61 !important;
  }

  .ad\:bg-teal-900 {
    background-color: #234e52 !important;
  }

  .ad\:bg-blue-100 {
    background-color: #ebf8ff !important;
  }

  .ad\:bg-blue-200 {
    background-color: #bee3f8 !important;
  }

  .ad\:bg-blue-300 {
    background-color: #90cdf4 !important;
  }

  .ad\:bg-blue-400 {
    background-color: #63b3ed !important;
  }

  .ad\:bg-blue-500 {
    background-color: #4299e1 !important;
  }

  .ad\:bg-blue-600 {
    background-color: #3182ce !important;
  }

  .ad\:bg-blue-700 {
    background-color: #2b6cb0 !important;
  }

  .ad\:bg-blue-800 {
    background-color: #2c5282 !important;
  }

  .ad\:bg-blue-900 {
    background-color: #2a4365 !important;
  }

  .ad\:bg-indigo-100 {
    background-color: #ebf4ff !important;
  }

  .ad\:bg-indigo-200 {
    background-color: #c3dafe !important;
  }

  .ad\:bg-indigo-300 {
    background-color: #a3bffa !important;
  }

  .ad\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
  }

  .ad\:bg-indigo-500 {
    background-color: #667eea !important;
  }

  .ad\:bg-indigo-600 {
    background-color: #5a67d8 !important;
  }

  .ad\:bg-indigo-700 {
    background-color: #4c51bf !important;
  }

  .ad\:bg-indigo-800 {
    background-color: #434190 !important;
  }

  .ad\:bg-indigo-900 {
    background-color: #3c366b !important;
  }

  .ad\:bg-purple-100 {
    background-color: #faf5ff !important;
  }

  .ad\:bg-purple-200 {
    background-color: #e9d8fd !important;
  }

  .ad\:bg-purple-300 {
    background-color: #d6bcfa !important;
  }

  .ad\:bg-purple-400 {
    background-color: #b794f4 !important;
  }

  .ad\:bg-purple-500 {
    background-color: #9f7aea !important;
  }

  .ad\:bg-purple-600 {
    background-color: #805ad5 !important;
  }

  .ad\:bg-purple-700 {
    background-color: #6b46c1 !important;
  }

  .ad\:bg-purple-800 {
    background-color: #553c9a !important;
  }

  .ad\:bg-purple-900 {
    background-color: #44337a !important;
  }

  .ad\:bg-pink-100 {
    background-color: #fff5f7 !important;
  }

  .ad\:bg-pink-200 {
    background-color: #fed7e2 !important;
  }

  .ad\:bg-pink-300 {
    background-color: #fbb6ce !important;
  }

  .ad\:bg-pink-400 {
    background-color: #f687b3 !important;
  }

  .ad\:bg-pink-500 {
    background-color: #ed64a6 !important;
  }

  .ad\:bg-pink-600 {
    background-color: #d53f8c !important;
  }

  .ad\:bg-pink-700 {
    background-color: #b83280 !important;
  }

  .ad\:bg-pink-800 {
    background-color: #97266d !important;
  }

  .ad\:bg-pink-900 {
    background-color: #702459 !important;
  }

  .ad\:bg-primary {
    background-color: #3490dc !important;
  }

  .ad\:bg-secondary {
    background-color: #ffed4a !important;
  }

  .ad\:bg-danger {
    background-color: #e3342f !important;
  }

  .ad\:bg-appleGrey {
    background-color: #f3f3f3 !important;
  }

  .ad\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .ad\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .ad\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .ad\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
  }

  .ad\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
  }

  .ad\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
  }

  .ad\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
  }

  .ad\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
  }

  .ad\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
  }

  .ad\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
  }

  .ad\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
  }

  .ad\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
  }

  .ad\:hover\:bg-red-100:hover {
    background-color: #fff5f5 !important;
  }

  .ad\:hover\:bg-red-200:hover {
    background-color: #fed7d7 !important;
  }

  .ad\:hover\:bg-red-300:hover {
    background-color: #feb2b2 !important;
  }

  .ad\:hover\:bg-red-400:hover {
    background-color: #fc8181 !important;
  }

  .ad\:hover\:bg-red-500:hover {
    background-color: #f56565 !important;
  }

  .ad\:hover\:bg-red-600:hover {
    background-color: #e53e3e !important;
  }

  .ad\:hover\:bg-red-700:hover {
    background-color: #c53030 !important;
  }

  .ad\:hover\:bg-red-800:hover {
    background-color: #9b2c2c !important;
  }

  .ad\:hover\:bg-red-900:hover {
    background-color: #742a2a !important;
  }

  .ad\:hover\:bg-orange-100:hover {
    background-color: #fffaf0 !important;
  }

  .ad\:hover\:bg-orange-200:hover {
    background-color: #feebc8 !important;
  }

  .ad\:hover\:bg-orange-300:hover {
    background-color: #fbd38d !important;
  }

  .ad\:hover\:bg-orange-400:hover {
    background-color: #f6ad55 !important;
  }

  .ad\:hover\:bg-orange-500:hover {
    background-color: #ed8936 !important;
  }

  .ad\:hover\:bg-orange-600:hover {
    background-color: #dd6b20 !important;
  }

  .ad\:hover\:bg-orange-700:hover {
    background-color: #c05621 !important;
  }

  .ad\:hover\:bg-orange-800:hover {
    background-color: #9c4221 !important;
  }

  .ad\:hover\:bg-orange-900:hover {
    background-color: #7b341e !important;
  }

  .ad\:hover\:bg-yellow-100:hover {
    background-color: #fffff0 !important;
  }

  .ad\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf !important;
  }

  .ad\:hover\:bg-yellow-300:hover {
    background-color: #faf089 !important;
  }

  .ad\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e !important;
  }

  .ad\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b !important;
  }

  .ad\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e !important;
  }

  .ad\:hover\:bg-yellow-700:hover {
    background-color: #b7791f !important;
  }

  .ad\:hover\:bg-yellow-800:hover {
    background-color: #975a16 !important;
  }

  .ad\:hover\:bg-yellow-900:hover {
    background-color: #744210 !important;
  }

  .ad\:hover\:bg-green-100:hover {
    background-color: #f0fff4 !important;
  }

  .ad\:hover\:bg-green-200:hover {
    background-color: #c6f6d5 !important;
  }

  .ad\:hover\:bg-green-300:hover {
    background-color: #9ae6b4 !important;
  }

  .ad\:hover\:bg-green-400:hover {
    background-color: #68d391 !important;
  }

  .ad\:hover\:bg-green-500:hover {
    background-color: #48bb78 !important;
  }

  .ad\:hover\:bg-green-600:hover {
    background-color: #38a169 !important;
  }

  .ad\:hover\:bg-green-700:hover {
    background-color: #2f855a !important;
  }

  .ad\:hover\:bg-green-800:hover {
    background-color: #276749 !important;
  }

  .ad\:hover\:bg-green-900:hover {
    background-color: #22543d !important;
  }

  .ad\:hover\:bg-teal-100:hover {
    background-color: #e6fffa !important;
  }

  .ad\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea !important;
  }

  .ad\:hover\:bg-teal-300:hover {
    background-color: #81e6d9 !important;
  }

  .ad\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5 !important;
  }

  .ad\:hover\:bg-teal-500:hover {
    background-color: #38b2ac !important;
  }

  .ad\:hover\:bg-teal-600:hover {
    background-color: #319795 !important;
  }

  .ad\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b !important;
  }

  .ad\:hover\:bg-teal-800:hover {
    background-color: #285e61 !important;
  }

  .ad\:hover\:bg-teal-900:hover {
    background-color: #234e52 !important;
  }

  .ad\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff !important;
  }

  .ad\:hover\:bg-blue-200:hover {
    background-color: #bee3f8 !important;
  }

  .ad\:hover\:bg-blue-300:hover {
    background-color: #90cdf4 !important;
  }

  .ad\:hover\:bg-blue-400:hover {
    background-color: #63b3ed !important;
  }

  .ad\:hover\:bg-blue-500:hover {
    background-color: #4299e1 !important;
  }

  .ad\:hover\:bg-blue-600:hover {
    background-color: #3182ce !important;
  }

  .ad\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0 !important;
  }

  .ad\:hover\:bg-blue-800:hover {
    background-color: #2c5282 !important;
  }

  .ad\:hover\:bg-blue-900:hover {
    background-color: #2a4365 !important;
  }

  .ad\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
  }

  .ad\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
  }

  .ad\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
  }

  .ad\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
  }

  .ad\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
  }

  .ad\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
  }

  .ad\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
  }

  .ad\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
  }

  .ad\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
  }

  .ad\:hover\:bg-purple-100:hover {
    background-color: #faf5ff !important;
  }

  .ad\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd !important;
  }

  .ad\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa !important;
  }

  .ad\:hover\:bg-purple-400:hover {
    background-color: #b794f4 !important;
  }

  .ad\:hover\:bg-purple-500:hover {
    background-color: #9f7aea !important;
  }

  .ad\:hover\:bg-purple-600:hover {
    background-color: #805ad5 !important;
  }

  .ad\:hover\:bg-purple-700:hover {
    background-color: #6b46c1 !important;
  }

  .ad\:hover\:bg-purple-800:hover {
    background-color: #553c9a !important;
  }

  .ad\:hover\:bg-purple-900:hover {
    background-color: #44337a !important;
  }

  .ad\:hover\:bg-pink-100:hover {
    background-color: #fff5f7 !important;
  }

  .ad\:hover\:bg-pink-200:hover {
    background-color: #fed7e2 !important;
  }

  .ad\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce !important;
  }

  .ad\:hover\:bg-pink-400:hover {
    background-color: #f687b3 !important;
  }

  .ad\:hover\:bg-pink-500:hover {
    background-color: #ed64a6 !important;
  }

  .ad\:hover\:bg-pink-600:hover {
    background-color: #d53f8c !important;
  }

  .ad\:hover\:bg-pink-700:hover {
    background-color: #b83280 !important;
  }

  .ad\:hover\:bg-pink-800:hover {
    background-color: #97266d !important;
  }

  .ad\:hover\:bg-pink-900:hover {
    background-color: #702459 !important;
  }

  .ad\:hover\:bg-primary:hover {
    background-color: #3490dc !important;
  }

  .ad\:hover\:bg-secondary:hover {
    background-color: #ffed4a !important;
  }

  .ad\:hover\:bg-danger:hover {
    background-color: #e3342f !important;
  }

  .ad\:hover\:bg-appleGrey:hover {
    background-color: #f3f3f3 !important;
  }

  .ad\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .ad\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .ad\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .ad\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
  }

  .ad\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
  }

  .ad\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
  }

  .ad\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
  }

  .ad\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
  }

  .ad\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
  }

  .ad\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
  }

  .ad\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
  }

  .ad\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
  }

  .ad\:focus\:bg-red-100:focus {
    background-color: #fff5f5 !important;
  }

  .ad\:focus\:bg-red-200:focus {
    background-color: #fed7d7 !important;
  }

  .ad\:focus\:bg-red-300:focus {
    background-color: #feb2b2 !important;
  }

  .ad\:focus\:bg-red-400:focus {
    background-color: #fc8181 !important;
  }

  .ad\:focus\:bg-red-500:focus {
    background-color: #f56565 !important;
  }

  .ad\:focus\:bg-red-600:focus {
    background-color: #e53e3e !important;
  }

  .ad\:focus\:bg-red-700:focus {
    background-color: #c53030 !important;
  }

  .ad\:focus\:bg-red-800:focus {
    background-color: #9b2c2c !important;
  }

  .ad\:focus\:bg-red-900:focus {
    background-color: #742a2a !important;
  }

  .ad\:focus\:bg-orange-100:focus {
    background-color: #fffaf0 !important;
  }

  .ad\:focus\:bg-orange-200:focus {
    background-color: #feebc8 !important;
  }

  .ad\:focus\:bg-orange-300:focus {
    background-color: #fbd38d !important;
  }

  .ad\:focus\:bg-orange-400:focus {
    background-color: #f6ad55 !important;
  }

  .ad\:focus\:bg-orange-500:focus {
    background-color: #ed8936 !important;
  }

  .ad\:focus\:bg-orange-600:focus {
    background-color: #dd6b20 !important;
  }

  .ad\:focus\:bg-orange-700:focus {
    background-color: #c05621 !important;
  }

  .ad\:focus\:bg-orange-800:focus {
    background-color: #9c4221 !important;
  }

  .ad\:focus\:bg-orange-900:focus {
    background-color: #7b341e !important;
  }

  .ad\:focus\:bg-yellow-100:focus {
    background-color: #fffff0 !important;
  }

  .ad\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf !important;
  }

  .ad\:focus\:bg-yellow-300:focus {
    background-color: #faf089 !important;
  }

  .ad\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e !important;
  }

  .ad\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b !important;
  }

  .ad\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e !important;
  }

  .ad\:focus\:bg-yellow-700:focus {
    background-color: #b7791f !important;
  }

  .ad\:focus\:bg-yellow-800:focus {
    background-color: #975a16 !important;
  }

  .ad\:focus\:bg-yellow-900:focus {
    background-color: #744210 !important;
  }

  .ad\:focus\:bg-green-100:focus {
    background-color: #f0fff4 !important;
  }

  .ad\:focus\:bg-green-200:focus {
    background-color: #c6f6d5 !important;
  }

  .ad\:focus\:bg-green-300:focus {
    background-color: #9ae6b4 !important;
  }

  .ad\:focus\:bg-green-400:focus {
    background-color: #68d391 !important;
  }

  .ad\:focus\:bg-green-500:focus {
    background-color: #48bb78 !important;
  }

  .ad\:focus\:bg-green-600:focus {
    background-color: #38a169 !important;
  }

  .ad\:focus\:bg-green-700:focus {
    background-color: #2f855a !important;
  }

  .ad\:focus\:bg-green-800:focus {
    background-color: #276749 !important;
  }

  .ad\:focus\:bg-green-900:focus {
    background-color: #22543d !important;
  }

  .ad\:focus\:bg-teal-100:focus {
    background-color: #e6fffa !important;
  }

  .ad\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea !important;
  }

  .ad\:focus\:bg-teal-300:focus {
    background-color: #81e6d9 !important;
  }

  .ad\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5 !important;
  }

  .ad\:focus\:bg-teal-500:focus {
    background-color: #38b2ac !important;
  }

  .ad\:focus\:bg-teal-600:focus {
    background-color: #319795 !important;
  }

  .ad\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b !important;
  }

  .ad\:focus\:bg-teal-800:focus {
    background-color: #285e61 !important;
  }

  .ad\:focus\:bg-teal-900:focus {
    background-color: #234e52 !important;
  }

  .ad\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff !important;
  }

  .ad\:focus\:bg-blue-200:focus {
    background-color: #bee3f8 !important;
  }

  .ad\:focus\:bg-blue-300:focus {
    background-color: #90cdf4 !important;
  }

  .ad\:focus\:bg-blue-400:focus {
    background-color: #63b3ed !important;
  }

  .ad\:focus\:bg-blue-500:focus {
    background-color: #4299e1 !important;
  }

  .ad\:focus\:bg-blue-600:focus {
    background-color: #3182ce !important;
  }

  .ad\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0 !important;
  }

  .ad\:focus\:bg-blue-800:focus {
    background-color: #2c5282 !important;
  }

  .ad\:focus\:bg-blue-900:focus {
    background-color: #2a4365 !important;
  }

  .ad\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
  }

  .ad\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
  }

  .ad\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
  }

  .ad\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
  }

  .ad\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
  }

  .ad\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
  }

  .ad\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
  }

  .ad\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
  }

  .ad\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
  }

  .ad\:focus\:bg-purple-100:focus {
    background-color: #faf5ff !important;
  }

  .ad\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd !important;
  }

  .ad\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa !important;
  }

  .ad\:focus\:bg-purple-400:focus {
    background-color: #b794f4 !important;
  }

  .ad\:focus\:bg-purple-500:focus {
    background-color: #9f7aea !important;
  }

  .ad\:focus\:bg-purple-600:focus {
    background-color: #805ad5 !important;
  }

  .ad\:focus\:bg-purple-700:focus {
    background-color: #6b46c1 !important;
  }

  .ad\:focus\:bg-purple-800:focus {
    background-color: #553c9a !important;
  }

  .ad\:focus\:bg-purple-900:focus {
    background-color: #44337a !important;
  }

  .ad\:focus\:bg-pink-100:focus {
    background-color: #fff5f7 !important;
  }

  .ad\:focus\:bg-pink-200:focus {
    background-color: #fed7e2 !important;
  }

  .ad\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce !important;
  }

  .ad\:focus\:bg-pink-400:focus {
    background-color: #f687b3 !important;
  }

  .ad\:focus\:bg-pink-500:focus {
    background-color: #ed64a6 !important;
  }

  .ad\:focus\:bg-pink-600:focus {
    background-color: #d53f8c !important;
  }

  .ad\:focus\:bg-pink-700:focus {
    background-color: #b83280 !important;
  }

  .ad\:focus\:bg-pink-800:focus {
    background-color: #97266d !important;
  }

  .ad\:focus\:bg-pink-900:focus {
    background-color: #702459 !important;
  }

  .ad\:focus\:bg-primary:focus {
    background-color: #3490dc !important;
  }

  .ad\:focus\:bg-secondary:focus {
    background-color: #ffed4a !important;
  }

  .ad\:focus\:bg-danger:focus {
    background-color: #e3342f !important;
  }

  .ad\:focus\:bg-appleGrey:focus {
    background-color: #f3f3f3 !important;
  }

  .ad\:bg-bottom {
    background-position: bottom !important;
  }

  .ad\:bg-center {
    background-position: center !important;
  }

  .ad\:bg-left {
    background-position: left !important;
  }

  .ad\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .ad\:bg-left-top {
    background-position: left top !important;
  }

  .ad\:bg-right {
    background-position: right !important;
  }

  .ad\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .ad\:bg-right-top {
    background-position: right top !important;
  }

  .ad\:bg-top {
    background-position: top !important;
  }

  .ad\:bg-repeat {
    background-repeat: repeat !important;
  }

  .ad\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .ad\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .ad\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .ad\:bg-repeat-round {
    background-repeat: round !important;
  }

  .ad\:bg-repeat-space {
    background-repeat: space !important;
  }

  .ad\:bg-auto {
    background-size: auto !important;
  }

  .ad\:bg-cover {
    background-size: cover !important;
  }

  .ad\:bg-contain {
    background-size: contain !important;
  }

  .ad\:border-collapse {
    border-collapse: collapse !important;
  }

  .ad\:border-separate {
    border-collapse: separate !important;
  }

  .ad\:border-transparent {
    border-color: transparent !important;
  }

  .ad\:border-black {
    border-color: #000 !important;
  }

  .ad\:border-white {
    border-color: #fff !important;
  }

  .ad\:border-gray-100 {
    border-color: #f7fafc !important;
  }

  .ad\:border-gray-200 {
    border-color: #edf2f7 !important;
  }

  .ad\:border-gray-300 {
    border-color: #e2e8f0 !important;
  }

  .ad\:border-gray-400 {
    border-color: #cbd5e0 !important;
  }

  .ad\:border-gray-500 {
    border-color: #a0aec0 !important;
  }

  .ad\:border-gray-600 {
    border-color: #718096 !important;
  }

  .ad\:border-gray-700 {
    border-color: #4a5568 !important;
  }

  .ad\:border-gray-800 {
    border-color: #2d3748 !important;
  }

  .ad\:border-gray-900 {
    border-color: #1a202c !important;
  }

  .ad\:border-red-100 {
    border-color: #fff5f5 !important;
  }

  .ad\:border-red-200 {
    border-color: #fed7d7 !important;
  }

  .ad\:border-red-300 {
    border-color: #feb2b2 !important;
  }

  .ad\:border-red-400 {
    border-color: #fc8181 !important;
  }

  .ad\:border-red-500 {
    border-color: #f56565 !important;
  }

  .ad\:border-red-600 {
    border-color: #e53e3e !important;
  }

  .ad\:border-red-700 {
    border-color: #c53030 !important;
  }

  .ad\:border-red-800 {
    border-color: #9b2c2c !important;
  }

  .ad\:border-red-900 {
    border-color: #742a2a !important;
  }

  .ad\:border-orange-100 {
    border-color: #fffaf0 !important;
  }

  .ad\:border-orange-200 {
    border-color: #feebc8 !important;
  }

  .ad\:border-orange-300 {
    border-color: #fbd38d !important;
  }

  .ad\:border-orange-400 {
    border-color: #f6ad55 !important;
  }

  .ad\:border-orange-500 {
    border-color: #ed8936 !important;
  }

  .ad\:border-orange-600 {
    border-color: #dd6b20 !important;
  }

  .ad\:border-orange-700 {
    border-color: #c05621 !important;
  }

  .ad\:border-orange-800 {
    border-color: #9c4221 !important;
  }

  .ad\:border-orange-900 {
    border-color: #7b341e !important;
  }

  .ad\:border-yellow-100 {
    border-color: #fffff0 !important;
  }

  .ad\:border-yellow-200 {
    border-color: #fefcbf !important;
  }

  .ad\:border-yellow-300 {
    border-color: #faf089 !important;
  }

  .ad\:border-yellow-400 {
    border-color: #f6e05e !important;
  }

  .ad\:border-yellow-500 {
    border-color: #ecc94b !important;
  }

  .ad\:border-yellow-600 {
    border-color: #d69e2e !important;
  }

  .ad\:border-yellow-700 {
    border-color: #b7791f !important;
  }

  .ad\:border-yellow-800 {
    border-color: #975a16 !important;
  }

  .ad\:border-yellow-900 {
    border-color: #744210 !important;
  }

  .ad\:border-green-100 {
    border-color: #f0fff4 !important;
  }

  .ad\:border-green-200 {
    border-color: #c6f6d5 !important;
  }

  .ad\:border-green-300 {
    border-color: #9ae6b4 !important;
  }

  .ad\:border-green-400 {
    border-color: #68d391 !important;
  }

  .ad\:border-green-500 {
    border-color: #48bb78 !important;
  }

  .ad\:border-green-600 {
    border-color: #38a169 !important;
  }

  .ad\:border-green-700 {
    border-color: #2f855a !important;
  }

  .ad\:border-green-800 {
    border-color: #276749 !important;
  }

  .ad\:border-green-900 {
    border-color: #22543d !important;
  }

  .ad\:border-teal-100 {
    border-color: #e6fffa !important;
  }

  .ad\:border-teal-200 {
    border-color: #b2f5ea !important;
  }

  .ad\:border-teal-300 {
    border-color: #81e6d9 !important;
  }

  .ad\:border-teal-400 {
    border-color: #4fd1c5 !important;
  }

  .ad\:border-teal-500 {
    border-color: #38b2ac !important;
  }

  .ad\:border-teal-600 {
    border-color: #319795 !important;
  }

  .ad\:border-teal-700 {
    border-color: #2c7a7b !important;
  }

  .ad\:border-teal-800 {
    border-color: #285e61 !important;
  }

  .ad\:border-teal-900 {
    border-color: #234e52 !important;
  }

  .ad\:border-blue-100 {
    border-color: #ebf8ff !important;
  }

  .ad\:border-blue-200 {
    border-color: #bee3f8 !important;
  }

  .ad\:border-blue-300 {
    border-color: #90cdf4 !important;
  }

  .ad\:border-blue-400 {
    border-color: #63b3ed !important;
  }

  .ad\:border-blue-500 {
    border-color: #4299e1 !important;
  }

  .ad\:border-blue-600 {
    border-color: #3182ce !important;
  }

  .ad\:border-blue-700 {
    border-color: #2b6cb0 !important;
  }

  .ad\:border-blue-800 {
    border-color: #2c5282 !important;
  }

  .ad\:border-blue-900 {
    border-color: #2a4365 !important;
  }

  .ad\:border-indigo-100 {
    border-color: #ebf4ff !important;
  }

  .ad\:border-indigo-200 {
    border-color: #c3dafe !important;
  }

  .ad\:border-indigo-300 {
    border-color: #a3bffa !important;
  }

  .ad\:border-indigo-400 {
    border-color: #7f9cf5 !important;
  }

  .ad\:border-indigo-500 {
    border-color: #667eea !important;
  }

  .ad\:border-indigo-600 {
    border-color: #5a67d8 !important;
  }

  .ad\:border-indigo-700 {
    border-color: #4c51bf !important;
  }

  .ad\:border-indigo-800 {
    border-color: #434190 !important;
  }

  .ad\:border-indigo-900 {
    border-color: #3c366b !important;
  }

  .ad\:border-purple-100 {
    border-color: #faf5ff !important;
  }

  .ad\:border-purple-200 {
    border-color: #e9d8fd !important;
  }

  .ad\:border-purple-300 {
    border-color: #d6bcfa !important;
  }

  .ad\:border-purple-400 {
    border-color: #b794f4 !important;
  }

  .ad\:border-purple-500 {
    border-color: #9f7aea !important;
  }

  .ad\:border-purple-600 {
    border-color: #805ad5 !important;
  }

  .ad\:border-purple-700 {
    border-color: #6b46c1 !important;
  }

  .ad\:border-purple-800 {
    border-color: #553c9a !important;
  }

  .ad\:border-purple-900 {
    border-color: #44337a !important;
  }

  .ad\:border-pink-100 {
    border-color: #fff5f7 !important;
  }

  .ad\:border-pink-200 {
    border-color: #fed7e2 !important;
  }

  .ad\:border-pink-300 {
    border-color: #fbb6ce !important;
  }

  .ad\:border-pink-400 {
    border-color: #f687b3 !important;
  }

  .ad\:border-pink-500 {
    border-color: #ed64a6 !important;
  }

  .ad\:border-pink-600 {
    border-color: #d53f8c !important;
  }

  .ad\:border-pink-700 {
    border-color: #b83280 !important;
  }

  .ad\:border-pink-800 {
    border-color: #97266d !important;
  }

  .ad\:border-pink-900 {
    border-color: #702459 !important;
  }

  .ad\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .ad\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .ad\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .ad\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
  }

  .ad\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
  }

  .ad\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
  }

  .ad\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
  }

  .ad\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
  }

  .ad\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
  }

  .ad\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
  }

  .ad\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
  }

  .ad\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
  }

  .ad\:hover\:border-red-100:hover {
    border-color: #fff5f5 !important;
  }

  .ad\:hover\:border-red-200:hover {
    border-color: #fed7d7 !important;
  }

  .ad\:hover\:border-red-300:hover {
    border-color: #feb2b2 !important;
  }

  .ad\:hover\:border-red-400:hover {
    border-color: #fc8181 !important;
  }

  .ad\:hover\:border-red-500:hover {
    border-color: #f56565 !important;
  }

  .ad\:hover\:border-red-600:hover {
    border-color: #e53e3e !important;
  }

  .ad\:hover\:border-red-700:hover {
    border-color: #c53030 !important;
  }

  .ad\:hover\:border-red-800:hover {
    border-color: #9b2c2c !important;
  }

  .ad\:hover\:border-red-900:hover {
    border-color: #742a2a !important;
  }

  .ad\:hover\:border-orange-100:hover {
    border-color: #fffaf0 !important;
  }

  .ad\:hover\:border-orange-200:hover {
    border-color: #feebc8 !important;
  }

  .ad\:hover\:border-orange-300:hover {
    border-color: #fbd38d !important;
  }

  .ad\:hover\:border-orange-400:hover {
    border-color: #f6ad55 !important;
  }

  .ad\:hover\:border-orange-500:hover {
    border-color: #ed8936 !important;
  }

  .ad\:hover\:border-orange-600:hover {
    border-color: #dd6b20 !important;
  }

  .ad\:hover\:border-orange-700:hover {
    border-color: #c05621 !important;
  }

  .ad\:hover\:border-orange-800:hover {
    border-color: #9c4221 !important;
  }

  .ad\:hover\:border-orange-900:hover {
    border-color: #7b341e !important;
  }

  .ad\:hover\:border-yellow-100:hover {
    border-color: #fffff0 !important;
  }

  .ad\:hover\:border-yellow-200:hover {
    border-color: #fefcbf !important;
  }

  .ad\:hover\:border-yellow-300:hover {
    border-color: #faf089 !important;
  }

  .ad\:hover\:border-yellow-400:hover {
    border-color: #f6e05e !important;
  }

  .ad\:hover\:border-yellow-500:hover {
    border-color: #ecc94b !important;
  }

  .ad\:hover\:border-yellow-600:hover {
    border-color: #d69e2e !important;
  }

  .ad\:hover\:border-yellow-700:hover {
    border-color: #b7791f !important;
  }

  .ad\:hover\:border-yellow-800:hover {
    border-color: #975a16 !important;
  }

  .ad\:hover\:border-yellow-900:hover {
    border-color: #744210 !important;
  }

  .ad\:hover\:border-green-100:hover {
    border-color: #f0fff4 !important;
  }

  .ad\:hover\:border-green-200:hover {
    border-color: #c6f6d5 !important;
  }

  .ad\:hover\:border-green-300:hover {
    border-color: #9ae6b4 !important;
  }

  .ad\:hover\:border-green-400:hover {
    border-color: #68d391 !important;
  }

  .ad\:hover\:border-green-500:hover {
    border-color: #48bb78 !important;
  }

  .ad\:hover\:border-green-600:hover {
    border-color: #38a169 !important;
  }

  .ad\:hover\:border-green-700:hover {
    border-color: #2f855a !important;
  }

  .ad\:hover\:border-green-800:hover {
    border-color: #276749 !important;
  }

  .ad\:hover\:border-green-900:hover {
    border-color: #22543d !important;
  }

  .ad\:hover\:border-teal-100:hover {
    border-color: #e6fffa !important;
  }

  .ad\:hover\:border-teal-200:hover {
    border-color: #b2f5ea !important;
  }

  .ad\:hover\:border-teal-300:hover {
    border-color: #81e6d9 !important;
  }

  .ad\:hover\:border-teal-400:hover {
    border-color: #4fd1c5 !important;
  }

  .ad\:hover\:border-teal-500:hover {
    border-color: #38b2ac !important;
  }

  .ad\:hover\:border-teal-600:hover {
    border-color: #319795 !important;
  }

  .ad\:hover\:border-teal-700:hover {
    border-color: #2c7a7b !important;
  }

  .ad\:hover\:border-teal-800:hover {
    border-color: #285e61 !important;
  }

  .ad\:hover\:border-teal-900:hover {
    border-color: #234e52 !important;
  }

  .ad\:hover\:border-blue-100:hover {
    border-color: #ebf8ff !important;
  }

  .ad\:hover\:border-blue-200:hover {
    border-color: #bee3f8 !important;
  }

  .ad\:hover\:border-blue-300:hover {
    border-color: #90cdf4 !important;
  }

  .ad\:hover\:border-blue-400:hover {
    border-color: #63b3ed !important;
  }

  .ad\:hover\:border-blue-500:hover {
    border-color: #4299e1 !important;
  }

  .ad\:hover\:border-blue-600:hover {
    border-color: #3182ce !important;
  }

  .ad\:hover\:border-blue-700:hover {
    border-color: #2b6cb0 !important;
  }

  .ad\:hover\:border-blue-800:hover {
    border-color: #2c5282 !important;
  }

  .ad\:hover\:border-blue-900:hover {
    border-color: #2a4365 !important;
  }

  .ad\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
  }

  .ad\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
  }

  .ad\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
  }

  .ad\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
  }

  .ad\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
  }

  .ad\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
  }

  .ad\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
  }

  .ad\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
  }

  .ad\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
  }

  .ad\:hover\:border-purple-100:hover {
    border-color: #faf5ff !important;
  }

  .ad\:hover\:border-purple-200:hover {
    border-color: #e9d8fd !important;
  }

  .ad\:hover\:border-purple-300:hover {
    border-color: #d6bcfa !important;
  }

  .ad\:hover\:border-purple-400:hover {
    border-color: #b794f4 !important;
  }

  .ad\:hover\:border-purple-500:hover {
    border-color: #9f7aea !important;
  }

  .ad\:hover\:border-purple-600:hover {
    border-color: #805ad5 !important;
  }

  .ad\:hover\:border-purple-700:hover {
    border-color: #6b46c1 !important;
  }

  .ad\:hover\:border-purple-800:hover {
    border-color: #553c9a !important;
  }

  .ad\:hover\:border-purple-900:hover {
    border-color: #44337a !important;
  }

  .ad\:hover\:border-pink-100:hover {
    border-color: #fff5f7 !important;
  }

  .ad\:hover\:border-pink-200:hover {
    border-color: #fed7e2 !important;
  }

  .ad\:hover\:border-pink-300:hover {
    border-color: #fbb6ce !important;
  }

  .ad\:hover\:border-pink-400:hover {
    border-color: #f687b3 !important;
  }

  .ad\:hover\:border-pink-500:hover {
    border-color: #ed64a6 !important;
  }

  .ad\:hover\:border-pink-600:hover {
    border-color: #d53f8c !important;
  }

  .ad\:hover\:border-pink-700:hover {
    border-color: #b83280 !important;
  }

  .ad\:hover\:border-pink-800:hover {
    border-color: #97266d !important;
  }

  .ad\:hover\:border-pink-900:hover {
    border-color: #702459 !important;
  }

  .ad\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .ad\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .ad\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .ad\:focus\:border-gray-100:focus {
    border-color: #f7fafc !important;
  }

  .ad\:focus\:border-gray-200:focus {
    border-color: #edf2f7 !important;
  }

  .ad\:focus\:border-gray-300:focus {
    border-color: #e2e8f0 !important;
  }

  .ad\:focus\:border-gray-400:focus {
    border-color: #cbd5e0 !important;
  }

  .ad\:focus\:border-gray-500:focus {
    border-color: #a0aec0 !important;
  }

  .ad\:focus\:border-gray-600:focus {
    border-color: #718096 !important;
  }

  .ad\:focus\:border-gray-700:focus {
    border-color: #4a5568 !important;
  }

  .ad\:focus\:border-gray-800:focus {
    border-color: #2d3748 !important;
  }

  .ad\:focus\:border-gray-900:focus {
    border-color: #1a202c !important;
  }

  .ad\:focus\:border-red-100:focus {
    border-color: #fff5f5 !important;
  }

  .ad\:focus\:border-red-200:focus {
    border-color: #fed7d7 !important;
  }

  .ad\:focus\:border-red-300:focus {
    border-color: #feb2b2 !important;
  }

  .ad\:focus\:border-red-400:focus {
    border-color: #fc8181 !important;
  }

  .ad\:focus\:border-red-500:focus {
    border-color: #f56565 !important;
  }

  .ad\:focus\:border-red-600:focus {
    border-color: #e53e3e !important;
  }

  .ad\:focus\:border-red-700:focus {
    border-color: #c53030 !important;
  }

  .ad\:focus\:border-red-800:focus {
    border-color: #9b2c2c !important;
  }

  .ad\:focus\:border-red-900:focus {
    border-color: #742a2a !important;
  }

  .ad\:focus\:border-orange-100:focus {
    border-color: #fffaf0 !important;
  }

  .ad\:focus\:border-orange-200:focus {
    border-color: #feebc8 !important;
  }

  .ad\:focus\:border-orange-300:focus {
    border-color: #fbd38d !important;
  }

  .ad\:focus\:border-orange-400:focus {
    border-color: #f6ad55 !important;
  }

  .ad\:focus\:border-orange-500:focus {
    border-color: #ed8936 !important;
  }

  .ad\:focus\:border-orange-600:focus {
    border-color: #dd6b20 !important;
  }

  .ad\:focus\:border-orange-700:focus {
    border-color: #c05621 !important;
  }

  .ad\:focus\:border-orange-800:focus {
    border-color: #9c4221 !important;
  }

  .ad\:focus\:border-orange-900:focus {
    border-color: #7b341e !important;
  }

  .ad\:focus\:border-yellow-100:focus {
    border-color: #fffff0 !important;
  }

  .ad\:focus\:border-yellow-200:focus {
    border-color: #fefcbf !important;
  }

  .ad\:focus\:border-yellow-300:focus {
    border-color: #faf089 !important;
  }

  .ad\:focus\:border-yellow-400:focus {
    border-color: #f6e05e !important;
  }

  .ad\:focus\:border-yellow-500:focus {
    border-color: #ecc94b !important;
  }

  .ad\:focus\:border-yellow-600:focus {
    border-color: #d69e2e !important;
  }

  .ad\:focus\:border-yellow-700:focus {
    border-color: #b7791f !important;
  }

  .ad\:focus\:border-yellow-800:focus {
    border-color: #975a16 !important;
  }

  .ad\:focus\:border-yellow-900:focus {
    border-color: #744210 !important;
  }

  .ad\:focus\:border-green-100:focus {
    border-color: #f0fff4 !important;
  }

  .ad\:focus\:border-green-200:focus {
    border-color: #c6f6d5 !important;
  }

  .ad\:focus\:border-green-300:focus {
    border-color: #9ae6b4 !important;
  }

  .ad\:focus\:border-green-400:focus {
    border-color: #68d391 !important;
  }

  .ad\:focus\:border-green-500:focus {
    border-color: #48bb78 !important;
  }

  .ad\:focus\:border-green-600:focus {
    border-color: #38a169 !important;
  }

  .ad\:focus\:border-green-700:focus {
    border-color: #2f855a !important;
  }

  .ad\:focus\:border-green-800:focus {
    border-color: #276749 !important;
  }

  .ad\:focus\:border-green-900:focus {
    border-color: #22543d !important;
  }

  .ad\:focus\:border-teal-100:focus {
    border-color: #e6fffa !important;
  }

  .ad\:focus\:border-teal-200:focus {
    border-color: #b2f5ea !important;
  }

  .ad\:focus\:border-teal-300:focus {
    border-color: #81e6d9 !important;
  }

  .ad\:focus\:border-teal-400:focus {
    border-color: #4fd1c5 !important;
  }

  .ad\:focus\:border-teal-500:focus {
    border-color: #38b2ac !important;
  }

  .ad\:focus\:border-teal-600:focus {
    border-color: #319795 !important;
  }

  .ad\:focus\:border-teal-700:focus {
    border-color: #2c7a7b !important;
  }

  .ad\:focus\:border-teal-800:focus {
    border-color: #285e61 !important;
  }

  .ad\:focus\:border-teal-900:focus {
    border-color: #234e52 !important;
  }

  .ad\:focus\:border-blue-100:focus {
    border-color: #ebf8ff !important;
  }

  .ad\:focus\:border-blue-200:focus {
    border-color: #bee3f8 !important;
  }

  .ad\:focus\:border-blue-300:focus {
    border-color: #90cdf4 !important;
  }

  .ad\:focus\:border-blue-400:focus {
    border-color: #63b3ed !important;
  }

  .ad\:focus\:border-blue-500:focus {
    border-color: #4299e1 !important;
  }

  .ad\:focus\:border-blue-600:focus {
    border-color: #3182ce !important;
  }

  .ad\:focus\:border-blue-700:focus {
    border-color: #2b6cb0 !important;
  }

  .ad\:focus\:border-blue-800:focus {
    border-color: #2c5282 !important;
  }

  .ad\:focus\:border-blue-900:focus {
    border-color: #2a4365 !important;
  }

  .ad\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff !important;
  }

  .ad\:focus\:border-indigo-200:focus {
    border-color: #c3dafe !important;
  }

  .ad\:focus\:border-indigo-300:focus {
    border-color: #a3bffa !important;
  }

  .ad\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5 !important;
  }

  .ad\:focus\:border-indigo-500:focus {
    border-color: #667eea !important;
  }

  .ad\:focus\:border-indigo-600:focus {
    border-color: #5a67d8 !important;
  }

  .ad\:focus\:border-indigo-700:focus {
    border-color: #4c51bf !important;
  }

  .ad\:focus\:border-indigo-800:focus {
    border-color: #434190 !important;
  }

  .ad\:focus\:border-indigo-900:focus {
    border-color: #3c366b !important;
  }

  .ad\:focus\:border-purple-100:focus {
    border-color: #faf5ff !important;
  }

  .ad\:focus\:border-purple-200:focus {
    border-color: #e9d8fd !important;
  }

  .ad\:focus\:border-purple-300:focus {
    border-color: #d6bcfa !important;
  }

  .ad\:focus\:border-purple-400:focus {
    border-color: #b794f4 !important;
  }

  .ad\:focus\:border-purple-500:focus {
    border-color: #9f7aea !important;
  }

  .ad\:focus\:border-purple-600:focus {
    border-color: #805ad5 !important;
  }

  .ad\:focus\:border-purple-700:focus {
    border-color: #6b46c1 !important;
  }

  .ad\:focus\:border-purple-800:focus {
    border-color: #553c9a !important;
  }

  .ad\:focus\:border-purple-900:focus {
    border-color: #44337a !important;
  }

  .ad\:focus\:border-pink-100:focus {
    border-color: #fff5f7 !important;
  }

  .ad\:focus\:border-pink-200:focus {
    border-color: #fed7e2 !important;
  }

  .ad\:focus\:border-pink-300:focus {
    border-color: #fbb6ce !important;
  }

  .ad\:focus\:border-pink-400:focus {
    border-color: #f687b3 !important;
  }

  .ad\:focus\:border-pink-500:focus {
    border-color: #ed64a6 !important;
  }

  .ad\:focus\:border-pink-600:focus {
    border-color: #d53f8c !important;
  }

  .ad\:focus\:border-pink-700:focus {
    border-color: #b83280 !important;
  }

  .ad\:focus\:border-pink-800:focus {
    border-color: #97266d !important;
  }

  .ad\:focus\:border-pink-900:focus {
    border-color: #702459 !important;
  }

  .ad\:rounded-none {
    border-radius: 0 !important;
  }

  .ad\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .ad\:rounded {
    border-radius: 0.25rem !important;
  }

  .ad\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .ad\:rounded-full {
    border-radius: 9999px !important;
  }

  .ad\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .ad\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .ad\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .ad\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .ad\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .ad\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .ad\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .ad\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .ad\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .ad\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .ad\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .ad\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .ad\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .ad\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .ad\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .ad\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .ad\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .ad\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .ad\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .ad\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .ad\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .ad\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .ad\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .ad\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .ad\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .ad\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .ad\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .ad\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .ad\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .ad\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .ad\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .ad\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .ad\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .ad\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .ad\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .ad\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .ad\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .ad\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .ad\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .ad\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .ad\:border-solid {
    border-style: solid !important;
  }

  .ad\:border-dashed {
    border-style: dashed !important;
  }

  .ad\:border-dotted {
    border-style: dotted !important;
  }

  .ad\:border-double {
    border-style: double !important;
  }

  .ad\:border-none {
    border-style: none !important;
  }

  .ad\:border-0 {
    border-width: 0 !important;
  }

  .ad\:border-2 {
    border-width: 2px !important;
  }

  .ad\:border-4 {
    border-width: 4px !important;
  }

  .ad\:border-8 {
    border-width: 8px !important;
  }

  .ad\:border {
    border-width: 1px !important;
  }

  .ad\:border-t-0 {
    border-top-width: 0 !important;
  }

  .ad\:border-r-0 {
    border-right-width: 0 !important;
  }

  .ad\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .ad\:border-l-0 {
    border-left-width: 0 !important;
  }

  .ad\:border-t-2 {
    border-top-width: 2px !important;
  }

  .ad\:border-r-2 {
    border-right-width: 2px !important;
  }

  .ad\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .ad\:border-l-2 {
    border-left-width: 2px !important;
  }

  .ad\:border-t-4 {
    border-top-width: 4px !important;
  }

  .ad\:border-r-4 {
    border-right-width: 4px !important;
  }

  .ad\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .ad\:border-l-4 {
    border-left-width: 4px !important;
  }

  .ad\:border-t-8 {
    border-top-width: 8px !important;
  }

  .ad\:border-r-8 {
    border-right-width: 8px !important;
  }

  .ad\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .ad\:border-l-8 {
    border-left-width: 8px !important;
  }

  .ad\:border-t {
    border-top-width: 1px !important;
  }

  .ad\:border-r {
    border-right-width: 1px !important;
  }

  .ad\:border-b {
    border-bottom-width: 1px !important;
  }

  .ad\:border-l {
    border-left-width: 1px !important;
  }

  .ad\:cursor-auto {
    cursor: auto !important;
  }

  .ad\:cursor-default {
    cursor: default !important;
  }

  .ad\:cursor-pointer {
    cursor: pointer !important;
  }

  .ad\:cursor-wait {
    cursor: wait !important;
  }

  .ad\:cursor-text {
    cursor: text !important;
  }

  .ad\:cursor-move {
    cursor: move !important;
  }

  .ad\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .ad\:block {
    display: block !important;
  }

  .ad\:inline-block {
    display: inline-block !important;
  }

  .ad\:inline {
    display: inline !important;
  }

  .ad\:flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .ad\:inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .ad\:table {
    display: table !important;
  }

  .ad\:table-row {
    display: table-row !important;
  }

  .ad\:table-cell {
    display: table-cell !important;
  }

  .ad\:hidden {
    display: none !important;
  }

  .ad\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .ad\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .ad\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .ad\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .ad\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .ad\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .ad\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .ad\:items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .ad\:items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .ad\:items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .ad\:items-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .ad\:items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .ad\:self-auto {
    align-self: auto !important;
  }

  .ad\:self-start {
    align-self: flex-start !important;
  }

  .ad\:self-end {
    align-self: flex-end !important;
  }

  .ad\:self-center {
    align-self: center !important;
  }

  .ad\:self-stretch {
    align-self: stretch !important;
  }

  .ad\:justify-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .ad\:justify-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .ad\:justify-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .ad\:justify-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .ad\:justify-around {
    justify-content: space-around !important;
  }

  .ad\:content-center {
    align-content: center !important;
  }

  .ad\:content-start {
    align-content: flex-start !important;
  }

  .ad\:content-end {
    align-content: flex-end !important;
  }

  .ad\:content-between {
    align-content: space-between !important;
  }

  .ad\:content-around {
    align-content: space-around !important;
  }

  .ad\:flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .ad\:flex-auto {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .ad\:flex-initial {
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .ad\:flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .ad\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .ad\:flex-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .ad\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .ad\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .ad\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .ad\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .ad\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .ad\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .ad\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .ad\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .ad\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .ad\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .ad\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .ad\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .ad\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .ad\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .ad\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .ad\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .ad\:order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .ad\:float-right {
    float: right !important;
  }

  .ad\:float-left {
    float: left !important;
  }

  .ad\:float-none {
    float: none !important;
  }

  .ad\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .ad\:font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .ad\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .ad\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .ad\:font-hairline {
    font-weight: 100 !important;
  }

  .ad\:font-thin {
    font-weight: 200 !important;
  }

  .ad\:font-light {
    font-weight: 300 !important;
  }

  .ad\:font-normal {
    font-weight: 400 !important;
  }

  .ad\:font-medium {
    font-weight: 500 !important;
  }

  .ad\:font-semibold {
    font-weight: 600 !important;
  }

  .ad\:font-bold {
    font-weight: 700 !important;
  }

  .ad\:font-extrabold {
    font-weight: 800 !important;
  }

  .ad\:font-black {
    font-weight: 900 !important;
  }

  .ad\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .ad\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .ad\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .ad\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .ad\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .ad\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .ad\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .ad\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .ad\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .ad\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .ad\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .ad\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .ad\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .ad\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .ad\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .ad\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .ad\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .ad\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .ad\:h-0 {
    height: 0 !important;
  }

  .ad\:h-1 {
    height: 0.25rem !important;
  }

  .ad\:h-2 {
    height: 0.5rem !important;
  }

  .ad\:h-3 {
    height: 0.75rem !important;
  }

  .ad\:h-4 {
    height: 1rem !important;
  }

  .ad\:h-5 {
    height: 1.25rem !important;
  }

  .ad\:h-6 {
    height: 1.5rem !important;
  }

  .ad\:h-8 {
    height: 2rem !important;
  }

  .ad\:h-10 {
    height: 2.5rem !important;
  }

  .ad\:h-12 {
    height: 3rem !important;
  }

  .ad\:h-16 {
    height: 4rem !important;
  }

  .ad\:h-20 {
    height: 5rem !important;
  }

  .ad\:h-24 {
    height: 6rem !important;
  }

  .ad\:h-32 {
    height: 8rem !important;
  }

  .ad\:h-40 {
    height: 10rem !important;
  }

  .ad\:h-48 {
    height: 12rem !important;
  }

  .ad\:h-56 {
    height: 14rem !important;
  }

  .ad\:h-64 {
    height: 16rem !important;
  }

  .ad\:h-auto {
    height: auto !important;
  }

  .ad\:h-px {
    height: 1px !important;
  }

  .ad\:h-1\/2 {
    height: 50% !important;
  }

  .ad\:h-1\/3 {
    height: 33.333333% !important;
  }

  .ad\:h-2\/3 {
    height: 66.666667% !important;
  }

  .ad\:h-1\/4 {
    height: 25% !important;
  }

  .ad\:h-2\/4 {
    height: 50% !important;
  }

  .ad\:h-3\/4 {
    height: 75% !important;
  }

  .ad\:h-1\/5 {
    height: 20% !important;
  }

  .ad\:h-2\/5 {
    height: 40% !important;
  }

  .ad\:h-3\/5 {
    height: 60% !important;
  }

  .ad\:h-4\/5 {
    height: 80% !important;
  }

  .ad\:h-1\/6 {
    height: 16.666667% !important;
  }

  .ad\:h-2\/6 {
    height: 33.333333% !important;
  }

  .ad\:h-3\/6 {
    height: 50% !important;
  }

  .ad\:h-4\/6 {
    height: 66.666667% !important;
  }

  .ad\:h-5\/6 {
    height: 83.333333% !important;
  }

  .ad\:h-1\/12 {
    height: 8.333333% !important;
  }

  .ad\:h-2\/12 {
    height: 16.666667% !important;
  }

  .ad\:h-3\/12 {
    height: 25% !important;
  }

  .ad\:h-4\/12 {
    height: 33.333333% !important;
  }

  .ad\:h-5\/12 {
    height: 41.666667% !important;
  }

  .ad\:h-6\/12 {
    height: 50% !important;
  }

  .ad\:h-7\/12 {
    height: 58.333333% !important;
  }

  .ad\:h-8\/12 {
    height: 66.666667% !important;
  }

  .ad\:h-9\/12 {
    height: 75% !important;
  }

  .ad\:h-10\/12 {
    height: 83.333333% !important;
  }

  .ad\:h-11\/12 {
    height: 91.666667% !important;
  }

  .ad\:h-full {
    height: 100% !important;
  }

  .ad\:h-screen {
    height: 100vh !important;
  }

  .ad\:leading-none {
    line-height: 1 !important;
  }

  .ad\:leading-tight {
    line-height: 1.25 !important;
  }

  .ad\:leading-snug {
    line-height: 1.375 !important;
  }

  .ad\:leading-normal {
    line-height: 1.5 !important;
  }

  .ad\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .ad\:leading-loose {
    line-height: 2 !important;
  }

  .ad\:list-inside {
    list-style-position: inside !important;
  }

  .ad\:list-outside {
    list-style-position: outside !important;
  }

  .ad\:list-none {
    list-style-type: none !important;
  }

  .ad\:list-disc {
    list-style-type: disc !important;
  }

  .ad\:list-decimal {
    list-style-type: decimal !important;
  }

  .ad\:m-0 {
    margin: 0 !important;
  }

  .ad\:m-1 {
    margin: 0.25rem !important;
  }

  .ad\:m-2 {
    margin: 0.5rem !important;
  }

  .ad\:m-3 {
    margin: 0.75rem !important;
  }

  .ad\:m-4 {
    margin: 1rem !important;
  }

  .ad\:m-5 {
    margin: 1.25rem !important;
  }

  .ad\:m-6 {
    margin: 1.5rem !important;
  }

  .ad\:m-8 {
    margin: 2rem !important;
  }

  .ad\:m-10 {
    margin: 2.5rem !important;
  }

  .ad\:m-12 {
    margin: 3rem !important;
  }

  .ad\:m-16 {
    margin: 4rem !important;
  }

  .ad\:m-20 {
    margin: 5rem !important;
  }

  .ad\:m-24 {
    margin: 6rem !important;
  }

  .ad\:m-32 {
    margin: 8rem !important;
  }

  .ad\:m-40 {
    margin: 10rem !important;
  }

  .ad\:m-48 {
    margin: 12rem !important;
  }

  .ad\:m-56 {
    margin: 14rem !important;
  }

  .ad\:m-64 {
    margin: 16rem !important;
  }

  .ad\:m-auto {
    margin: auto !important;
  }

  .ad\:m-px {
    margin: 1px !important;
  }

  .ad\:m-1\/2 {
    margin: 50% !important;
  }

  .ad\:m-1\/3 {
    margin: 33.333333% !important;
  }

  .ad\:m-2\/3 {
    margin: 66.666667% !important;
  }

  .ad\:m-1\/4 {
    margin: 25% !important;
  }

  .ad\:m-2\/4 {
    margin: 50% !important;
  }

  .ad\:m-3\/4 {
    margin: 75% !important;
  }

  .ad\:m-1\/5 {
    margin: 20% !important;
  }

  .ad\:m-2\/5 {
    margin: 40% !important;
  }

  .ad\:m-3\/5 {
    margin: 60% !important;
  }

  .ad\:m-4\/5 {
    margin: 80% !important;
  }

  .ad\:m-1\/6 {
    margin: 16.666667% !important;
  }

  .ad\:m-2\/6 {
    margin: 33.333333% !important;
  }

  .ad\:m-3\/6 {
    margin: 50% !important;
  }

  .ad\:m-4\/6 {
    margin: 66.666667% !important;
  }

  .ad\:m-5\/6 {
    margin: 83.333333% !important;
  }

  .ad\:m-1\/12 {
    margin: 8.333333% !important;
  }

  .ad\:m-2\/12 {
    margin: 16.666667% !important;
  }

  .ad\:m-3\/12 {
    margin: 25% !important;
  }

  .ad\:m-4\/12 {
    margin: 33.333333% !important;
  }

  .ad\:m-5\/12 {
    margin: 41.666667% !important;
  }

  .ad\:m-6\/12 {
    margin: 50% !important;
  }

  .ad\:m-7\/12 {
    margin: 58.333333% !important;
  }

  .ad\:m-8\/12 {
    margin: 66.666667% !important;
  }

  .ad\:m-9\/12 {
    margin: 75% !important;
  }

  .ad\:m-10\/12 {
    margin: 83.333333% !important;
  }

  .ad\:m-11\/12 {
    margin: 91.666667% !important;
  }

  .ad\:-m-1 {
    margin: -0.25rem !important;
  }

  .ad\:-m-2 {
    margin: -0.5rem !important;
  }

  .ad\:-m-3 {
    margin: -0.75rem !important;
  }

  .ad\:-m-4 {
    margin: -1rem !important;
  }

  .ad\:-m-5 {
    margin: -1.25rem !important;
  }

  .ad\:-m-6 {
    margin: -1.5rem !important;
  }

  .ad\:-m-8 {
    margin: -2rem !important;
  }

  .ad\:-m-10 {
    margin: -2.5rem !important;
  }

  .ad\:-m-12 {
    margin: -3rem !important;
  }

  .ad\:-m-16 {
    margin: -4rem !important;
  }

  .ad\:-m-20 {
    margin: -5rem !important;
  }

  .ad\:-m-24 {
    margin: -6rem !important;
  }

  .ad\:-m-32 {
    margin: -8rem !important;
  }

  .ad\:-m-40 {
    margin: -10rem !important;
  }

  .ad\:-m-48 {
    margin: -12rem !important;
  }

  .ad\:-m-56 {
    margin: -14rem !important;
  }

  .ad\:-m-64 {
    margin: -16rem !important;
  }

  .ad\:-m-px {
    margin: -1px !important;
  }

  .ad\:-m-1\/2 {
    margin: -50% !important;
  }

  .ad\:-m-1\/3 {
    margin: -33.33333% !important;
  }

  .ad\:-m-2\/3 {
    margin: -66.66667% !important;
  }

  .ad\:-m-1\/4 {
    margin: -25% !important;
  }

  .ad\:-m-2\/4 {
    margin: -50% !important;
  }

  .ad\:-m-3\/4 {
    margin: -75% !important;
  }

  .ad\:-m-1\/5 {
    margin: -20% !important;
  }

  .ad\:-m-2\/5 {
    margin: -40% !important;
  }

  .ad\:-m-3\/5 {
    margin: -60% !important;
  }

  .ad\:-m-4\/5 {
    margin: -80% !important;
  }

  .ad\:-m-1\/6 {
    margin: -16.66667% !important;
  }

  .ad\:-m-2\/6 {
    margin: -33.33333% !important;
  }

  .ad\:-m-3\/6 {
    margin: -50% !important;
  }

  .ad\:-m-4\/6 {
    margin: -66.66667% !important;
  }

  .ad\:-m-5\/6 {
    margin: -83.33333% !important;
  }

  .ad\:-m-1\/12 {
    margin: -8.33333% !important;
  }

  .ad\:-m-2\/12 {
    margin: -16.66667% !important;
  }

  .ad\:-m-3\/12 {
    margin: -25% !important;
  }

  .ad\:-m-4\/12 {
    margin: -33.33333% !important;
  }

  .ad\:-m-5\/12 {
    margin: -41.66667% !important;
  }

  .ad\:-m-6\/12 {
    margin: -50% !important;
  }

  .ad\:-m-7\/12 {
    margin: -58.33333% !important;
  }

  .ad\:-m-8\/12 {
    margin: -66.66667% !important;
  }

  .ad\:-m-9\/12 {
    margin: -75% !important;
  }

  .ad\:-m-10\/12 {
    margin: -83.33333% !important;
  }

  .ad\:-m-11\/12 {
    margin: -91.66667% !important;
  }

  .ad\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .ad\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ad\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .ad\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .ad\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .ad\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .ad\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .ad\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .ad\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .ad\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .ad\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .ad\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .ad\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .ad\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .ad\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .ad\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .ad\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .ad\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .ad\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .ad\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .ad\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .ad\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .ad\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .ad\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .ad\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .ad\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .ad\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .ad\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .ad\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .ad\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .ad\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .ad\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .ad\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .ad\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .ad\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .ad\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .ad\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .ad\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ad\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .ad\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .ad\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .ad\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .ad\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .ad\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .ad\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .ad\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .ad\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .ad\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .ad\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .ad\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .ad\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .ad\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .ad\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .ad\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .ad\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .ad\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .ad\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .ad\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .ad\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .ad\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .ad\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .ad\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .ad\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .ad\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .ad\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .ad\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .ad\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .ad\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .ad\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .ad\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .ad\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .ad\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .ad\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .ad\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .ad\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .ad\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .ad\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .ad\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .ad\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .ad\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .ad\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .ad\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .ad\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .ad\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .ad\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .ad\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .ad\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .ad\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .ad\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .ad\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .ad\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .ad\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .ad\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .ad\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .ad\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .ad\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .ad\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .ad\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .ad\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .ad\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .ad\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .ad\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .ad\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .ad\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .ad\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .ad\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .ad\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .ad\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .ad\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .ad\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .ad\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .ad\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .ad\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .ad\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .ad\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .ad\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .ad\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .ad\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .ad\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .ad\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .ad\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .ad\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .ad\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .ad\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .ad\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .ad\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .ad\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .ad\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .ad\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .ad\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .ad\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .ad\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .ad\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .ad\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .ad\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .ad\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .ad\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .ad\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .ad\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .ad\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .ad\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .ad\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .ad\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .ad\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .ad\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .ad\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .ad\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .ad\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .ad\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .ad\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .ad\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .ad\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .ad\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .ad\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .ad\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .ad\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .ad\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .ad\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .ad\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .ad\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .ad\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .ad\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .ad\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .ad\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .ad\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .ad\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .ad\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .ad\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .ad\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .ad\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .ad\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .ad\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .ad\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .ad\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .ad\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .ad\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .ad\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .ad\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .ad\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .ad\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .ad\:mt-0 {
    margin-top: 0 !important;
  }

  .ad\:mr-0 {
    margin-right: 0 !important;
  }

  .ad\:mb-0 {
    margin-bottom: 0 !important;
  }

  .ad\:ml-0 {
    margin-left: 0 !important;
  }

  .ad\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .ad\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .ad\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .ad\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .ad\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .ad\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .ad\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .ad\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .ad\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .ad\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .ad\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .ad\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .ad\:mt-4 {
    margin-top: 1rem !important;
  }

  .ad\:mr-4 {
    margin-right: 1rem !important;
  }

  .ad\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .ad\:ml-4 {
    margin-left: 1rem !important;
  }

  .ad\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .ad\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .ad\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .ad\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .ad\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .ad\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .ad\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .ad\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .ad\:mt-8 {
    margin-top: 2rem !important;
  }

  .ad\:mr-8 {
    margin-right: 2rem !important;
  }

  .ad\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .ad\:ml-8 {
    margin-left: 2rem !important;
  }

  .ad\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .ad\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .ad\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .ad\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .ad\:mt-12 {
    margin-top: 3rem !important;
  }

  .ad\:mr-12 {
    margin-right: 3rem !important;
  }

  .ad\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .ad\:ml-12 {
    margin-left: 3rem !important;
  }

  .ad\:mt-16 {
    margin-top: 4rem !important;
  }

  .ad\:mr-16 {
    margin-right: 4rem !important;
  }

  .ad\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .ad\:ml-16 {
    margin-left: 4rem !important;
  }

  .ad\:mt-20 {
    margin-top: 5rem !important;
  }

  .ad\:mr-20 {
    margin-right: 5rem !important;
  }

  .ad\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .ad\:ml-20 {
    margin-left: 5rem !important;
  }

  .ad\:mt-24 {
    margin-top: 6rem !important;
  }

  .ad\:mr-24 {
    margin-right: 6rem !important;
  }

  .ad\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .ad\:ml-24 {
    margin-left: 6rem !important;
  }

  .ad\:mt-32 {
    margin-top: 8rem !important;
  }

  .ad\:mr-32 {
    margin-right: 8rem !important;
  }

  .ad\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .ad\:ml-32 {
    margin-left: 8rem !important;
  }

  .ad\:mt-40 {
    margin-top: 10rem !important;
  }

  .ad\:mr-40 {
    margin-right: 10rem !important;
  }

  .ad\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .ad\:ml-40 {
    margin-left: 10rem !important;
  }

  .ad\:mt-48 {
    margin-top: 12rem !important;
  }

  .ad\:mr-48 {
    margin-right: 12rem !important;
  }

  .ad\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .ad\:ml-48 {
    margin-left: 12rem !important;
  }

  .ad\:mt-56 {
    margin-top: 14rem !important;
  }

  .ad\:mr-56 {
    margin-right: 14rem !important;
  }

  .ad\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .ad\:ml-56 {
    margin-left: 14rem !important;
  }

  .ad\:mt-64 {
    margin-top: 16rem !important;
  }

  .ad\:mr-64 {
    margin-right: 16rem !important;
  }

  .ad\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .ad\:ml-64 {
    margin-left: 16rem !important;
  }

  .ad\:mt-auto {
    margin-top: auto !important;
  }

  .ad\:mr-auto {
    margin-right: auto !important;
  }

  .ad\:mb-auto {
    margin-bottom: auto !important;
  }

  .ad\:ml-auto {
    margin-left: auto !important;
  }

  .ad\:mt-px {
    margin-top: 1px !important;
  }

  .ad\:mr-px {
    margin-right: 1px !important;
  }

  .ad\:mb-px {
    margin-bottom: 1px !important;
  }

  .ad\:ml-px {
    margin-left: 1px !important;
  }

  .ad\:mt-1\/2 {
    margin-top: 50% !important;
  }

  .ad\:mr-1\/2 {
    margin-right: 50% !important;
  }

  .ad\:mb-1\/2 {
    margin-bottom: 50% !important;
  }

  .ad\:ml-1\/2 {
    margin-left: 50% !important;
  }

  .ad\:mt-1\/3 {
    margin-top: 33.333333% !important;
  }

  .ad\:mr-1\/3 {
    margin-right: 33.333333% !important;
  }

  .ad\:mb-1\/3 {
    margin-bottom: 33.333333% !important;
  }

  .ad\:ml-1\/3 {
    margin-left: 33.333333% !important;
  }

  .ad\:mt-2\/3 {
    margin-top: 66.666667% !important;
  }

  .ad\:mr-2\/3 {
    margin-right: 66.666667% !important;
  }

  .ad\:mb-2\/3 {
    margin-bottom: 66.666667% !important;
  }

  .ad\:ml-2\/3 {
    margin-left: 66.666667% !important;
  }

  .ad\:mt-1\/4 {
    margin-top: 25% !important;
  }

  .ad\:mr-1\/4 {
    margin-right: 25% !important;
  }

  .ad\:mb-1\/4 {
    margin-bottom: 25% !important;
  }

  .ad\:ml-1\/4 {
    margin-left: 25% !important;
  }

  .ad\:mt-2\/4 {
    margin-top: 50% !important;
  }

  .ad\:mr-2\/4 {
    margin-right: 50% !important;
  }

  .ad\:mb-2\/4 {
    margin-bottom: 50% !important;
  }

  .ad\:ml-2\/4 {
    margin-left: 50% !important;
  }

  .ad\:mt-3\/4 {
    margin-top: 75% !important;
  }

  .ad\:mr-3\/4 {
    margin-right: 75% !important;
  }

  .ad\:mb-3\/4 {
    margin-bottom: 75% !important;
  }

  .ad\:ml-3\/4 {
    margin-left: 75% !important;
  }

  .ad\:mt-1\/5 {
    margin-top: 20% !important;
  }

  .ad\:mr-1\/5 {
    margin-right: 20% !important;
  }

  .ad\:mb-1\/5 {
    margin-bottom: 20% !important;
  }

  .ad\:ml-1\/5 {
    margin-left: 20% !important;
  }

  .ad\:mt-2\/5 {
    margin-top: 40% !important;
  }

  .ad\:mr-2\/5 {
    margin-right: 40% !important;
  }

  .ad\:mb-2\/5 {
    margin-bottom: 40% !important;
  }

  .ad\:ml-2\/5 {
    margin-left: 40% !important;
  }

  .ad\:mt-3\/5 {
    margin-top: 60% !important;
  }

  .ad\:mr-3\/5 {
    margin-right: 60% !important;
  }

  .ad\:mb-3\/5 {
    margin-bottom: 60% !important;
  }

  .ad\:ml-3\/5 {
    margin-left: 60% !important;
  }

  .ad\:mt-4\/5 {
    margin-top: 80% !important;
  }

  .ad\:mr-4\/5 {
    margin-right: 80% !important;
  }

  .ad\:mb-4\/5 {
    margin-bottom: 80% !important;
  }

  .ad\:ml-4\/5 {
    margin-left: 80% !important;
  }

  .ad\:mt-1\/6 {
    margin-top: 16.666667% !important;
  }

  .ad\:mr-1\/6 {
    margin-right: 16.666667% !important;
  }

  .ad\:mb-1\/6 {
    margin-bottom: 16.666667% !important;
  }

  .ad\:ml-1\/6 {
    margin-left: 16.666667% !important;
  }

  .ad\:mt-2\/6 {
    margin-top: 33.333333% !important;
  }

  .ad\:mr-2\/6 {
    margin-right: 33.333333% !important;
  }

  .ad\:mb-2\/6 {
    margin-bottom: 33.333333% !important;
  }

  .ad\:ml-2\/6 {
    margin-left: 33.333333% !important;
  }

  .ad\:mt-3\/6 {
    margin-top: 50% !important;
  }

  .ad\:mr-3\/6 {
    margin-right: 50% !important;
  }

  .ad\:mb-3\/6 {
    margin-bottom: 50% !important;
  }

  .ad\:ml-3\/6 {
    margin-left: 50% !important;
  }

  .ad\:mt-4\/6 {
    margin-top: 66.666667% !important;
  }

  .ad\:mr-4\/6 {
    margin-right: 66.666667% !important;
  }

  .ad\:mb-4\/6 {
    margin-bottom: 66.666667% !important;
  }

  .ad\:ml-4\/6 {
    margin-left: 66.666667% !important;
  }

  .ad\:mt-5\/6 {
    margin-top: 83.333333% !important;
  }

  .ad\:mr-5\/6 {
    margin-right: 83.333333% !important;
  }

  .ad\:mb-5\/6 {
    margin-bottom: 83.333333% !important;
  }

  .ad\:ml-5\/6 {
    margin-left: 83.333333% !important;
  }

  .ad\:mt-1\/12 {
    margin-top: 8.333333% !important;
  }

  .ad\:mr-1\/12 {
    margin-right: 8.333333% !important;
  }

  .ad\:mb-1\/12 {
    margin-bottom: 8.333333% !important;
  }

  .ad\:ml-1\/12 {
    margin-left: 8.333333% !important;
  }

  .ad\:mt-2\/12 {
    margin-top: 16.666667% !important;
  }

  .ad\:mr-2\/12 {
    margin-right: 16.666667% !important;
  }

  .ad\:mb-2\/12 {
    margin-bottom: 16.666667% !important;
  }

  .ad\:ml-2\/12 {
    margin-left: 16.666667% !important;
  }

  .ad\:mt-3\/12 {
    margin-top: 25% !important;
  }

  .ad\:mr-3\/12 {
    margin-right: 25% !important;
  }

  .ad\:mb-3\/12 {
    margin-bottom: 25% !important;
  }

  .ad\:ml-3\/12 {
    margin-left: 25% !important;
  }

  .ad\:mt-4\/12 {
    margin-top: 33.333333% !important;
  }

  .ad\:mr-4\/12 {
    margin-right: 33.333333% !important;
  }

  .ad\:mb-4\/12 {
    margin-bottom: 33.333333% !important;
  }

  .ad\:ml-4\/12 {
    margin-left: 33.333333% !important;
  }

  .ad\:mt-5\/12 {
    margin-top: 41.666667% !important;
  }

  .ad\:mr-5\/12 {
    margin-right: 41.666667% !important;
  }

  .ad\:mb-5\/12 {
    margin-bottom: 41.666667% !important;
  }

  .ad\:ml-5\/12 {
    margin-left: 41.666667% !important;
  }

  .ad\:mt-6\/12 {
    margin-top: 50% !important;
  }

  .ad\:mr-6\/12 {
    margin-right: 50% !important;
  }

  .ad\:mb-6\/12 {
    margin-bottom: 50% !important;
  }

  .ad\:ml-6\/12 {
    margin-left: 50% !important;
  }

  .ad\:mt-7\/12 {
    margin-top: 58.333333% !important;
  }

  .ad\:mr-7\/12 {
    margin-right: 58.333333% !important;
  }

  .ad\:mb-7\/12 {
    margin-bottom: 58.333333% !important;
  }

  .ad\:ml-7\/12 {
    margin-left: 58.333333% !important;
  }

  .ad\:mt-8\/12 {
    margin-top: 66.666667% !important;
  }

  .ad\:mr-8\/12 {
    margin-right: 66.666667% !important;
  }

  .ad\:mb-8\/12 {
    margin-bottom: 66.666667% !important;
  }

  .ad\:ml-8\/12 {
    margin-left: 66.666667% !important;
  }

  .ad\:mt-9\/12 {
    margin-top: 75% !important;
  }

  .ad\:mr-9\/12 {
    margin-right: 75% !important;
  }

  .ad\:mb-9\/12 {
    margin-bottom: 75% !important;
  }

  .ad\:ml-9\/12 {
    margin-left: 75% !important;
  }

  .ad\:mt-10\/12 {
    margin-top: 83.333333% !important;
  }

  .ad\:mr-10\/12 {
    margin-right: 83.333333% !important;
  }

  .ad\:mb-10\/12 {
    margin-bottom: 83.333333% !important;
  }

  .ad\:ml-10\/12 {
    margin-left: 83.333333% !important;
  }

  .ad\:mt-11\/12 {
    margin-top: 91.666667% !important;
  }

  .ad\:mr-11\/12 {
    margin-right: 91.666667% !important;
  }

  .ad\:mb-11\/12 {
    margin-bottom: 91.666667% !important;
  }

  .ad\:ml-11\/12 {
    margin-left: 91.666667% !important;
  }

  .ad\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .ad\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .ad\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .ad\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .ad\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .ad\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .ad\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .ad\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .ad\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .ad\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .ad\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .ad\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .ad\:-mt-4 {
    margin-top: -1rem !important;
  }

  .ad\:-mr-4 {
    margin-right: -1rem !important;
  }

  .ad\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .ad\:-ml-4 {
    margin-left: -1rem !important;
  }

  .ad\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .ad\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .ad\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .ad\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .ad\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .ad\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .ad\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .ad\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .ad\:-mt-8 {
    margin-top: -2rem !important;
  }

  .ad\:-mr-8 {
    margin-right: -2rem !important;
  }

  .ad\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .ad\:-ml-8 {
    margin-left: -2rem !important;
  }

  .ad\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .ad\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .ad\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .ad\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .ad\:-mt-12 {
    margin-top: -3rem !important;
  }

  .ad\:-mr-12 {
    margin-right: -3rem !important;
  }

  .ad\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .ad\:-ml-12 {
    margin-left: -3rem !important;
  }

  .ad\:-mt-16 {
    margin-top: -4rem !important;
  }

  .ad\:-mr-16 {
    margin-right: -4rem !important;
  }

  .ad\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .ad\:-ml-16 {
    margin-left: -4rem !important;
  }

  .ad\:-mt-20 {
    margin-top: -5rem !important;
  }

  .ad\:-mr-20 {
    margin-right: -5rem !important;
  }

  .ad\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .ad\:-ml-20 {
    margin-left: -5rem !important;
  }

  .ad\:-mt-24 {
    margin-top: -6rem !important;
  }

  .ad\:-mr-24 {
    margin-right: -6rem !important;
  }

  .ad\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .ad\:-ml-24 {
    margin-left: -6rem !important;
  }

  .ad\:-mt-32 {
    margin-top: -8rem !important;
  }

  .ad\:-mr-32 {
    margin-right: -8rem !important;
  }

  .ad\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .ad\:-ml-32 {
    margin-left: -8rem !important;
  }

  .ad\:-mt-40 {
    margin-top: -10rem !important;
  }

  .ad\:-mr-40 {
    margin-right: -10rem !important;
  }

  .ad\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .ad\:-ml-40 {
    margin-left: -10rem !important;
  }

  .ad\:-mt-48 {
    margin-top: -12rem !important;
  }

  .ad\:-mr-48 {
    margin-right: -12rem !important;
  }

  .ad\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .ad\:-ml-48 {
    margin-left: -12rem !important;
  }

  .ad\:-mt-56 {
    margin-top: -14rem !important;
  }

  .ad\:-mr-56 {
    margin-right: -14rem !important;
  }

  .ad\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .ad\:-ml-56 {
    margin-left: -14rem !important;
  }

  .ad\:-mt-64 {
    margin-top: -16rem !important;
  }

  .ad\:-mr-64 {
    margin-right: -16rem !important;
  }

  .ad\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .ad\:-ml-64 {
    margin-left: -16rem !important;
  }

  .ad\:-mt-px {
    margin-top: -1px !important;
  }

  .ad\:-mr-px {
    margin-right: -1px !important;
  }

  .ad\:-mb-px {
    margin-bottom: -1px !important;
  }

  .ad\:-ml-px {
    margin-left: -1px !important;
  }

  .ad\:-mt-1\/2 {
    margin-top: -50% !important;
  }

  .ad\:-mr-1\/2 {
    margin-right: -50% !important;
  }

  .ad\:-mb-1\/2 {
    margin-bottom: -50% !important;
  }

  .ad\:-ml-1\/2 {
    margin-left: -50% !important;
  }

  .ad\:-mt-1\/3 {
    margin-top: -33.33333% !important;
  }

  .ad\:-mr-1\/3 {
    margin-right: -33.33333% !important;
  }

  .ad\:-mb-1\/3 {
    margin-bottom: -33.33333% !important;
  }

  .ad\:-ml-1\/3 {
    margin-left: -33.33333% !important;
  }

  .ad\:-mt-2\/3 {
    margin-top: -66.66667% !important;
  }

  .ad\:-mr-2\/3 {
    margin-right: -66.66667% !important;
  }

  .ad\:-mb-2\/3 {
    margin-bottom: -66.66667% !important;
  }

  .ad\:-ml-2\/3 {
    margin-left: -66.66667% !important;
  }

  .ad\:-mt-1\/4 {
    margin-top: -25% !important;
  }

  .ad\:-mr-1\/4 {
    margin-right: -25% !important;
  }

  .ad\:-mb-1\/4 {
    margin-bottom: -25% !important;
  }

  .ad\:-ml-1\/4 {
    margin-left: -25% !important;
  }

  .ad\:-mt-2\/4 {
    margin-top: -50% !important;
  }

  .ad\:-mr-2\/4 {
    margin-right: -50% !important;
  }

  .ad\:-mb-2\/4 {
    margin-bottom: -50% !important;
  }

  .ad\:-ml-2\/4 {
    margin-left: -50% !important;
  }

  .ad\:-mt-3\/4 {
    margin-top: -75% !important;
  }

  .ad\:-mr-3\/4 {
    margin-right: -75% !important;
  }

  .ad\:-mb-3\/4 {
    margin-bottom: -75% !important;
  }

  .ad\:-ml-3\/4 {
    margin-left: -75% !important;
  }

  .ad\:-mt-1\/5 {
    margin-top: -20% !important;
  }

  .ad\:-mr-1\/5 {
    margin-right: -20% !important;
  }

  .ad\:-mb-1\/5 {
    margin-bottom: -20% !important;
  }

  .ad\:-ml-1\/5 {
    margin-left: -20% !important;
  }

  .ad\:-mt-2\/5 {
    margin-top: -40% !important;
  }

  .ad\:-mr-2\/5 {
    margin-right: -40% !important;
  }

  .ad\:-mb-2\/5 {
    margin-bottom: -40% !important;
  }

  .ad\:-ml-2\/5 {
    margin-left: -40% !important;
  }

  .ad\:-mt-3\/5 {
    margin-top: -60% !important;
  }

  .ad\:-mr-3\/5 {
    margin-right: -60% !important;
  }

  .ad\:-mb-3\/5 {
    margin-bottom: -60% !important;
  }

  .ad\:-ml-3\/5 {
    margin-left: -60% !important;
  }

  .ad\:-mt-4\/5 {
    margin-top: -80% !important;
  }

  .ad\:-mr-4\/5 {
    margin-right: -80% !important;
  }

  .ad\:-mb-4\/5 {
    margin-bottom: -80% !important;
  }

  .ad\:-ml-4\/5 {
    margin-left: -80% !important;
  }

  .ad\:-mt-1\/6 {
    margin-top: -16.66667% !important;
  }

  .ad\:-mr-1\/6 {
    margin-right: -16.66667% !important;
  }

  .ad\:-mb-1\/6 {
    margin-bottom: -16.66667% !important;
  }

  .ad\:-ml-1\/6 {
    margin-left: -16.66667% !important;
  }

  .ad\:-mt-2\/6 {
    margin-top: -33.33333% !important;
  }

  .ad\:-mr-2\/6 {
    margin-right: -33.33333% !important;
  }

  .ad\:-mb-2\/6 {
    margin-bottom: -33.33333% !important;
  }

  .ad\:-ml-2\/6 {
    margin-left: -33.33333% !important;
  }

  .ad\:-mt-3\/6 {
    margin-top: -50% !important;
  }

  .ad\:-mr-3\/6 {
    margin-right: -50% !important;
  }

  .ad\:-mb-3\/6 {
    margin-bottom: -50% !important;
  }

  .ad\:-ml-3\/6 {
    margin-left: -50% !important;
  }

  .ad\:-mt-4\/6 {
    margin-top: -66.66667% !important;
  }

  .ad\:-mr-4\/6 {
    margin-right: -66.66667% !important;
  }

  .ad\:-mb-4\/6 {
    margin-bottom: -66.66667% !important;
  }

  .ad\:-ml-4\/6 {
    margin-left: -66.66667% !important;
  }

  .ad\:-mt-5\/6 {
    margin-top: -83.33333% !important;
  }

  .ad\:-mr-5\/6 {
    margin-right: -83.33333% !important;
  }

  .ad\:-mb-5\/6 {
    margin-bottom: -83.33333% !important;
  }

  .ad\:-ml-5\/6 {
    margin-left: -83.33333% !important;
  }

  .ad\:-mt-1\/12 {
    margin-top: -8.33333% !important;
  }

  .ad\:-mr-1\/12 {
    margin-right: -8.33333% !important;
  }

  .ad\:-mb-1\/12 {
    margin-bottom: -8.33333% !important;
  }

  .ad\:-ml-1\/12 {
    margin-left: -8.33333% !important;
  }

  .ad\:-mt-2\/12 {
    margin-top: -16.66667% !important;
  }

  .ad\:-mr-2\/12 {
    margin-right: -16.66667% !important;
  }

  .ad\:-mb-2\/12 {
    margin-bottom: -16.66667% !important;
  }

  .ad\:-ml-2\/12 {
    margin-left: -16.66667% !important;
  }

  .ad\:-mt-3\/12 {
    margin-top: -25% !important;
  }

  .ad\:-mr-3\/12 {
    margin-right: -25% !important;
  }

  .ad\:-mb-3\/12 {
    margin-bottom: -25% !important;
  }

  .ad\:-ml-3\/12 {
    margin-left: -25% !important;
  }

  .ad\:-mt-4\/12 {
    margin-top: -33.33333% !important;
  }

  .ad\:-mr-4\/12 {
    margin-right: -33.33333% !important;
  }

  .ad\:-mb-4\/12 {
    margin-bottom: -33.33333% !important;
  }

  .ad\:-ml-4\/12 {
    margin-left: -33.33333% !important;
  }

  .ad\:-mt-5\/12 {
    margin-top: -41.66667% !important;
  }

  .ad\:-mr-5\/12 {
    margin-right: -41.66667% !important;
  }

  .ad\:-mb-5\/12 {
    margin-bottom: -41.66667% !important;
  }

  .ad\:-ml-5\/12 {
    margin-left: -41.66667% !important;
  }

  .ad\:-mt-6\/12 {
    margin-top: -50% !important;
  }

  .ad\:-mr-6\/12 {
    margin-right: -50% !important;
  }

  .ad\:-mb-6\/12 {
    margin-bottom: -50% !important;
  }

  .ad\:-ml-6\/12 {
    margin-left: -50% !important;
  }

  .ad\:-mt-7\/12 {
    margin-top: -58.33333% !important;
  }

  .ad\:-mr-7\/12 {
    margin-right: -58.33333% !important;
  }

  .ad\:-mb-7\/12 {
    margin-bottom: -58.33333% !important;
  }

  .ad\:-ml-7\/12 {
    margin-left: -58.33333% !important;
  }

  .ad\:-mt-8\/12 {
    margin-top: -66.66667% !important;
  }

  .ad\:-mr-8\/12 {
    margin-right: -66.66667% !important;
  }

  .ad\:-mb-8\/12 {
    margin-bottom: -66.66667% !important;
  }

  .ad\:-ml-8\/12 {
    margin-left: -66.66667% !important;
  }

  .ad\:-mt-9\/12 {
    margin-top: -75% !important;
  }

  .ad\:-mr-9\/12 {
    margin-right: -75% !important;
  }

  .ad\:-mb-9\/12 {
    margin-bottom: -75% !important;
  }

  .ad\:-ml-9\/12 {
    margin-left: -75% !important;
  }

  .ad\:-mt-10\/12 {
    margin-top: -83.33333% !important;
  }

  .ad\:-mr-10\/12 {
    margin-right: -83.33333% !important;
  }

  .ad\:-mb-10\/12 {
    margin-bottom: -83.33333% !important;
  }

  .ad\:-ml-10\/12 {
    margin-left: -83.33333% !important;
  }

  .ad\:-mt-11\/12 {
    margin-top: -91.66667% !important;
  }

  .ad\:-mr-11\/12 {
    margin-right: -91.66667% !important;
  }

  .ad\:-mb-11\/12 {
    margin-bottom: -91.66667% !important;
  }

  .ad\:-ml-11\/12 {
    margin-left: -91.66667% !important;
  }

  .ad\:max-h-full {
    max-height: 100% !important;
  }

  .ad\:max-h-screen {
    max-height: 100vh !important;
  }

  .ad\:max-w-1\/4 {
    max-width: 25% !important;
  }

  .ad\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .ad\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .ad\:min-h-0 {
    min-height: 0 !important;
  }

  .ad\:min-h-full {
    min-height: 100% !important;
  }

  .ad\:min-h-screen {
    min-height: 100vh !important;
  }

  .ad\:min-w-0 {
    min-width: 0 !important;
  }

  .ad\:min-w-full {
    min-width: 100% !important;
  }

  .ad\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .ad\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .ad\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .ad\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .ad\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .ad\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .ad\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .ad\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .ad\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .ad\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .ad\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .ad\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .ad\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .ad\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .ad\:opacity-0 {
    opacity: 0 !important;
  }

  .ad\:opacity-25 {
    opacity: 0.25 !important;
  }

  .ad\:opacity-50 {
    opacity: 0.5 !important;
  }

  .ad\:opacity-75 {
    opacity: 0.75 !important;
  }

  .ad\:opacity-100 {
    opacity: 1 !important;
  }

  .ad\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .ad\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .ad\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .ad\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .ad\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .ad\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .ad\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .ad\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .ad\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .ad\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .ad\:outline-none {
    outline: 0 !important;
  }

  .ad\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .ad\:overflow-auto {
    overflow: auto !important;
  }

  .ad\:overflow-hidden {
    overflow: hidden !important;
  }

  .ad\:overflow-visible {
    overflow: visible !important;
  }

  .ad\:overflow-scroll {
    overflow: scroll !important;
  }

  .ad\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .ad\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .ad\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .ad\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .ad\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .ad\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .ad\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .ad\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .ad\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .ad\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .ad\:p-0 {
    padding: 0 !important;
  }

  .ad\:p-1 {
    padding: 0.25rem !important;
  }

  .ad\:p-2 {
    padding: 0.5rem !important;
  }

  .ad\:p-3 {
    padding: 0.75rem !important;
  }

  .ad\:p-4 {
    padding: 1rem !important;
  }

  .ad\:p-5 {
    padding: 1.25rem !important;
  }

  .ad\:p-6 {
    padding: 1.5rem !important;
  }

  .ad\:p-8 {
    padding: 2rem !important;
  }

  .ad\:p-10 {
    padding: 2.5rem !important;
  }

  .ad\:p-12 {
    padding: 3rem !important;
  }

  .ad\:p-16 {
    padding: 4rem !important;
  }

  .ad\:p-20 {
    padding: 5rem !important;
  }

  .ad\:p-24 {
    padding: 6rem !important;
  }

  .ad\:p-32 {
    padding: 8rem !important;
  }

  .ad\:p-40 {
    padding: 10rem !important;
  }

  .ad\:p-48 {
    padding: 12rem !important;
  }

  .ad\:p-56 {
    padding: 14rem !important;
  }

  .ad\:p-64 {
    padding: 16rem !important;
  }

  .ad\:p-px {
    padding: 1px !important;
  }

  .ad\:p-1\/2 {
    padding: 50% !important;
  }

  .ad\:p-1\/3 {
    padding: 33.333333% !important;
  }

  .ad\:p-2\/3 {
    padding: 66.666667% !important;
  }

  .ad\:p-1\/4 {
    padding: 25% !important;
  }

  .ad\:p-2\/4 {
    padding: 50% !important;
  }

  .ad\:p-3\/4 {
    padding: 75% !important;
  }

  .ad\:p-1\/5 {
    padding: 20% !important;
  }

  .ad\:p-2\/5 {
    padding: 40% !important;
  }

  .ad\:p-3\/5 {
    padding: 60% !important;
  }

  .ad\:p-4\/5 {
    padding: 80% !important;
  }

  .ad\:p-1\/6 {
    padding: 16.666667% !important;
  }

  .ad\:p-2\/6 {
    padding: 33.333333% !important;
  }

  .ad\:p-3\/6 {
    padding: 50% !important;
  }

  .ad\:p-4\/6 {
    padding: 66.666667% !important;
  }

  .ad\:p-5\/6 {
    padding: 83.333333% !important;
  }

  .ad\:p-1\/12 {
    padding: 8.333333% !important;
  }

  .ad\:p-2\/12 {
    padding: 16.666667% !important;
  }

  .ad\:p-3\/12 {
    padding: 25% !important;
  }

  .ad\:p-4\/12 {
    padding: 33.333333% !important;
  }

  .ad\:p-5\/12 {
    padding: 41.666667% !important;
  }

  .ad\:p-6\/12 {
    padding: 50% !important;
  }

  .ad\:p-7\/12 {
    padding: 58.333333% !important;
  }

  .ad\:p-8\/12 {
    padding: 66.666667% !important;
  }

  .ad\:p-9\/12 {
    padding: 75% !important;
  }

  .ad\:p-10\/12 {
    padding: 83.333333% !important;
  }

  .ad\:p-11\/12 {
    padding: 91.666667% !important;
  }

  .ad\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ad\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ad\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .ad\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .ad\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .ad\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .ad\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .ad\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .ad\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .ad\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .ad\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .ad\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .ad\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .ad\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .ad\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .ad\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .ad\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .ad\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .ad\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .ad\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .ad\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .ad\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .ad\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .ad\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .ad\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .ad\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .ad\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .ad\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .ad\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .ad\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .ad\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .ad\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .ad\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .ad\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .ad\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .ad\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .ad\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .ad\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .ad\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .ad\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .ad\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .ad\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .ad\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .ad\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .ad\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .ad\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .ad\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .ad\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .ad\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .ad\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .ad\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .ad\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .ad\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .ad\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .ad\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .ad\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .ad\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .ad\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .ad\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .ad\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .ad\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .ad\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .ad\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .ad\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .ad\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .ad\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .ad\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .ad\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .ad\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .ad\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .ad\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .ad\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .ad\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .ad\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .ad\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .ad\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .ad\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .ad\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .ad\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .ad\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .ad\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .ad\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .ad\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .ad\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .ad\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .ad\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .ad\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .ad\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .ad\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .ad\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .ad\:pt-0 {
    padding-top: 0 !important;
  }

  .ad\:pr-0 {
    padding-right: 0 !important;
  }

  .ad\:pb-0 {
    padding-bottom: 0 !important;
  }

  .ad\:pl-0 {
    padding-left: 0 !important;
  }

  .ad\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .ad\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .ad\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .ad\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .ad\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .ad\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .ad\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .ad\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .ad\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .ad\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .ad\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .ad\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .ad\:pt-4 {
    padding-top: 1rem !important;
  }

  .ad\:pr-4 {
    padding-right: 1rem !important;
  }

  .ad\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .ad\:pl-4 {
    padding-left: 1rem !important;
  }

  .ad\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .ad\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .ad\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .ad\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .ad\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .ad\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .ad\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .ad\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .ad\:pt-8 {
    padding-top: 2rem !important;
  }

  .ad\:pr-8 {
    padding-right: 2rem !important;
  }

  .ad\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .ad\:pl-8 {
    padding-left: 2rem !important;
  }

  .ad\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .ad\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .ad\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .ad\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .ad\:pt-12 {
    padding-top: 3rem !important;
  }

  .ad\:pr-12 {
    padding-right: 3rem !important;
  }

  .ad\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .ad\:pl-12 {
    padding-left: 3rem !important;
  }

  .ad\:pt-16 {
    padding-top: 4rem !important;
  }

  .ad\:pr-16 {
    padding-right: 4rem !important;
  }

  .ad\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .ad\:pl-16 {
    padding-left: 4rem !important;
  }

  .ad\:pt-20 {
    padding-top: 5rem !important;
  }

  .ad\:pr-20 {
    padding-right: 5rem !important;
  }

  .ad\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .ad\:pl-20 {
    padding-left: 5rem !important;
  }

  .ad\:pt-24 {
    padding-top: 6rem !important;
  }

  .ad\:pr-24 {
    padding-right: 6rem !important;
  }

  .ad\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .ad\:pl-24 {
    padding-left: 6rem !important;
  }

  .ad\:pt-32 {
    padding-top: 8rem !important;
  }

  .ad\:pr-32 {
    padding-right: 8rem !important;
  }

  .ad\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .ad\:pl-32 {
    padding-left: 8rem !important;
  }

  .ad\:pt-40 {
    padding-top: 10rem !important;
  }

  .ad\:pr-40 {
    padding-right: 10rem !important;
  }

  .ad\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .ad\:pl-40 {
    padding-left: 10rem !important;
  }

  .ad\:pt-48 {
    padding-top: 12rem !important;
  }

  .ad\:pr-48 {
    padding-right: 12rem !important;
  }

  .ad\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .ad\:pl-48 {
    padding-left: 12rem !important;
  }

  .ad\:pt-56 {
    padding-top: 14rem !important;
  }

  .ad\:pr-56 {
    padding-right: 14rem !important;
  }

  .ad\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .ad\:pl-56 {
    padding-left: 14rem !important;
  }

  .ad\:pt-64 {
    padding-top: 16rem !important;
  }

  .ad\:pr-64 {
    padding-right: 16rem !important;
  }

  .ad\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .ad\:pl-64 {
    padding-left: 16rem !important;
  }

  .ad\:pt-px {
    padding-top: 1px !important;
  }

  .ad\:pr-px {
    padding-right: 1px !important;
  }

  .ad\:pb-px {
    padding-bottom: 1px !important;
  }

  .ad\:pl-px {
    padding-left: 1px !important;
  }

  .ad\:pt-1\/2 {
    padding-top: 50% !important;
  }

  .ad\:pr-1\/2 {
    padding-right: 50% !important;
  }

  .ad\:pb-1\/2 {
    padding-bottom: 50% !important;
  }

  .ad\:pl-1\/2 {
    padding-left: 50% !important;
  }

  .ad\:pt-1\/3 {
    padding-top: 33.333333% !important;
  }

  .ad\:pr-1\/3 {
    padding-right: 33.333333% !important;
  }

  .ad\:pb-1\/3 {
    padding-bottom: 33.333333% !important;
  }

  .ad\:pl-1\/3 {
    padding-left: 33.333333% !important;
  }

  .ad\:pt-2\/3 {
    padding-top: 66.666667% !important;
  }

  .ad\:pr-2\/3 {
    padding-right: 66.666667% !important;
  }

  .ad\:pb-2\/3 {
    padding-bottom: 66.666667% !important;
  }

  .ad\:pl-2\/3 {
    padding-left: 66.666667% !important;
  }

  .ad\:pt-1\/4 {
    padding-top: 25% !important;
  }

  .ad\:pr-1\/4 {
    padding-right: 25% !important;
  }

  .ad\:pb-1\/4 {
    padding-bottom: 25% !important;
  }

  .ad\:pl-1\/4 {
    padding-left: 25% !important;
  }

  .ad\:pt-2\/4 {
    padding-top: 50% !important;
  }

  .ad\:pr-2\/4 {
    padding-right: 50% !important;
  }

  .ad\:pb-2\/4 {
    padding-bottom: 50% !important;
  }

  .ad\:pl-2\/4 {
    padding-left: 50% !important;
  }

  .ad\:pt-3\/4 {
    padding-top: 75% !important;
  }

  .ad\:pr-3\/4 {
    padding-right: 75% !important;
  }

  .ad\:pb-3\/4 {
    padding-bottom: 75% !important;
  }

  .ad\:pl-3\/4 {
    padding-left: 75% !important;
  }

  .ad\:pt-1\/5 {
    padding-top: 20% !important;
  }

  .ad\:pr-1\/5 {
    padding-right: 20% !important;
  }

  .ad\:pb-1\/5 {
    padding-bottom: 20% !important;
  }

  .ad\:pl-1\/5 {
    padding-left: 20% !important;
  }

  .ad\:pt-2\/5 {
    padding-top: 40% !important;
  }

  .ad\:pr-2\/5 {
    padding-right: 40% !important;
  }

  .ad\:pb-2\/5 {
    padding-bottom: 40% !important;
  }

  .ad\:pl-2\/5 {
    padding-left: 40% !important;
  }

  .ad\:pt-3\/5 {
    padding-top: 60% !important;
  }

  .ad\:pr-3\/5 {
    padding-right: 60% !important;
  }

  .ad\:pb-3\/5 {
    padding-bottom: 60% !important;
  }

  .ad\:pl-3\/5 {
    padding-left: 60% !important;
  }

  .ad\:pt-4\/5 {
    padding-top: 80% !important;
  }

  .ad\:pr-4\/5 {
    padding-right: 80% !important;
  }

  .ad\:pb-4\/5 {
    padding-bottom: 80% !important;
  }

  .ad\:pl-4\/5 {
    padding-left: 80% !important;
  }

  .ad\:pt-1\/6 {
    padding-top: 16.666667% !important;
  }

  .ad\:pr-1\/6 {
    padding-right: 16.666667% !important;
  }

  .ad\:pb-1\/6 {
    padding-bottom: 16.666667% !important;
  }

  .ad\:pl-1\/6 {
    padding-left: 16.666667% !important;
  }

  .ad\:pt-2\/6 {
    padding-top: 33.333333% !important;
  }

  .ad\:pr-2\/6 {
    padding-right: 33.333333% !important;
  }

  .ad\:pb-2\/6 {
    padding-bottom: 33.333333% !important;
  }

  .ad\:pl-2\/6 {
    padding-left: 33.333333% !important;
  }

  .ad\:pt-3\/6 {
    padding-top: 50% !important;
  }

  .ad\:pr-3\/6 {
    padding-right: 50% !important;
  }

  .ad\:pb-3\/6 {
    padding-bottom: 50% !important;
  }

  .ad\:pl-3\/6 {
    padding-left: 50% !important;
  }

  .ad\:pt-4\/6 {
    padding-top: 66.666667% !important;
  }

  .ad\:pr-4\/6 {
    padding-right: 66.666667% !important;
  }

  .ad\:pb-4\/6 {
    padding-bottom: 66.666667% !important;
  }

  .ad\:pl-4\/6 {
    padding-left: 66.666667% !important;
  }

  .ad\:pt-5\/6 {
    padding-top: 83.333333% !important;
  }

  .ad\:pr-5\/6 {
    padding-right: 83.333333% !important;
  }

  .ad\:pb-5\/6 {
    padding-bottom: 83.333333% !important;
  }

  .ad\:pl-5\/6 {
    padding-left: 83.333333% !important;
  }

  .ad\:pt-1\/12 {
    padding-top: 8.333333% !important;
  }

  .ad\:pr-1\/12 {
    padding-right: 8.333333% !important;
  }

  .ad\:pb-1\/12 {
    padding-bottom: 8.333333% !important;
  }

  .ad\:pl-1\/12 {
    padding-left: 8.333333% !important;
  }

  .ad\:pt-2\/12 {
    padding-top: 16.666667% !important;
  }

  .ad\:pr-2\/12 {
    padding-right: 16.666667% !important;
  }

  .ad\:pb-2\/12 {
    padding-bottom: 16.666667% !important;
  }

  .ad\:pl-2\/12 {
    padding-left: 16.666667% !important;
  }

  .ad\:pt-3\/12 {
    padding-top: 25% !important;
  }

  .ad\:pr-3\/12 {
    padding-right: 25% !important;
  }

  .ad\:pb-3\/12 {
    padding-bottom: 25% !important;
  }

  .ad\:pl-3\/12 {
    padding-left: 25% !important;
  }

  .ad\:pt-4\/12 {
    padding-top: 33.333333% !important;
  }

  .ad\:pr-4\/12 {
    padding-right: 33.333333% !important;
  }

  .ad\:pb-4\/12 {
    padding-bottom: 33.333333% !important;
  }

  .ad\:pl-4\/12 {
    padding-left: 33.333333% !important;
  }

  .ad\:pt-5\/12 {
    padding-top: 41.666667% !important;
  }

  .ad\:pr-5\/12 {
    padding-right: 41.666667% !important;
  }

  .ad\:pb-5\/12 {
    padding-bottom: 41.666667% !important;
  }

  .ad\:pl-5\/12 {
    padding-left: 41.666667% !important;
  }

  .ad\:pt-6\/12 {
    padding-top: 50% !important;
  }

  .ad\:pr-6\/12 {
    padding-right: 50% !important;
  }

  .ad\:pb-6\/12 {
    padding-bottom: 50% !important;
  }

  .ad\:pl-6\/12 {
    padding-left: 50% !important;
  }

  .ad\:pt-7\/12 {
    padding-top: 58.333333% !important;
  }

  .ad\:pr-7\/12 {
    padding-right: 58.333333% !important;
  }

  .ad\:pb-7\/12 {
    padding-bottom: 58.333333% !important;
  }

  .ad\:pl-7\/12 {
    padding-left: 58.333333% !important;
  }

  .ad\:pt-8\/12 {
    padding-top: 66.666667% !important;
  }

  .ad\:pr-8\/12 {
    padding-right: 66.666667% !important;
  }

  .ad\:pb-8\/12 {
    padding-bottom: 66.666667% !important;
  }

  .ad\:pl-8\/12 {
    padding-left: 66.666667% !important;
  }

  .ad\:pt-9\/12 {
    padding-top: 75% !important;
  }

  .ad\:pr-9\/12 {
    padding-right: 75% !important;
  }

  .ad\:pb-9\/12 {
    padding-bottom: 75% !important;
  }

  .ad\:pl-9\/12 {
    padding-left: 75% !important;
  }

  .ad\:pt-10\/12 {
    padding-top: 83.333333% !important;
  }

  .ad\:pr-10\/12 {
    padding-right: 83.333333% !important;
  }

  .ad\:pb-10\/12 {
    padding-bottom: 83.333333% !important;
  }

  .ad\:pl-10\/12 {
    padding-left: 83.333333% !important;
  }

  .ad\:pt-11\/12 {
    padding-top: 91.666667% !important;
  }

  .ad\:pr-11\/12 {
    padding-right: 91.666667% !important;
  }

  .ad\:pb-11\/12 {
    padding-bottom: 91.666667% !important;
  }

  .ad\:pl-11\/12 {
    padding-left: 91.666667% !important;
  }

  .ad\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .ad\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .ad\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .ad\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .ad\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .ad\:placeholder-black::-webkit-input-placeholder {
    color: #000 !important;
  }

  .ad\:placeholder-black::-moz-placeholder {
    color: #000 !important;
  }

  .ad\:placeholder-black:-ms-input-placeholder {
    color: #000 !important;
  }

  .ad\:placeholder-black::-ms-input-placeholder {
    color: #000 !important;
  }

  .ad\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .ad\:placeholder-white::-webkit-input-placeholder {
    color: #fff !important;
  }

  .ad\:placeholder-white::-moz-placeholder {
    color: #fff !important;
  }

  .ad\:placeholder-white:-ms-input-placeholder {
    color: #fff !important;
  }

  .ad\:placeholder-white::-ms-input-placeholder {
    color: #fff !important;
  }

  .ad\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .ad\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .ad\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc !important;
  }

  .ad\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .ad\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .ad\:placeholder-gray-100::placeholder {
    color: #f7fafc !important;
  }

  .ad\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .ad\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .ad\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .ad\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .ad\:placeholder-gray-200::placeholder {
    color: #edf2f7 !important;
  }

  .ad\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .ad\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .ad\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .ad\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .ad\:placeholder-gray-300::placeholder {
    color: #e2e8f0 !important;
  }

  .ad\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .ad\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .ad\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .ad\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .ad\:placeholder-gray-400::placeholder {
    color: #cbd5e0 !important;
  }

  .ad\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .ad\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .ad\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .ad\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .ad\:placeholder-gray-500::placeholder {
    color: #a0aec0 !important;
  }

  .ad\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .ad\:placeholder-gray-600::-moz-placeholder {
    color: #718096 !important;
  }

  .ad\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096 !important;
  }

  .ad\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096 !important;
  }

  .ad\:placeholder-gray-600::placeholder {
    color: #718096 !important;
  }

  .ad\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .ad\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568 !important;
  }

  .ad\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .ad\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .ad\:placeholder-gray-700::placeholder {
    color: #4a5568 !important;
  }

  .ad\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .ad\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748 !important;
  }

  .ad\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .ad\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .ad\:placeholder-gray-800::placeholder {
    color: #2d3748 !important;
  }

  .ad\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .ad\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c !important;
  }

  .ad\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .ad\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .ad\:placeholder-gray-900::placeholder {
    color: #1a202c !important;
  }

  .ad\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .ad\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .ad\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .ad\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .ad\:placeholder-red-100::placeholder {
    color: #fff5f5 !important;
  }

  .ad\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .ad\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .ad\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .ad\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .ad\:placeholder-red-200::placeholder {
    color: #fed7d7 !important;
  }

  .ad\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .ad\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .ad\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .ad\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .ad\:placeholder-red-300::placeholder {
    color: #feb2b2 !important;
  }

  .ad\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .ad\:placeholder-red-400::-moz-placeholder {
    color: #fc8181 !important;
  }

  .ad\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .ad\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .ad\:placeholder-red-400::placeholder {
    color: #fc8181 !important;
  }

  .ad\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .ad\:placeholder-red-500::-moz-placeholder {
    color: #f56565 !important;
  }

  .ad\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .ad\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .ad\:placeholder-red-500::placeholder {
    color: #f56565 !important;
  }

  .ad\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .ad\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e !important;
  }

  .ad\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .ad\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .ad\:placeholder-red-600::placeholder {
    color: #e53e3e !important;
  }

  .ad\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .ad\:placeholder-red-700::-moz-placeholder {
    color: #c53030 !important;
  }

  .ad\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .ad\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .ad\:placeholder-red-700::placeholder {
    color: #c53030 !important;
  }

  .ad\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .ad\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .ad\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .ad\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .ad\:placeholder-red-800::placeholder {
    color: #9b2c2c !important;
  }

  .ad\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .ad\:placeholder-red-900::-moz-placeholder {
    color: #742a2a !important;
  }

  .ad\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .ad\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .ad\:placeholder-red-900::placeholder {
    color: #742a2a !important;
  }

  .ad\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .ad\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .ad\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .ad\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .ad\:placeholder-orange-100::placeholder {
    color: #fffaf0 !important;
  }

  .ad\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .ad\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8 !important;
  }

  .ad\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .ad\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .ad\:placeholder-orange-200::placeholder {
    color: #feebc8 !important;
  }

  .ad\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .ad\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d !important;
  }

  .ad\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .ad\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .ad\:placeholder-orange-300::placeholder {
    color: #fbd38d !important;
  }

  .ad\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .ad\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .ad\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .ad\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .ad\:placeholder-orange-400::placeholder {
    color: #f6ad55 !important;
  }

  .ad\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .ad\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936 !important;
  }

  .ad\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .ad\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .ad\:placeholder-orange-500::placeholder {
    color: #ed8936 !important;
  }

  .ad\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .ad\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .ad\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .ad\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .ad\:placeholder-orange-600::placeholder {
    color: #dd6b20 !important;
  }

  .ad\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .ad\:placeholder-orange-700::-moz-placeholder {
    color: #c05621 !important;
  }

  .ad\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .ad\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .ad\:placeholder-orange-700::placeholder {
    color: #c05621 !important;
  }

  .ad\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .ad\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221 !important;
  }

  .ad\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .ad\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .ad\:placeholder-orange-800::placeholder {
    color: #9c4221 !important;
  }

  .ad\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .ad\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e !important;
  }

  .ad\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .ad\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .ad\:placeholder-orange-900::placeholder {
    color: #7b341e !important;
  }

  .ad\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .ad\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0 !important;
  }

  .ad\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .ad\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .ad\:placeholder-yellow-100::placeholder {
    color: #fffff0 !important;
  }

  .ad\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .ad\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf !important;
  }

  .ad\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .ad\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .ad\:placeholder-yellow-200::placeholder {
    color: #fefcbf !important;
  }

  .ad\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .ad\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089 !important;
  }

  .ad\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .ad\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .ad\:placeholder-yellow-300::placeholder {
    color: #faf089 !important;
  }

  .ad\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .ad\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e !important;
  }

  .ad\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .ad\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .ad\:placeholder-yellow-400::placeholder {
    color: #f6e05e !important;
  }

  .ad\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .ad\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b !important;
  }

  .ad\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .ad\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .ad\:placeholder-yellow-500::placeholder {
    color: #ecc94b !important;
  }

  .ad\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .ad\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e !important;
  }

  .ad\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .ad\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .ad\:placeholder-yellow-600::placeholder {
    color: #d69e2e !important;
  }

  .ad\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .ad\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f !important;
  }

  .ad\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .ad\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .ad\:placeholder-yellow-700::placeholder {
    color: #b7791f !important;
  }

  .ad\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .ad\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16 !important;
  }

  .ad\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .ad\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .ad\:placeholder-yellow-800::placeholder {
    color: #975a16 !important;
  }

  .ad\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .ad\:placeholder-yellow-900::-moz-placeholder {
    color: #744210 !important;
  }

  .ad\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210 !important;
  }

  .ad\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210 !important;
  }

  .ad\:placeholder-yellow-900::placeholder {
    color: #744210 !important;
  }

  .ad\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .ad\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .ad\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .ad\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .ad\:placeholder-green-100::placeholder {
    color: #f0fff4 !important;
  }

  .ad\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .ad\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .ad\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .ad\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .ad\:placeholder-green-200::placeholder {
    color: #c6f6d5 !important;
  }

  .ad\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .ad\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .ad\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .ad\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .ad\:placeholder-green-300::placeholder {
    color: #9ae6b4 !important;
  }

  .ad\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .ad\:placeholder-green-400::-moz-placeholder {
    color: #68d391 !important;
  }

  .ad\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .ad\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .ad\:placeholder-green-400::placeholder {
    color: #68d391 !important;
  }

  .ad\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .ad\:placeholder-green-500::-moz-placeholder {
    color: #48bb78 !important;
  }

  .ad\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .ad\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .ad\:placeholder-green-500::placeholder {
    color: #48bb78 !important;
  }

  .ad\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .ad\:placeholder-green-600::-moz-placeholder {
    color: #38a169 !important;
  }

  .ad\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .ad\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .ad\:placeholder-green-600::placeholder {
    color: #38a169 !important;
  }

  .ad\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .ad\:placeholder-green-700::-moz-placeholder {
    color: #2f855a !important;
  }

  .ad\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .ad\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .ad\:placeholder-green-700::placeholder {
    color: #2f855a !important;
  }

  .ad\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .ad\:placeholder-green-800::-moz-placeholder {
    color: #276749 !important;
  }

  .ad\:placeholder-green-800:-ms-input-placeholder {
    color: #276749 !important;
  }

  .ad\:placeholder-green-800::-ms-input-placeholder {
    color: #276749 !important;
  }

  .ad\:placeholder-green-800::placeholder {
    color: #276749 !important;
  }

  .ad\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .ad\:placeholder-green-900::-moz-placeholder {
    color: #22543d !important;
  }

  .ad\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d !important;
  }

  .ad\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d !important;
  }

  .ad\:placeholder-green-900::placeholder {
    color: #22543d !important;
  }

  .ad\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .ad\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa !important;
  }

  .ad\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .ad\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .ad\:placeholder-teal-100::placeholder {
    color: #e6fffa !important;
  }

  .ad\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .ad\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .ad\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .ad\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .ad\:placeholder-teal-200::placeholder {
    color: #b2f5ea !important;
  }

  .ad\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .ad\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .ad\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .ad\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .ad\:placeholder-teal-300::placeholder {
    color: #81e6d9 !important;
  }

  .ad\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .ad\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .ad\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .ad\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .ad\:placeholder-teal-400::placeholder {
    color: #4fd1c5 !important;
  }

  .ad\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .ad\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac !important;
  }

  .ad\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .ad\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .ad\:placeholder-teal-500::placeholder {
    color: #38b2ac !important;
  }

  .ad\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .ad\:placeholder-teal-600::-moz-placeholder {
    color: #319795 !important;
  }

  .ad\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795 !important;
  }

  .ad\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795 !important;
  }

  .ad\:placeholder-teal-600::placeholder {
    color: #319795 !important;
  }

  .ad\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .ad\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .ad\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .ad\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .ad\:placeholder-teal-700::placeholder {
    color: #2c7a7b !important;
  }

  .ad\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .ad\:placeholder-teal-800::-moz-placeholder {
    color: #285e61 !important;
  }

  .ad\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .ad\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .ad\:placeholder-teal-800::placeholder {
    color: #285e61 !important;
  }

  .ad\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .ad\:placeholder-teal-900::-moz-placeholder {
    color: #234e52 !important;
  }

  .ad\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .ad\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .ad\:placeholder-teal-900::placeholder {
    color: #234e52 !important;
  }

  .ad\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .ad\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .ad\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .ad\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .ad\:placeholder-blue-100::placeholder {
    color: #ebf8ff !important;
  }

  .ad\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .ad\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .ad\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .ad\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .ad\:placeholder-blue-200::placeholder {
    color: #bee3f8 !important;
  }

  .ad\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .ad\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .ad\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .ad\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .ad\:placeholder-blue-300::placeholder {
    color: #90cdf4 !important;
  }

  .ad\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .ad\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed !important;
  }

  .ad\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .ad\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .ad\:placeholder-blue-400::placeholder {
    color: #63b3ed !important;
  }

  .ad\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .ad\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1 !important;
  }

  .ad\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .ad\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .ad\:placeholder-blue-500::placeholder {
    color: #4299e1 !important;
  }

  .ad\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .ad\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce !important;
  }

  .ad\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .ad\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .ad\:placeholder-blue-600::placeholder {
    color: #3182ce !important;
  }

  .ad\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .ad\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .ad\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .ad\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .ad\:placeholder-blue-700::placeholder {
    color: #2b6cb0 !important;
  }

  .ad\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .ad\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282 !important;
  }

  .ad\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .ad\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .ad\:placeholder-blue-800::placeholder {
    color: #2c5282 !important;
  }

  .ad\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .ad\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365 !important;
  }

  .ad\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .ad\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .ad\:placeholder-blue-900::placeholder {
    color: #2a4365 !important;
  }

  .ad\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .ad\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .ad\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .ad\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .ad\:placeholder-indigo-100::placeholder {
    color: #ebf4ff !important;
  }

  .ad\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .ad\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe !important;
  }

  .ad\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .ad\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .ad\:placeholder-indigo-200::placeholder {
    color: #c3dafe !important;
  }

  .ad\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .ad\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa !important;
  }

  .ad\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .ad\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .ad\:placeholder-indigo-300::placeholder {
    color: #a3bffa !important;
  }

  .ad\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .ad\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .ad\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .ad\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .ad\:placeholder-indigo-400::placeholder {
    color: #7f9cf5 !important;
  }

  .ad\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .ad\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea !important;
  }

  .ad\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea !important;
  }

  .ad\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea !important;
  }

  .ad\:placeholder-indigo-500::placeholder {
    color: #667eea !important;
  }

  .ad\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .ad\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .ad\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .ad\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .ad\:placeholder-indigo-600::placeholder {
    color: #5a67d8 !important;
  }

  .ad\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .ad\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf !important;
  }

  .ad\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .ad\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .ad\:placeholder-indigo-700::placeholder {
    color: #4c51bf !important;
  }

  .ad\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .ad\:placeholder-indigo-800::-moz-placeholder {
    color: #434190 !important;
  }

  .ad\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190 !important;
  }

  .ad\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190 !important;
  }

  .ad\:placeholder-indigo-800::placeholder {
    color: #434190 !important;
  }

  .ad\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .ad\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b !important;
  }

  .ad\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .ad\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .ad\:placeholder-indigo-900::placeholder {
    color: #3c366b !important;
  }

  .ad\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .ad\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff !important;
  }

  .ad\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .ad\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .ad\:placeholder-purple-100::placeholder {
    color: #faf5ff !important;
  }

  .ad\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .ad\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .ad\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .ad\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .ad\:placeholder-purple-200::placeholder {
    color: #e9d8fd !important;
  }

  .ad\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .ad\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .ad\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .ad\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .ad\:placeholder-purple-300::placeholder {
    color: #d6bcfa !important;
  }

  .ad\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .ad\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4 !important;
  }

  .ad\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .ad\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .ad\:placeholder-purple-400::placeholder {
    color: #b794f4 !important;
  }

  .ad\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .ad\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea !important;
  }

  .ad\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .ad\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .ad\:placeholder-purple-500::placeholder {
    color: #9f7aea !important;
  }

  .ad\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .ad\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5 !important;
  }

  .ad\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .ad\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .ad\:placeholder-purple-600::placeholder {
    color: #805ad5 !important;
  }

  .ad\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .ad\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .ad\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .ad\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .ad\:placeholder-purple-700::placeholder {
    color: #6b46c1 !important;
  }

  .ad\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .ad\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a !important;
  }

  .ad\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .ad\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .ad\:placeholder-purple-800::placeholder {
    color: #553c9a !important;
  }

  .ad\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .ad\:placeholder-purple-900::-moz-placeholder {
    color: #44337a !important;
  }

  .ad\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a !important;
  }

  .ad\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a !important;
  }

  .ad\:placeholder-purple-900::placeholder {
    color: #44337a !important;
  }

  .ad\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .ad\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .ad\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .ad\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .ad\:placeholder-pink-100::placeholder {
    color: #fff5f7 !important;
  }

  .ad\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .ad\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .ad\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .ad\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .ad\:placeholder-pink-200::placeholder {
    color: #fed7e2 !important;
  }

  .ad\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .ad\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .ad\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .ad\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .ad\:placeholder-pink-300::placeholder {
    color: #fbb6ce !important;
  }

  .ad\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .ad\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3 !important;
  }

  .ad\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .ad\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .ad\:placeholder-pink-400::placeholder {
    color: #f687b3 !important;
  }

  .ad\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .ad\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .ad\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .ad\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .ad\:placeholder-pink-500::placeholder {
    color: #ed64a6 !important;
  }

  .ad\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .ad\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c !important;
  }

  .ad\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .ad\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .ad\:placeholder-pink-600::placeholder {
    color: #d53f8c !important;
  }

  .ad\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .ad\:placeholder-pink-700::-moz-placeholder {
    color: #b83280 !important;
  }

  .ad\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .ad\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .ad\:placeholder-pink-700::placeholder {
    color: #b83280 !important;
  }

  .ad\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .ad\:placeholder-pink-800::-moz-placeholder {
    color: #97266d !important;
  }

  .ad\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d !important;
  }

  .ad\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d !important;
  }

  .ad\:placeholder-pink-800::placeholder {
    color: #97266d !important;
  }

  .ad\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .ad\:placeholder-pink-900::-moz-placeholder {
    color: #702459 !important;
  }

  .ad\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459 !important;
  }

  .ad\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459 !important;
  }

  .ad\:placeholder-pink-900::placeholder {
    color: #702459 !important;
  }

  .ad\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .ad\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .ad\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .ad\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .ad\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .ad\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000 !important;
  }

  .ad\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000 !important;
  }

  .ad\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000 !important;
  }

  .ad\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000 !important;
  }

  .ad\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .ad\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff !important;
  }

  .ad\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff !important;
  }

  .ad\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff !important;
  }

  .ad\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff !important;
  }

  .ad\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .ad\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .ad\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc !important;
  }

  .ad\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .ad\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .ad\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc !important;
  }

  .ad\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .ad\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .ad\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .ad\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .ad\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7 !important;
  }

  .ad\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .ad\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .ad\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .ad\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .ad\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0 !important;
  }

  .ad\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .ad\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .ad\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .ad\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .ad\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0 !important;
  }

  .ad\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .ad\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .ad\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .ad\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .ad\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0 !important;
  }

  .ad\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .ad\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096 !important;
  }

  .ad\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096 !important;
  }

  .ad\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096 !important;
  }

  .ad\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096 !important;
  }

  .ad\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .ad\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568 !important;
  }

  .ad\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .ad\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .ad\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568 !important;
  }

  .ad\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .ad\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748 !important;
  }

  .ad\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .ad\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .ad\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748 !important;
  }

  .ad\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .ad\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c !important;
  }

  .ad\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .ad\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .ad\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c !important;
  }

  .ad\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .ad\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .ad\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .ad\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .ad\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5 !important;
  }

  .ad\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .ad\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .ad\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .ad\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .ad\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7 !important;
  }

  .ad\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .ad\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .ad\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .ad\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .ad\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2 !important;
  }

  .ad\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .ad\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181 !important;
  }

  .ad\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .ad\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .ad\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181 !important;
  }

  .ad\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .ad\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565 !important;
  }

  .ad\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .ad\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .ad\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565 !important;
  }

  .ad\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .ad\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e !important;
  }

  .ad\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .ad\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .ad\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e !important;
  }

  .ad\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .ad\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030 !important;
  }

  .ad\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .ad\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .ad\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030 !important;
  }

  .ad\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .ad\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .ad\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .ad\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .ad\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c !important;
  }

  .ad\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .ad\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a !important;
  }

  .ad\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .ad\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .ad\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a !important;
  }

  .ad\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .ad\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .ad\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .ad\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .ad\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0 !important;
  }

  .ad\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .ad\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8 !important;
  }

  .ad\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .ad\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .ad\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8 !important;
  }

  .ad\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .ad\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d !important;
  }

  .ad\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .ad\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .ad\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d !important;
  }

  .ad\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .ad\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .ad\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .ad\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .ad\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55 !important;
  }

  .ad\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .ad\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936 !important;
  }

  .ad\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .ad\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .ad\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936 !important;
  }

  .ad\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .ad\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .ad\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .ad\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .ad\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20 !important;
  }

  .ad\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .ad\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621 !important;
  }

  .ad\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .ad\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .ad\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621 !important;
  }

  .ad\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .ad\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221 !important;
  }

  .ad\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .ad\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .ad\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221 !important;
  }

  .ad\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .ad\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e !important;
  }

  .ad\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .ad\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .ad\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e !important;
  }

  .ad\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .ad\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0 !important;
  }

  .ad\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .ad\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .ad\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0 !important;
  }

  .ad\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .ad\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf !important;
  }

  .ad\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .ad\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .ad\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf !important;
  }

  .ad\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .ad\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089 !important;
  }

  .ad\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .ad\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .ad\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089 !important;
  }

  .ad\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .ad\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e !important;
  }

  .ad\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .ad\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .ad\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e !important;
  }

  .ad\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .ad\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b !important;
  }

  .ad\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .ad\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .ad\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b !important;
  }

  .ad\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .ad\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e !important;
  }

  .ad\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .ad\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .ad\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e !important;
  }

  .ad\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .ad\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f !important;
  }

  .ad\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .ad\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .ad\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f !important;
  }

  .ad\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .ad\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16 !important;
  }

  .ad\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .ad\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .ad\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16 !important;
  }

  .ad\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .ad\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210 !important;
  }

  .ad\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210 !important;
  }

  .ad\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210 !important;
  }

  .ad\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210 !important;
  }

  .ad\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .ad\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .ad\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .ad\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .ad\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4 !important;
  }

  .ad\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .ad\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .ad\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .ad\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .ad\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5 !important;
  }

  .ad\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .ad\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .ad\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .ad\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .ad\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4 !important;
  }

  .ad\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .ad\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391 !important;
  }

  .ad\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .ad\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .ad\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391 !important;
  }

  .ad\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .ad\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78 !important;
  }

  .ad\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .ad\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .ad\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78 !important;
  }

  .ad\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .ad\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169 !important;
  }

  .ad\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .ad\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .ad\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169 !important;
  }

  .ad\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .ad\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a !important;
  }

  .ad\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .ad\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .ad\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a !important;
  }

  .ad\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .ad\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749 !important;
  }

  .ad\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749 !important;
  }

  .ad\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749 !important;
  }

  .ad\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749 !important;
  }

  .ad\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .ad\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d !important;
  }

  .ad\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d !important;
  }

  .ad\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d !important;
  }

  .ad\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d !important;
  }

  .ad\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .ad\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa !important;
  }

  .ad\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .ad\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .ad\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa !important;
  }

  .ad\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .ad\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .ad\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .ad\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .ad\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea !important;
  }

  .ad\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .ad\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .ad\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .ad\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .ad\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9 !important;
  }

  .ad\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .ad\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .ad\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .ad\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .ad\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5 !important;
  }

  .ad\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .ad\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac !important;
  }

  .ad\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .ad\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .ad\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac !important;
  }

  .ad\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .ad\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795 !important;
  }

  .ad\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795 !important;
  }

  .ad\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795 !important;
  }

  .ad\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795 !important;
  }

  .ad\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .ad\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .ad\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .ad\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .ad\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b !important;
  }

  .ad\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .ad\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61 !important;
  }

  .ad\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .ad\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .ad\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61 !important;
  }

  .ad\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .ad\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52 !important;
  }

  .ad\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .ad\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .ad\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52 !important;
  }

  .ad\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .ad\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .ad\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .ad\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .ad\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff !important;
  }

  .ad\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .ad\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .ad\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .ad\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .ad\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8 !important;
  }

  .ad\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .ad\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .ad\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .ad\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .ad\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4 !important;
  }

  .ad\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .ad\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed !important;
  }

  .ad\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .ad\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .ad\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed !important;
  }

  .ad\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .ad\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1 !important;
  }

  .ad\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .ad\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .ad\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1 !important;
  }

  .ad\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .ad\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce !important;
  }

  .ad\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .ad\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .ad\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce !important;
  }

  .ad\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .ad\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .ad\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .ad\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .ad\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0 !important;
  }

  .ad\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .ad\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282 !important;
  }

  .ad\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .ad\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .ad\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282 !important;
  }

  .ad\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .ad\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365 !important;
  }

  .ad\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .ad\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .ad\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365 !important;
  }

  .ad\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .ad\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .ad\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .ad\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .ad\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff !important;
  }

  .ad\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .ad\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe !important;
  }

  .ad\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .ad\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .ad\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe !important;
  }

  .ad\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .ad\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa !important;
  }

  .ad\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .ad\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .ad\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa !important;
  }

  .ad\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .ad\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .ad\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .ad\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .ad\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5 !important;
  }

  .ad\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .ad\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea !important;
  }

  .ad\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea !important;
  }

  .ad\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea !important;
  }

  .ad\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea !important;
  }

  .ad\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .ad\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .ad\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .ad\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .ad\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8 !important;
  }

  .ad\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .ad\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf !important;
  }

  .ad\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .ad\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .ad\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf !important;
  }

  .ad\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .ad\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190 !important;
  }

  .ad\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190 !important;
  }

  .ad\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190 !important;
  }

  .ad\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190 !important;
  }

  .ad\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .ad\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b !important;
  }

  .ad\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .ad\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .ad\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b !important;
  }

  .ad\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .ad\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff !important;
  }

  .ad\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .ad\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .ad\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff !important;
  }

  .ad\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .ad\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .ad\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .ad\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .ad\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd !important;
  }

  .ad\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .ad\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .ad\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .ad\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .ad\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa !important;
  }

  .ad\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .ad\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4 !important;
  }

  .ad\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .ad\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .ad\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4 !important;
  }

  .ad\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .ad\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea !important;
  }

  .ad\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .ad\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .ad\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea !important;
  }

  .ad\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .ad\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5 !important;
  }

  .ad\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .ad\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .ad\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5 !important;
  }

  .ad\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .ad\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .ad\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .ad\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .ad\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1 !important;
  }

  .ad\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .ad\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a !important;
  }

  .ad\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .ad\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .ad\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a !important;
  }

  .ad\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .ad\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a !important;
  }

  .ad\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a !important;
  }

  .ad\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a !important;
  }

  .ad\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a !important;
  }

  .ad\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .ad\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .ad\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .ad\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .ad\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7 !important;
  }

  .ad\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .ad\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .ad\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .ad\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .ad\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2 !important;
  }

  .ad\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .ad\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .ad\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .ad\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .ad\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce !important;
  }

  .ad\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .ad\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3 !important;
  }

  .ad\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .ad\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .ad\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3 !important;
  }

  .ad\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .ad\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .ad\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .ad\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .ad\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6 !important;
  }

  .ad\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .ad\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c !important;
  }

  .ad\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .ad\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .ad\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c !important;
  }

  .ad\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .ad\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280 !important;
  }

  .ad\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .ad\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .ad\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280 !important;
  }

  .ad\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .ad\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d !important;
  }

  .ad\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d !important;
  }

  .ad\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d !important;
  }

  .ad\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d !important;
  }

  .ad\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .ad\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459 !important;
  }

  .ad\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459 !important;
  }

  .ad\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459 !important;
  }

  .ad\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459 !important;
  }

  .ad\:pointer-events-none {
    pointer-events: none !important;
  }

  .ad\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .ad\:static {
    position: static !important;
  }

  .ad\:fixed {
    position: fixed !important;
  }

  .ad\:absolute {
    position: absolute !important;
  }

  .ad\:relative {
    position: relative !important;
  }

  .ad\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .ad\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .ad\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .ad\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .ad\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .ad\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .ad\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .ad\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .ad\:inset-1\/5 {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .ad\:inset-2\/5 {
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .ad\:inset-3\/5 {
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .ad\:inset-4\/5 {
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .ad\:inset-1\/6 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .ad\:inset-2\/6 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .ad\:inset-3\/6 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .ad\:inset-4\/6 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .ad\:inset-5\/6 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .ad\:inset-1\/12 {
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .ad\:inset-2\/12 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .ad\:inset-3\/12 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .ad\:inset-4\/12 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .ad\:inset-5\/12 {
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .ad\:inset-6\/12 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .ad\:inset-7\/12 {
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .ad\:inset-8\/12 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .ad\:inset-9\/12 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .ad\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .ad\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .ad\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .ad\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .ad\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .ad\:inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .ad\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .ad\:inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .ad\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .ad\:inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .ad\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .ad\:inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .ad\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .ad\:inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .ad\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .ad\:inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .ad\:inset-y-1\/5 {
    top: 20% !important;
    bottom: 20% !important;
  }

  .ad\:inset-x-1\/5 {
    right: 20% !important;
    left: 20% !important;
  }

  .ad\:inset-y-2\/5 {
    top: 40% !important;
    bottom: 40% !important;
  }

  .ad\:inset-x-2\/5 {
    right: 40% !important;
    left: 40% !important;
  }

  .ad\:inset-y-3\/5 {
    top: 60% !important;
    bottom: 60% !important;
  }

  .ad\:inset-x-3\/5 {
    right: 60% !important;
    left: 60% !important;
  }

  .ad\:inset-y-4\/5 {
    top: 80% !important;
    bottom: 80% !important;
  }

  .ad\:inset-x-4\/5 {
    right: 80% !important;
    left: 80% !important;
  }

  .ad\:inset-y-1\/6 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .ad\:inset-x-1\/6 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .ad\:inset-y-2\/6 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .ad\:inset-x-2\/6 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .ad\:inset-y-3\/6 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .ad\:inset-x-3\/6 {
    right: 50% !important;
    left: 50% !important;
  }

  .ad\:inset-y-4\/6 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .ad\:inset-x-4\/6 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .ad\:inset-y-5\/6 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .ad\:inset-x-5\/6 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .ad\:inset-y-1\/12 {
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .ad\:inset-x-1\/12 {
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .ad\:inset-y-2\/12 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .ad\:inset-x-2\/12 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .ad\:inset-y-3\/12 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .ad\:inset-x-3\/12 {
    right: 25% !important;
    left: 25% !important;
  }

  .ad\:inset-y-4\/12 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .ad\:inset-x-4\/12 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .ad\:inset-y-5\/12 {
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .ad\:inset-x-5\/12 {
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .ad\:inset-y-6\/12 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .ad\:inset-x-6\/12 {
    right: 50% !important;
    left: 50% !important;
  }

  .ad\:inset-y-7\/12 {
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .ad\:inset-x-7\/12 {
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .ad\:inset-y-8\/12 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .ad\:inset-x-8\/12 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .ad\:inset-y-9\/12 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .ad\:inset-x-9\/12 {
    right: 75% !important;
    left: 75% !important;
  }

  .ad\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .ad\:inset-x-10\/12 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .ad\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .ad\:inset-x-11\/12 {
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .ad\:top-0 {
    top: 0 !important;
  }

  .ad\:right-0 {
    right: 0 !important;
  }

  .ad\:bottom-0 {
    bottom: 0 !important;
  }

  .ad\:left-0 {
    left: 0 !important;
  }

  .ad\:top-1\/2 {
    top: 50% !important;
  }

  .ad\:right-1\/2 {
    right: 50% !important;
  }

  .ad\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .ad\:left-1\/2 {
    left: 50% !important;
  }

  .ad\:top-1\/3 {
    top: 33.333333% !important;
  }

  .ad\:right-1\/3 {
    right: 33.333333% !important;
  }

  .ad\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .ad\:left-1\/3 {
    left: 33.333333% !important;
  }

  .ad\:top-2\/3 {
    top: 66.666667% !important;
  }

  .ad\:right-2\/3 {
    right: 66.666667% !important;
  }

  .ad\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .ad\:left-2\/3 {
    left: 66.666667% !important;
  }

  .ad\:top-1\/4 {
    top: 25% !important;
  }

  .ad\:right-1\/4 {
    right: 25% !important;
  }

  .ad\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .ad\:left-1\/4 {
    left: 25% !important;
  }

  .ad\:top-2\/4 {
    top: 50% !important;
  }

  .ad\:right-2\/4 {
    right: 50% !important;
  }

  .ad\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .ad\:left-2\/4 {
    left: 50% !important;
  }

  .ad\:top-3\/4 {
    top: 75% !important;
  }

  .ad\:right-3\/4 {
    right: 75% !important;
  }

  .ad\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .ad\:left-3\/4 {
    left: 75% !important;
  }

  .ad\:top-1\/5 {
    top: 20% !important;
  }

  .ad\:right-1\/5 {
    right: 20% !important;
  }

  .ad\:bottom-1\/5 {
    bottom: 20% !important;
  }

  .ad\:left-1\/5 {
    left: 20% !important;
  }

  .ad\:top-2\/5 {
    top: 40% !important;
  }

  .ad\:right-2\/5 {
    right: 40% !important;
  }

  .ad\:bottom-2\/5 {
    bottom: 40% !important;
  }

  .ad\:left-2\/5 {
    left: 40% !important;
  }

  .ad\:top-3\/5 {
    top: 60% !important;
  }

  .ad\:right-3\/5 {
    right: 60% !important;
  }

  .ad\:bottom-3\/5 {
    bottom: 60% !important;
  }

  .ad\:left-3\/5 {
    left: 60% !important;
  }

  .ad\:top-4\/5 {
    top: 80% !important;
  }

  .ad\:right-4\/5 {
    right: 80% !important;
  }

  .ad\:bottom-4\/5 {
    bottom: 80% !important;
  }

  .ad\:left-4\/5 {
    left: 80% !important;
  }

  .ad\:top-1\/6 {
    top: 16.666667% !important;
  }

  .ad\:right-1\/6 {
    right: 16.666667% !important;
  }

  .ad\:bottom-1\/6 {
    bottom: 16.666667% !important;
  }

  .ad\:left-1\/6 {
    left: 16.666667% !important;
  }

  .ad\:top-2\/6 {
    top: 33.333333% !important;
  }

  .ad\:right-2\/6 {
    right: 33.333333% !important;
  }

  .ad\:bottom-2\/6 {
    bottom: 33.333333% !important;
  }

  .ad\:left-2\/6 {
    left: 33.333333% !important;
  }

  .ad\:top-3\/6 {
    top: 50% !important;
  }

  .ad\:right-3\/6 {
    right: 50% !important;
  }

  .ad\:bottom-3\/6 {
    bottom: 50% !important;
  }

  .ad\:left-3\/6 {
    left: 50% !important;
  }

  .ad\:top-4\/6 {
    top: 66.666667% !important;
  }

  .ad\:right-4\/6 {
    right: 66.666667% !important;
  }

  .ad\:bottom-4\/6 {
    bottom: 66.666667% !important;
  }

  .ad\:left-4\/6 {
    left: 66.666667% !important;
  }

  .ad\:top-5\/6 {
    top: 83.333333% !important;
  }

  .ad\:right-5\/6 {
    right: 83.333333% !important;
  }

  .ad\:bottom-5\/6 {
    bottom: 83.333333% !important;
  }

  .ad\:left-5\/6 {
    left: 83.333333% !important;
  }

  .ad\:top-1\/12 {
    top: 8.333333% !important;
  }

  .ad\:right-1\/12 {
    right: 8.333333% !important;
  }

  .ad\:bottom-1\/12 {
    bottom: 8.333333% !important;
  }

  .ad\:left-1\/12 {
    left: 8.333333% !important;
  }

  .ad\:top-2\/12 {
    top: 16.666667% !important;
  }

  .ad\:right-2\/12 {
    right: 16.666667% !important;
  }

  .ad\:bottom-2\/12 {
    bottom: 16.666667% !important;
  }

  .ad\:left-2\/12 {
    left: 16.666667% !important;
  }

  .ad\:top-3\/12 {
    top: 25% !important;
  }

  .ad\:right-3\/12 {
    right: 25% !important;
  }

  .ad\:bottom-3\/12 {
    bottom: 25% !important;
  }

  .ad\:left-3\/12 {
    left: 25% !important;
  }

  .ad\:top-4\/12 {
    top: 33.333333% !important;
  }

  .ad\:right-4\/12 {
    right: 33.333333% !important;
  }

  .ad\:bottom-4\/12 {
    bottom: 33.333333% !important;
  }

  .ad\:left-4\/12 {
    left: 33.333333% !important;
  }

  .ad\:top-5\/12 {
    top: 41.666667% !important;
  }

  .ad\:right-5\/12 {
    right: 41.666667% !important;
  }

  .ad\:bottom-5\/12 {
    bottom: 41.666667% !important;
  }

  .ad\:left-5\/12 {
    left: 41.666667% !important;
  }

  .ad\:top-6\/12 {
    top: 50% !important;
  }

  .ad\:right-6\/12 {
    right: 50% !important;
  }

  .ad\:bottom-6\/12 {
    bottom: 50% !important;
  }

  .ad\:left-6\/12 {
    left: 50% !important;
  }

  .ad\:top-7\/12 {
    top: 58.333333% !important;
  }

  .ad\:right-7\/12 {
    right: 58.333333% !important;
  }

  .ad\:bottom-7\/12 {
    bottom: 58.333333% !important;
  }

  .ad\:left-7\/12 {
    left: 58.333333% !important;
  }

  .ad\:top-8\/12 {
    top: 66.666667% !important;
  }

  .ad\:right-8\/12 {
    right: 66.666667% !important;
  }

  .ad\:bottom-8\/12 {
    bottom: 66.666667% !important;
  }

  .ad\:left-8\/12 {
    left: 66.666667% !important;
  }

  .ad\:top-9\/12 {
    top: 75% !important;
  }

  .ad\:right-9\/12 {
    right: 75% !important;
  }

  .ad\:bottom-9\/12 {
    bottom: 75% !important;
  }

  .ad\:left-9\/12 {
    left: 75% !important;
  }

  .ad\:top-10\/12 {
    top: 83.333333% !important;
  }

  .ad\:right-10\/12 {
    right: 83.333333% !important;
  }

  .ad\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .ad\:left-10\/12 {
    left: 83.333333% !important;
  }

  .ad\:top-11\/12 {
    top: 91.666667% !important;
  }

  .ad\:right-11\/12 {
    right: 91.666667% !important;
  }

  .ad\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .ad\:left-11\/12 {
    left: 91.666667% !important;
  }

  .ad\:resize-none {
    resize: none !important;
  }

  .ad\:resize-y {
    resize: vertical !important;
  }

  .ad\:resize-x {
    resize: horizontal !important;
  }

  .ad\:resize {
    resize: both !important;
  }

  .ad\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .ad\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .ad\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .ad\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .ad\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .ad\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .ad\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .ad\:shadow-none {
    box-shadow: none !important;
  }

  .ad\: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) !important;
  }

  .ad\: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) !important;
  }

  .ad\: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) !important;
  }

  .ad\: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) !important;
  }

  .ad\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .ad\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .ad\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .ad\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .ad\: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) !important;
  }

  .ad\: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) !important;
  }

  .ad\: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) !important;
  }

  .ad\: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) !important;
  }

  .ad\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .ad\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .ad\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .ad\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .ad\:fill-current {
    fill: currentColor !important;
  }

  .ad\:stroke-current {
    stroke: currentColor !important;
  }

  .ad\:table-auto {
    table-layout: auto !important;
  }

  .ad\:table-fixed {
    table-layout: fixed !important;
  }

  .ad\:text-left {
    text-align: left !important;
  }

  .ad\:text-center {
    text-align: center !important;
  }

  .ad\:text-right {
    text-align: right !important;
  }

  .ad\:text-justify {
    text-align: justify !important;
  }

  .ad\:text-transparent {
    color: transparent !important;
  }

  .ad\:text-black {
    color: #000 !important;
  }

  .ad\:text-white {
    color: #fff !important;
  }

  .ad\:text-gray-100 {
    color: #f7fafc !important;
  }

  .ad\:text-gray-200 {
    color: #edf2f7 !important;
  }

  .ad\:text-gray-300 {
    color: #e2e8f0 !important;
  }

  .ad\:text-gray-400 {
    color: #cbd5e0 !important;
  }

  .ad\:text-gray-500 {
    color: #a0aec0 !important;
  }

  .ad\:text-gray-600 {
    color: #718096 !important;
  }

  .ad\:text-gray-700 {
    color: #4a5568 !important;
  }

  .ad\:text-gray-800 {
    color: #2d3748 !important;
  }

  .ad\:text-gray-900 {
    color: #1a202c !important;
  }

  .ad\:text-red-100 {
    color: #fff5f5 !important;
  }

  .ad\:text-red-200 {
    color: #fed7d7 !important;
  }

  .ad\:text-red-300 {
    color: #feb2b2 !important;
  }

  .ad\:text-red-400 {
    color: #fc8181 !important;
  }

  .ad\:text-red-500 {
    color: #f56565 !important;
  }

  .ad\:text-red-600 {
    color: #e53e3e !important;
  }

  .ad\:text-red-700 {
    color: #c53030 !important;
  }

  .ad\:text-red-800 {
    color: #9b2c2c !important;
  }

  .ad\:text-red-900 {
    color: #742a2a !important;
  }

  .ad\:text-orange-100 {
    color: #fffaf0 !important;
  }

  .ad\:text-orange-200 {
    color: #feebc8 !important;
  }

  .ad\:text-orange-300 {
    color: #fbd38d !important;
  }

  .ad\:text-orange-400 {
    color: #f6ad55 !important;
  }

  .ad\:text-orange-500 {
    color: #ed8936 !important;
  }

  .ad\:text-orange-600 {
    color: #dd6b20 !important;
  }

  .ad\:text-orange-700 {
    color: #c05621 !important;
  }

  .ad\:text-orange-800 {
    color: #9c4221 !important;
  }

  .ad\:text-orange-900 {
    color: #7b341e !important;
  }

  .ad\:text-yellow-100 {
    color: #fffff0 !important;
  }

  .ad\:text-yellow-200 {
    color: #fefcbf !important;
  }

  .ad\:text-yellow-300 {
    color: #faf089 !important;
  }

  .ad\:text-yellow-400 {
    color: #f6e05e !important;
  }

  .ad\:text-yellow-500 {
    color: #ecc94b !important;
  }

  .ad\:text-yellow-600 {
    color: #d69e2e !important;
  }

  .ad\:text-yellow-700 {
    color: #b7791f !important;
  }

  .ad\:text-yellow-800 {
    color: #975a16 !important;
  }

  .ad\:text-yellow-900 {
    color: #744210 !important;
  }

  .ad\:text-green-100 {
    color: #f0fff4 !important;
  }

  .ad\:text-green-200 {
    color: #c6f6d5 !important;
  }

  .ad\:text-green-300 {
    color: #9ae6b4 !important;
  }

  .ad\:text-green-400 {
    color: #68d391 !important;
  }

  .ad\:text-green-500 {
    color: #48bb78 !important;
  }

  .ad\:text-green-600 {
    color: #38a169 !important;
  }

  .ad\:text-green-700 {
    color: #2f855a !important;
  }

  .ad\:text-green-800 {
    color: #276749 !important;
  }

  .ad\:text-green-900 {
    color: #22543d !important;
  }

  .ad\:text-teal-100 {
    color: #e6fffa !important;
  }

  .ad\:text-teal-200 {
    color: #b2f5ea !important;
  }

  .ad\:text-teal-300 {
    color: #81e6d9 !important;
  }

  .ad\:text-teal-400 {
    color: #4fd1c5 !important;
  }

  .ad\:text-teal-500 {
    color: #38b2ac !important;
  }

  .ad\:text-teal-600 {
    color: #319795 !important;
  }

  .ad\:text-teal-700 {
    color: #2c7a7b !important;
  }

  .ad\:text-teal-800 {
    color: #285e61 !important;
  }

  .ad\:text-teal-900 {
    color: #234e52 !important;
  }

  .ad\:text-blue-100 {
    color: #ebf8ff !important;
  }

  .ad\:text-blue-200 {
    color: #bee3f8 !important;
  }

  .ad\:text-blue-300 {
    color: #90cdf4 !important;
  }

  .ad\:text-blue-400 {
    color: #63b3ed !important;
  }

  .ad\:text-blue-500 {
    color: #4299e1 !important;
  }

  .ad\:text-blue-600 {
    color: #3182ce !important;
  }

  .ad\:text-blue-700 {
    color: #2b6cb0 !important;
  }

  .ad\:text-blue-800 {
    color: #2c5282 !important;
  }

  .ad\:text-blue-900 {
    color: #2a4365 !important;
  }

  .ad\:text-indigo-100 {
    color: #ebf4ff !important;
  }

  .ad\:text-indigo-200 {
    color: #c3dafe !important;
  }

  .ad\:text-indigo-300 {
    color: #a3bffa !important;
  }

  .ad\:text-indigo-400 {
    color: #7f9cf5 !important;
  }

  .ad\:text-indigo-500 {
    color: #667eea !important;
  }

  .ad\:text-indigo-600 {
    color: #5a67d8 !important;
  }

  .ad\:text-indigo-700 {
    color: #4c51bf !important;
  }

  .ad\:text-indigo-800 {
    color: #434190 !important;
  }

  .ad\:text-indigo-900 {
    color: #3c366b !important;
  }

  .ad\:text-purple-100 {
    color: #faf5ff !important;
  }

  .ad\:text-purple-200 {
    color: #e9d8fd !important;
  }

  .ad\:text-purple-300 {
    color: #d6bcfa !important;
  }

  .ad\:text-purple-400 {
    color: #b794f4 !important;
  }

  .ad\:text-purple-500 {
    color: #9f7aea !important;
  }

  .ad\:text-purple-600 {
    color: #805ad5 !important;
  }

  .ad\:text-purple-700 {
    color: #6b46c1 !important;
  }

  .ad\:text-purple-800 {
    color: #553c9a !important;
  }

  .ad\:text-purple-900 {
    color: #44337a !important;
  }

  .ad\:text-pink-100 {
    color: #fff5f7 !important;
  }

  .ad\:text-pink-200 {
    color: #fed7e2 !important;
  }

  .ad\:text-pink-300 {
    color: #fbb6ce !important;
  }

  .ad\:text-pink-400 {
    color: #f687b3 !important;
  }

  .ad\:text-pink-500 {
    color: #ed64a6 !important;
  }

  .ad\:text-pink-600 {
    color: #d53f8c !important;
  }

  .ad\:text-pink-700 {
    color: #b83280 !important;
  }

  .ad\:text-pink-800 {
    color: #97266d !important;
  }

  .ad\:text-pink-900 {
    color: #702459 !important;
  }

  .ad\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .ad\:hover\:text-black:hover {
    color: #000 !important;
  }

  .ad\:hover\:text-white:hover {
    color: #fff !important;
  }

  .ad\:hover\:text-gray-100:hover {
    color: #f7fafc !important;
  }

  .ad\:hover\:text-gray-200:hover {
    color: #edf2f7 !important;
  }

  .ad\:hover\:text-gray-300:hover {
    color: #e2e8f0 !important;
  }

  .ad\:hover\:text-gray-400:hover {
    color: #cbd5e0 !important;
  }

  .ad\:hover\:text-gray-500:hover {
    color: #a0aec0 !important;
  }

  .ad\:hover\:text-gray-600:hover {
    color: #718096 !important;
  }

  .ad\:hover\:text-gray-700:hover {
    color: #4a5568 !important;
  }

  .ad\:hover\:text-gray-800:hover {
    color: #2d3748 !important;
  }

  .ad\:hover\:text-gray-900:hover {
    color: #1a202c !important;
  }

  .ad\:hover\:text-red-100:hover {
    color: #fff5f5 !important;
  }

  .ad\:hover\:text-red-200:hover {
    color: #fed7d7 !important;
  }

  .ad\:hover\:text-red-300:hover {
    color: #feb2b2 !important;
  }

  .ad\:hover\:text-red-400:hover {
    color: #fc8181 !important;
  }

  .ad\:hover\:text-red-500:hover {
    color: #f56565 !important;
  }

  .ad\:hover\:text-red-600:hover {
    color: #e53e3e !important;
  }

  .ad\:hover\:text-red-700:hover {
    color: #c53030 !important;
  }

  .ad\:hover\:text-red-800:hover {
    color: #9b2c2c !important;
  }

  .ad\:hover\:text-red-900:hover {
    color: #742a2a !important;
  }

  .ad\:hover\:text-orange-100:hover {
    color: #fffaf0 !important;
  }

  .ad\:hover\:text-orange-200:hover {
    color: #feebc8 !important;
  }

  .ad\:hover\:text-orange-300:hover {
    color: #fbd38d !important;
  }

  .ad\:hover\:text-orange-400:hover {
    color: #f6ad55 !important;
  }

  .ad\:hover\:text-orange-500:hover {
    color: #ed8936 !important;
  }

  .ad\:hover\:text-orange-600:hover {
    color: #dd6b20 !important;
  }

  .ad\:hover\:text-orange-700:hover {
    color: #c05621 !important;
  }

  .ad\:hover\:text-orange-800:hover {
    color: #9c4221 !important;
  }

  .ad\:hover\:text-orange-900:hover {
    color: #7b341e !important;
  }

  .ad\:hover\:text-yellow-100:hover {
    color: #fffff0 !important;
  }

  .ad\:hover\:text-yellow-200:hover {
    color: #fefcbf !important;
  }

  .ad\:hover\:text-yellow-300:hover {
    color: #faf089 !important;
  }

  .ad\:hover\:text-yellow-400:hover {
    color: #f6e05e !important;
  }

  .ad\:hover\:text-yellow-500:hover {
    color: #ecc94b !important;
  }

  .ad\:hover\:text-yellow-600:hover {
    color: #d69e2e !important;
  }

  .ad\:hover\:text-yellow-700:hover {
    color: #b7791f !important;
  }

  .ad\:hover\:text-yellow-800:hover {
    color: #975a16 !important;
  }

  .ad\:hover\:text-yellow-900:hover {
    color: #744210 !important;
  }

  .ad\:hover\:text-green-100:hover {
    color: #f0fff4 !important;
  }

  .ad\:hover\:text-green-200:hover {
    color: #c6f6d5 !important;
  }

  .ad\:hover\:text-green-300:hover {
    color: #9ae6b4 !important;
  }

  .ad\:hover\:text-green-400:hover {
    color: #68d391 !important;
  }

  .ad\:hover\:text-green-500:hover {
    color: #48bb78 !important;
  }

  .ad\:hover\:text-green-600:hover {
    color: #38a169 !important;
  }

  .ad\:hover\:text-green-700:hover {
    color: #2f855a !important;
  }

  .ad\:hover\:text-green-800:hover {
    color: #276749 !important;
  }

  .ad\:hover\:text-green-900:hover {
    color: #22543d !important;
  }

  .ad\:hover\:text-teal-100:hover {
    color: #e6fffa !important;
  }

  .ad\:hover\:text-teal-200:hover {
    color: #b2f5ea !important;
  }

  .ad\:hover\:text-teal-300:hover {
    color: #81e6d9 !important;
  }

  .ad\:hover\:text-teal-400:hover {
    color: #4fd1c5 !important;
  }

  .ad\:hover\:text-teal-500:hover {
    color: #38b2ac !important;
  }

  .ad\:hover\:text-teal-600:hover {
    color: #319795 !important;
  }

  .ad\:hover\:text-teal-700:hover {
    color: #2c7a7b !important;
  }

  .ad\:hover\:text-teal-800:hover {
    color: #285e61 !important;
  }

  .ad\:hover\:text-teal-900:hover {
    color: #234e52 !important;
  }

  .ad\:hover\:text-blue-100:hover {
    color: #ebf8ff !important;
  }

  .ad\:hover\:text-blue-200:hover {
    color: #bee3f8 !important;
  }

  .ad\:hover\:text-blue-300:hover {
    color: #90cdf4 !important;
  }

  .ad\:hover\:text-blue-400:hover {
    color: #63b3ed !important;
  }

  .ad\:hover\:text-blue-500:hover {
    color: #4299e1 !important;
  }

  .ad\:hover\:text-blue-600:hover {
    color: #3182ce !important;
  }

  .ad\:hover\:text-blue-700:hover {
    color: #2b6cb0 !important;
  }

  .ad\:hover\:text-blue-800:hover {
    color: #2c5282 !important;
  }

  .ad\:hover\:text-blue-900:hover {
    color: #2a4365 !important;
  }

  .ad\:hover\:text-indigo-100:hover {
    color: #ebf4ff !important;
  }

  .ad\:hover\:text-indigo-200:hover {
    color: #c3dafe !important;
  }

  .ad\:hover\:text-indigo-300:hover {
    color: #a3bffa !important;
  }

  .ad\:hover\:text-indigo-400:hover {
    color: #7f9cf5 !important;
  }

  .ad\:hover\:text-indigo-500:hover {
    color: #667eea !important;
  }

  .ad\:hover\:text-indigo-600:hover {
    color: #5a67d8 !important;
  }

  .ad\:hover\:text-indigo-700:hover {
    color: #4c51bf !important;
  }

  .ad\:hover\:text-indigo-800:hover {
    color: #434190 !important;
  }

  .ad\:hover\:text-indigo-900:hover {
    color: #3c366b !important;
  }

  .ad\:hover\:text-purple-100:hover {
    color: #faf5ff !important;
  }

  .ad\:hover\:text-purple-200:hover {
    color: #e9d8fd !important;
  }

  .ad\:hover\:text-purple-300:hover {
    color: #d6bcfa !important;
  }

  .ad\:hover\:text-purple-400:hover {
    color: #b794f4 !important;
  }

  .ad\:hover\:text-purple-500:hover {
    color: #9f7aea !important;
  }

  .ad\:hover\:text-purple-600:hover {
    color: #805ad5 !important;
  }

  .ad\:hover\:text-purple-700:hover {
    color: #6b46c1 !important;
  }

  .ad\:hover\:text-purple-800:hover {
    color: #553c9a !important;
  }

  .ad\:hover\:text-purple-900:hover {
    color: #44337a !important;
  }

  .ad\:hover\:text-pink-100:hover {
    color: #fff5f7 !important;
  }

  .ad\:hover\:text-pink-200:hover {
    color: #fed7e2 !important;
  }

  .ad\:hover\:text-pink-300:hover {
    color: #fbb6ce !important;
  }

  .ad\:hover\:text-pink-400:hover {
    color: #f687b3 !important;
  }

  .ad\:hover\:text-pink-500:hover {
    color: #ed64a6 !important;
  }

  .ad\:hover\:text-pink-600:hover {
    color: #d53f8c !important;
  }

  .ad\:hover\:text-pink-700:hover {
    color: #b83280 !important;
  }

  .ad\:hover\:text-pink-800:hover {
    color: #97266d !important;
  }

  .ad\:hover\:text-pink-900:hover {
    color: #702459 !important;
  }

  .ad\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .ad\:focus\:text-black:focus {
    color: #000 !important;
  }

  .ad\:focus\:text-white:focus {
    color: #fff !important;
  }

  .ad\:focus\:text-gray-100:focus {
    color: #f7fafc !important;
  }

  .ad\:focus\:text-gray-200:focus {
    color: #edf2f7 !important;
  }

  .ad\:focus\:text-gray-300:focus {
    color: #e2e8f0 !important;
  }

  .ad\:focus\:text-gray-400:focus {
    color: #cbd5e0 !important;
  }

  .ad\:focus\:text-gray-500:focus {
    color: #a0aec0 !important;
  }

  .ad\:focus\:text-gray-600:focus {
    color: #718096 !important;
  }

  .ad\:focus\:text-gray-700:focus {
    color: #4a5568 !important;
  }

  .ad\:focus\:text-gray-800:focus {
    color: #2d3748 !important;
  }

  .ad\:focus\:text-gray-900:focus {
    color: #1a202c !important;
  }

  .ad\:focus\:text-red-100:focus {
    color: #fff5f5 !important;
  }

  .ad\:focus\:text-red-200:focus {
    color: #fed7d7 !important;
  }

  .ad\:focus\:text-red-300:focus {
    color: #feb2b2 !important;
  }

  .ad\:focus\:text-red-400:focus {
    color: #fc8181 !important;
  }

  .ad\:focus\:text-red-500:focus {
    color: #f56565 !important;
  }

  .ad\:focus\:text-red-600:focus {
    color: #e53e3e !important;
  }

  .ad\:focus\:text-red-700:focus {
    color: #c53030 !important;
  }

  .ad\:focus\:text-red-800:focus {
    color: #9b2c2c !important;
  }

  .ad\:focus\:text-red-900:focus {
    color: #742a2a !important;
  }

  .ad\:focus\:text-orange-100:focus {
    color: #fffaf0 !important;
  }

  .ad\:focus\:text-orange-200:focus {
    color: #feebc8 !important;
  }

  .ad\:focus\:text-orange-300:focus {
    color: #fbd38d !important;
  }

  .ad\:focus\:text-orange-400:focus {
    color: #f6ad55 !important;
  }

  .ad\:focus\:text-orange-500:focus {
    color: #ed8936 !important;
  }

  .ad\:focus\:text-orange-600:focus {
    color: #dd6b20 !important;
  }

  .ad\:focus\:text-orange-700:focus {
    color: #c05621 !important;
  }

  .ad\:focus\:text-orange-800:focus {
    color: #9c4221 !important;
  }

  .ad\:focus\:text-orange-900:focus {
    color: #7b341e !important;
  }

  .ad\:focus\:text-yellow-100:focus {
    color: #fffff0 !important;
  }

  .ad\:focus\:text-yellow-200:focus {
    color: #fefcbf !important;
  }

  .ad\:focus\:text-yellow-300:focus {
    color: #faf089 !important;
  }

  .ad\:focus\:text-yellow-400:focus {
    color: #f6e05e !important;
  }

  .ad\:focus\:text-yellow-500:focus {
    color: #ecc94b !important;
  }

  .ad\:focus\:text-yellow-600:focus {
    color: #d69e2e !important;
  }

  .ad\:focus\:text-yellow-700:focus {
    color: #b7791f !important;
  }

  .ad\:focus\:text-yellow-800:focus {
    color: #975a16 !important;
  }

  .ad\:focus\:text-yellow-900:focus {
    color: #744210 !important;
  }

  .ad\:focus\:text-green-100:focus {
    color: #f0fff4 !important;
  }

  .ad\:focus\:text-green-200:focus {
    color: #c6f6d5 !important;
  }

  .ad\:focus\:text-green-300:focus {
    color: #9ae6b4 !important;
  }

  .ad\:focus\:text-green-400:focus {
    color: #68d391 !important;
  }

  .ad\:focus\:text-green-500:focus {
    color: #48bb78 !important;
  }

  .ad\:focus\:text-green-600:focus {
    color: #38a169 !important;
  }

  .ad\:focus\:text-green-700:focus {
    color: #2f855a !important;
  }

  .ad\:focus\:text-green-800:focus {
    color: #276749 !important;
  }

  .ad\:focus\:text-green-900:focus {
    color: #22543d !important;
  }

  .ad\:focus\:text-teal-100:focus {
    color: #e6fffa !important;
  }

  .ad\:focus\:text-teal-200:focus {
    color: #b2f5ea !important;
  }

  .ad\:focus\:text-teal-300:focus {
    color: #81e6d9 !important;
  }

  .ad\:focus\:text-teal-400:focus {
    color: #4fd1c5 !important;
  }

  .ad\:focus\:text-teal-500:focus {
    color: #38b2ac !important;
  }

  .ad\:focus\:text-teal-600:focus {
    color: #319795 !important;
  }

  .ad\:focus\:text-teal-700:focus {
    color: #2c7a7b !important;
  }

  .ad\:focus\:text-teal-800:focus {
    color: #285e61 !important;
  }

  .ad\:focus\:text-teal-900:focus {
    color: #234e52 !important;
  }

  .ad\:focus\:text-blue-100:focus {
    color: #ebf8ff !important;
  }

  .ad\:focus\:text-blue-200:focus {
    color: #bee3f8 !important;
  }

  .ad\:focus\:text-blue-300:focus {
    color: #90cdf4 !important;
  }

  .ad\:focus\:text-blue-400:focus {
    color: #63b3ed !important;
  }

  .ad\:focus\:text-blue-500:focus {
    color: #4299e1 !important;
  }

  .ad\:focus\:text-blue-600:focus {
    color: #3182ce !important;
  }

  .ad\:focus\:text-blue-700:focus {
    color: #2b6cb0 !important;
  }

  .ad\:focus\:text-blue-800:focus {
    color: #2c5282 !important;
  }

  .ad\:focus\:text-blue-900:focus {
    color: #2a4365 !important;
  }

  .ad\:focus\:text-indigo-100:focus {
    color: #ebf4ff !important;
  }

  .ad\:focus\:text-indigo-200:focus {
    color: #c3dafe !important;
  }

  .ad\:focus\:text-indigo-300:focus {
    color: #a3bffa !important;
  }

  .ad\:focus\:text-indigo-400:focus {
    color: #7f9cf5 !important;
  }

  .ad\:focus\:text-indigo-500:focus {
    color: #667eea !important;
  }

  .ad\:focus\:text-indigo-600:focus {
    color: #5a67d8 !important;
  }

  .ad\:focus\:text-indigo-700:focus {
    color: #4c51bf !important;
  }

  .ad\:focus\:text-indigo-800:focus {
    color: #434190 !important;
  }

  .ad\:focus\:text-indigo-900:focus {
    color: #3c366b !important;
  }

  .ad\:focus\:text-purple-100:focus {
    color: #faf5ff !important;
  }

  .ad\:focus\:text-purple-200:focus {
    color: #e9d8fd !important;
  }

  .ad\:focus\:text-purple-300:focus {
    color: #d6bcfa !important;
  }

  .ad\:focus\:text-purple-400:focus {
    color: #b794f4 !important;
  }

  .ad\:focus\:text-purple-500:focus {
    color: #9f7aea !important;
  }

  .ad\:focus\:text-purple-600:focus {
    color: #805ad5 !important;
  }

  .ad\:focus\:text-purple-700:focus {
    color: #6b46c1 !important;
  }

  .ad\:focus\:text-purple-800:focus {
    color: #553c9a !important;
  }

  .ad\:focus\:text-purple-900:focus {
    color: #44337a !important;
  }

  .ad\:focus\:text-pink-100:focus {
    color: #fff5f7 !important;
  }

  .ad\:focus\:text-pink-200:focus {
    color: #fed7e2 !important;
  }

  .ad\:focus\:text-pink-300:focus {
    color: #fbb6ce !important;
  }

  .ad\:focus\:text-pink-400:focus {
    color: #f687b3 !important;
  }

  .ad\:focus\:text-pink-500:focus {
    color: #ed64a6 !important;
  }

  .ad\:focus\:text-pink-600:focus {
    color: #d53f8c !important;
  }

  .ad\:focus\:text-pink-700:focus {
    color: #b83280 !important;
  }

  .ad\:focus\:text-pink-800:focus {
    color: #97266d !important;
  }

  .ad\:focus\:text-pink-900:focus {
    color: #702459 !important;
  }

  .ad\:text-xs {
    font-size: 0.75rem !important;
  }

  .ad\:text-sm {
    font-size: 0.875rem !important;
  }

  .ad\:text-base {
    font-size: 1rem !important;
  }

  .ad\:text-lg {
    font-size: 1.125rem !important;
  }

  .ad\:text-xl {
    font-size: 1.25rem !important;
  }

  .ad\:text-2xl {
    font-size: 1.5rem !important;
  }

  .ad\:text-3xl {
    font-size: 1.875rem !important;
  }

  .ad\:text-4xl {
    font-size: 2.25rem !important;
  }

  .ad\:text-5xl {
    font-size: 3rem !important;
  }

  .ad\:text-6xl {
    font-size: 4rem !important;
  }

  .ad\:italic {
    font-style: italic !important;
  }

  .ad\:not-italic {
    font-style: normal !important;
  }

  .ad\:uppercase {
    text-transform: uppercase !important;
  }

  .ad\:lowercase {
    text-transform: lowercase !important;
  }

  .ad\:capitalize {
    text-transform: capitalize !important;
  }

  .ad\:normal-case {
    text-transform: none !important;
  }

  .ad\:underline {
    text-decoration: underline !important;
  }

  .ad\:line-through {
    text-decoration: line-through !important;
  }

  .ad\:no-underline {
    text-decoration: none !important;
  }

  .ad\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .ad\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .ad\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .ad\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .ad\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .ad\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .ad\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .ad\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .ad\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .ad\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .ad\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .ad\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .ad\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .ad\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .ad\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .ad\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .ad\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .ad\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .ad\:align-baseline {
    vertical-align: baseline !important;
  }

  .ad\:align-top {
    vertical-align: top !important;
  }

  .ad\:align-middle {
    vertical-align: middle !important;
  }

  .ad\:align-bottom {
    vertical-align: bottom !important;
  }

  .ad\:align-text-top {
    vertical-align: text-top !important;
  }

  .ad\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .ad\:visible {
    visibility: visible !important;
  }

  .ad\:invisible {
    visibility: hidden !important;
  }

  .ad\:whitespace-normal {
    white-space: normal !important;
  }

  .ad\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .ad\:whitespace-pre {
    white-space: pre !important;
  }

  .ad\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .ad\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .ad\:break-normal {
    word-wrap: normal !important;
    word-break: normal !important;
  }

  .ad\:break-words {
    word-wrap: break-word !important;
  }

  .ad\:break-all {
    word-break: break-all !important;
  }

  .ad\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .ad\:w-0 {
    width: 0 !important;
  }

  .ad\:w-1 {
    width: 0.25rem !important;
  }

  .ad\:w-2 {
    width: 0.5rem !important;
  }

  .ad\:w-3 {
    width: 0.75rem !important;
  }

  .ad\:w-4 {
    width: 1rem !important;
  }

  .ad\:w-5 {
    width: 1.25rem !important;
  }

  .ad\:w-6 {
    width: 1.5rem !important;
  }

  .ad\:w-8 {
    width: 2rem !important;
  }

  .ad\:w-10 {
    width: 2.5rem !important;
  }

  .ad\:w-12 {
    width: 3rem !important;
  }

  .ad\:w-16 {
    width: 4rem !important;
  }

  .ad\:w-20 {
    width: 5rem !important;
  }

  .ad\:w-24 {
    width: 6rem !important;
  }

  .ad\:w-32 {
    width: 8rem !important;
  }

  .ad\:w-40 {
    width: 10rem !important;
  }

  .ad\:w-48 {
    width: 12rem !important;
  }

  .ad\:w-56 {
    width: 14rem !important;
  }

  .ad\:w-64 {
    width: 16rem !important;
  }

  .ad\:w-auto {
    width: auto !important;
  }

  .ad\:w-px {
    width: 1px !important;
  }

  .ad\:w-1\/2 {
    width: 50% !important;
  }

  .ad\:w-1\/3 {
    width: 33.333333% !important;
  }

  .ad\:w-2\/3 {
    width: 66.666667% !important;
  }

  .ad\:w-1\/4 {
    width: 25% !important;
  }

  .ad\:w-2\/4 {
    width: 50% !important;
  }

  .ad\:w-3\/4 {
    width: 75% !important;
  }

  .ad\:w-1\/5 {
    width: 20% !important;
  }

  .ad\:w-2\/5 {
    width: 40% !important;
  }

  .ad\:w-3\/5 {
    width: 60% !important;
  }

  .ad\:w-4\/5 {
    width: 80% !important;
  }

  .ad\:w-1\/6 {
    width: 16.666667% !important;
  }

  .ad\:w-2\/6 {
    width: 33.333333% !important;
  }

  .ad\:w-3\/6 {
    width: 50% !important;
  }

  .ad\:w-4\/6 {
    width: 66.666667% !important;
  }

  .ad\:w-5\/6 {
    width: 83.333333% !important;
  }

  .ad\:w-1\/12 {
    width: 8.333333% !important;
  }

  .ad\:w-2\/12 {
    width: 16.666667% !important;
  }

  .ad\:w-3\/12 {
    width: 25% !important;
  }

  .ad\:w-4\/12 {
    width: 33.333333% !important;
  }

  .ad\:w-5\/12 {
    width: 41.666667% !important;
  }

  .ad\:w-6\/12 {
    width: 50% !important;
  }

  .ad\:w-7\/12 {
    width: 58.333333% !important;
  }

  .ad\:w-8\/12 {
    width: 66.666667% !important;
  }

  .ad\:w-9\/12 {
    width: 75% !important;
  }

  .ad\:w-10\/12 {
    width: 83.333333% !important;
  }

  .ad\:w-11\/12 {
    width: 91.666667% !important;
  }

  .ad\:w-full {
    width: 100% !important;
  }

  .ad\:w-screen {
    width: 100vw !important;
  }

  .ad\:z-0 {
    z-index: 0 !important;
  }

  .ad\:z-10 {
    z-index: 10 !important;
  }

  .ad\:z-20 {
    z-index: 20 !important;
  }

  .ad\:z-30 {
    z-index: 30 !important;
  }

  .ad\:z-40 {
    z-index: 40 !important;
  }

  .ad\:z-50 {
    z-index: 50 !important;
  }

  .ad\:z-auto {
    z-index: auto !important;
  }
}

@media (min-width: 1024px) {
  .lg\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:bg-local {
    background-attachment: local !important;
  }

  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .lg\:bg-black {
    background-color: #000 !important;
  }

  .lg\:bg-white {
    background-color: #fff !important;
  }

  .lg\:bg-gray-100 {
    background-color: #f7fafc !important;
  }

  .lg\:bg-gray-200 {
    background-color: #edf2f7 !important;
  }

  .lg\:bg-gray-300 {
    background-color: #e2e8f0 !important;
  }

  .lg\:bg-gray-400 {
    background-color: #cbd5e0 !important;
  }

  .lg\:bg-gray-500 {
    background-color: #a0aec0 !important;
  }

  .lg\:bg-gray-600 {
    background-color: #718096 !important;
  }

  .lg\:bg-gray-700 {
    background-color: #4a5568 !important;
  }

  .lg\:bg-gray-800 {
    background-color: #2d3748 !important;
  }

  .lg\:bg-gray-900 {
    background-color: #1a202c !important;
  }

  .lg\:bg-red-100 {
    background-color: #fff5f5 !important;
  }

  .lg\:bg-red-200 {
    background-color: #fed7d7 !important;
  }

  .lg\:bg-red-300 {
    background-color: #feb2b2 !important;
  }

  .lg\:bg-red-400 {
    background-color: #fc8181 !important;
  }

  .lg\:bg-red-500 {
    background-color: #f56565 !important;
  }

  .lg\:bg-red-600 {
    background-color: #e53e3e !important;
  }

  .lg\:bg-red-700 {
    background-color: #c53030 !important;
  }

  .lg\:bg-red-800 {
    background-color: #9b2c2c !important;
  }

  .lg\:bg-red-900 {
    background-color: #742a2a !important;
  }

  .lg\:bg-orange-100 {
    background-color: #fffaf0 !important;
  }

  .lg\:bg-orange-200 {
    background-color: #feebc8 !important;
  }

  .lg\:bg-orange-300 {
    background-color: #fbd38d !important;
  }

  .lg\:bg-orange-400 {
    background-color: #f6ad55 !important;
  }

  .lg\:bg-orange-500 {
    background-color: #ed8936 !important;
  }

  .lg\:bg-orange-600 {
    background-color: #dd6b20 !important;
  }

  .lg\:bg-orange-700 {
    background-color: #c05621 !important;
  }

  .lg\:bg-orange-800 {
    background-color: #9c4221 !important;
  }

  .lg\:bg-orange-900 {
    background-color: #7b341e !important;
  }

  .lg\:bg-yellow-100 {
    background-color: #fffff0 !important;
  }

  .lg\:bg-yellow-200 {
    background-color: #fefcbf !important;
  }

  .lg\:bg-yellow-300 {
    background-color: #faf089 !important;
  }

  .lg\:bg-yellow-400 {
    background-color: #f6e05e !important;
  }

  .lg\:bg-yellow-500 {
    background-color: #ecc94b !important;
  }

  .lg\:bg-yellow-600 {
    background-color: #d69e2e !important;
  }

  .lg\:bg-yellow-700 {
    background-color: #b7791f !important;
  }

  .lg\:bg-yellow-800 {
    background-color: #975a16 !important;
  }

  .lg\:bg-yellow-900 {
    background-color: #744210 !important;
  }

  .lg\:bg-green-100 {
    background-color: #f0fff4 !important;
  }

  .lg\:bg-green-200 {
    background-color: #c6f6d5 !important;
  }

  .lg\:bg-green-300 {
    background-color: #9ae6b4 !important;
  }

  .lg\:bg-green-400 {
    background-color: #68d391 !important;
  }

  .lg\:bg-green-500 {
    background-color: #48bb78 !important;
  }

  .lg\:bg-green-600 {
    background-color: #38a169 !important;
  }

  .lg\:bg-green-700 {
    background-color: #2f855a !important;
  }

  .lg\:bg-green-800 {
    background-color: #276749 !important;
  }

  .lg\:bg-green-900 {
    background-color: #22543d !important;
  }

  .lg\:bg-teal-100 {
    background-color: #e6fffa !important;
  }

  .lg\:bg-teal-200 {
    background-color: #b2f5ea !important;
  }

  .lg\:bg-teal-300 {
    background-color: #81e6d9 !important;
  }

  .lg\:bg-teal-400 {
    background-color: #4fd1c5 !important;
  }

  .lg\:bg-teal-500 {
    background-color: #38b2ac !important;
  }

  .lg\:bg-teal-600 {
    background-color: #319795 !important;
  }

  .lg\:bg-teal-700 {
    background-color: #2c7a7b !important;
  }

  .lg\:bg-teal-800 {
    background-color: #285e61 !important;
  }

  .lg\:bg-teal-900 {
    background-color: #234e52 !important;
  }

  .lg\:bg-blue-100 {
    background-color: #ebf8ff !important;
  }

  .lg\:bg-blue-200 {
    background-color: #bee3f8 !important;
  }

  .lg\:bg-blue-300 {
    background-color: #90cdf4 !important;
  }

  .lg\:bg-blue-400 {
    background-color: #63b3ed !important;
  }

  .lg\:bg-blue-500 {
    background-color: #4299e1 !important;
  }

  .lg\:bg-blue-600 {
    background-color: #3182ce !important;
  }

  .lg\:bg-blue-700 {
    background-color: #2b6cb0 !important;
  }

  .lg\:bg-blue-800 {
    background-color: #2c5282 !important;
  }

  .lg\:bg-blue-900 {
    background-color: #2a4365 !important;
  }

  .lg\:bg-indigo-100 {
    background-color: #ebf4ff !important;
  }

  .lg\:bg-indigo-200 {
    background-color: #c3dafe !important;
  }

  .lg\:bg-indigo-300 {
    background-color: #a3bffa !important;
  }

  .lg\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
  }

  .lg\:bg-indigo-500 {
    background-color: #667eea !important;
  }

  .lg\:bg-indigo-600 {
    background-color: #5a67d8 !important;
  }

  .lg\:bg-indigo-700 {
    background-color: #4c51bf !important;
  }

  .lg\:bg-indigo-800 {
    background-color: #434190 !important;
  }

  .lg\:bg-indigo-900 {
    background-color: #3c366b !important;
  }

  .lg\:bg-purple-100 {
    background-color: #faf5ff !important;
  }

  .lg\:bg-purple-200 {
    background-color: #e9d8fd !important;
  }

  .lg\:bg-purple-300 {
    background-color: #d6bcfa !important;
  }

  .lg\:bg-purple-400 {
    background-color: #b794f4 !important;
  }

  .lg\:bg-purple-500 {
    background-color: #9f7aea !important;
  }

  .lg\:bg-purple-600 {
    background-color: #805ad5 !important;
  }

  .lg\:bg-purple-700 {
    background-color: #6b46c1 !important;
  }

  .lg\:bg-purple-800 {
    background-color: #553c9a !important;
  }

  .lg\:bg-purple-900 {
    background-color: #44337a !important;
  }

  .lg\:bg-pink-100 {
    background-color: #fff5f7 !important;
  }

  .lg\:bg-pink-200 {
    background-color: #fed7e2 !important;
  }

  .lg\:bg-pink-300 {
    background-color: #fbb6ce !important;
  }

  .lg\:bg-pink-400 {
    background-color: #f687b3 !important;
  }

  .lg\:bg-pink-500 {
    background-color: #ed64a6 !important;
  }

  .lg\:bg-pink-600 {
    background-color: #d53f8c !important;
  }

  .lg\:bg-pink-700 {
    background-color: #b83280 !important;
  }

  .lg\:bg-pink-800 {
    background-color: #97266d !important;
  }

  .lg\:bg-pink-900 {
    background-color: #702459 !important;
  }

  .lg\:bg-primary {
    background-color: #3490dc !important;
  }

  .lg\:bg-secondary {
    background-color: #ffed4a !important;
  }

  .lg\:bg-danger {
    background-color: #e3342f !important;
  }

  .lg\:bg-appleGrey {
    background-color: #f3f3f3 !important;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
  }

  .lg\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
  }

  .lg\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
  }

  .lg\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
  }

  .lg\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
  }

  .lg\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
  }

  .lg\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
  }

  .lg\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
  }

  .lg\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
  }

  .lg\:hover\:bg-red-100:hover {
    background-color: #fff5f5 !important;
  }

  .lg\:hover\:bg-red-200:hover {
    background-color: #fed7d7 !important;
  }

  .lg\:hover\:bg-red-300:hover {
    background-color: #feb2b2 !important;
  }

  .lg\:hover\:bg-red-400:hover {
    background-color: #fc8181 !important;
  }

  .lg\:hover\:bg-red-500:hover {
    background-color: #f56565 !important;
  }

  .lg\:hover\:bg-red-600:hover {
    background-color: #e53e3e !important;
  }

  .lg\:hover\:bg-red-700:hover {
    background-color: #c53030 !important;
  }

  .lg\:hover\:bg-red-800:hover {
    background-color: #9b2c2c !important;
  }

  .lg\:hover\:bg-red-900:hover {
    background-color: #742a2a !important;
  }

  .lg\:hover\:bg-orange-100:hover {
    background-color: #fffaf0 !important;
  }

  .lg\:hover\:bg-orange-200:hover {
    background-color: #feebc8 !important;
  }

  .lg\:hover\:bg-orange-300:hover {
    background-color: #fbd38d !important;
  }

  .lg\:hover\:bg-orange-400:hover {
    background-color: #f6ad55 !important;
  }

  .lg\:hover\:bg-orange-500:hover {
    background-color: #ed8936 !important;
  }

  .lg\:hover\:bg-orange-600:hover {
    background-color: #dd6b20 !important;
  }

  .lg\:hover\:bg-orange-700:hover {
    background-color: #c05621 !important;
  }

  .lg\:hover\:bg-orange-800:hover {
    background-color: #9c4221 !important;
  }

  .lg\:hover\:bg-orange-900:hover {
    background-color: #7b341e !important;
  }

  .lg\:hover\:bg-yellow-100:hover {
    background-color: #fffff0 !important;
  }

  .lg\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf !important;
  }

  .lg\:hover\:bg-yellow-300:hover {
    background-color: #faf089 !important;
  }

  .lg\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e !important;
  }

  .lg\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b !important;
  }

  .lg\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e !important;
  }

  .lg\:hover\:bg-yellow-700:hover {
    background-color: #b7791f !important;
  }

  .lg\:hover\:bg-yellow-800:hover {
    background-color: #975a16 !important;
  }

  .lg\:hover\:bg-yellow-900:hover {
    background-color: #744210 !important;
  }

  .lg\:hover\:bg-green-100:hover {
    background-color: #f0fff4 !important;
  }

  .lg\:hover\:bg-green-200:hover {
    background-color: #c6f6d5 !important;
  }

  .lg\:hover\:bg-green-300:hover {
    background-color: #9ae6b4 !important;
  }

  .lg\:hover\:bg-green-400:hover {
    background-color: #68d391 !important;
  }

  .lg\:hover\:bg-green-500:hover {
    background-color: #48bb78 !important;
  }

  .lg\:hover\:bg-green-600:hover {
    background-color: #38a169 !important;
  }

  .lg\:hover\:bg-green-700:hover {
    background-color: #2f855a !important;
  }

  .lg\:hover\:bg-green-800:hover {
    background-color: #276749 !important;
  }

  .lg\:hover\:bg-green-900:hover {
    background-color: #22543d !important;
  }

  .lg\:hover\:bg-teal-100:hover {
    background-color: #e6fffa !important;
  }

  .lg\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea !important;
  }

  .lg\:hover\:bg-teal-300:hover {
    background-color: #81e6d9 !important;
  }

  .lg\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5 !important;
  }

  .lg\:hover\:bg-teal-500:hover {
    background-color: #38b2ac !important;
  }

  .lg\:hover\:bg-teal-600:hover {
    background-color: #319795 !important;
  }

  .lg\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b !important;
  }

  .lg\:hover\:bg-teal-800:hover {
    background-color: #285e61 !important;
  }

  .lg\:hover\:bg-teal-900:hover {
    background-color: #234e52 !important;
  }

  .lg\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff !important;
  }

  .lg\:hover\:bg-blue-200:hover {
    background-color: #bee3f8 !important;
  }

  .lg\:hover\:bg-blue-300:hover {
    background-color: #90cdf4 !important;
  }

  .lg\:hover\:bg-blue-400:hover {
    background-color: #63b3ed !important;
  }

  .lg\:hover\:bg-blue-500:hover {
    background-color: #4299e1 !important;
  }

  .lg\:hover\:bg-blue-600:hover {
    background-color: #3182ce !important;
  }

  .lg\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0 !important;
  }

  .lg\:hover\:bg-blue-800:hover {
    background-color: #2c5282 !important;
  }

  .lg\:hover\:bg-blue-900:hover {
    background-color: #2a4365 !important;
  }

  .lg\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
  }

  .lg\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
  }

  .lg\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
  }

  .lg\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
  }

  .lg\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
  }

  .lg\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
  }

  .lg\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
  }

  .lg\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
  }

  .lg\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
  }

  .lg\:hover\:bg-purple-100:hover {
    background-color: #faf5ff !important;
  }

  .lg\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd !important;
  }

  .lg\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa !important;
  }

  .lg\:hover\:bg-purple-400:hover {
    background-color: #b794f4 !important;
  }

  .lg\:hover\:bg-purple-500:hover {
    background-color: #9f7aea !important;
  }

  .lg\:hover\:bg-purple-600:hover {
    background-color: #805ad5 !important;
  }

  .lg\:hover\:bg-purple-700:hover {
    background-color: #6b46c1 !important;
  }

  .lg\:hover\:bg-purple-800:hover {
    background-color: #553c9a !important;
  }

  .lg\:hover\:bg-purple-900:hover {
    background-color: #44337a !important;
  }

  .lg\:hover\:bg-pink-100:hover {
    background-color: #fff5f7 !important;
  }

  .lg\:hover\:bg-pink-200:hover {
    background-color: #fed7e2 !important;
  }

  .lg\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce !important;
  }

  .lg\:hover\:bg-pink-400:hover {
    background-color: #f687b3 !important;
  }

  .lg\:hover\:bg-pink-500:hover {
    background-color: #ed64a6 !important;
  }

  .lg\:hover\:bg-pink-600:hover {
    background-color: #d53f8c !important;
  }

  .lg\:hover\:bg-pink-700:hover {
    background-color: #b83280 !important;
  }

  .lg\:hover\:bg-pink-800:hover {
    background-color: #97266d !important;
  }

  .lg\:hover\:bg-pink-900:hover {
    background-color: #702459 !important;
  }

  .lg\:hover\:bg-primary:hover {
    background-color: #3490dc !important;
  }

  .lg\:hover\:bg-secondary:hover {
    background-color: #ffed4a !important;
  }

  .lg\:hover\:bg-danger:hover {
    background-color: #e3342f !important;
  }

  .lg\:hover\:bg-appleGrey:hover {
    background-color: #f3f3f3 !important;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .lg\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
  }

  .lg\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
  }

  .lg\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
  }

  .lg\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
  }

  .lg\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
  }

  .lg\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
  }

  .lg\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
  }

  .lg\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
  }

  .lg\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
  }

  .lg\:focus\:bg-red-100:focus {
    background-color: #fff5f5 !important;
  }

  .lg\:focus\:bg-red-200:focus {
    background-color: #fed7d7 !important;
  }

  .lg\:focus\:bg-red-300:focus {
    background-color: #feb2b2 !important;
  }

  .lg\:focus\:bg-red-400:focus {
    background-color: #fc8181 !important;
  }

  .lg\:focus\:bg-red-500:focus {
    background-color: #f56565 !important;
  }

  .lg\:focus\:bg-red-600:focus {
    background-color: #e53e3e !important;
  }

  .lg\:focus\:bg-red-700:focus {
    background-color: #c53030 !important;
  }

  .lg\:focus\:bg-red-800:focus {
    background-color: #9b2c2c !important;
  }

  .lg\:focus\:bg-red-900:focus {
    background-color: #742a2a !important;
  }

  .lg\:focus\:bg-orange-100:focus {
    background-color: #fffaf0 !important;
  }

  .lg\:focus\:bg-orange-200:focus {
    background-color: #feebc8 !important;
  }

  .lg\:focus\:bg-orange-300:focus {
    background-color: #fbd38d !important;
  }

  .lg\:focus\:bg-orange-400:focus {
    background-color: #f6ad55 !important;
  }

  .lg\:focus\:bg-orange-500:focus {
    background-color: #ed8936 !important;
  }

  .lg\:focus\:bg-orange-600:focus {
    background-color: #dd6b20 !important;
  }

  .lg\:focus\:bg-orange-700:focus {
    background-color: #c05621 !important;
  }

  .lg\:focus\:bg-orange-800:focus {
    background-color: #9c4221 !important;
  }

  .lg\:focus\:bg-orange-900:focus {
    background-color: #7b341e !important;
  }

  .lg\:focus\:bg-yellow-100:focus {
    background-color: #fffff0 !important;
  }

  .lg\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf !important;
  }

  .lg\:focus\:bg-yellow-300:focus {
    background-color: #faf089 !important;
  }

  .lg\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e !important;
  }

  .lg\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b !important;
  }

  .lg\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e !important;
  }

  .lg\:focus\:bg-yellow-700:focus {
    background-color: #b7791f !important;
  }

  .lg\:focus\:bg-yellow-800:focus {
    background-color: #975a16 !important;
  }

  .lg\:focus\:bg-yellow-900:focus {
    background-color: #744210 !important;
  }

  .lg\:focus\:bg-green-100:focus {
    background-color: #f0fff4 !important;
  }

  .lg\:focus\:bg-green-200:focus {
    background-color: #c6f6d5 !important;
  }

  .lg\:focus\:bg-green-300:focus {
    background-color: #9ae6b4 !important;
  }

  .lg\:focus\:bg-green-400:focus {
    background-color: #68d391 !important;
  }

  .lg\:focus\:bg-green-500:focus {
    background-color: #48bb78 !important;
  }

  .lg\:focus\:bg-green-600:focus {
    background-color: #38a169 !important;
  }

  .lg\:focus\:bg-green-700:focus {
    background-color: #2f855a !important;
  }

  .lg\:focus\:bg-green-800:focus {
    background-color: #276749 !important;
  }

  .lg\:focus\:bg-green-900:focus {
    background-color: #22543d !important;
  }

  .lg\:focus\:bg-teal-100:focus {
    background-color: #e6fffa !important;
  }

  .lg\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea !important;
  }

  .lg\:focus\:bg-teal-300:focus {
    background-color: #81e6d9 !important;
  }

  .lg\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5 !important;
  }

  .lg\:focus\:bg-teal-500:focus {
    background-color: #38b2ac !important;
  }

  .lg\:focus\:bg-teal-600:focus {
    background-color: #319795 !important;
  }

  .lg\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b !important;
  }

  .lg\:focus\:bg-teal-800:focus {
    background-color: #285e61 !important;
  }

  .lg\:focus\:bg-teal-900:focus {
    background-color: #234e52 !important;
  }

  .lg\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff !important;
  }

  .lg\:focus\:bg-blue-200:focus {
    background-color: #bee3f8 !important;
  }

  .lg\:focus\:bg-blue-300:focus {
    background-color: #90cdf4 !important;
  }

  .lg\:focus\:bg-blue-400:focus {
    background-color: #63b3ed !important;
  }

  .lg\:focus\:bg-blue-500:focus {
    background-color: #4299e1 !important;
  }

  .lg\:focus\:bg-blue-600:focus {
    background-color: #3182ce !important;
  }

  .lg\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0 !important;
  }

  .lg\:focus\:bg-blue-800:focus {
    background-color: #2c5282 !important;
  }

  .lg\:focus\:bg-blue-900:focus {
    background-color: #2a4365 !important;
  }

  .lg\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
  }

  .lg\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
  }

  .lg\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
  }

  .lg\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
  }

  .lg\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
  }

  .lg\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
  }

  .lg\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
  }

  .lg\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
  }

  .lg\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
  }

  .lg\:focus\:bg-purple-100:focus {
    background-color: #faf5ff !important;
  }

  .lg\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd !important;
  }

  .lg\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa !important;
  }

  .lg\:focus\:bg-purple-400:focus {
    background-color: #b794f4 !important;
  }

  .lg\:focus\:bg-purple-500:focus {
    background-color: #9f7aea !important;
  }

  .lg\:focus\:bg-purple-600:focus {
    background-color: #805ad5 !important;
  }

  .lg\:focus\:bg-purple-700:focus {
    background-color: #6b46c1 !important;
  }

  .lg\:focus\:bg-purple-800:focus {
    background-color: #553c9a !important;
  }

  .lg\:focus\:bg-purple-900:focus {
    background-color: #44337a !important;
  }

  .lg\:focus\:bg-pink-100:focus {
    background-color: #fff5f7 !important;
  }

  .lg\:focus\:bg-pink-200:focus {
    background-color: #fed7e2 !important;
  }

  .lg\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce !important;
  }

  .lg\:focus\:bg-pink-400:focus {
    background-color: #f687b3 !important;
  }

  .lg\:focus\:bg-pink-500:focus {
    background-color: #ed64a6 !important;
  }

  .lg\:focus\:bg-pink-600:focus {
    background-color: #d53f8c !important;
  }

  .lg\:focus\:bg-pink-700:focus {
    background-color: #b83280 !important;
  }

  .lg\:focus\:bg-pink-800:focus {
    background-color: #97266d !important;
  }

  .lg\:focus\:bg-pink-900:focus {
    background-color: #702459 !important;
  }

  .lg\:focus\:bg-primary:focus {
    background-color: #3490dc !important;
  }

  .lg\:focus\:bg-secondary:focus {
    background-color: #ffed4a !important;
  }

  .lg\:focus\:bg-danger:focus {
    background-color: #e3342f !important;
  }

  .lg\:focus\:bg-appleGrey:focus {
    background-color: #f3f3f3 !important;
  }

  .lg\:bg-bottom {
    background-position: bottom !important;
  }

  .lg\:bg-center {
    background-position: center !important;
  }

  .lg\:bg-left {
    background-position: left !important;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:bg-left-top {
    background-position: left top !important;
  }

  .lg\:bg-right {
    background-position: right !important;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:bg-right-top {
    background-position: right top !important;
  }

  .lg\:bg-top {
    background-position: top !important;
  }

  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }

  .lg\:bg-auto {
    background-size: auto !important;
  }

  .lg\:bg-cover {
    background-size: cover !important;
  }

  .lg\:bg-contain {
    background-size: contain !important;
  }

  .lg\:border-collapse {
    border-collapse: collapse !important;
  }

  .lg\:border-separate {
    border-collapse: separate !important;
  }

  .lg\:border-transparent {
    border-color: transparent !important;
  }

  .lg\:border-black {
    border-color: #000 !important;
  }

  .lg\:border-white {
    border-color: #fff !important;
  }

  .lg\:border-gray-100 {
    border-color: #f7fafc !important;
  }

  .lg\:border-gray-200 {
    border-color: #edf2f7 !important;
  }

  .lg\:border-gray-300 {
    border-color: #e2e8f0 !important;
  }

  .lg\:border-gray-400 {
    border-color: #cbd5e0 !important;
  }

  .lg\:border-gray-500 {
    border-color: #a0aec0 !important;
  }

  .lg\:border-gray-600 {
    border-color: #718096 !important;
  }

  .lg\:border-gray-700 {
    border-color: #4a5568 !important;
  }

  .lg\:border-gray-800 {
    border-color: #2d3748 !important;
  }

  .lg\:border-gray-900 {
    border-color: #1a202c !important;
  }

  .lg\:border-red-100 {
    border-color: #fff5f5 !important;
  }

  .lg\:border-red-200 {
    border-color: #fed7d7 !important;
  }

  .lg\:border-red-300 {
    border-color: #feb2b2 !important;
  }

  .lg\:border-red-400 {
    border-color: #fc8181 !important;
  }

  .lg\:border-red-500 {
    border-color: #f56565 !important;
  }

  .lg\:border-red-600 {
    border-color: #e53e3e !important;
  }

  .lg\:border-red-700 {
    border-color: #c53030 !important;
  }

  .lg\:border-red-800 {
    border-color: #9b2c2c !important;
  }

  .lg\:border-red-900 {
    border-color: #742a2a !important;
  }

  .lg\:border-orange-100 {
    border-color: #fffaf0 !important;
  }

  .lg\:border-orange-200 {
    border-color: #feebc8 !important;
  }

  .lg\:border-orange-300 {
    border-color: #fbd38d !important;
  }

  .lg\:border-orange-400 {
    border-color: #f6ad55 !important;
  }

  .lg\:border-orange-500 {
    border-color: #ed8936 !important;
  }

  .lg\:border-orange-600 {
    border-color: #dd6b20 !important;
  }

  .lg\:border-orange-700 {
    border-color: #c05621 !important;
  }

  .lg\:border-orange-800 {
    border-color: #9c4221 !important;
  }

  .lg\:border-orange-900 {
    border-color: #7b341e !important;
  }

  .lg\:border-yellow-100 {
    border-color: #fffff0 !important;
  }

  .lg\:border-yellow-200 {
    border-color: #fefcbf !important;
  }

  .lg\:border-yellow-300 {
    border-color: #faf089 !important;
  }

  .lg\:border-yellow-400 {
    border-color: #f6e05e !important;
  }

  .lg\:border-yellow-500 {
    border-color: #ecc94b !important;
  }

  .lg\:border-yellow-600 {
    border-color: #d69e2e !important;
  }

  .lg\:border-yellow-700 {
    border-color: #b7791f !important;
  }

  .lg\:border-yellow-800 {
    border-color: #975a16 !important;
  }

  .lg\:border-yellow-900 {
    border-color: #744210 !important;
  }

  .lg\:border-green-100 {
    border-color: #f0fff4 !important;
  }

  .lg\:border-green-200 {
    border-color: #c6f6d5 !important;
  }

  .lg\:border-green-300 {
    border-color: #9ae6b4 !important;
  }

  .lg\:border-green-400 {
    border-color: #68d391 !important;
  }

  .lg\:border-green-500 {
    border-color: #48bb78 !important;
  }

  .lg\:border-green-600 {
    border-color: #38a169 !important;
  }

  .lg\:border-green-700 {
    border-color: #2f855a !important;
  }

  .lg\:border-green-800 {
    border-color: #276749 !important;
  }

  .lg\:border-green-900 {
    border-color: #22543d !important;
  }

  .lg\:border-teal-100 {
    border-color: #e6fffa !important;
  }

  .lg\:border-teal-200 {
    border-color: #b2f5ea !important;
  }

  .lg\:border-teal-300 {
    border-color: #81e6d9 !important;
  }

  .lg\:border-teal-400 {
    border-color: #4fd1c5 !important;
  }

  .lg\:border-teal-500 {
    border-color: #38b2ac !important;
  }

  .lg\:border-teal-600 {
    border-color: #319795 !important;
  }

  .lg\:border-teal-700 {
    border-color: #2c7a7b !important;
  }

  .lg\:border-teal-800 {
    border-color: #285e61 !important;
  }

  .lg\:border-teal-900 {
    border-color: #234e52 !important;
  }

  .lg\:border-blue-100 {
    border-color: #ebf8ff !important;
  }

  .lg\:border-blue-200 {
    border-color: #bee3f8 !important;
  }

  .lg\:border-blue-300 {
    border-color: #90cdf4 !important;
  }

  .lg\:border-blue-400 {
    border-color: #63b3ed !important;
  }

  .lg\:border-blue-500 {
    border-color: #4299e1 !important;
  }

  .lg\:border-blue-600 {
    border-color: #3182ce !important;
  }

  .lg\:border-blue-700 {
    border-color: #2b6cb0 !important;
  }

  .lg\:border-blue-800 {
    border-color: #2c5282 !important;
  }

  .lg\:border-blue-900 {
    border-color: #2a4365 !important;
  }

  .lg\:border-indigo-100 {
    border-color: #ebf4ff !important;
  }

  .lg\:border-indigo-200 {
    border-color: #c3dafe !important;
  }

  .lg\:border-indigo-300 {
    border-color: #a3bffa !important;
  }

  .lg\:border-indigo-400 {
    border-color: #7f9cf5 !important;
  }

  .lg\:border-indigo-500 {
    border-color: #667eea !important;
  }

  .lg\:border-indigo-600 {
    border-color: #5a67d8 !important;
  }

  .lg\:border-indigo-700 {
    border-color: #4c51bf !important;
  }

  .lg\:border-indigo-800 {
    border-color: #434190 !important;
  }

  .lg\:border-indigo-900 {
    border-color: #3c366b !important;
  }

  .lg\:border-purple-100 {
    border-color: #faf5ff !important;
  }

  .lg\:border-purple-200 {
    border-color: #e9d8fd !important;
  }

  .lg\:border-purple-300 {
    border-color: #d6bcfa !important;
  }

  .lg\:border-purple-400 {
    border-color: #b794f4 !important;
  }

  .lg\:border-purple-500 {
    border-color: #9f7aea !important;
  }

  .lg\:border-purple-600 {
    border-color: #805ad5 !important;
  }

  .lg\:border-purple-700 {
    border-color: #6b46c1 !important;
  }

  .lg\:border-purple-800 {
    border-color: #553c9a !important;
  }

  .lg\:border-purple-900 {
    border-color: #44337a !important;
  }

  .lg\:border-pink-100 {
    border-color: #fff5f7 !important;
  }

  .lg\:border-pink-200 {
    border-color: #fed7e2 !important;
  }

  .lg\:border-pink-300 {
    border-color: #fbb6ce !important;
  }

  .lg\:border-pink-400 {
    border-color: #f687b3 !important;
  }

  .lg\:border-pink-500 {
    border-color: #ed64a6 !important;
  }

  .lg\:border-pink-600 {
    border-color: #d53f8c !important;
  }

  .lg\:border-pink-700 {
    border-color: #b83280 !important;
  }

  .lg\:border-pink-800 {
    border-color: #97266d !important;
  }

  .lg\:border-pink-900 {
    border-color: #702459 !important;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
  }

  .lg\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
  }

  .lg\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
  }

  .lg\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
  }

  .lg\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
  }

  .lg\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
  }

  .lg\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
  }

  .lg\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
  }

  .lg\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
  }

  .lg\:hover\:border-red-100:hover {
    border-color: #fff5f5 !important;
  }

  .lg\:hover\:border-red-200:hover {
    border-color: #fed7d7 !important;
  }

  .lg\:hover\:border-red-300:hover {
    border-color: #feb2b2 !important;
  }

  .lg\:hover\:border-red-400:hover {
    border-color: #fc8181 !important;
  }

  .lg\:hover\:border-red-500:hover {
    border-color: #f56565 !important;
  }

  .lg\:hover\:border-red-600:hover {
    border-color: #e53e3e !important;
  }

  .lg\:hover\:border-red-700:hover {
    border-color: #c53030 !important;
  }

  .lg\:hover\:border-red-800:hover {
    border-color: #9b2c2c !important;
  }

  .lg\:hover\:border-red-900:hover {
    border-color: #742a2a !important;
  }

  .lg\:hover\:border-orange-100:hover {
    border-color: #fffaf0 !important;
  }

  .lg\:hover\:border-orange-200:hover {
    border-color: #feebc8 !important;
  }

  .lg\:hover\:border-orange-300:hover {
    border-color: #fbd38d !important;
  }

  .lg\:hover\:border-orange-400:hover {
    border-color: #f6ad55 !important;
  }

  .lg\:hover\:border-orange-500:hover {
    border-color: #ed8936 !important;
  }

  .lg\:hover\:border-orange-600:hover {
    border-color: #dd6b20 !important;
  }

  .lg\:hover\:border-orange-700:hover {
    border-color: #c05621 !important;
  }

  .lg\:hover\:border-orange-800:hover {
    border-color: #9c4221 !important;
  }

  .lg\:hover\:border-orange-900:hover {
    border-color: #7b341e !important;
  }

  .lg\:hover\:border-yellow-100:hover {
    border-color: #fffff0 !important;
  }

  .lg\:hover\:border-yellow-200:hover {
    border-color: #fefcbf !important;
  }

  .lg\:hover\:border-yellow-300:hover {
    border-color: #faf089 !important;
  }

  .lg\:hover\:border-yellow-400:hover {
    border-color: #f6e05e !important;
  }

  .lg\:hover\:border-yellow-500:hover {
    border-color: #ecc94b !important;
  }

  .lg\:hover\:border-yellow-600:hover {
    border-color: #d69e2e !important;
  }

  .lg\:hover\:border-yellow-700:hover {
    border-color: #b7791f !important;
  }

  .lg\:hover\:border-yellow-800:hover {
    border-color: #975a16 !important;
  }

  .lg\:hover\:border-yellow-900:hover {
    border-color: #744210 !important;
  }

  .lg\:hover\:border-green-100:hover {
    border-color: #f0fff4 !important;
  }

  .lg\:hover\:border-green-200:hover {
    border-color: #c6f6d5 !important;
  }

  .lg\:hover\:border-green-300:hover {
    border-color: #9ae6b4 !important;
  }

  .lg\:hover\:border-green-400:hover {
    border-color: #68d391 !important;
  }

  .lg\:hover\:border-green-500:hover {
    border-color: #48bb78 !important;
  }

  .lg\:hover\:border-green-600:hover {
    border-color: #38a169 !important;
  }

  .lg\:hover\:border-green-700:hover {
    border-color: #2f855a !important;
  }

  .lg\:hover\:border-green-800:hover {
    border-color: #276749 !important;
  }

  .lg\:hover\:border-green-900:hover {
    border-color: #22543d !important;
  }

  .lg\:hover\:border-teal-100:hover {
    border-color: #e6fffa !important;
  }

  .lg\:hover\:border-teal-200:hover {
    border-color: #b2f5ea !important;
  }

  .lg\:hover\:border-teal-300:hover {
    border-color: #81e6d9 !important;
  }

  .lg\:hover\:border-teal-400:hover {
    border-color: #4fd1c5 !important;
  }

  .lg\:hover\:border-teal-500:hover {
    border-color: #38b2ac !important;
  }

  .lg\:hover\:border-teal-600:hover {
    border-color: #319795 !important;
  }

  .lg\:hover\:border-teal-700:hover {
    border-color: #2c7a7b !important;
  }

  .lg\:hover\:border-teal-800:hover {
    border-color: #285e61 !important;
  }

  .lg\:hover\:border-teal-900:hover {
    border-color: #234e52 !important;
  }

  .lg\:hover\:border-blue-100:hover {
    border-color: #ebf8ff !important;
  }

  .lg\:hover\:border-blue-200:hover {
    border-color: #bee3f8 !important;
  }

  .lg\:hover\:border-blue-300:hover {
    border-color: #90cdf4 !important;
  }

  .lg\:hover\:border-blue-400:hover {
    border-color: #63b3ed !important;
  }

  .lg\:hover\:border-blue-500:hover {
    border-color: #4299e1 !important;
  }

  .lg\:hover\:border-blue-600:hover {
    border-color: #3182ce !important;
  }

  .lg\:hover\:border-blue-700:hover {
    border-color: #2b6cb0 !important;
  }

  .lg\:hover\:border-blue-800:hover {
    border-color: #2c5282 !important;
  }

  .lg\:hover\:border-blue-900:hover {
    border-color: #2a4365 !important;
  }

  .lg\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
  }

  .lg\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
  }

  .lg\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
  }

  .lg\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
  }

  .lg\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
  }

  .lg\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
  }

  .lg\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
  }

  .lg\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
  }

  .lg\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
  }

  .lg\:hover\:border-purple-100:hover {
    border-color: #faf5ff !important;
  }

  .lg\:hover\:border-purple-200:hover {
    border-color: #e9d8fd !important;
  }

  .lg\:hover\:border-purple-300:hover {
    border-color: #d6bcfa !important;
  }

  .lg\:hover\:border-purple-400:hover {
    border-color: #b794f4 !important;
  }

  .lg\:hover\:border-purple-500:hover {
    border-color: #9f7aea !important;
  }

  .lg\:hover\:border-purple-600:hover {
    border-color: #805ad5 !important;
  }

  .lg\:hover\:border-purple-700:hover {
    border-color: #6b46c1 !important;
  }

  .lg\:hover\:border-purple-800:hover {
    border-color: #553c9a !important;
  }

  .lg\:hover\:border-purple-900:hover {
    border-color: #44337a !important;
  }

  .lg\:hover\:border-pink-100:hover {
    border-color: #fff5f7 !important;
  }

  .lg\:hover\:border-pink-200:hover {
    border-color: #fed7e2 !important;
  }

  .lg\:hover\:border-pink-300:hover {
    border-color: #fbb6ce !important;
  }

  .lg\:hover\:border-pink-400:hover {
    border-color: #f687b3 !important;
  }

  .lg\:hover\:border-pink-500:hover {
    border-color: #ed64a6 !important;
  }

  .lg\:hover\:border-pink-600:hover {
    border-color: #d53f8c !important;
  }

  .lg\:hover\:border-pink-700:hover {
    border-color: #b83280 !important;
  }

  .lg\:hover\:border-pink-800:hover {
    border-color: #97266d !important;
  }

  .lg\:hover\:border-pink-900:hover {
    border-color: #702459 !important;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .lg\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .lg\:focus\:border-gray-100:focus {
    border-color: #f7fafc !important;
  }

  .lg\:focus\:border-gray-200:focus {
    border-color: #edf2f7 !important;
  }

  .lg\:focus\:border-gray-300:focus {
    border-color: #e2e8f0 !important;
  }

  .lg\:focus\:border-gray-400:focus {
    border-color: #cbd5e0 !important;
  }

  .lg\:focus\:border-gray-500:focus {
    border-color: #a0aec0 !important;
  }

  .lg\:focus\:border-gray-600:focus {
    border-color: #718096 !important;
  }

  .lg\:focus\:border-gray-700:focus {
    border-color: #4a5568 !important;
  }

  .lg\:focus\:border-gray-800:focus {
    border-color: #2d3748 !important;
  }

  .lg\:focus\:border-gray-900:focus {
    border-color: #1a202c !important;
  }

  .lg\:focus\:border-red-100:focus {
    border-color: #fff5f5 !important;
  }

  .lg\:focus\:border-red-200:focus {
    border-color: #fed7d7 !important;
  }

  .lg\:focus\:border-red-300:focus {
    border-color: #feb2b2 !important;
  }

  .lg\:focus\:border-red-400:focus {
    border-color: #fc8181 !important;
  }

  .lg\:focus\:border-red-500:focus {
    border-color: #f56565 !important;
  }

  .lg\:focus\:border-red-600:focus {
    border-color: #e53e3e !important;
  }

  .lg\:focus\:border-red-700:focus {
    border-color: #c53030 !important;
  }

  .lg\:focus\:border-red-800:focus {
    border-color: #9b2c2c !important;
  }

  .lg\:focus\:border-red-900:focus {
    border-color: #742a2a !important;
  }

  .lg\:focus\:border-orange-100:focus {
    border-color: #fffaf0 !important;
  }

  .lg\:focus\:border-orange-200:focus {
    border-color: #feebc8 !important;
  }

  .lg\:focus\:border-orange-300:focus {
    border-color: #fbd38d !important;
  }

  .lg\:focus\:border-orange-400:focus {
    border-color: #f6ad55 !important;
  }

  .lg\:focus\:border-orange-500:focus {
    border-color: #ed8936 !important;
  }

  .lg\:focus\:border-orange-600:focus {
    border-color: #dd6b20 !important;
  }

  .lg\:focus\:border-orange-700:focus {
    border-color: #c05621 !important;
  }

  .lg\:focus\:border-orange-800:focus {
    border-color: #9c4221 !important;
  }

  .lg\:focus\:border-orange-900:focus {
    border-color: #7b341e !important;
  }

  .lg\:focus\:border-yellow-100:focus {
    border-color: #fffff0 !important;
  }

  .lg\:focus\:border-yellow-200:focus {
    border-color: #fefcbf !important;
  }

  .lg\:focus\:border-yellow-300:focus {
    border-color: #faf089 !important;
  }

  .lg\:focus\:border-yellow-400:focus {
    border-color: #f6e05e !important;
  }

  .lg\:focus\:border-yellow-500:focus {
    border-color: #ecc94b !important;
  }

  .lg\:focus\:border-yellow-600:focus {
    border-color: #d69e2e !important;
  }

  .lg\:focus\:border-yellow-700:focus {
    border-color: #b7791f !important;
  }

  .lg\:focus\:border-yellow-800:focus {
    border-color: #975a16 !important;
  }

  .lg\:focus\:border-yellow-900:focus {
    border-color: #744210 !important;
  }

  .lg\:focus\:border-green-100:focus {
    border-color: #f0fff4 !important;
  }

  .lg\:focus\:border-green-200:focus {
    border-color: #c6f6d5 !important;
  }

  .lg\:focus\:border-green-300:focus {
    border-color: #9ae6b4 !important;
  }

  .lg\:focus\:border-green-400:focus {
    border-color: #68d391 !important;
  }

  .lg\:focus\:border-green-500:focus {
    border-color: #48bb78 !important;
  }

  .lg\:focus\:border-green-600:focus {
    border-color: #38a169 !important;
  }

  .lg\:focus\:border-green-700:focus {
    border-color: #2f855a !important;
  }

  .lg\:focus\:border-green-800:focus {
    border-color: #276749 !important;
  }

  .lg\:focus\:border-green-900:focus {
    border-color: #22543d !important;
  }

  .lg\:focus\:border-teal-100:focus {
    border-color: #e6fffa !important;
  }

  .lg\:focus\:border-teal-200:focus {
    border-color: #b2f5ea !important;
  }

  .lg\:focus\:border-teal-300:focus {
    border-color: #81e6d9 !important;
  }

  .lg\:focus\:border-teal-400:focus {
    border-color: #4fd1c5 !important;
  }

  .lg\:focus\:border-teal-500:focus {
    border-color: #38b2ac !important;
  }

  .lg\:focus\:border-teal-600:focus {
    border-color: #319795 !important;
  }

  .lg\:focus\:border-teal-700:focus {
    border-color: #2c7a7b !important;
  }

  .lg\:focus\:border-teal-800:focus {
    border-color: #285e61 !important;
  }

  .lg\:focus\:border-teal-900:focus {
    border-color: #234e52 !important;
  }

  .lg\:focus\:border-blue-100:focus {
    border-color: #ebf8ff !important;
  }

  .lg\:focus\:border-blue-200:focus {
    border-color: #bee3f8 !important;
  }

  .lg\:focus\:border-blue-300:focus {
    border-color: #90cdf4 !important;
  }

  .lg\:focus\:border-blue-400:focus {
    border-color: #63b3ed !important;
  }

  .lg\:focus\:border-blue-500:focus {
    border-color: #4299e1 !important;
  }

  .lg\:focus\:border-blue-600:focus {
    border-color: #3182ce !important;
  }

  .lg\:focus\:border-blue-700:focus {
    border-color: #2b6cb0 !important;
  }

  .lg\:focus\:border-blue-800:focus {
    border-color: #2c5282 !important;
  }

  .lg\:focus\:border-blue-900:focus {
    border-color: #2a4365 !important;
  }

  .lg\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff !important;
  }

  .lg\:focus\:border-indigo-200:focus {
    border-color: #c3dafe !important;
  }

  .lg\:focus\:border-indigo-300:focus {
    border-color: #a3bffa !important;
  }

  .lg\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5 !important;
  }

  .lg\:focus\:border-indigo-500:focus {
    border-color: #667eea !important;
  }

  .lg\:focus\:border-indigo-600:focus {
    border-color: #5a67d8 !important;
  }

  .lg\:focus\:border-indigo-700:focus {
    border-color: #4c51bf !important;
  }

  .lg\:focus\:border-indigo-800:focus {
    border-color: #434190 !important;
  }

  .lg\:focus\:border-indigo-900:focus {
    border-color: #3c366b !important;
  }

  .lg\:focus\:border-purple-100:focus {
    border-color: #faf5ff !important;
  }

  .lg\:focus\:border-purple-200:focus {
    border-color: #e9d8fd !important;
  }

  .lg\:focus\:border-purple-300:focus {
    border-color: #d6bcfa !important;
  }

  .lg\:focus\:border-purple-400:focus {
    border-color: #b794f4 !important;
  }

  .lg\:focus\:border-purple-500:focus {
    border-color: #9f7aea !important;
  }

  .lg\:focus\:border-purple-600:focus {
    border-color: #805ad5 !important;
  }

  .lg\:focus\:border-purple-700:focus {
    border-color: #6b46c1 !important;
  }

  .lg\:focus\:border-purple-800:focus {
    border-color: #553c9a !important;
  }

  .lg\:focus\:border-purple-900:focus {
    border-color: #44337a !important;
  }

  .lg\:focus\:border-pink-100:focus {
    border-color: #fff5f7 !important;
  }

  .lg\:focus\:border-pink-200:focus {
    border-color: #fed7e2 !important;
  }

  .lg\:focus\:border-pink-300:focus {
    border-color: #fbb6ce !important;
  }

  .lg\:focus\:border-pink-400:focus {
    border-color: #f687b3 !important;
  }

  .lg\:focus\:border-pink-500:focus {
    border-color: #ed64a6 !important;
  }

  .lg\:focus\:border-pink-600:focus {
    border-color: #d53f8c !important;
  }

  .lg\:focus\:border-pink-700:focus {
    border-color: #b83280 !important;
  }

  .lg\:focus\:border-pink-800:focus {
    border-color: #97266d !important;
  }

  .lg\:focus\:border-pink-900:focus {
    border-color: #702459 !important;
  }

  .lg\:rounded-none {
    border-radius: 0 !important;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .lg\:rounded {
    border-radius: 0.25rem !important;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-double {
    border-style: double !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:border-0 {
    border-width: 0 !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-4 {
    border-width: 4px !important;
  }

  .lg\:border-8 {
    border-width: 8px !important;
  }

  .lg\:border {
    border-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:cursor-auto {
    cursor: auto !important;
  }

  .lg\:cursor-default {
    cursor: default !important;
  }

  .lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:cursor-wait {
    cursor: wait !important;
  }

  .lg\:cursor-text {
    cursor: text !important;
  }

  .lg\:cursor-move {
    cursor: move !important;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .lg\:items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .lg\:items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .lg\:items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .lg\:self-auto {
    align-self: auto !important;
  }

  .lg\:self-start {
    align-self: flex-start !important;
  }

  .lg\:self-end {
    align-self: flex-end !important;
  }

  .lg\:self-center {
    align-self: center !important;
  }

  .lg\:self-stretch {
    align-self: stretch !important;
  }

  .lg\:justify-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .lg\:justify-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .lg\:justify-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .lg\:justify-around {
    justify-content: space-around !important;
  }

  .lg\:content-center {
    align-content: center !important;
  }

  .lg\:content-start {
    align-content: flex-start !important;
  }

  .lg\:content-end {
    align-content: flex-end !important;
  }

  .lg\:content-between {
    align-content: space-between !important;
  }

  .lg\:content-around {
    align-content: space-around !important;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .lg\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .lg\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .lg\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .lg\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .lg\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .lg\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .lg\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .lg\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .lg\:order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .lg\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg\:font-hairline {
    font-weight: 100 !important;
  }

  .lg\:font-thin {
    font-weight: 200 !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

  .lg\:font-normal {
    font-weight: 400 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:font-semibold {
    font-weight: 600 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .lg\:h-0 {
    height: 0 !important;
  }

  .lg\:h-1 {
    height: 0.25rem !important;
  }

  .lg\:h-2 {
    height: 0.5rem !important;
  }

  .lg\:h-3 {
    height: 0.75rem !important;
  }

  .lg\:h-4 {
    height: 1rem !important;
  }

  .lg\:h-5 {
    height: 1.25rem !important;
  }

  .lg\:h-6 {
    height: 1.5rem !important;
  }

  .lg\:h-8 {
    height: 2rem !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-20 {
    height: 5rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-40 {
    height: 10rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-56 {
    height: 14rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-1\/2 {
    height: 50% !important;
  }

  .lg\:h-1\/3 {
    height: 33.333333% !important;
  }

  .lg\:h-2\/3 {
    height: 66.666667% !important;
  }

  .lg\:h-1\/4 {
    height: 25% !important;
  }

  .lg\:h-2\/4 {
    height: 50% !important;
  }

  .lg\:h-3\/4 {
    height: 75% !important;
  }

  .lg\:h-1\/5 {
    height: 20% !important;
  }

  .lg\:h-2\/5 {
    height: 40% !important;
  }

  .lg\:h-3\/5 {
    height: 60% !important;
  }

  .lg\:h-4\/5 {
    height: 80% !important;
  }

  .lg\:h-1\/6 {
    height: 16.666667% !important;
  }

  .lg\:h-2\/6 {
    height: 33.333333% !important;
  }

  .lg\:h-3\/6 {
    height: 50% !important;
  }

  .lg\:h-4\/6 {
    height: 66.666667% !important;
  }

  .lg\:h-5\/6 {
    height: 83.333333% !important;
  }

  .lg\:h-1\/12 {
    height: 8.333333% !important;
  }

  .lg\:h-2\/12 {
    height: 16.666667% !important;
  }

  .lg\:h-3\/12 {
    height: 25% !important;
  }

  .lg\:h-4\/12 {
    height: 33.333333% !important;
  }

  .lg\:h-5\/12 {
    height: 41.666667% !important;
  }

  .lg\:h-6\/12 {
    height: 50% !important;
  }

  .lg\:h-7\/12 {
    height: 58.333333% !important;
  }

  .lg\:h-8\/12 {
    height: 66.666667% !important;
  }

  .lg\:h-9\/12 {
    height: 75% !important;
  }

  .lg\:h-10\/12 {
    height: 83.333333% !important;
  }

  .lg\:h-11\/12 {
    height: 91.666667% !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:leading-snug {
    line-height: 1.375 !important;
  }

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:list-inside {
    list-style-position: inside !important;
  }

  .lg\:list-outside {
    list-style-position: outside !important;
  }

  .lg\:list-none {
    list-style-type: none !important;
  }

  .lg\:list-disc {
    list-style-type: disc !important;
  }

  .lg\:list-decimal {
    list-style-type: decimal !important;
  }

  .lg\:m-0 {
    margin: 0 !important;
  }

  .lg\:m-1 {
    margin: 0.25rem !important;
  }

  .lg\:m-2 {
    margin: 0.5rem !important;
  }

  .lg\:m-3 {
    margin: 0.75rem !important;
  }

  .lg\:m-4 {
    margin: 1rem !important;
  }

  .lg\:m-5 {
    margin: 1.25rem !important;
  }

  .lg\:m-6 {
    margin: 1.5rem !important;
  }

  .lg\:m-8 {
    margin: 2rem !important;
  }

  .lg\:m-10 {
    margin: 2.5rem !important;
  }

  .lg\:m-12 {
    margin: 3rem !important;
  }

  .lg\:m-16 {
    margin: 4rem !important;
  }

  .lg\:m-20 {
    margin: 5rem !important;
  }

  .lg\:m-24 {
    margin: 6rem !important;
  }

  .lg\:m-32 {
    margin: 8rem !important;
  }

  .lg\:m-40 {
    margin: 10rem !important;
  }

  .lg\:m-48 {
    margin: 12rem !important;
  }

  .lg\:m-56 {
    margin: 14rem !important;
  }

  .lg\:m-64 {
    margin: 16rem !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:m-px {
    margin: 1px !important;
  }

  .lg\:m-1\/2 {
    margin: 50% !important;
  }

  .lg\:m-1\/3 {
    margin: 33.333333% !important;
  }

  .lg\:m-2\/3 {
    margin: 66.666667% !important;
  }

  .lg\:m-1\/4 {
    margin: 25% !important;
  }

  .lg\:m-2\/4 {
    margin: 50% !important;
  }

  .lg\:m-3\/4 {
    margin: 75% !important;
  }

  .lg\:m-1\/5 {
    margin: 20% !important;
  }

  .lg\:m-2\/5 {
    margin: 40% !important;
  }

  .lg\:m-3\/5 {
    margin: 60% !important;
  }

  .lg\:m-4\/5 {
    margin: 80% !important;
  }

  .lg\:m-1\/6 {
    margin: 16.666667% !important;
  }

  .lg\:m-2\/6 {
    margin: 33.333333% !important;
  }

  .lg\:m-3\/6 {
    margin: 50% !important;
  }

  .lg\:m-4\/6 {
    margin: 66.666667% !important;
  }

  .lg\:m-5\/6 {
    margin: 83.333333% !important;
  }

  .lg\:m-1\/12 {
    margin: 8.333333% !important;
  }

  .lg\:m-2\/12 {
    margin: 16.666667% !important;
  }

  .lg\:m-3\/12 {
    margin: 25% !important;
  }

  .lg\:m-4\/12 {
    margin: 33.333333% !important;
  }

  .lg\:m-5\/12 {
    margin: 41.666667% !important;
  }

  .lg\:m-6\/12 {
    margin: 50% !important;
  }

  .lg\:m-7\/12 {
    margin: 58.333333% !important;
  }

  .lg\:m-8\/12 {
    margin: 66.666667% !important;
  }

  .lg\:m-9\/12 {
    margin: 75% !important;
  }

  .lg\:m-10\/12 {
    margin: 83.333333% !important;
  }

  .lg\:m-11\/12 {
    margin: 91.666667% !important;
  }

  .lg\:-m-1 {
    margin: -0.25rem !important;
  }

  .lg\:-m-2 {
    margin: -0.5rem !important;
  }

  .lg\:-m-3 {
    margin: -0.75rem !important;
  }

  .lg\:-m-4 {
    margin: -1rem !important;
  }

  .lg\:-m-5 {
    margin: -1.25rem !important;
  }

  .lg\:-m-6 {
    margin: -1.5rem !important;
  }

  .lg\:-m-8 {
    margin: -2rem !important;
  }

  .lg\:-m-10 {
    margin: -2.5rem !important;
  }

  .lg\:-m-12 {
    margin: -3rem !important;
  }

  .lg\:-m-16 {
    margin: -4rem !important;
  }

  .lg\:-m-20 {
    margin: -5rem !important;
  }

  .lg\:-m-24 {
    margin: -6rem !important;
  }

  .lg\:-m-32 {
    margin: -8rem !important;
  }

  .lg\:-m-40 {
    margin: -10rem !important;
  }

  .lg\:-m-48 {
    margin: -12rem !important;
  }

  .lg\:-m-56 {
    margin: -14rem !important;
  }

  .lg\:-m-64 {
    margin: -16rem !important;
  }

  .lg\:-m-px {
    margin: -1px !important;
  }

  .lg\:-m-1\/2 {
    margin: -50% !important;
  }

  .lg\:-m-1\/3 {
    margin: -33.33333% !important;
  }

  .lg\:-m-2\/3 {
    margin: -66.66667% !important;
  }

  .lg\:-m-1\/4 {
    margin: -25% !important;
  }

  .lg\:-m-2\/4 {
    margin: -50% !important;
  }

  .lg\:-m-3\/4 {
    margin: -75% !important;
  }

  .lg\:-m-1\/5 {
    margin: -20% !important;
  }

  .lg\:-m-2\/5 {
    margin: -40% !important;
  }

  .lg\:-m-3\/5 {
    margin: -60% !important;
  }

  .lg\:-m-4\/5 {
    margin: -80% !important;
  }

  .lg\:-m-1\/6 {
    margin: -16.66667% !important;
  }

  .lg\:-m-2\/6 {
    margin: -33.33333% !important;
  }

  .lg\:-m-3\/6 {
    margin: -50% !important;
  }

  .lg\:-m-4\/6 {
    margin: -66.66667% !important;
  }

  .lg\:-m-5\/6 {
    margin: -83.33333% !important;
  }

  .lg\:-m-1\/12 {
    margin: -8.33333% !important;
  }

  .lg\:-m-2\/12 {
    margin: -16.66667% !important;
  }

  .lg\:-m-3\/12 {
    margin: -25% !important;
  }

  .lg\:-m-4\/12 {
    margin: -33.33333% !important;
  }

  .lg\:-m-5\/12 {
    margin: -41.66667% !important;
  }

  .lg\:-m-6\/12 {
    margin: -50% !important;
  }

  .lg\:-m-7\/12 {
    margin: -58.33333% !important;
  }

  .lg\:-m-8\/12 {
    margin: -66.66667% !important;
  }

  .lg\:-m-9\/12 {
    margin: -75% !important;
  }

  .lg\:-m-10\/12 {
    margin: -83.33333% !important;
  }

  .lg\:-m-11\/12 {
    margin: -91.66667% !important;
  }

  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .lg\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .lg\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .lg\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .lg\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .lg\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .lg\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .lg\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .lg\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .lg\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .lg\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .lg\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .lg\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .lg\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .lg\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .lg\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .lg\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .lg\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .lg\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .lg\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .lg\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .lg\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .lg\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .lg\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .lg\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .lg\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .lg\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .lg\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .lg\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .lg\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .lg\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .lg\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .lg\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .lg\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .lg\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .lg\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .lg\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .lg\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .lg\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .lg\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .lg\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .lg\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .lg\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .lg\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .lg\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .lg\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .lg\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .lg\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .lg\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .lg\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .lg\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .lg\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .lg\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .lg\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .lg\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .lg\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .lg\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .lg\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .lg\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .lg\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .lg\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .lg\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .lg\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .lg\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .lg\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .lg\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .lg\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .lg\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .lg\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .lg\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .lg\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .lg\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .lg\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .lg\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .lg\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .lg\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .lg\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .lg\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .lg\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .lg\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .lg\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .lg\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .lg\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .lg\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .lg\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .lg\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .lg\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .lg\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .lg\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .lg\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .lg\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .lg\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .lg\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .lg\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .lg\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .lg\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .lg\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .lg\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .lg\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .lg\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .lg\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .lg\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .lg\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:mr-0 {
    margin-right: 0 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:ml-0 {
    margin-left: 0 !important;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:mr-40 {
    margin-right: 10rem !important;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg\:ml-40 {
    margin-left: 10rem !important;
  }

  .lg\:mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:mt-56 {
    margin-top: 14rem !important;
  }

  .lg\:mr-56 {
    margin-right: 14rem !important;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg\:ml-56 {
    margin-left: 14rem !important;
  }

  .lg\:mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:mt-1\/2 {
    margin-top: 50% !important;
  }

  .lg\:mr-1\/2 {
    margin-right: 50% !important;
  }

  .lg\:mb-1\/2 {
    margin-bottom: 50% !important;
  }

  .lg\:ml-1\/2 {
    margin-left: 50% !important;
  }

  .lg\:mt-1\/3 {
    margin-top: 33.333333% !important;
  }

  .lg\:mr-1\/3 {
    margin-right: 33.333333% !important;
  }

  .lg\:mb-1\/3 {
    margin-bottom: 33.333333% !important;
  }

  .lg\:ml-1\/3 {
    margin-left: 33.333333% !important;
  }

  .lg\:mt-2\/3 {
    margin-top: 66.666667% !important;
  }

  .lg\:mr-2\/3 {
    margin-right: 66.666667% !important;
  }

  .lg\:mb-2\/3 {
    margin-bottom: 66.666667% !important;
  }

  .lg\:ml-2\/3 {
    margin-left: 66.666667% !important;
  }

  .lg\:mt-1\/4 {
    margin-top: 25% !important;
  }

  .lg\:mr-1\/4 {
    margin-right: 25% !important;
  }

  .lg\:mb-1\/4 {
    margin-bottom: 25% !important;
  }

  .lg\:ml-1\/4 {
    margin-left: 25% !important;
  }

  .lg\:mt-2\/4 {
    margin-top: 50% !important;
  }

  .lg\:mr-2\/4 {
    margin-right: 50% !important;
  }

  .lg\:mb-2\/4 {
    margin-bottom: 50% !important;
  }

  .lg\:ml-2\/4 {
    margin-left: 50% !important;
  }

  .lg\:mt-3\/4 {
    margin-top: 75% !important;
  }

  .lg\:mr-3\/4 {
    margin-right: 75% !important;
  }

  .lg\:mb-3\/4 {
    margin-bottom: 75% !important;
  }

  .lg\:ml-3\/4 {
    margin-left: 75% !important;
  }

  .lg\:mt-1\/5 {
    margin-top: 20% !important;
  }

  .lg\:mr-1\/5 {
    margin-right: 20% !important;
  }

  .lg\:mb-1\/5 {
    margin-bottom: 20% !important;
  }

  .lg\:ml-1\/5 {
    margin-left: 20% !important;
  }

  .lg\:mt-2\/5 {
    margin-top: 40% !important;
  }

  .lg\:mr-2\/5 {
    margin-right: 40% !important;
  }

  .lg\:mb-2\/5 {
    margin-bottom: 40% !important;
  }

  .lg\:ml-2\/5 {
    margin-left: 40% !important;
  }

  .lg\:mt-3\/5 {
    margin-top: 60% !important;
  }

  .lg\:mr-3\/5 {
    margin-right: 60% !important;
  }

  .lg\:mb-3\/5 {
    margin-bottom: 60% !important;
  }

  .lg\:ml-3\/5 {
    margin-left: 60% !important;
  }

  .lg\:mt-4\/5 {
    margin-top: 80% !important;
  }

  .lg\:mr-4\/5 {
    margin-right: 80% !important;
  }

  .lg\:mb-4\/5 {
    margin-bottom: 80% !important;
  }

  .lg\:ml-4\/5 {
    margin-left: 80% !important;
  }

  .lg\:mt-1\/6 {
    margin-top: 16.666667% !important;
  }

  .lg\:mr-1\/6 {
    margin-right: 16.666667% !important;
  }

  .lg\:mb-1\/6 {
    margin-bottom: 16.666667% !important;
  }

  .lg\:ml-1\/6 {
    margin-left: 16.666667% !important;
  }

  .lg\:mt-2\/6 {
    margin-top: 33.333333% !important;
  }

  .lg\:mr-2\/6 {
    margin-right: 33.333333% !important;
  }

  .lg\:mb-2\/6 {
    margin-bottom: 33.333333% !important;
  }

  .lg\:ml-2\/6 {
    margin-left: 33.333333% !important;
  }

  .lg\:mt-3\/6 {
    margin-top: 50% !important;
  }

  .lg\:mr-3\/6 {
    margin-right: 50% !important;
  }

  .lg\:mb-3\/6 {
    margin-bottom: 50% !important;
  }

  .lg\:ml-3\/6 {
    margin-left: 50% !important;
  }

  .lg\:mt-4\/6 {
    margin-top: 66.666667% !important;
  }

  .lg\:mr-4\/6 {
    margin-right: 66.666667% !important;
  }

  .lg\:mb-4\/6 {
    margin-bottom: 66.666667% !important;
  }

  .lg\:ml-4\/6 {
    margin-left: 66.666667% !important;
  }

  .lg\:mt-5\/6 {
    margin-top: 83.333333% !important;
  }

  .lg\:mr-5\/6 {
    margin-right: 83.333333% !important;
  }

  .lg\:mb-5\/6 {
    margin-bottom: 83.333333% !important;
  }

  .lg\:ml-5\/6 {
    margin-left: 83.333333% !important;
  }

  .lg\:mt-1\/12 {
    margin-top: 8.333333% !important;
  }

  .lg\:mr-1\/12 {
    margin-right: 8.333333% !important;
  }

  .lg\:mb-1\/12 {
    margin-bottom: 8.333333% !important;
  }

  .lg\:ml-1\/12 {
    margin-left: 8.333333% !important;
  }

  .lg\:mt-2\/12 {
    margin-top: 16.666667% !important;
  }

  .lg\:mr-2\/12 {
    margin-right: 16.666667% !important;
  }

  .lg\:mb-2\/12 {
    margin-bottom: 16.666667% !important;
  }

  .lg\:ml-2\/12 {
    margin-left: 16.666667% !important;
  }

  .lg\:mt-3\/12 {
    margin-top: 25% !important;
  }

  .lg\:mr-3\/12 {
    margin-right: 25% !important;
  }

  .lg\:mb-3\/12 {
    margin-bottom: 25% !important;
  }

  .lg\:ml-3\/12 {
    margin-left: 25% !important;
  }

  .lg\:mt-4\/12 {
    margin-top: 33.333333% !important;
  }

  .lg\:mr-4\/12 {
    margin-right: 33.333333% !important;
  }

  .lg\:mb-4\/12 {
    margin-bottom: 33.333333% !important;
  }

  .lg\:ml-4\/12 {
    margin-left: 33.333333% !important;
  }

  .lg\:mt-5\/12 {
    margin-top: 41.666667% !important;
  }

  .lg\:mr-5\/12 {
    margin-right: 41.666667% !important;
  }

  .lg\:mb-5\/12 {
    margin-bottom: 41.666667% !important;
  }

  .lg\:ml-5\/12 {
    margin-left: 41.666667% !important;
  }

  .lg\:mt-6\/12 {
    margin-top: 50% !important;
  }

  .lg\:mr-6\/12 {
    margin-right: 50% !important;
  }

  .lg\:mb-6\/12 {
    margin-bottom: 50% !important;
  }

  .lg\:ml-6\/12 {
    margin-left: 50% !important;
  }

  .lg\:mt-7\/12 {
    margin-top: 58.333333% !important;
  }

  .lg\:mr-7\/12 {
    margin-right: 58.333333% !important;
  }

  .lg\:mb-7\/12 {
    margin-bottom: 58.333333% !important;
  }

  .lg\:ml-7\/12 {
    margin-left: 58.333333% !important;
  }

  .lg\:mt-8\/12 {
    margin-top: 66.666667% !important;
  }

  .lg\:mr-8\/12 {
    margin-right: 66.666667% !important;
  }

  .lg\:mb-8\/12 {
    margin-bottom: 66.666667% !important;
  }

  .lg\:ml-8\/12 {
    margin-left: 66.666667% !important;
  }

  .lg\:mt-9\/12 {
    margin-top: 75% !important;
  }

  .lg\:mr-9\/12 {
    margin-right: 75% !important;
  }

  .lg\:mb-9\/12 {
    margin-bottom: 75% !important;
  }

  .lg\:ml-9\/12 {
    margin-left: 75% !important;
  }

  .lg\:mt-10\/12 {
    margin-top: 83.333333% !important;
  }

  .lg\:mr-10\/12 {
    margin-right: 83.333333% !important;
  }

  .lg\:mb-10\/12 {
    margin-bottom: 83.333333% !important;
  }

  .lg\:ml-10\/12 {
    margin-left: 83.333333% !important;
  }

  .lg\:mt-11\/12 {
    margin-top: 91.666667% !important;
  }

  .lg\:mr-11\/12 {
    margin-right: 91.666667% !important;
  }

  .lg\:mb-11\/12 {
    margin-bottom: 91.666667% !important;
  }

  .lg\:ml-11\/12 {
    margin-left: 91.666667% !important;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }

  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }

  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }

  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }

  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }

  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }

  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }

  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }

  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }

  .lg\:-mt-40 {
    margin-top: -10rem !important;
  }

  .lg\:-mr-40 {
    margin-right: -10rem !important;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .lg\:-ml-40 {
    margin-left: -10rem !important;
  }

  .lg\:-mt-48 {
    margin-top: -12rem !important;
  }

  .lg\:-mr-48 {
    margin-right: -12rem !important;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .lg\:-ml-48 {
    margin-left: -12rem !important;
  }

  .lg\:-mt-56 {
    margin-top: -14rem !important;
  }

  .lg\:-mr-56 {
    margin-right: -14rem !important;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .lg\:-ml-56 {
    margin-left: -14rem !important;
  }

  .lg\:-mt-64 {
    margin-top: -16rem !important;
  }

  .lg\:-mr-64 {
    margin-right: -16rem !important;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .lg\:-ml-64 {
    margin-left: -16rem !important;
  }

  .lg\:-mt-px {
    margin-top: -1px !important;
  }

  .lg\:-mr-px {
    margin-right: -1px !important;
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:-ml-px {
    margin-left: -1px !important;
  }

  .lg\:-mt-1\/2 {
    margin-top: -50% !important;
  }

  .lg\:-mr-1\/2 {
    margin-right: -50% !important;
  }

  .lg\:-mb-1\/2 {
    margin-bottom: -50% !important;
  }

  .lg\:-ml-1\/2 {
    margin-left: -50% !important;
  }

  .lg\:-mt-1\/3 {
    margin-top: -33.33333% !important;
  }

  .lg\:-mr-1\/3 {
    margin-right: -33.33333% !important;
  }

  .lg\:-mb-1\/3 {
    margin-bottom: -33.33333% !important;
  }

  .lg\:-ml-1\/3 {
    margin-left: -33.33333% !important;
  }

  .lg\:-mt-2\/3 {
    margin-top: -66.66667% !important;
  }

  .lg\:-mr-2\/3 {
    margin-right: -66.66667% !important;
  }

  .lg\:-mb-2\/3 {
    margin-bottom: -66.66667% !important;
  }

  .lg\:-ml-2\/3 {
    margin-left: -66.66667% !important;
  }

  .lg\:-mt-1\/4 {
    margin-top: -25% !important;
  }

  .lg\:-mr-1\/4 {
    margin-right: -25% !important;
  }

  .lg\:-mb-1\/4 {
    margin-bottom: -25% !important;
  }

  .lg\:-ml-1\/4 {
    margin-left: -25% !important;
  }

  .lg\:-mt-2\/4 {
    margin-top: -50% !important;
  }

  .lg\:-mr-2\/4 {
    margin-right: -50% !important;
  }

  .lg\:-mb-2\/4 {
    margin-bottom: -50% !important;
  }

  .lg\:-ml-2\/4 {
    margin-left: -50% !important;
  }

  .lg\:-mt-3\/4 {
    margin-top: -75% !important;
  }

  .lg\:-mr-3\/4 {
    margin-right: -75% !important;
  }

  .lg\:-mb-3\/4 {
    margin-bottom: -75% !important;
  }

  .lg\:-ml-3\/4 {
    margin-left: -75% !important;
  }

  .lg\:-mt-1\/5 {
    margin-top: -20% !important;
  }

  .lg\:-mr-1\/5 {
    margin-right: -20% !important;
  }

  .lg\:-mb-1\/5 {
    margin-bottom: -20% !important;
  }

  .lg\:-ml-1\/5 {
    margin-left: -20% !important;
  }

  .lg\:-mt-2\/5 {
    margin-top: -40% !important;
  }

  .lg\:-mr-2\/5 {
    margin-right: -40% !important;
  }

  .lg\:-mb-2\/5 {
    margin-bottom: -40% !important;
  }

  .lg\:-ml-2\/5 {
    margin-left: -40% !important;
  }

  .lg\:-mt-3\/5 {
    margin-top: -60% !important;
  }

  .lg\:-mr-3\/5 {
    margin-right: -60% !important;
  }

  .lg\:-mb-3\/5 {
    margin-bottom: -60% !important;
  }

  .lg\:-ml-3\/5 {
    margin-left: -60% !important;
  }

  .lg\:-mt-4\/5 {
    margin-top: -80% !important;
  }

  .lg\:-mr-4\/5 {
    margin-right: -80% !important;
  }

  .lg\:-mb-4\/5 {
    margin-bottom: -80% !important;
  }

  .lg\:-ml-4\/5 {
    margin-left: -80% !important;
  }

  .lg\:-mt-1\/6 {
    margin-top: -16.66667% !important;
  }

  .lg\:-mr-1\/6 {
    margin-right: -16.66667% !important;
  }

  .lg\:-mb-1\/6 {
    margin-bottom: -16.66667% !important;
  }

  .lg\:-ml-1\/6 {
    margin-left: -16.66667% !important;
  }

  .lg\:-mt-2\/6 {
    margin-top: -33.33333% !important;
  }

  .lg\:-mr-2\/6 {
    margin-right: -33.33333% !important;
  }

  .lg\:-mb-2\/6 {
    margin-bottom: -33.33333% !important;
  }

  .lg\:-ml-2\/6 {
    margin-left: -33.33333% !important;
  }

  .lg\:-mt-3\/6 {
    margin-top: -50% !important;
  }

  .lg\:-mr-3\/6 {
    margin-right: -50% !important;
  }

  .lg\:-mb-3\/6 {
    margin-bottom: -50% !important;
  }

  .lg\:-ml-3\/6 {
    margin-left: -50% !important;
  }

  .lg\:-mt-4\/6 {
    margin-top: -66.66667% !important;
  }

  .lg\:-mr-4\/6 {
    margin-right: -66.66667% !important;
  }

  .lg\:-mb-4\/6 {
    margin-bottom: -66.66667% !important;
  }

  .lg\:-ml-4\/6 {
    margin-left: -66.66667% !important;
  }

  .lg\:-mt-5\/6 {
    margin-top: -83.33333% !important;
  }

  .lg\:-mr-5\/6 {
    margin-right: -83.33333% !important;
  }

  .lg\:-mb-5\/6 {
    margin-bottom: -83.33333% !important;
  }

  .lg\:-ml-5\/6 {
    margin-left: -83.33333% !important;
  }

  .lg\:-mt-1\/12 {
    margin-top: -8.33333% !important;
  }

  .lg\:-mr-1\/12 {
    margin-right: -8.33333% !important;
  }

  .lg\:-mb-1\/12 {
    margin-bottom: -8.33333% !important;
  }

  .lg\:-ml-1\/12 {
    margin-left: -8.33333% !important;
  }

  .lg\:-mt-2\/12 {
    margin-top: -16.66667% !important;
  }

  .lg\:-mr-2\/12 {
    margin-right: -16.66667% !important;
  }

  .lg\:-mb-2\/12 {
    margin-bottom: -16.66667% !important;
  }

  .lg\:-ml-2\/12 {
    margin-left: -16.66667% !important;
  }

  .lg\:-mt-3\/12 {
    margin-top: -25% !important;
  }

  .lg\:-mr-3\/12 {
    margin-right: -25% !important;
  }

  .lg\:-mb-3\/12 {
    margin-bottom: -25% !important;
  }

  .lg\:-ml-3\/12 {
    margin-left: -25% !important;
  }

  .lg\:-mt-4\/12 {
    margin-top: -33.33333% !important;
  }

  .lg\:-mr-4\/12 {
    margin-right: -33.33333% !important;
  }

  .lg\:-mb-4\/12 {
    margin-bottom: -33.33333% !important;
  }

  .lg\:-ml-4\/12 {
    margin-left: -33.33333% !important;
  }

  .lg\:-mt-5\/12 {
    margin-top: -41.66667% !important;
  }

  .lg\:-mr-5\/12 {
    margin-right: -41.66667% !important;
  }

  .lg\:-mb-5\/12 {
    margin-bottom: -41.66667% !important;
  }

  .lg\:-ml-5\/12 {
    margin-left: -41.66667% !important;
  }

  .lg\:-mt-6\/12 {
    margin-top: -50% !important;
  }

  .lg\:-mr-6\/12 {
    margin-right: -50% !important;
  }

  .lg\:-mb-6\/12 {
    margin-bottom: -50% !important;
  }

  .lg\:-ml-6\/12 {
    margin-left: -50% !important;
  }

  .lg\:-mt-7\/12 {
    margin-top: -58.33333% !important;
  }

  .lg\:-mr-7\/12 {
    margin-right: -58.33333% !important;
  }

  .lg\:-mb-7\/12 {
    margin-bottom: -58.33333% !important;
  }

  .lg\:-ml-7\/12 {
    margin-left: -58.33333% !important;
  }

  .lg\:-mt-8\/12 {
    margin-top: -66.66667% !important;
  }

  .lg\:-mr-8\/12 {
    margin-right: -66.66667% !important;
  }

  .lg\:-mb-8\/12 {
    margin-bottom: -66.66667% !important;
  }

  .lg\:-ml-8\/12 {
    margin-left: -66.66667% !important;
  }

  .lg\:-mt-9\/12 {
    margin-top: -75% !important;
  }

  .lg\:-mr-9\/12 {
    margin-right: -75% !important;
  }

  .lg\:-mb-9\/12 {
    margin-bottom: -75% !important;
  }

  .lg\:-ml-9\/12 {
    margin-left: -75% !important;
  }

  .lg\:-mt-10\/12 {
    margin-top: -83.33333% !important;
  }

  .lg\:-mr-10\/12 {
    margin-right: -83.33333% !important;
  }

  .lg\:-mb-10\/12 {
    margin-bottom: -83.33333% !important;
  }

  .lg\:-ml-10\/12 {
    margin-left: -83.33333% !important;
  }

  .lg\:-mt-11\/12 {
    margin-top: -91.66667% !important;
  }

  .lg\:-mr-11\/12 {
    margin-right: -91.66667% !important;
  }

  .lg\:-mb-11\/12 {
    margin-bottom: -91.66667% !important;
  }

  .lg\:-ml-11\/12 {
    margin-left: -91.66667% !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-w-1\/4 {
    max-width: 25% !important;
  }

  .lg\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .lg\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .lg\:min-h-0 {
    min-height: 0 !important;
  }

  .lg\:min-h-full {
    min-height: 100% !important;
  }

  .lg\:min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:min-w-0 {
    min-width: 0 !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:outline-none {
    outline: 0 !important;
  }

  .lg\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:p-0 {
    padding: 0 !important;
  }

  .lg\:p-1 {
    padding: 0.25rem !important;
  }

  .lg\:p-2 {
    padding: 0.5rem !important;
  }

  .lg\:p-3 {
    padding: 0.75rem !important;
  }

  .lg\:p-4 {
    padding: 1rem !important;
  }

  .lg\:p-5 {
    padding: 1.25rem !important;
  }

  .lg\:p-6 {
    padding: 1.5rem !important;
  }

  .lg\:p-8 {
    padding: 2rem !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:p-12 {
    padding: 3rem !important;
  }

  .lg\:p-16 {
    padding: 4rem !important;
  }

  .lg\:p-20 {
    padding: 5rem !important;
  }

  .lg\:p-24 {
    padding: 6rem !important;
  }

  .lg\:p-32 {
    padding: 8rem !important;
  }

  .lg\:p-40 {
    padding: 10rem !important;
  }

  .lg\:p-48 {
    padding: 12rem !important;
  }

  .lg\:p-56 {
    padding: 14rem !important;
  }

  .lg\:p-64 {
    padding: 16rem !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:p-1\/2 {
    padding: 50% !important;
  }

  .lg\:p-1\/3 {
    padding: 33.333333% !important;
  }

  .lg\:p-2\/3 {
    padding: 66.666667% !important;
  }

  .lg\:p-1\/4 {
    padding: 25% !important;
  }

  .lg\:p-2\/4 {
    padding: 50% !important;
  }

  .lg\:p-3\/4 {
    padding: 75% !important;
  }

  .lg\:p-1\/5 {
    padding: 20% !important;
  }

  .lg\:p-2\/5 {
    padding: 40% !important;
  }

  .lg\:p-3\/5 {
    padding: 60% !important;
  }

  .lg\:p-4\/5 {
    padding: 80% !important;
  }

  .lg\:p-1\/6 {
    padding: 16.666667% !important;
  }

  .lg\:p-2\/6 {
    padding: 33.333333% !important;
  }

  .lg\:p-3\/6 {
    padding: 50% !important;
  }

  .lg\:p-4\/6 {
    padding: 66.666667% !important;
  }

  .lg\:p-5\/6 {
    padding: 83.333333% !important;
  }

  .lg\:p-1\/12 {
    padding: 8.333333% !important;
  }

  .lg\:p-2\/12 {
    padding: 16.666667% !important;
  }

  .lg\:p-3\/12 {
    padding: 25% !important;
  }

  .lg\:p-4\/12 {
    padding: 33.333333% !important;
  }

  .lg\:p-5\/12 {
    padding: 41.666667% !important;
  }

  .lg\:p-6\/12 {
    padding: 50% !important;
  }

  .lg\:p-7\/12 {
    padding: 58.333333% !important;
  }

  .lg\:p-8\/12 {
    padding: 66.666667% !important;
  }

  .lg\:p-9\/12 {
    padding: 75% !important;
  }

  .lg\:p-10\/12 {
    padding: 83.333333% !important;
  }

  .lg\:p-11\/12 {
    padding: 91.666667% !important;
  }

  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .lg\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .lg\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .lg\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .lg\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .lg\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .lg\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .lg\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .lg\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .lg\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .lg\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .lg\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .lg\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .lg\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .lg\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .lg\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .lg\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .lg\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .lg\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .lg\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .lg\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .lg\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .lg\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .lg\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .lg\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .lg\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .lg\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .lg\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .lg\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .lg\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .lg\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .lg\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .lg\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .lg\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .lg\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .lg\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .lg\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .lg\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .lg\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .lg\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .lg\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .lg\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .lg\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .lg\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .lg\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .lg\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .lg\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .lg\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .lg\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .lg\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .lg\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .lg\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .lg\:pr-0 {
    padding-right: 0 !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:pl-0 {
    padding-left: 0 !important;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg\:pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:pt-56 {
    padding-top: 14rem !important;
  }

  .lg\:pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg\:pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:pt-1\/2 {
    padding-top: 50% !important;
  }

  .lg\:pr-1\/2 {
    padding-right: 50% !important;
  }

  .lg\:pb-1\/2 {
    padding-bottom: 50% !important;
  }

  .lg\:pl-1\/2 {
    padding-left: 50% !important;
  }

  .lg\:pt-1\/3 {
    padding-top: 33.333333% !important;
  }

  .lg\:pr-1\/3 {
    padding-right: 33.333333% !important;
  }

  .lg\:pb-1\/3 {
    padding-bottom: 33.333333% !important;
  }

  .lg\:pl-1\/3 {
    padding-left: 33.333333% !important;
  }

  .lg\:pt-2\/3 {
    padding-top: 66.666667% !important;
  }

  .lg\:pr-2\/3 {
    padding-right: 66.666667% !important;
  }

  .lg\:pb-2\/3 {
    padding-bottom: 66.666667% !important;
  }

  .lg\:pl-2\/3 {
    padding-left: 66.666667% !important;
  }

  .lg\:pt-1\/4 {
    padding-top: 25% !important;
  }

  .lg\:pr-1\/4 {
    padding-right: 25% !important;
  }

  .lg\:pb-1\/4 {
    padding-bottom: 25% !important;
  }

  .lg\:pl-1\/4 {
    padding-left: 25% !important;
  }

  .lg\:pt-2\/4 {
    padding-top: 50% !important;
  }

  .lg\:pr-2\/4 {
    padding-right: 50% !important;
  }

  .lg\:pb-2\/4 {
    padding-bottom: 50% !important;
  }

  .lg\:pl-2\/4 {
    padding-left: 50% !important;
  }

  .lg\:pt-3\/4 {
    padding-top: 75% !important;
  }

  .lg\:pr-3\/4 {
    padding-right: 75% !important;
  }

  .lg\:pb-3\/4 {
    padding-bottom: 75% !important;
  }

  .lg\:pl-3\/4 {
    padding-left: 75% !important;
  }

  .lg\:pt-1\/5 {
    padding-top: 20% !important;
  }

  .lg\:pr-1\/5 {
    padding-right: 20% !important;
  }

  .lg\:pb-1\/5 {
    padding-bottom: 20% !important;
  }

  .lg\:pl-1\/5 {
    padding-left: 20% !important;
  }

  .lg\:pt-2\/5 {
    padding-top: 40% !important;
  }

  .lg\:pr-2\/5 {
    padding-right: 40% !important;
  }

  .lg\:pb-2\/5 {
    padding-bottom: 40% !important;
  }

  .lg\:pl-2\/5 {
    padding-left: 40% !important;
  }

  .lg\:pt-3\/5 {
    padding-top: 60% !important;
  }

  .lg\:pr-3\/5 {
    padding-right: 60% !important;
  }

  .lg\:pb-3\/5 {
    padding-bottom: 60% !important;
  }

  .lg\:pl-3\/5 {
    padding-left: 60% !important;
  }

  .lg\:pt-4\/5 {
    padding-top: 80% !important;
  }

  .lg\:pr-4\/5 {
    padding-right: 80% !important;
  }

  .lg\:pb-4\/5 {
    padding-bottom: 80% !important;
  }

  .lg\:pl-4\/5 {
    padding-left: 80% !important;
  }

  .lg\:pt-1\/6 {
    padding-top: 16.666667% !important;
  }

  .lg\:pr-1\/6 {
    padding-right: 16.666667% !important;
  }

  .lg\:pb-1\/6 {
    padding-bottom: 16.666667% !important;
  }

  .lg\:pl-1\/6 {
    padding-left: 16.666667% !important;
  }

  .lg\:pt-2\/6 {
    padding-top: 33.333333% !important;
  }

  .lg\:pr-2\/6 {
    padding-right: 33.333333% !important;
  }

  .lg\:pb-2\/6 {
    padding-bottom: 33.333333% !important;
  }

  .lg\:pl-2\/6 {
    padding-left: 33.333333% !important;
  }

  .lg\:pt-3\/6 {
    padding-top: 50% !important;
  }

  .lg\:pr-3\/6 {
    padding-right: 50% !important;
  }

  .lg\:pb-3\/6 {
    padding-bottom: 50% !important;
  }

  .lg\:pl-3\/6 {
    padding-left: 50% !important;
  }

  .lg\:pt-4\/6 {
    padding-top: 66.666667% !important;
  }

  .lg\:pr-4\/6 {
    padding-right: 66.666667% !important;
  }

  .lg\:pb-4\/6 {
    padding-bottom: 66.666667% !important;
  }

  .lg\:pl-4\/6 {
    padding-left: 66.666667% !important;
  }

  .lg\:pt-5\/6 {
    padding-top: 83.333333% !important;
  }

  .lg\:pr-5\/6 {
    padding-right: 83.333333% !important;
  }

  .lg\:pb-5\/6 {
    padding-bottom: 83.333333% !important;
  }

  .lg\:pl-5\/6 {
    padding-left: 83.333333% !important;
  }

  .lg\:pt-1\/12 {
    padding-top: 8.333333% !important;
  }

  .lg\:pr-1\/12 {
    padding-right: 8.333333% !important;
  }

  .lg\:pb-1\/12 {
    padding-bottom: 8.333333% !important;
  }

  .lg\:pl-1\/12 {
    padding-left: 8.333333% !important;
  }

  .lg\:pt-2\/12 {
    padding-top: 16.666667% !important;
  }

  .lg\:pr-2\/12 {
    padding-right: 16.666667% !important;
  }

  .lg\:pb-2\/12 {
    padding-bottom: 16.666667% !important;
  }

  .lg\:pl-2\/12 {
    padding-left: 16.666667% !important;
  }

  .lg\:pt-3\/12 {
    padding-top: 25% !important;
  }

  .lg\:pr-3\/12 {
    padding-right: 25% !important;
  }

  .lg\:pb-3\/12 {
    padding-bottom: 25% !important;
  }

  .lg\:pl-3\/12 {
    padding-left: 25% !important;
  }

  .lg\:pt-4\/12 {
    padding-top: 33.333333% !important;
  }

  .lg\:pr-4\/12 {
    padding-right: 33.333333% !important;
  }

  .lg\:pb-4\/12 {
    padding-bottom: 33.333333% !important;
  }

  .lg\:pl-4\/12 {
    padding-left: 33.333333% !important;
  }

  .lg\:pt-5\/12 {
    padding-top: 41.666667% !important;
  }

  .lg\:pr-5\/12 {
    padding-right: 41.666667% !important;
  }

  .lg\:pb-5\/12 {
    padding-bottom: 41.666667% !important;
  }

  .lg\:pl-5\/12 {
    padding-left: 41.666667% !important;
  }

  .lg\:pt-6\/12 {
    padding-top: 50% !important;
  }

  .lg\:pr-6\/12 {
    padding-right: 50% !important;
  }

  .lg\:pb-6\/12 {
    padding-bottom: 50% !important;
  }

  .lg\:pl-6\/12 {
    padding-left: 50% !important;
  }

  .lg\:pt-7\/12 {
    padding-top: 58.333333% !important;
  }

  .lg\:pr-7\/12 {
    padding-right: 58.333333% !important;
  }

  .lg\:pb-7\/12 {
    padding-bottom: 58.333333% !important;
  }

  .lg\:pl-7\/12 {
    padding-left: 58.333333% !important;
  }

  .lg\:pt-8\/12 {
    padding-top: 66.666667% !important;
  }

  .lg\:pr-8\/12 {
    padding-right: 66.666667% !important;
  }

  .lg\:pb-8\/12 {
    padding-bottom: 66.666667% !important;
  }

  .lg\:pl-8\/12 {
    padding-left: 66.666667% !important;
  }

  .lg\:pt-9\/12 {
    padding-top: 75% !important;
  }

  .lg\:pr-9\/12 {
    padding-right: 75% !important;
  }

  .lg\:pb-9\/12 {
    padding-bottom: 75% !important;
  }

  .lg\:pl-9\/12 {
    padding-left: 75% !important;
  }

  .lg\:pt-10\/12 {
    padding-top: 83.333333% !important;
  }

  .lg\:pr-10\/12 {
    padding-right: 83.333333% !important;
  }

  .lg\:pb-10\/12 {
    padding-bottom: 83.333333% !important;
  }

  .lg\:pl-10\/12 {
    padding-left: 83.333333% !important;
  }

  .lg\:pt-11\/12 {
    padding-top: 91.666667% !important;
  }

  .lg\:pr-11\/12 {
    padding-right: 91.666667% !important;
  }

  .lg\:pb-11\/12 {
    padding-bottom: 91.666667% !important;
  }

  .lg\:pl-11\/12 {
    padding-left: 91.666667% !important;
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-black::-webkit-input-placeholder {
    color: #000 !important;
  }

  .lg\:placeholder-black::-moz-placeholder {
    color: #000 !important;
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    color: #000 !important;
  }

  .lg\:placeholder-black::-ms-input-placeholder {
    color: #000 !important;
  }

  .lg\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .lg\:placeholder-white::-webkit-input-placeholder {
    color: #fff !important;
  }

  .lg\:placeholder-white::-moz-placeholder {
    color: #fff !important;
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    color: #fff !important;
  }

  .lg\:placeholder-white::-ms-input-placeholder {
    color: #fff !important;
  }

  .lg\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .lg\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc !important;
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .lg\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .lg\:placeholder-gray-100::placeholder {
    color: #f7fafc !important;
  }

  .lg\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .lg\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .lg\:placeholder-gray-200::placeholder {
    color: #edf2f7 !important;
  }

  .lg\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .lg\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .lg\:placeholder-gray-300::placeholder {
    color: #e2e8f0 !important;
  }

  .lg\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .lg\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .lg\:placeholder-gray-400::placeholder {
    color: #cbd5e0 !important;
  }

  .lg\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .lg\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .lg\:placeholder-gray-500::placeholder {
    color: #a0aec0 !important;
  }

  .lg\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    color: #718096 !important;
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096 !important;
  }

  .lg\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096 !important;
  }

  .lg\:placeholder-gray-600::placeholder {
    color: #718096 !important;
  }

  .lg\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568 !important;
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .lg\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .lg\:placeholder-gray-700::placeholder {
    color: #4a5568 !important;
  }

  .lg\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748 !important;
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .lg\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .lg\:placeholder-gray-800::placeholder {
    color: #2d3748 !important;
  }

  .lg\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c !important;
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .lg\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .lg\:placeholder-gray-900::placeholder {
    color: #1a202c !important;
  }

  .lg\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .lg\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .lg\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .lg\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .lg\:placeholder-red-100::placeholder {
    color: #fff5f5 !important;
  }

  .lg\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .lg\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .lg\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .lg\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .lg\:placeholder-red-200::placeholder {
    color: #fed7d7 !important;
  }

  .lg\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .lg\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .lg\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .lg\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .lg\:placeholder-red-300::placeholder {
    color: #feb2b2 !important;
  }

  .lg\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .lg\:placeholder-red-400::-moz-placeholder {
    color: #fc8181 !important;
  }

  .lg\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .lg\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .lg\:placeholder-red-400::placeholder {
    color: #fc8181 !important;
  }

  .lg\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .lg\:placeholder-red-500::-moz-placeholder {
    color: #f56565 !important;
  }

  .lg\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .lg\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .lg\:placeholder-red-500::placeholder {
    color: #f56565 !important;
  }

  .lg\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .lg\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e !important;
  }

  .lg\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .lg\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .lg\:placeholder-red-600::placeholder {
    color: #e53e3e !important;
  }

  .lg\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .lg\:placeholder-red-700::-moz-placeholder {
    color: #c53030 !important;
  }

  .lg\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .lg\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .lg\:placeholder-red-700::placeholder {
    color: #c53030 !important;
  }

  .lg\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .lg\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .lg\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .lg\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .lg\:placeholder-red-800::placeholder {
    color: #9b2c2c !important;
  }

  .lg\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .lg\:placeholder-red-900::-moz-placeholder {
    color: #742a2a !important;
  }

  .lg\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .lg\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .lg\:placeholder-red-900::placeholder {
    color: #742a2a !important;
  }

  .lg\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .lg\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .lg\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .lg\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .lg\:placeholder-orange-100::placeholder {
    color: #fffaf0 !important;
  }

  .lg\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .lg\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8 !important;
  }

  .lg\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .lg\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .lg\:placeholder-orange-200::placeholder {
    color: #feebc8 !important;
  }

  .lg\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .lg\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d !important;
  }

  .lg\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .lg\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .lg\:placeholder-orange-300::placeholder {
    color: #fbd38d !important;
  }

  .lg\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .lg\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .lg\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .lg\:placeholder-orange-400::placeholder {
    color: #f6ad55 !important;
  }

  .lg\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .lg\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936 !important;
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .lg\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .lg\:placeholder-orange-500::placeholder {
    color: #ed8936 !important;
  }

  .lg\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .lg\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .lg\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .lg\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .lg\:placeholder-orange-600::placeholder {
    color: #dd6b20 !important;
  }

  .lg\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .lg\:placeholder-orange-700::-moz-placeholder {
    color: #c05621 !important;
  }

  .lg\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .lg\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .lg\:placeholder-orange-700::placeholder {
    color: #c05621 !important;
  }

  .lg\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .lg\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221 !important;
  }

  .lg\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .lg\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .lg\:placeholder-orange-800::placeholder {
    color: #9c4221 !important;
  }

  .lg\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .lg\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e !important;
  }

  .lg\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .lg\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .lg\:placeholder-orange-900::placeholder {
    color: #7b341e !important;
  }

  .lg\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0 !important;
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .lg\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .lg\:placeholder-yellow-100::placeholder {
    color: #fffff0 !important;
  }

  .lg\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf !important;
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .lg\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .lg\:placeholder-yellow-200::placeholder {
    color: #fefcbf !important;
  }

  .lg\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089 !important;
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .lg\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .lg\:placeholder-yellow-300::placeholder {
    color: #faf089 !important;
  }

  .lg\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e !important;
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .lg\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .lg\:placeholder-yellow-400::placeholder {
    color: #f6e05e !important;
  }

  .lg\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b !important;
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .lg\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .lg\:placeholder-yellow-500::placeholder {
    color: #ecc94b !important;
  }

  .lg\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e !important;
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .lg\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .lg\:placeholder-yellow-600::placeholder {
    color: #d69e2e !important;
  }

  .lg\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f !important;
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .lg\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .lg\:placeholder-yellow-700::placeholder {
    color: #b7791f !important;
  }

  .lg\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16 !important;
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .lg\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .lg\:placeholder-yellow-800::placeholder {
    color: #975a16 !important;
  }

  .lg\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    color: #744210 !important;
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210 !important;
  }

  .lg\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210 !important;
  }

  .lg\:placeholder-yellow-900::placeholder {
    color: #744210 !important;
  }

  .lg\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .lg\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .lg\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .lg\:placeholder-green-100::placeholder {
    color: #f0fff4 !important;
  }

  .lg\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .lg\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .lg\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .lg\:placeholder-green-200::placeholder {
    color: #c6f6d5 !important;
  }

  .lg\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .lg\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .lg\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .lg\:placeholder-green-300::placeholder {
    color: #9ae6b4 !important;
  }

  .lg\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    color: #68d391 !important;
  }

  .lg\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .lg\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .lg\:placeholder-green-400::placeholder {
    color: #68d391 !important;
  }

  .lg\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    color: #48bb78 !important;
  }

  .lg\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .lg\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .lg\:placeholder-green-500::placeholder {
    color: #48bb78 !important;
  }

  .lg\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    color: #38a169 !important;
  }

  .lg\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .lg\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .lg\:placeholder-green-600::placeholder {
    color: #38a169 !important;
  }

  .lg\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    color: #2f855a !important;
  }

  .lg\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .lg\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .lg\:placeholder-green-700::placeholder {
    color: #2f855a !important;
  }

  .lg\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    color: #276749 !important;
  }

  .lg\:placeholder-green-800:-ms-input-placeholder {
    color: #276749 !important;
  }

  .lg\:placeholder-green-800::-ms-input-placeholder {
    color: #276749 !important;
  }

  .lg\:placeholder-green-800::placeholder {
    color: #276749 !important;
  }

  .lg\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    color: #22543d !important;
  }

  .lg\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d !important;
  }

  .lg\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d !important;
  }

  .lg\:placeholder-green-900::placeholder {
    color: #22543d !important;
  }

  .lg\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .lg\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa !important;
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .lg\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .lg\:placeholder-teal-100::placeholder {
    color: #e6fffa !important;
  }

  .lg\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .lg\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .lg\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .lg\:placeholder-teal-200::placeholder {
    color: #b2f5ea !important;
  }

  .lg\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .lg\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .lg\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .lg\:placeholder-teal-300::placeholder {
    color: #81e6d9 !important;
  }

  .lg\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .lg\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .lg\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .lg\:placeholder-teal-400::placeholder {
    color: #4fd1c5 !important;
  }

  .lg\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .lg\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac !important;
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .lg\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .lg\:placeholder-teal-500::placeholder {
    color: #38b2ac !important;
  }

  .lg\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .lg\:placeholder-teal-600::-moz-placeholder {
    color: #319795 !important;
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795 !important;
  }

  .lg\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795 !important;
  }

  .lg\:placeholder-teal-600::placeholder {
    color: #319795 !important;
  }

  .lg\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .lg\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .lg\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .lg\:placeholder-teal-700::placeholder {
    color: #2c7a7b !important;
  }

  .lg\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .lg\:placeholder-teal-800::-moz-placeholder {
    color: #285e61 !important;
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .lg\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .lg\:placeholder-teal-800::placeholder {
    color: #285e61 !important;
  }

  .lg\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .lg\:placeholder-teal-900::-moz-placeholder {
    color: #234e52 !important;
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .lg\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .lg\:placeholder-teal-900::placeholder {
    color: #234e52 !important;
  }

  .lg\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .lg\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .lg\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .lg\:placeholder-blue-100::placeholder {
    color: #ebf8ff !important;
  }

  .lg\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .lg\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .lg\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .lg\:placeholder-blue-200::placeholder {
    color: #bee3f8 !important;
  }

  .lg\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .lg\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .lg\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .lg\:placeholder-blue-300::placeholder {
    color: #90cdf4 !important;
  }

  .lg\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .lg\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed !important;
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .lg\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .lg\:placeholder-blue-400::placeholder {
    color: #63b3ed !important;
  }

  .lg\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .lg\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1 !important;
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .lg\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .lg\:placeholder-blue-500::placeholder {
    color: #4299e1 !important;
  }

  .lg\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .lg\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce !important;
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .lg\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .lg\:placeholder-blue-600::placeholder {
    color: #3182ce !important;
  }

  .lg\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .lg\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .lg\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .lg\:placeholder-blue-700::placeholder {
    color: #2b6cb0 !important;
  }

  .lg\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .lg\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282 !important;
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .lg\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .lg\:placeholder-blue-800::placeholder {
    color: #2c5282 !important;
  }

  .lg\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365 !important;
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .lg\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .lg\:placeholder-blue-900::placeholder {
    color: #2a4365 !important;
  }

  .lg\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .lg\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .lg\:placeholder-indigo-100::placeholder {
    color: #ebf4ff !important;
  }

  .lg\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe !important;
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .lg\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .lg\:placeholder-indigo-200::placeholder {
    color: #c3dafe !important;
  }

  .lg\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa !important;
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .lg\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .lg\:placeholder-indigo-300::placeholder {
    color: #a3bffa !important;
  }

  .lg\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .lg\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .lg\:placeholder-indigo-400::placeholder {
    color: #7f9cf5 !important;
  }

  .lg\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea !important;
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea !important;
  }

  .lg\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea !important;
  }

  .lg\:placeholder-indigo-500::placeholder {
    color: #667eea !important;
  }

  .lg\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .lg\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .lg\:placeholder-indigo-600::placeholder {
    color: #5a67d8 !important;
  }

  .lg\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf !important;
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .lg\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .lg\:placeholder-indigo-700::placeholder {
    color: #4c51bf !important;
  }

  .lg\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    color: #434190 !important;
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190 !important;
  }

  .lg\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190 !important;
  }

  .lg\:placeholder-indigo-800::placeholder {
    color: #434190 !important;
  }

  .lg\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b !important;
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .lg\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .lg\:placeholder-indigo-900::placeholder {
    color: #3c366b !important;
  }

  .lg\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .lg\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff !important;
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .lg\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .lg\:placeholder-purple-100::placeholder {
    color: #faf5ff !important;
  }

  .lg\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .lg\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .lg\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .lg\:placeholder-purple-200::placeholder {
    color: #e9d8fd !important;
  }

  .lg\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .lg\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .lg\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .lg\:placeholder-purple-300::placeholder {
    color: #d6bcfa !important;
  }

  .lg\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .lg\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4 !important;
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .lg\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .lg\:placeholder-purple-400::placeholder {
    color: #b794f4 !important;
  }

  .lg\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .lg\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea !important;
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .lg\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .lg\:placeholder-purple-500::placeholder {
    color: #9f7aea !important;
  }

  .lg\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .lg\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5 !important;
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .lg\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .lg\:placeholder-purple-600::placeholder {
    color: #805ad5 !important;
  }

  .lg\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .lg\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .lg\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .lg\:placeholder-purple-700::placeholder {
    color: #6b46c1 !important;
  }

  .lg\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .lg\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a !important;
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .lg\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .lg\:placeholder-purple-800::placeholder {
    color: #553c9a !important;
  }

  .lg\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .lg\:placeholder-purple-900::-moz-placeholder {
    color: #44337a !important;
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a !important;
  }

  .lg\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a !important;
  }

  .lg\:placeholder-purple-900::placeholder {
    color: #44337a !important;
  }

  .lg\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .lg\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .lg\:placeholder-pink-100::placeholder {
    color: #fff5f7 !important;
  }

  .lg\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .lg\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .lg\:placeholder-pink-200::placeholder {
    color: #fed7e2 !important;
  }

  .lg\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .lg\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .lg\:placeholder-pink-300::placeholder {
    color: #fbb6ce !important;
  }

  .lg\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3 !important;
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .lg\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .lg\:placeholder-pink-400::placeholder {
    color: #f687b3 !important;
  }

  .lg\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .lg\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .lg\:placeholder-pink-500::placeholder {
    color: #ed64a6 !important;
  }

  .lg\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c !important;
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .lg\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .lg\:placeholder-pink-600::placeholder {
    color: #d53f8c !important;
  }

  .lg\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    color: #b83280 !important;
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .lg\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .lg\:placeholder-pink-700::placeholder {
    color: #b83280 !important;
  }

  .lg\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    color: #97266d !important;
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d !important;
  }

  .lg\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d !important;
  }

  .lg\:placeholder-pink-800::placeholder {
    color: #97266d !important;
  }

  .lg\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    color: #702459 !important;
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459 !important;
  }

  .lg\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459 !important;
  }

  .lg\:placeholder-pink-900::placeholder {
    color: #702459 !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000 !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000 !important;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000 !important;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000 !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff !important;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff !important;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc !important;
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7 !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0 !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0 !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0 !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096 !important;
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096 !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096 !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096 !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568 !important;
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568 !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748 !important;
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748 !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c !important;
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c !important;
  }

  .lg\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .lg\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5 !important;
  }

  .lg\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .lg\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7 !important;
  }

  .lg\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .lg\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2 !important;
  }

  .lg\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181 !important;
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .lg\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181 !important;
  }

  .lg\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565 !important;
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .lg\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565 !important;
  }

  .lg\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e !important;
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .lg\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e !important;
  }

  .lg\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030 !important;
  }

  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .lg\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030 !important;
  }

  .lg\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .lg\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c !important;
  }

  .lg\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a !important;
  }

  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .lg\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0 !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8 !important;
  }

  .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8 !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d !important;
  }

  .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55 !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936 !important;
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936 !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20 !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621 !important;
  }

  .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621 !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221 !important;
  }

  .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221 !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e !important;
  }

  .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0 !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0 !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089 !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089 !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16 !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16 !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210 !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210 !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210 !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210 !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4 !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5 !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4 !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391 !important;
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391 !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78 !important;
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78 !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169 !important;
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169 !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a !important;
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749 !important;
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749 !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749 !important;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749 !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d !important;
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d !important;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa !important;
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9 !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5 !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac !important;
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795 !important;
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795 !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795 !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795 !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61 !important;
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61 !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52 !important;
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52 !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8 !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4 !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed !important;
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1 !important;
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1 !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce !important;
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0 !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282 !important;
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282 !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365 !important;
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365 !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5 !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8 !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190 !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190 !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190 !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190 !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff !important;
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4 !important;
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4 !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea !important;
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5 !important;
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5 !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1 !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a !important;
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a !important;
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7 !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2 !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3 !important;
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3 !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6 !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c !important;
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280 !important;
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280 !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d !important;
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459 !important;
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459 !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459 !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459 !important;
  }

  .lg\:pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-1\/5 {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .lg\:inset-2\/5 {
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .lg\:inset-3\/5 {
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .lg\:inset-4\/5 {
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .lg\:inset-1\/6 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .lg\:inset-2\/6 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-3\/6 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-4\/6 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-5\/6 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .lg\:inset-1\/12 {
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .lg\:inset-2\/12 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .lg\:inset-3\/12 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-4\/12 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-5\/12 {
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .lg\:inset-6\/12 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-7\/12 {
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .lg\:inset-8\/12 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-9\/12 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .lg\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .lg\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-y-1\/5 {
    top: 20% !important;
    bottom: 20% !important;
  }

  .lg\:inset-x-1\/5 {
    right: 20% !important;
    left: 20% !important;
  }

  .lg\:inset-y-2\/5 {
    top: 40% !important;
    bottom: 40% !important;
  }

  .lg\:inset-x-2\/5 {
    right: 40% !important;
    left: 40% !important;
  }

  .lg\:inset-y-3\/5 {
    top: 60% !important;
    bottom: 60% !important;
  }

  .lg\:inset-x-3\/5 {
    right: 60% !important;
    left: 60% !important;
  }

  .lg\:inset-y-4\/5 {
    top: 80% !important;
    bottom: 80% !important;
  }

  .lg\:inset-x-4\/5 {
    right: 80% !important;
    left: 80% !important;
  }

  .lg\:inset-y-1\/6 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .lg\:inset-x-1\/6 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .lg\:inset-y-2\/6 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:inset-x-2\/6 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-y-3\/6 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-x-3\/6 {
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-y-4\/6 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:inset-x-4\/6 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-y-5\/6 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .lg\:inset-x-5\/6 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .lg\:inset-y-1\/12 {
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .lg\:inset-x-1\/12 {
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .lg\:inset-y-2\/12 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .lg\:inset-x-2\/12 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .lg\:inset-y-3\/12 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:inset-x-3\/12 {
    right: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-y-4\/12 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:inset-x-4\/12 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-y-5\/12 {
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .lg\:inset-x-5\/12 {
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .lg\:inset-y-6\/12 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-x-6\/12 {
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-y-7\/12 {
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .lg\:inset-x-7\/12 {
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .lg\:inset-y-8\/12 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:inset-x-8\/12 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-y-9\/12 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:inset-x-9\/12 {
    right: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .lg\:inset-x-10\/12 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .lg\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .lg\:inset-x-11\/12 {
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .lg\:top-0 {
    top: 0 !important;
  }

  .lg\:right-0 {
    right: 0 !important;
  }

  .lg\:bottom-0 {
    bottom: 0 !important;
  }

  .lg\:left-0 {
    left: 0 !important;
  }

  .lg\:top-1\/2 {
    top: 50% !important;
  }

  .lg\:right-1\/2 {
    right: 50% !important;
  }

  .lg\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .lg\:left-1\/2 {
    left: 50% !important;
  }

  .lg\:top-1\/3 {
    top: 33.333333% !important;
  }

  .lg\:right-1\/3 {
    right: 33.333333% !important;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .lg\:left-1\/3 {
    left: 33.333333% !important;
  }

  .lg\:top-2\/3 {
    top: 66.666667% !important;
  }

  .lg\:right-2\/3 {
    right: 66.666667% !important;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .lg\:left-2\/3 {
    left: 66.666667% !important;
  }

  .lg\:top-1\/4 {
    top: 25% !important;
  }

  .lg\:right-1\/4 {
    right: 25% !important;
  }

  .lg\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .lg\:left-1\/4 {
    left: 25% !important;
  }

  .lg\:top-2\/4 {
    top: 50% !important;
  }

  .lg\:right-2\/4 {
    right: 50% !important;
  }

  .lg\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .lg\:left-2\/4 {
    left: 50% !important;
  }

  .lg\:top-3\/4 {
    top: 75% !important;
  }

  .lg\:right-3\/4 {
    right: 75% !important;
  }

  .lg\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .lg\:left-3\/4 {
    left: 75% !important;
  }

  .lg\:top-1\/5 {
    top: 20% !important;
  }

  .lg\:right-1\/5 {
    right: 20% !important;
  }

  .lg\:bottom-1\/5 {
    bottom: 20% !important;
  }

  .lg\:left-1\/5 {
    left: 20% !important;
  }

  .lg\:top-2\/5 {
    top: 40% !important;
  }

  .lg\:right-2\/5 {
    right: 40% !important;
  }

  .lg\:bottom-2\/5 {
    bottom: 40% !important;
  }

  .lg\:left-2\/5 {
    left: 40% !important;
  }

  .lg\:top-3\/5 {
    top: 60% !important;
  }

  .lg\:right-3\/5 {
    right: 60% !important;
  }

  .lg\:bottom-3\/5 {
    bottom: 60% !important;
  }

  .lg\:left-3\/5 {
    left: 60% !important;
  }

  .lg\:top-4\/5 {
    top: 80% !important;
  }

  .lg\:right-4\/5 {
    right: 80% !important;
  }

  .lg\:bottom-4\/5 {
    bottom: 80% !important;
  }

  .lg\:left-4\/5 {
    left: 80% !important;
  }

  .lg\:top-1\/6 {
    top: 16.666667% !important;
  }

  .lg\:right-1\/6 {
    right: 16.666667% !important;
  }

  .lg\:bottom-1\/6 {
    bottom: 16.666667% !important;
  }

  .lg\:left-1\/6 {
    left: 16.666667% !important;
  }

  .lg\:top-2\/6 {
    top: 33.333333% !important;
  }

  .lg\:right-2\/6 {
    right: 33.333333% !important;
  }

  .lg\:bottom-2\/6 {
    bottom: 33.333333% !important;
  }

  .lg\:left-2\/6 {
    left: 33.333333% !important;
  }

  .lg\:top-3\/6 {
    top: 50% !important;
  }

  .lg\:right-3\/6 {
    right: 50% !important;
  }

  .lg\:bottom-3\/6 {
    bottom: 50% !important;
  }

  .lg\:left-3\/6 {
    left: 50% !important;
  }

  .lg\:top-4\/6 {
    top: 66.666667% !important;
  }

  .lg\:right-4\/6 {
    right: 66.666667% !important;
  }

  .lg\:bottom-4\/6 {
    bottom: 66.666667% !important;
  }

  .lg\:left-4\/6 {
    left: 66.666667% !important;
  }

  .lg\:top-5\/6 {
    top: 83.333333% !important;
  }

  .lg\:right-5\/6 {
    right: 83.333333% !important;
  }

  .lg\:bottom-5\/6 {
    bottom: 83.333333% !important;
  }

  .lg\:left-5\/6 {
    left: 83.333333% !important;
  }

  .lg\:top-1\/12 {
    top: 8.333333% !important;
  }

  .lg\:right-1\/12 {
    right: 8.333333% !important;
  }

  .lg\:bottom-1\/12 {
    bottom: 8.333333% !important;
  }

  .lg\:left-1\/12 {
    left: 8.333333% !important;
  }

  .lg\:top-2\/12 {
    top: 16.666667% !important;
  }

  .lg\:right-2\/12 {
    right: 16.666667% !important;
  }

  .lg\:bottom-2\/12 {
    bottom: 16.666667% !important;
  }

  .lg\:left-2\/12 {
    left: 16.666667% !important;
  }

  .lg\:top-3\/12 {
    top: 25% !important;
  }

  .lg\:right-3\/12 {
    right: 25% !important;
  }

  .lg\:bottom-3\/12 {
    bottom: 25% !important;
  }

  .lg\:left-3\/12 {
    left: 25% !important;
  }

  .lg\:top-4\/12 {
    top: 33.333333% !important;
  }

  .lg\:right-4\/12 {
    right: 33.333333% !important;
  }

  .lg\:bottom-4\/12 {
    bottom: 33.333333% !important;
  }

  .lg\:left-4\/12 {
    left: 33.333333% !important;
  }

  .lg\:top-5\/12 {
    top: 41.666667% !important;
  }

  .lg\:right-5\/12 {
    right: 41.666667% !important;
  }

  .lg\:bottom-5\/12 {
    bottom: 41.666667% !important;
  }

  .lg\:left-5\/12 {
    left: 41.666667% !important;
  }

  .lg\:top-6\/12 {
    top: 50% !important;
  }

  .lg\:right-6\/12 {
    right: 50% !important;
  }

  .lg\:bottom-6\/12 {
    bottom: 50% !important;
  }

  .lg\:left-6\/12 {
    left: 50% !important;
  }

  .lg\:top-7\/12 {
    top: 58.333333% !important;
  }

  .lg\:right-7\/12 {
    right: 58.333333% !important;
  }

  .lg\:bottom-7\/12 {
    bottom: 58.333333% !important;
  }

  .lg\:left-7\/12 {
    left: 58.333333% !important;
  }

  .lg\:top-8\/12 {
    top: 66.666667% !important;
  }

  .lg\:right-8\/12 {
    right: 66.666667% !important;
  }

  .lg\:bottom-8\/12 {
    bottom: 66.666667% !important;
  }

  .lg\:left-8\/12 {
    left: 66.666667% !important;
  }

  .lg\:top-9\/12 {
    top: 75% !important;
  }

  .lg\:right-9\/12 {
    right: 75% !important;
  }

  .lg\:bottom-9\/12 {
    bottom: 75% !important;
  }

  .lg\:left-9\/12 {
    left: 75% !important;
  }

  .lg\:top-10\/12 {
    top: 83.333333% !important;
  }

  .lg\:right-10\/12 {
    right: 83.333333% !important;
  }

  .lg\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .lg\:left-10\/12 {
    left: 83.333333% !important;
  }

  .lg\:top-11\/12 {
    top: 91.666667% !important;
  }

  .lg\:right-11\/12 {
    right: 91.666667% !important;
  }

  .lg\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .lg\:left-11\/12 {
    left: 91.666667% !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .lg\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:shadow-none {
    box-shadow: none !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .lg\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .lg\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .lg\:fill-current {
    fill: currentColor !important;
  }

  .lg\:stroke-current {
    stroke: currentColor !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

  .lg\:text-black {
    color: #000 !important;
  }

  .lg\:text-white {
    color: #fff !important;
  }

  .lg\:text-gray-100 {
    color: #f7fafc !important;
  }

  .lg\:text-gray-200 {
    color: #edf2f7 !important;
  }

  .lg\:text-gray-300 {
    color: #e2e8f0 !important;
  }

  .lg\:text-gray-400 {
    color: #cbd5e0 !important;
  }

  .lg\:text-gray-500 {
    color: #a0aec0 !important;
  }

  .lg\:text-gray-600 {
    color: #718096 !important;
  }

  .lg\:text-gray-700 {
    color: #4a5568 !important;
  }

  .lg\:text-gray-800 {
    color: #2d3748 !important;
  }

  .lg\:text-gray-900 {
    color: #1a202c !important;
  }

  .lg\:text-red-100 {
    color: #fff5f5 !important;
  }

  .lg\:text-red-200 {
    color: #fed7d7 !important;
  }

  .lg\:text-red-300 {
    color: #feb2b2 !important;
  }

  .lg\:text-red-400 {
    color: #fc8181 !important;
  }

  .lg\:text-red-500 {
    color: #f56565 !important;
  }

  .lg\:text-red-600 {
    color: #e53e3e !important;
  }

  .lg\:text-red-700 {
    color: #c53030 !important;
  }

  .lg\:text-red-800 {
    color: #9b2c2c !important;
  }

  .lg\:text-red-900 {
    color: #742a2a !important;
  }

  .lg\:text-orange-100 {
    color: #fffaf0 !important;
  }

  .lg\:text-orange-200 {
    color: #feebc8 !important;
  }

  .lg\:text-orange-300 {
    color: #fbd38d !important;
  }

  .lg\:text-orange-400 {
    color: #f6ad55 !important;
  }

  .lg\:text-orange-500 {
    color: #ed8936 !important;
  }

  .lg\:text-orange-600 {
    color: #dd6b20 !important;
  }

  .lg\:text-orange-700 {
    color: #c05621 !important;
  }

  .lg\:text-orange-800 {
    color: #9c4221 !important;
  }

  .lg\:text-orange-900 {
    color: #7b341e !important;
  }

  .lg\:text-yellow-100 {
    color: #fffff0 !important;
  }

  .lg\:text-yellow-200 {
    color: #fefcbf !important;
  }

  .lg\:text-yellow-300 {
    color: #faf089 !important;
  }

  .lg\:text-yellow-400 {
    color: #f6e05e !important;
  }

  .lg\:text-yellow-500 {
    color: #ecc94b !important;
  }

  .lg\:text-yellow-600 {
    color: #d69e2e !important;
  }

  .lg\:text-yellow-700 {
    color: #b7791f !important;
  }

  .lg\:text-yellow-800 {
    color: #975a16 !important;
  }

  .lg\:text-yellow-900 {
    color: #744210 !important;
  }

  .lg\:text-green-100 {
    color: #f0fff4 !important;
  }

  .lg\:text-green-200 {
    color: #c6f6d5 !important;
  }

  .lg\:text-green-300 {
    color: #9ae6b4 !important;
  }

  .lg\:text-green-400 {
    color: #68d391 !important;
  }

  .lg\:text-green-500 {
    color: #48bb78 !important;
  }

  .lg\:text-green-600 {
    color: #38a169 !important;
  }

  .lg\:text-green-700 {
    color: #2f855a !important;
  }

  .lg\:text-green-800 {
    color: #276749 !important;
  }

  .lg\:text-green-900 {
    color: #22543d !important;
  }

  .lg\:text-teal-100 {
    color: #e6fffa !important;
  }

  .lg\:text-teal-200 {
    color: #b2f5ea !important;
  }

  .lg\:text-teal-300 {
    color: #81e6d9 !important;
  }

  .lg\:text-teal-400 {
    color: #4fd1c5 !important;
  }

  .lg\:text-teal-500 {
    color: #38b2ac !important;
  }

  .lg\:text-teal-600 {
    color: #319795 !important;
  }

  .lg\:text-teal-700 {
    color: #2c7a7b !important;
  }

  .lg\:text-teal-800 {
    color: #285e61 !important;
  }

  .lg\:text-teal-900 {
    color: #234e52 !important;
  }

  .lg\:text-blue-100 {
    color: #ebf8ff !important;
  }

  .lg\:text-blue-200 {
    color: #bee3f8 !important;
  }

  .lg\:text-blue-300 {
    color: #90cdf4 !important;
  }

  .lg\:text-blue-400 {
    color: #63b3ed !important;
  }

  .lg\:text-blue-500 {
    color: #4299e1 !important;
  }

  .lg\:text-blue-600 {
    color: #3182ce !important;
  }

  .lg\:text-blue-700 {
    color: #2b6cb0 !important;
  }

  .lg\:text-blue-800 {
    color: #2c5282 !important;
  }

  .lg\:text-blue-900 {
    color: #2a4365 !important;
  }

  .lg\:text-indigo-100 {
    color: #ebf4ff !important;
  }

  .lg\:text-indigo-200 {
    color: #c3dafe !important;
  }

  .lg\:text-indigo-300 {
    color: #a3bffa !important;
  }

  .lg\:text-indigo-400 {
    color: #7f9cf5 !important;
  }

  .lg\:text-indigo-500 {
    color: #667eea !important;
  }

  .lg\:text-indigo-600 {
    color: #5a67d8 !important;
  }

  .lg\:text-indigo-700 {
    color: #4c51bf !important;
  }

  .lg\:text-indigo-800 {
    color: #434190 !important;
  }

  .lg\:text-indigo-900 {
    color: #3c366b !important;
  }

  .lg\:text-purple-100 {
    color: #faf5ff !important;
  }

  .lg\:text-purple-200 {
    color: #e9d8fd !important;
  }

  .lg\:text-purple-300 {
    color: #d6bcfa !important;
  }

  .lg\:text-purple-400 {
    color: #b794f4 !important;
  }

  .lg\:text-purple-500 {
    color: #9f7aea !important;
  }

  .lg\:text-purple-600 {
    color: #805ad5 !important;
  }

  .lg\:text-purple-700 {
    color: #6b46c1 !important;
  }

  .lg\:text-purple-800 {
    color: #553c9a !important;
  }

  .lg\:text-purple-900 {
    color: #44337a !important;
  }

  .lg\:text-pink-100 {
    color: #fff5f7 !important;
  }

  .lg\:text-pink-200 {
    color: #fed7e2 !important;
  }

  .lg\:text-pink-300 {
    color: #fbb6ce !important;
  }

  .lg\:text-pink-400 {
    color: #f687b3 !important;
  }

  .lg\:text-pink-500 {
    color: #ed64a6 !important;
  }

  .lg\:text-pink-600 {
    color: #d53f8c !important;
  }

  .lg\:text-pink-700 {
    color: #b83280 !important;
  }

  .lg\:text-pink-800 {
    color: #97266d !important;
  }

  .lg\:text-pink-900 {
    color: #702459 !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-black:hover {
    color: #000 !important;
  }

  .lg\:hover\:text-white:hover {
    color: #fff !important;
  }

  .lg\:hover\:text-gray-100:hover {
    color: #f7fafc !important;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #edf2f7 !important;
  }

  .lg\:hover\:text-gray-300:hover {
    color: #e2e8f0 !important;
  }

  .lg\:hover\:text-gray-400:hover {
    color: #cbd5e0 !important;
  }

  .lg\:hover\:text-gray-500:hover {
    color: #a0aec0 !important;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #718096 !important;
  }

  .lg\:hover\:text-gray-700:hover {
    color: #4a5568 !important;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #2d3748 !important;
  }

  .lg\:hover\:text-gray-900:hover {
    color: #1a202c !important;
  }

  .lg\:hover\:text-red-100:hover {
    color: #fff5f5 !important;
  }

  .lg\:hover\:text-red-200:hover {
    color: #fed7d7 !important;
  }

  .lg\:hover\:text-red-300:hover {
    color: #feb2b2 !important;
  }

  .lg\:hover\:text-red-400:hover {
    color: #fc8181 !important;
  }

  .lg\:hover\:text-red-500:hover {
    color: #f56565 !important;
  }

  .lg\:hover\:text-red-600:hover {
    color: #e53e3e !important;
  }

  .lg\:hover\:text-red-700:hover {
    color: #c53030 !important;
  }

  .lg\:hover\:text-red-800:hover {
    color: #9b2c2c !important;
  }

  .lg\:hover\:text-red-900:hover {
    color: #742a2a !important;
  }

  .lg\:hover\:text-orange-100:hover {
    color: #fffaf0 !important;
  }

  .lg\:hover\:text-orange-200:hover {
    color: #feebc8 !important;
  }

  .lg\:hover\:text-orange-300:hover {
    color: #fbd38d !important;
  }

  .lg\:hover\:text-orange-400:hover {
    color: #f6ad55 !important;
  }

  .lg\:hover\:text-orange-500:hover {
    color: #ed8936 !important;
  }

  .lg\:hover\:text-orange-600:hover {
    color: #dd6b20 !important;
  }

  .lg\:hover\:text-orange-700:hover {
    color: #c05621 !important;
  }

  .lg\:hover\:text-orange-800:hover {
    color: #9c4221 !important;
  }

  .lg\:hover\:text-orange-900:hover {
    color: #7b341e !important;
  }

  .lg\:hover\:text-yellow-100:hover {
    color: #fffff0 !important;
  }

  .lg\:hover\:text-yellow-200:hover {
    color: #fefcbf !important;
  }

  .lg\:hover\:text-yellow-300:hover {
    color: #faf089 !important;
  }

  .lg\:hover\:text-yellow-400:hover {
    color: #f6e05e !important;
  }

  .lg\:hover\:text-yellow-500:hover {
    color: #ecc94b !important;
  }

  .lg\:hover\:text-yellow-600:hover {
    color: #d69e2e !important;
  }

  .lg\:hover\:text-yellow-700:hover {
    color: #b7791f !important;
  }

  .lg\:hover\:text-yellow-800:hover {
    color: #975a16 !important;
  }

  .lg\:hover\:text-yellow-900:hover {
    color: #744210 !important;
  }

  .lg\:hover\:text-green-100:hover {
    color: #f0fff4 !important;
  }

  .lg\:hover\:text-green-200:hover {
    color: #c6f6d5 !important;
  }

  .lg\:hover\:text-green-300:hover {
    color: #9ae6b4 !important;
  }

  .lg\:hover\:text-green-400:hover {
    color: #68d391 !important;
  }

  .lg\:hover\:text-green-500:hover {
    color: #48bb78 !important;
  }

  .lg\:hover\:text-green-600:hover {
    color: #38a169 !important;
  }

  .lg\:hover\:text-green-700:hover {
    color: #2f855a !important;
  }

  .lg\:hover\:text-green-800:hover {
    color: #276749 !important;
  }

  .lg\:hover\:text-green-900:hover {
    color: #22543d !important;
  }

  .lg\:hover\:text-teal-100:hover {
    color: #e6fffa !important;
  }

  .lg\:hover\:text-teal-200:hover {
    color: #b2f5ea !important;
  }

  .lg\:hover\:text-teal-300:hover {
    color: #81e6d9 !important;
  }

  .lg\:hover\:text-teal-400:hover {
    color: #4fd1c5 !important;
  }

  .lg\:hover\:text-teal-500:hover {
    color: #38b2ac !important;
  }

  .lg\:hover\:text-teal-600:hover {
    color: #319795 !important;
  }

  .lg\:hover\:text-teal-700:hover {
    color: #2c7a7b !important;
  }

  .lg\:hover\:text-teal-800:hover {
    color: #285e61 !important;
  }

  .lg\:hover\:text-teal-900:hover {
    color: #234e52 !important;
  }

  .lg\:hover\:text-blue-100:hover {
    color: #ebf8ff !important;
  }

  .lg\:hover\:text-blue-200:hover {
    color: #bee3f8 !important;
  }

  .lg\:hover\:text-blue-300:hover {
    color: #90cdf4 !important;
  }

  .lg\:hover\:text-blue-400:hover {
    color: #63b3ed !important;
  }

  .lg\:hover\:text-blue-500:hover {
    color: #4299e1 !important;
  }

  .lg\:hover\:text-blue-600:hover {
    color: #3182ce !important;
  }

  .lg\:hover\:text-blue-700:hover {
    color: #2b6cb0 !important;
  }

  .lg\:hover\:text-blue-800:hover {
    color: #2c5282 !important;
  }

  .lg\:hover\:text-blue-900:hover {
    color: #2a4365 !important;
  }

  .lg\:hover\:text-indigo-100:hover {
    color: #ebf4ff !important;
  }

  .lg\:hover\:text-indigo-200:hover {
    color: #c3dafe !important;
  }

  .lg\:hover\:text-indigo-300:hover {
    color: #a3bffa !important;
  }

  .lg\:hover\:text-indigo-400:hover {
    color: #7f9cf5 !important;
  }

  .lg\:hover\:text-indigo-500:hover {
    color: #667eea !important;
  }

  .lg\:hover\:text-indigo-600:hover {
    color: #5a67d8 !important;
  }

  .lg\:hover\:text-indigo-700:hover {
    color: #4c51bf !important;
  }

  .lg\:hover\:text-indigo-800:hover {
    color: #434190 !important;
  }

  .lg\:hover\:text-indigo-900:hover {
    color: #3c366b !important;
  }

  .lg\:hover\:text-purple-100:hover {
    color: #faf5ff !important;
  }

  .lg\:hover\:text-purple-200:hover {
    color: #e9d8fd !important;
  }

  .lg\:hover\:text-purple-300:hover {
    color: #d6bcfa !important;
  }

  .lg\:hover\:text-purple-400:hover {
    color: #b794f4 !important;
  }

  .lg\:hover\:text-purple-500:hover {
    color: #9f7aea !important;
  }

  .lg\:hover\:text-purple-600:hover {
    color: #805ad5 !important;
  }

  .lg\:hover\:text-purple-700:hover {
    color: #6b46c1 !important;
  }

  .lg\:hover\:text-purple-800:hover {
    color: #553c9a !important;
  }

  .lg\:hover\:text-purple-900:hover {
    color: #44337a !important;
  }

  .lg\:hover\:text-pink-100:hover {
    color: #fff5f7 !important;
  }

  .lg\:hover\:text-pink-200:hover {
    color: #fed7e2 !important;
  }

  .lg\:hover\:text-pink-300:hover {
    color: #fbb6ce !important;
  }

  .lg\:hover\:text-pink-400:hover {
    color: #f687b3 !important;
  }

  .lg\:hover\:text-pink-500:hover {
    color: #ed64a6 !important;
  }

  .lg\:hover\:text-pink-600:hover {
    color: #d53f8c !important;
  }

  .lg\:hover\:text-pink-700:hover {
    color: #b83280 !important;
  }

  .lg\:hover\:text-pink-800:hover {
    color: #97266d !important;
  }

  .lg\:hover\:text-pink-900:hover {
    color: #702459 !important;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:text-black:focus {
    color: #000 !important;
  }

  .lg\:focus\:text-white:focus {
    color: #fff !important;
  }

  .lg\:focus\:text-gray-100:focus {
    color: #f7fafc !important;
  }

  .lg\:focus\:text-gray-200:focus {
    color: #edf2f7 !important;
  }

  .lg\:focus\:text-gray-300:focus {
    color: #e2e8f0 !important;
  }

  .lg\:focus\:text-gray-400:focus {
    color: #cbd5e0 !important;
  }

  .lg\:focus\:text-gray-500:focus {
    color: #a0aec0 !important;
  }

  .lg\:focus\:text-gray-600:focus {
    color: #718096 !important;
  }

  .lg\:focus\:text-gray-700:focus {
    color: #4a5568 !important;
  }

  .lg\:focus\:text-gray-800:focus {
    color: #2d3748 !important;
  }

  .lg\:focus\:text-gray-900:focus {
    color: #1a202c !important;
  }

  .lg\:focus\:text-red-100:focus {
    color: #fff5f5 !important;
  }

  .lg\:focus\:text-red-200:focus {
    color: #fed7d7 !important;
  }

  .lg\:focus\:text-red-300:focus {
    color: #feb2b2 !important;
  }

  .lg\:focus\:text-red-400:focus {
    color: #fc8181 !important;
  }

  .lg\:focus\:text-red-500:focus {
    color: #f56565 !important;
  }

  .lg\:focus\:text-red-600:focus {
    color: #e53e3e !important;
  }

  .lg\:focus\:text-red-700:focus {
    color: #c53030 !important;
  }

  .lg\:focus\:text-red-800:focus {
    color: #9b2c2c !important;
  }

  .lg\:focus\:text-red-900:focus {
    color: #742a2a !important;
  }

  .lg\:focus\:text-orange-100:focus {
    color: #fffaf0 !important;
  }

  .lg\:focus\:text-orange-200:focus {
    color: #feebc8 !important;
  }

  .lg\:focus\:text-orange-300:focus {
    color: #fbd38d !important;
  }

  .lg\:focus\:text-orange-400:focus {
    color: #f6ad55 !important;
  }

  .lg\:focus\:text-orange-500:focus {
    color: #ed8936 !important;
  }

  .lg\:focus\:text-orange-600:focus {
    color: #dd6b20 !important;
  }

  .lg\:focus\:text-orange-700:focus {
    color: #c05621 !important;
  }

  .lg\:focus\:text-orange-800:focus {
    color: #9c4221 !important;
  }

  .lg\:focus\:text-orange-900:focus {
    color: #7b341e !important;
  }

  .lg\:focus\:text-yellow-100:focus {
    color: #fffff0 !important;
  }

  .lg\:focus\:text-yellow-200:focus {
    color: #fefcbf !important;
  }

  .lg\:focus\:text-yellow-300:focus {
    color: #faf089 !important;
  }

  .lg\:focus\:text-yellow-400:focus {
    color: #f6e05e !important;
  }

  .lg\:focus\:text-yellow-500:focus {
    color: #ecc94b !important;
  }

  .lg\:focus\:text-yellow-600:focus {
    color: #d69e2e !important;
  }

  .lg\:focus\:text-yellow-700:focus {
    color: #b7791f !important;
  }

  .lg\:focus\:text-yellow-800:focus {
    color: #975a16 !important;
  }

  .lg\:focus\:text-yellow-900:focus {
    color: #744210 !important;
  }

  .lg\:focus\:text-green-100:focus {
    color: #f0fff4 !important;
  }

  .lg\:focus\:text-green-200:focus {
    color: #c6f6d5 !important;
  }

  .lg\:focus\:text-green-300:focus {
    color: #9ae6b4 !important;
  }

  .lg\:focus\:text-green-400:focus {
    color: #68d391 !important;
  }

  .lg\:focus\:text-green-500:focus {
    color: #48bb78 !important;
  }

  .lg\:focus\:text-green-600:focus {
    color: #38a169 !important;
  }

  .lg\:focus\:text-green-700:focus {
    color: #2f855a !important;
  }

  .lg\:focus\:text-green-800:focus {
    color: #276749 !important;
  }

  .lg\:focus\:text-green-900:focus {
    color: #22543d !important;
  }

  .lg\:focus\:text-teal-100:focus {
    color: #e6fffa !important;
  }

  .lg\:focus\:text-teal-200:focus {
    color: #b2f5ea !important;
  }

  .lg\:focus\:text-teal-300:focus {
    color: #81e6d9 !important;
  }

  .lg\:focus\:text-teal-400:focus {
    color: #4fd1c5 !important;
  }

  .lg\:focus\:text-teal-500:focus {
    color: #38b2ac !important;
  }

  .lg\:focus\:text-teal-600:focus {
    color: #319795 !important;
  }

  .lg\:focus\:text-teal-700:focus {
    color: #2c7a7b !important;
  }

  .lg\:focus\:text-teal-800:focus {
    color: #285e61 !important;
  }

  .lg\:focus\:text-teal-900:focus {
    color: #234e52 !important;
  }

  .lg\:focus\:text-blue-100:focus {
    color: #ebf8ff !important;
  }

  .lg\:focus\:text-blue-200:focus {
    color: #bee3f8 !important;
  }

  .lg\:focus\:text-blue-300:focus {
    color: #90cdf4 !important;
  }

  .lg\:focus\:text-blue-400:focus {
    color: #63b3ed !important;
  }

  .lg\:focus\:text-blue-500:focus {
    color: #4299e1 !important;
  }

  .lg\:focus\:text-blue-600:focus {
    color: #3182ce !important;
  }

  .lg\:focus\:text-blue-700:focus {
    color: #2b6cb0 !important;
  }

  .lg\:focus\:text-blue-800:focus {
    color: #2c5282 !important;
  }

  .lg\:focus\:text-blue-900:focus {
    color: #2a4365 !important;
  }

  .lg\:focus\:text-indigo-100:focus {
    color: #ebf4ff !important;
  }

  .lg\:focus\:text-indigo-200:focus {
    color: #c3dafe !important;
  }

  .lg\:focus\:text-indigo-300:focus {
    color: #a3bffa !important;
  }

  .lg\:focus\:text-indigo-400:focus {
    color: #7f9cf5 !important;
  }

  .lg\:focus\:text-indigo-500:focus {
    color: #667eea !important;
  }

  .lg\:focus\:text-indigo-600:focus {
    color: #5a67d8 !important;
  }

  .lg\:focus\:text-indigo-700:focus {
    color: #4c51bf !important;
  }

  .lg\:focus\:text-indigo-800:focus {
    color: #434190 !important;
  }

  .lg\:focus\:text-indigo-900:focus {
    color: #3c366b !important;
  }

  .lg\:focus\:text-purple-100:focus {
    color: #faf5ff !important;
  }

  .lg\:focus\:text-purple-200:focus {
    color: #e9d8fd !important;
  }

  .lg\:focus\:text-purple-300:focus {
    color: #d6bcfa !important;
  }

  .lg\:focus\:text-purple-400:focus {
    color: #b794f4 !important;
  }

  .lg\:focus\:text-purple-500:focus {
    color: #9f7aea !important;
  }

  .lg\:focus\:text-purple-600:focus {
    color: #805ad5 !important;
  }

  .lg\:focus\:text-purple-700:focus {
    color: #6b46c1 !important;
  }

  .lg\:focus\:text-purple-800:focus {
    color: #553c9a !important;
  }

  .lg\:focus\:text-purple-900:focus {
    color: #44337a !important;
  }

  .lg\:focus\:text-pink-100:focus {
    color: #fff5f7 !important;
  }

  .lg\:focus\:text-pink-200:focus {
    color: #fed7e2 !important;
  }

  .lg\:focus\:text-pink-300:focus {
    color: #fbb6ce !important;
  }

  .lg\:focus\:text-pink-400:focus {
    color: #f687b3 !important;
  }

  .lg\:focus\:text-pink-500:focus {
    color: #ed64a6 !important;
  }

  .lg\:focus\:text-pink-600:focus {
    color: #d53f8c !important;
  }

  .lg\:focus\:text-pink-700:focus {
    color: #b83280 !important;
  }

  .lg\:focus\:text-pink-800:focus {
    color: #97266d !important;
  }

  .lg\:focus\:text-pink-900:focus {
    color: #702459 !important;
  }

  .lg\:text-xs {
    font-size: 0.75rem !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important;
  }

  .lg\:text-5xl {
    font-size: 3rem !important;
  }

  .lg\:text-6xl {
    font-size: 4rem !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:not-italic {
    font-style: normal !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

  .lg\:normal-case {
    text-transform: none !important;
  }

  .lg\:underline {
    text-decoration: underline !important;
  }

  .lg\:line-through {
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-normal {
    word-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words {
    word-wrap: break-word !important;
  }

  .lg\:break-all {
    word-break: break-all !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-0 {
    width: 0 !important;
  }

  .lg\:w-1 {
    width: 0.25rem !important;
  }

  .lg\:w-2 {
    width: 0.5rem !important;
  }

  .lg\:w-3 {
    width: 0.75rem !important;
  }

  .lg\:w-4 {
    width: 1rem !important;
  }

  .lg\:w-5 {
    width: 1.25rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-20 {
    width: 5rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-40 {
    width: 10rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-56 {
    width: 14rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-2\/4 {
    width: 50% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:w-3\/6 {
    width: 50% !important;
  }

  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-9\/12 {
    width: 75% !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:z-0 {
    z-index: 0 !important;
  }

  .lg\:z-10 {
    z-index: 10 !important;
  }

  .lg\:z-20 {
    z-index: 20 !important;
  }

  .lg\:z-30 {
    z-index: 30 !important;
  }

  .lg\:z-40 {
    z-index: 40 !important;
  }

  .lg\:z-50 {
    z-index: 50 !important;
  }

  .lg\:z-auto {
    z-index: auto !important;
  }
}

@media (min-width: 1280px) {
  .xl\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:bg-local {
    background-attachment: local !important;
  }

  .xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:bg-transparent {
    background-color: transparent !important;
  }

  .xl\:bg-black {
    background-color: #000 !important;
  }

  .xl\:bg-white {
    background-color: #fff !important;
  }

  .xl\:bg-gray-100 {
    background-color: #f7fafc !important;
  }

  .xl\:bg-gray-200 {
    background-color: #edf2f7 !important;
  }

  .xl\:bg-gray-300 {
    background-color: #e2e8f0 !important;
  }

  .xl\:bg-gray-400 {
    background-color: #cbd5e0 !important;
  }

  .xl\:bg-gray-500 {
    background-color: #a0aec0 !important;
  }

  .xl\:bg-gray-600 {
    background-color: #718096 !important;
  }

  .xl\:bg-gray-700 {
    background-color: #4a5568 !important;
  }

  .xl\:bg-gray-800 {
    background-color: #2d3748 !important;
  }

  .xl\:bg-gray-900 {
    background-color: #1a202c !important;
  }

  .xl\:bg-red-100 {
    background-color: #fff5f5 !important;
  }

  .xl\:bg-red-200 {
    background-color: #fed7d7 !important;
  }

  .xl\:bg-red-300 {
    background-color: #feb2b2 !important;
  }

  .xl\:bg-red-400 {
    background-color: #fc8181 !important;
  }

  .xl\:bg-red-500 {
    background-color: #f56565 !important;
  }

  .xl\:bg-red-600 {
    background-color: #e53e3e !important;
  }

  .xl\:bg-red-700 {
    background-color: #c53030 !important;
  }

  .xl\:bg-red-800 {
    background-color: #9b2c2c !important;
  }

  .xl\:bg-red-900 {
    background-color: #742a2a !important;
  }

  .xl\:bg-orange-100 {
    background-color: #fffaf0 !important;
  }

  .xl\:bg-orange-200 {
    background-color: #feebc8 !important;
  }

  .xl\:bg-orange-300 {
    background-color: #fbd38d !important;
  }

  .xl\:bg-orange-400 {
    background-color: #f6ad55 !important;
  }

  .xl\:bg-orange-500 {
    background-color: #ed8936 !important;
  }

  .xl\:bg-orange-600 {
    background-color: #dd6b20 !important;
  }

  .xl\:bg-orange-700 {
    background-color: #c05621 !important;
  }

  .xl\:bg-orange-800 {
    background-color: #9c4221 !important;
  }

  .xl\:bg-orange-900 {
    background-color: #7b341e !important;
  }

  .xl\:bg-yellow-100 {
    background-color: #fffff0 !important;
  }

  .xl\:bg-yellow-200 {
    background-color: #fefcbf !important;
  }

  .xl\:bg-yellow-300 {
    background-color: #faf089 !important;
  }

  .xl\:bg-yellow-400 {
    background-color: #f6e05e !important;
  }

  .xl\:bg-yellow-500 {
    background-color: #ecc94b !important;
  }

  .xl\:bg-yellow-600 {
    background-color: #d69e2e !important;
  }

  .xl\:bg-yellow-700 {
    background-color: #b7791f !important;
  }

  .xl\:bg-yellow-800 {
    background-color: #975a16 !important;
  }

  .xl\:bg-yellow-900 {
    background-color: #744210 !important;
  }

  .xl\:bg-green-100 {
    background-color: #f0fff4 !important;
  }

  .xl\:bg-green-200 {
    background-color: #c6f6d5 !important;
  }

  .xl\:bg-green-300 {
    background-color: #9ae6b4 !important;
  }

  .xl\:bg-green-400 {
    background-color: #68d391 !important;
  }

  .xl\:bg-green-500 {
    background-color: #48bb78 !important;
  }

  .xl\:bg-green-600 {
    background-color: #38a169 !important;
  }

  .xl\:bg-green-700 {
    background-color: #2f855a !important;
  }

  .xl\:bg-green-800 {
    background-color: #276749 !important;
  }

  .xl\:bg-green-900 {
    background-color: #22543d !important;
  }

  .xl\:bg-teal-100 {
    background-color: #e6fffa !important;
  }

  .xl\:bg-teal-200 {
    background-color: #b2f5ea !important;
  }

  .xl\:bg-teal-300 {
    background-color: #81e6d9 !important;
  }

  .xl\:bg-teal-400 {
    background-color: #4fd1c5 !important;
  }

  .xl\:bg-teal-500 {
    background-color: #38b2ac !important;
  }

  .xl\:bg-teal-600 {
    background-color: #319795 !important;
  }

  .xl\:bg-teal-700 {
    background-color: #2c7a7b !important;
  }

  .xl\:bg-teal-800 {
    background-color: #285e61 !important;
  }

  .xl\:bg-teal-900 {
    background-color: #234e52 !important;
  }

  .xl\:bg-blue-100 {
    background-color: #ebf8ff !important;
  }

  .xl\:bg-blue-200 {
    background-color: #bee3f8 !important;
  }

  .xl\:bg-blue-300 {
    background-color: #90cdf4 !important;
  }

  .xl\:bg-blue-400 {
    background-color: #63b3ed !important;
  }

  .xl\:bg-blue-500 {
    background-color: #4299e1 !important;
  }

  .xl\:bg-blue-600 {
    background-color: #3182ce !important;
  }

  .xl\:bg-blue-700 {
    background-color: #2b6cb0 !important;
  }

  .xl\:bg-blue-800 {
    background-color: #2c5282 !important;
  }

  .xl\:bg-blue-900 {
    background-color: #2a4365 !important;
  }

  .xl\:bg-indigo-100 {
    background-color: #ebf4ff !important;
  }

  .xl\:bg-indigo-200 {
    background-color: #c3dafe !important;
  }

  .xl\:bg-indigo-300 {
    background-color: #a3bffa !important;
  }

  .xl\:bg-indigo-400 {
    background-color: #7f9cf5 !important;
  }

  .xl\:bg-indigo-500 {
    background-color: #667eea !important;
  }

  .xl\:bg-indigo-600 {
    background-color: #5a67d8 !important;
  }

  .xl\:bg-indigo-700 {
    background-color: #4c51bf !important;
  }

  .xl\:bg-indigo-800 {
    background-color: #434190 !important;
  }

  .xl\:bg-indigo-900 {
    background-color: #3c366b !important;
  }

  .xl\:bg-purple-100 {
    background-color: #faf5ff !important;
  }

  .xl\:bg-purple-200 {
    background-color: #e9d8fd !important;
  }

  .xl\:bg-purple-300 {
    background-color: #d6bcfa !important;
  }

  .xl\:bg-purple-400 {
    background-color: #b794f4 !important;
  }

  .xl\:bg-purple-500 {
    background-color: #9f7aea !important;
  }

  .xl\:bg-purple-600 {
    background-color: #805ad5 !important;
  }

  .xl\:bg-purple-700 {
    background-color: #6b46c1 !important;
  }

  .xl\:bg-purple-800 {
    background-color: #553c9a !important;
  }

  .xl\:bg-purple-900 {
    background-color: #44337a !important;
  }

  .xl\:bg-pink-100 {
    background-color: #fff5f7 !important;
  }

  .xl\:bg-pink-200 {
    background-color: #fed7e2 !important;
  }

  .xl\:bg-pink-300 {
    background-color: #fbb6ce !important;
  }

  .xl\:bg-pink-400 {
    background-color: #f687b3 !important;
  }

  .xl\:bg-pink-500 {
    background-color: #ed64a6 !important;
  }

  .xl\:bg-pink-600 {
    background-color: #d53f8c !important;
  }

  .xl\:bg-pink-700 {
    background-color: #b83280 !important;
  }

  .xl\:bg-pink-800 {
    background-color: #97266d !important;
  }

  .xl\:bg-pink-900 {
    background-color: #702459 !important;
  }

  .xl\:bg-primary {
    background-color: #3490dc !important;
  }

  .xl\:bg-secondary {
    background-color: #ffed4a !important;
  }

  .xl\:bg-danger {
    background-color: #e3342f !important;
  }

  .xl\:bg-appleGrey {
    background-color: #f3f3f3 !important;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #f7fafc !important;
  }

  .xl\:hover\:bg-gray-200:hover {
    background-color: #edf2f7 !important;
  }

  .xl\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0 !important;
  }

  .xl\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0 !important;
  }

  .xl\:hover\:bg-gray-500:hover {
    background-color: #a0aec0 !important;
  }

  .xl\:hover\:bg-gray-600:hover {
    background-color: #718096 !important;
  }

  .xl\:hover\:bg-gray-700:hover {
    background-color: #4a5568 !important;
  }

  .xl\:hover\:bg-gray-800:hover {
    background-color: #2d3748 !important;
  }

  .xl\:hover\:bg-gray-900:hover {
    background-color: #1a202c !important;
  }

  .xl\:hover\:bg-red-100:hover {
    background-color: #fff5f5 !important;
  }

  .xl\:hover\:bg-red-200:hover {
    background-color: #fed7d7 !important;
  }

  .xl\:hover\:bg-red-300:hover {
    background-color: #feb2b2 !important;
  }

  .xl\:hover\:bg-red-400:hover {
    background-color: #fc8181 !important;
  }

  .xl\:hover\:bg-red-500:hover {
    background-color: #f56565 !important;
  }

  .xl\:hover\:bg-red-600:hover {
    background-color: #e53e3e !important;
  }

  .xl\:hover\:bg-red-700:hover {
    background-color: #c53030 !important;
  }

  .xl\:hover\:bg-red-800:hover {
    background-color: #9b2c2c !important;
  }

  .xl\:hover\:bg-red-900:hover {
    background-color: #742a2a !important;
  }

  .xl\:hover\:bg-orange-100:hover {
    background-color: #fffaf0 !important;
  }

  .xl\:hover\:bg-orange-200:hover {
    background-color: #feebc8 !important;
  }

  .xl\:hover\:bg-orange-300:hover {
    background-color: #fbd38d !important;
  }

  .xl\:hover\:bg-orange-400:hover {
    background-color: #f6ad55 !important;
  }

  .xl\:hover\:bg-orange-500:hover {
    background-color: #ed8936 !important;
  }

  .xl\:hover\:bg-orange-600:hover {
    background-color: #dd6b20 !important;
  }

  .xl\:hover\:bg-orange-700:hover {
    background-color: #c05621 !important;
  }

  .xl\:hover\:bg-orange-800:hover {
    background-color: #9c4221 !important;
  }

  .xl\:hover\:bg-orange-900:hover {
    background-color: #7b341e !important;
  }

  .xl\:hover\:bg-yellow-100:hover {
    background-color: #fffff0 !important;
  }

  .xl\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf !important;
  }

  .xl\:hover\:bg-yellow-300:hover {
    background-color: #faf089 !important;
  }

  .xl\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e !important;
  }

  .xl\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b !important;
  }

  .xl\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e !important;
  }

  .xl\:hover\:bg-yellow-700:hover {
    background-color: #b7791f !important;
  }

  .xl\:hover\:bg-yellow-800:hover {
    background-color: #975a16 !important;
  }

  .xl\:hover\:bg-yellow-900:hover {
    background-color: #744210 !important;
  }

  .xl\:hover\:bg-green-100:hover {
    background-color: #f0fff4 !important;
  }

  .xl\:hover\:bg-green-200:hover {
    background-color: #c6f6d5 !important;
  }

  .xl\:hover\:bg-green-300:hover {
    background-color: #9ae6b4 !important;
  }

  .xl\:hover\:bg-green-400:hover {
    background-color: #68d391 !important;
  }

  .xl\:hover\:bg-green-500:hover {
    background-color: #48bb78 !important;
  }

  .xl\:hover\:bg-green-600:hover {
    background-color: #38a169 !important;
  }

  .xl\:hover\:bg-green-700:hover {
    background-color: #2f855a !important;
  }

  .xl\:hover\:bg-green-800:hover {
    background-color: #276749 !important;
  }

  .xl\:hover\:bg-green-900:hover {
    background-color: #22543d !important;
  }

  .xl\:hover\:bg-teal-100:hover {
    background-color: #e6fffa !important;
  }

  .xl\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea !important;
  }

  .xl\:hover\:bg-teal-300:hover {
    background-color: #81e6d9 !important;
  }

  .xl\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5 !important;
  }

  .xl\:hover\:bg-teal-500:hover {
    background-color: #38b2ac !important;
  }

  .xl\:hover\:bg-teal-600:hover {
    background-color: #319795 !important;
  }

  .xl\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b !important;
  }

  .xl\:hover\:bg-teal-800:hover {
    background-color: #285e61 !important;
  }

  .xl\:hover\:bg-teal-900:hover {
    background-color: #234e52 !important;
  }

  .xl\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff !important;
  }

  .xl\:hover\:bg-blue-200:hover {
    background-color: #bee3f8 !important;
  }

  .xl\:hover\:bg-blue-300:hover {
    background-color: #90cdf4 !important;
  }

  .xl\:hover\:bg-blue-400:hover {
    background-color: #63b3ed !important;
  }

  .xl\:hover\:bg-blue-500:hover {
    background-color: #4299e1 !important;
  }

  .xl\:hover\:bg-blue-600:hover {
    background-color: #3182ce !important;
  }

  .xl\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0 !important;
  }

  .xl\:hover\:bg-blue-800:hover {
    background-color: #2c5282 !important;
  }

  .xl\:hover\:bg-blue-900:hover {
    background-color: #2a4365 !important;
  }

  .xl\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff !important;
  }

  .xl\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe !important;
  }

  .xl\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa !important;
  }

  .xl\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5 !important;
  }

  .xl\:hover\:bg-indigo-500:hover {
    background-color: #667eea !important;
  }

  .xl\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8 !important;
  }

  .xl\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf !important;
  }

  .xl\:hover\:bg-indigo-800:hover {
    background-color: #434190 !important;
  }

  .xl\:hover\:bg-indigo-900:hover {
    background-color: #3c366b !important;
  }

  .xl\:hover\:bg-purple-100:hover {
    background-color: #faf5ff !important;
  }

  .xl\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd !important;
  }

  .xl\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa !important;
  }

  .xl\:hover\:bg-purple-400:hover {
    background-color: #b794f4 !important;
  }

  .xl\:hover\:bg-purple-500:hover {
    background-color: #9f7aea !important;
  }

  .xl\:hover\:bg-purple-600:hover {
    background-color: #805ad5 !important;
  }

  .xl\:hover\:bg-purple-700:hover {
    background-color: #6b46c1 !important;
  }

  .xl\:hover\:bg-purple-800:hover {
    background-color: #553c9a !important;
  }

  .xl\:hover\:bg-purple-900:hover {
    background-color: #44337a !important;
  }

  .xl\:hover\:bg-pink-100:hover {
    background-color: #fff5f7 !important;
  }

  .xl\:hover\:bg-pink-200:hover {
    background-color: #fed7e2 !important;
  }

  .xl\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce !important;
  }

  .xl\:hover\:bg-pink-400:hover {
    background-color: #f687b3 !important;
  }

  .xl\:hover\:bg-pink-500:hover {
    background-color: #ed64a6 !important;
  }

  .xl\:hover\:bg-pink-600:hover {
    background-color: #d53f8c !important;
  }

  .xl\:hover\:bg-pink-700:hover {
    background-color: #b83280 !important;
  }

  .xl\:hover\:bg-pink-800:hover {
    background-color: #97266d !important;
  }

  .xl\:hover\:bg-pink-900:hover {
    background-color: #702459 !important;
  }

  .xl\:hover\:bg-primary:hover {
    background-color: #3490dc !important;
  }

  .xl\:hover\:bg-secondary:hover {
    background-color: #ffed4a !important;
  }

  .xl\:hover\:bg-danger:hover {
    background-color: #e3342f !important;
  }

  .xl\:hover\:bg-appleGrey:hover {
    background-color: #f3f3f3 !important;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff !important;
  }

  .xl\:focus\:bg-gray-100:focus {
    background-color: #f7fafc !important;
  }

  .xl\:focus\:bg-gray-200:focus {
    background-color: #edf2f7 !important;
  }

  .xl\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0 !important;
  }

  .xl\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0 !important;
  }

  .xl\:focus\:bg-gray-500:focus {
    background-color: #a0aec0 !important;
  }

  .xl\:focus\:bg-gray-600:focus {
    background-color: #718096 !important;
  }

  .xl\:focus\:bg-gray-700:focus {
    background-color: #4a5568 !important;
  }

  .xl\:focus\:bg-gray-800:focus {
    background-color: #2d3748 !important;
  }

  .xl\:focus\:bg-gray-900:focus {
    background-color: #1a202c !important;
  }

  .xl\:focus\:bg-red-100:focus {
    background-color: #fff5f5 !important;
  }

  .xl\:focus\:bg-red-200:focus {
    background-color: #fed7d7 !important;
  }

  .xl\:focus\:bg-red-300:focus {
    background-color: #feb2b2 !important;
  }

  .xl\:focus\:bg-red-400:focus {
    background-color: #fc8181 !important;
  }

  .xl\:focus\:bg-red-500:focus {
    background-color: #f56565 !important;
  }

  .xl\:focus\:bg-red-600:focus {
    background-color: #e53e3e !important;
  }

  .xl\:focus\:bg-red-700:focus {
    background-color: #c53030 !important;
  }

  .xl\:focus\:bg-red-800:focus {
    background-color: #9b2c2c !important;
  }

  .xl\:focus\:bg-red-900:focus {
    background-color: #742a2a !important;
  }

  .xl\:focus\:bg-orange-100:focus {
    background-color: #fffaf0 !important;
  }

  .xl\:focus\:bg-orange-200:focus {
    background-color: #feebc8 !important;
  }

  .xl\:focus\:bg-orange-300:focus {
    background-color: #fbd38d !important;
  }

  .xl\:focus\:bg-orange-400:focus {
    background-color: #f6ad55 !important;
  }

  .xl\:focus\:bg-orange-500:focus {
    background-color: #ed8936 !important;
  }

  .xl\:focus\:bg-orange-600:focus {
    background-color: #dd6b20 !important;
  }

  .xl\:focus\:bg-orange-700:focus {
    background-color: #c05621 !important;
  }

  .xl\:focus\:bg-orange-800:focus {
    background-color: #9c4221 !important;
  }

  .xl\:focus\:bg-orange-900:focus {
    background-color: #7b341e !important;
  }

  .xl\:focus\:bg-yellow-100:focus {
    background-color: #fffff0 !important;
  }

  .xl\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf !important;
  }

  .xl\:focus\:bg-yellow-300:focus {
    background-color: #faf089 !important;
  }

  .xl\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e !important;
  }

  .xl\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b !important;
  }

  .xl\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e !important;
  }

  .xl\:focus\:bg-yellow-700:focus {
    background-color: #b7791f !important;
  }

  .xl\:focus\:bg-yellow-800:focus {
    background-color: #975a16 !important;
  }

  .xl\:focus\:bg-yellow-900:focus {
    background-color: #744210 !important;
  }

  .xl\:focus\:bg-green-100:focus {
    background-color: #f0fff4 !important;
  }

  .xl\:focus\:bg-green-200:focus {
    background-color: #c6f6d5 !important;
  }

  .xl\:focus\:bg-green-300:focus {
    background-color: #9ae6b4 !important;
  }

  .xl\:focus\:bg-green-400:focus {
    background-color: #68d391 !important;
  }

  .xl\:focus\:bg-green-500:focus {
    background-color: #48bb78 !important;
  }

  .xl\:focus\:bg-green-600:focus {
    background-color: #38a169 !important;
  }

  .xl\:focus\:bg-green-700:focus {
    background-color: #2f855a !important;
  }

  .xl\:focus\:bg-green-800:focus {
    background-color: #276749 !important;
  }

  .xl\:focus\:bg-green-900:focus {
    background-color: #22543d !important;
  }

  .xl\:focus\:bg-teal-100:focus {
    background-color: #e6fffa !important;
  }

  .xl\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea !important;
  }

  .xl\:focus\:bg-teal-300:focus {
    background-color: #81e6d9 !important;
  }

  .xl\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5 !important;
  }

  .xl\:focus\:bg-teal-500:focus {
    background-color: #38b2ac !important;
  }

  .xl\:focus\:bg-teal-600:focus {
    background-color: #319795 !important;
  }

  .xl\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b !important;
  }

  .xl\:focus\:bg-teal-800:focus {
    background-color: #285e61 !important;
  }

  .xl\:focus\:bg-teal-900:focus {
    background-color: #234e52 !important;
  }

  .xl\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff !important;
  }

  .xl\:focus\:bg-blue-200:focus {
    background-color: #bee3f8 !important;
  }

  .xl\:focus\:bg-blue-300:focus {
    background-color: #90cdf4 !important;
  }

  .xl\:focus\:bg-blue-400:focus {
    background-color: #63b3ed !important;
  }

  .xl\:focus\:bg-blue-500:focus {
    background-color: #4299e1 !important;
  }

  .xl\:focus\:bg-blue-600:focus {
    background-color: #3182ce !important;
  }

  .xl\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0 !important;
  }

  .xl\:focus\:bg-blue-800:focus {
    background-color: #2c5282 !important;
  }

  .xl\:focus\:bg-blue-900:focus {
    background-color: #2a4365 !important;
  }

  .xl\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff !important;
  }

  .xl\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe !important;
  }

  .xl\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa !important;
  }

  .xl\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5 !important;
  }

  .xl\:focus\:bg-indigo-500:focus {
    background-color: #667eea !important;
  }

  .xl\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8 !important;
  }

  .xl\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf !important;
  }

  .xl\:focus\:bg-indigo-800:focus {
    background-color: #434190 !important;
  }

  .xl\:focus\:bg-indigo-900:focus {
    background-color: #3c366b !important;
  }

  .xl\:focus\:bg-purple-100:focus {
    background-color: #faf5ff !important;
  }

  .xl\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd !important;
  }

  .xl\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa !important;
  }

  .xl\:focus\:bg-purple-400:focus {
    background-color: #b794f4 !important;
  }

  .xl\:focus\:bg-purple-500:focus {
    background-color: #9f7aea !important;
  }

  .xl\:focus\:bg-purple-600:focus {
    background-color: #805ad5 !important;
  }

  .xl\:focus\:bg-purple-700:focus {
    background-color: #6b46c1 !important;
  }

  .xl\:focus\:bg-purple-800:focus {
    background-color: #553c9a !important;
  }

  .xl\:focus\:bg-purple-900:focus {
    background-color: #44337a !important;
  }

  .xl\:focus\:bg-pink-100:focus {
    background-color: #fff5f7 !important;
  }

  .xl\:focus\:bg-pink-200:focus {
    background-color: #fed7e2 !important;
  }

  .xl\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce !important;
  }

  .xl\:focus\:bg-pink-400:focus {
    background-color: #f687b3 !important;
  }

  .xl\:focus\:bg-pink-500:focus {
    background-color: #ed64a6 !important;
  }

  .xl\:focus\:bg-pink-600:focus {
    background-color: #d53f8c !important;
  }

  .xl\:focus\:bg-pink-700:focus {
    background-color: #b83280 !important;
  }

  .xl\:focus\:bg-pink-800:focus {
    background-color: #97266d !important;
  }

  .xl\:focus\:bg-pink-900:focus {
    background-color: #702459 !important;
  }

  .xl\:focus\:bg-primary:focus {
    background-color: #3490dc !important;
  }

  .xl\:focus\:bg-secondary:focus {
    background-color: #ffed4a !important;
  }

  .xl\:focus\:bg-danger:focus {
    background-color: #e3342f !important;
  }

  .xl\:focus\:bg-appleGrey:focus {
    background-color: #f3f3f3 !important;
  }

  .xl\:bg-bottom {
    background-position: bottom !important;
  }

  .xl\:bg-center {
    background-position: center !important;
  }

  .xl\:bg-left {
    background-position: left !important;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:bg-left-top {
    background-position: left top !important;
  }

  .xl\:bg-right {
    background-position: right !important;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:bg-right-top {
    background-position: right top !important;
  }

  .xl\:bg-top {
    background-position: top !important;
  }

  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .xl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .xl\:bg-auto {
    background-size: auto !important;
  }

  .xl\:bg-cover {
    background-size: cover !important;
  }

  .xl\:bg-contain {
    background-size: contain !important;
  }

  .xl\:border-collapse {
    border-collapse: collapse !important;
  }

  .xl\:border-separate {
    border-collapse: separate !important;
  }

  .xl\:border-transparent {
    border-color: transparent !important;
  }

  .xl\:border-black {
    border-color: #000 !important;
  }

  .xl\:border-white {
    border-color: #fff !important;
  }

  .xl\:border-gray-100 {
    border-color: #f7fafc !important;
  }

  .xl\:border-gray-200 {
    border-color: #edf2f7 !important;
  }

  .xl\:border-gray-300 {
    border-color: #e2e8f0 !important;
  }

  .xl\:border-gray-400 {
    border-color: #cbd5e0 !important;
  }

  .xl\:border-gray-500 {
    border-color: #a0aec0 !important;
  }

  .xl\:border-gray-600 {
    border-color: #718096 !important;
  }

  .xl\:border-gray-700 {
    border-color: #4a5568 !important;
  }

  .xl\:border-gray-800 {
    border-color: #2d3748 !important;
  }

  .xl\:border-gray-900 {
    border-color: #1a202c !important;
  }

  .xl\:border-red-100 {
    border-color: #fff5f5 !important;
  }

  .xl\:border-red-200 {
    border-color: #fed7d7 !important;
  }

  .xl\:border-red-300 {
    border-color: #feb2b2 !important;
  }

  .xl\:border-red-400 {
    border-color: #fc8181 !important;
  }

  .xl\:border-red-500 {
    border-color: #f56565 !important;
  }

  .xl\:border-red-600 {
    border-color: #e53e3e !important;
  }

  .xl\:border-red-700 {
    border-color: #c53030 !important;
  }

  .xl\:border-red-800 {
    border-color: #9b2c2c !important;
  }

  .xl\:border-red-900 {
    border-color: #742a2a !important;
  }

  .xl\:border-orange-100 {
    border-color: #fffaf0 !important;
  }

  .xl\:border-orange-200 {
    border-color: #feebc8 !important;
  }

  .xl\:border-orange-300 {
    border-color: #fbd38d !important;
  }

  .xl\:border-orange-400 {
    border-color: #f6ad55 !important;
  }

  .xl\:border-orange-500 {
    border-color: #ed8936 !important;
  }

  .xl\:border-orange-600 {
    border-color: #dd6b20 !important;
  }

  .xl\:border-orange-700 {
    border-color: #c05621 !important;
  }

  .xl\:border-orange-800 {
    border-color: #9c4221 !important;
  }

  .xl\:border-orange-900 {
    border-color: #7b341e !important;
  }

  .xl\:border-yellow-100 {
    border-color: #fffff0 !important;
  }

  .xl\:border-yellow-200 {
    border-color: #fefcbf !important;
  }

  .xl\:border-yellow-300 {
    border-color: #faf089 !important;
  }

  .xl\:border-yellow-400 {
    border-color: #f6e05e !important;
  }

  .xl\:border-yellow-500 {
    border-color: #ecc94b !important;
  }

  .xl\:border-yellow-600 {
    border-color: #d69e2e !important;
  }

  .xl\:border-yellow-700 {
    border-color: #b7791f !important;
  }

  .xl\:border-yellow-800 {
    border-color: #975a16 !important;
  }

  .xl\:border-yellow-900 {
    border-color: #744210 !important;
  }

  .xl\:border-green-100 {
    border-color: #f0fff4 !important;
  }

  .xl\:border-green-200 {
    border-color: #c6f6d5 !important;
  }

  .xl\:border-green-300 {
    border-color: #9ae6b4 !important;
  }

  .xl\:border-green-400 {
    border-color: #68d391 !important;
  }

  .xl\:border-green-500 {
    border-color: #48bb78 !important;
  }

  .xl\:border-green-600 {
    border-color: #38a169 !important;
  }

  .xl\:border-green-700 {
    border-color: #2f855a !important;
  }

  .xl\:border-green-800 {
    border-color: #276749 !important;
  }

  .xl\:border-green-900 {
    border-color: #22543d !important;
  }

  .xl\:border-teal-100 {
    border-color: #e6fffa !important;
  }

  .xl\:border-teal-200 {
    border-color: #b2f5ea !important;
  }

  .xl\:border-teal-300 {
    border-color: #81e6d9 !important;
  }

  .xl\:border-teal-400 {
    border-color: #4fd1c5 !important;
  }

  .xl\:border-teal-500 {
    border-color: #38b2ac !important;
  }

  .xl\:border-teal-600 {
    border-color: #319795 !important;
  }

  .xl\:border-teal-700 {
    border-color: #2c7a7b !important;
  }

  .xl\:border-teal-800 {
    border-color: #285e61 !important;
  }

  .xl\:border-teal-900 {
    border-color: #234e52 !important;
  }

  .xl\:border-blue-100 {
    border-color: #ebf8ff !important;
  }

  .xl\:border-blue-200 {
    border-color: #bee3f8 !important;
  }

  .xl\:border-blue-300 {
    border-color: #90cdf4 !important;
  }

  .xl\:border-blue-400 {
    border-color: #63b3ed !important;
  }

  .xl\:border-blue-500 {
    border-color: #4299e1 !important;
  }

  .xl\:border-blue-600 {
    border-color: #3182ce !important;
  }

  .xl\:border-blue-700 {
    border-color: #2b6cb0 !important;
  }

  .xl\:border-blue-800 {
    border-color: #2c5282 !important;
  }

  .xl\:border-blue-900 {
    border-color: #2a4365 !important;
  }

  .xl\:border-indigo-100 {
    border-color: #ebf4ff !important;
  }

  .xl\:border-indigo-200 {
    border-color: #c3dafe !important;
  }

  .xl\:border-indigo-300 {
    border-color: #a3bffa !important;
  }

  .xl\:border-indigo-400 {
    border-color: #7f9cf5 !important;
  }

  .xl\:border-indigo-500 {
    border-color: #667eea !important;
  }

  .xl\:border-indigo-600 {
    border-color: #5a67d8 !important;
  }

  .xl\:border-indigo-700 {
    border-color: #4c51bf !important;
  }

  .xl\:border-indigo-800 {
    border-color: #434190 !important;
  }

  .xl\:border-indigo-900 {
    border-color: #3c366b !important;
  }

  .xl\:border-purple-100 {
    border-color: #faf5ff !important;
  }

  .xl\:border-purple-200 {
    border-color: #e9d8fd !important;
  }

  .xl\:border-purple-300 {
    border-color: #d6bcfa !important;
  }

  .xl\:border-purple-400 {
    border-color: #b794f4 !important;
  }

  .xl\:border-purple-500 {
    border-color: #9f7aea !important;
  }

  .xl\:border-purple-600 {
    border-color: #805ad5 !important;
  }

  .xl\:border-purple-700 {
    border-color: #6b46c1 !important;
  }

  .xl\:border-purple-800 {
    border-color: #553c9a !important;
  }

  .xl\:border-purple-900 {
    border-color: #44337a !important;
  }

  .xl\:border-pink-100 {
    border-color: #fff5f7 !important;
  }

  .xl\:border-pink-200 {
    border-color: #fed7e2 !important;
  }

  .xl\:border-pink-300 {
    border-color: #fbb6ce !important;
  }

  .xl\:border-pink-400 {
    border-color: #f687b3 !important;
  }

  .xl\:border-pink-500 {
    border-color: #ed64a6 !important;
  }

  .xl\:border-pink-600 {
    border-color: #d53f8c !important;
  }

  .xl\:border-pink-700 {
    border-color: #b83280 !important;
  }

  .xl\:border-pink-800 {
    border-color: #97266d !important;
  }

  .xl\:border-pink-900 {
    border-color: #702459 !important;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:border-gray-100:hover {
    border-color: #f7fafc !important;
  }

  .xl\:hover\:border-gray-200:hover {
    border-color: #edf2f7 !important;
  }

  .xl\:hover\:border-gray-300:hover {
    border-color: #e2e8f0 !important;
  }

  .xl\:hover\:border-gray-400:hover {
    border-color: #cbd5e0 !important;
  }

  .xl\:hover\:border-gray-500:hover {
    border-color: #a0aec0 !important;
  }

  .xl\:hover\:border-gray-600:hover {
    border-color: #718096 !important;
  }

  .xl\:hover\:border-gray-700:hover {
    border-color: #4a5568 !important;
  }

  .xl\:hover\:border-gray-800:hover {
    border-color: #2d3748 !important;
  }

  .xl\:hover\:border-gray-900:hover {
    border-color: #1a202c !important;
  }

  .xl\:hover\:border-red-100:hover {
    border-color: #fff5f5 !important;
  }

  .xl\:hover\:border-red-200:hover {
    border-color: #fed7d7 !important;
  }

  .xl\:hover\:border-red-300:hover {
    border-color: #feb2b2 !important;
  }

  .xl\:hover\:border-red-400:hover {
    border-color: #fc8181 !important;
  }

  .xl\:hover\:border-red-500:hover {
    border-color: #f56565 !important;
  }

  .xl\:hover\:border-red-600:hover {
    border-color: #e53e3e !important;
  }

  .xl\:hover\:border-red-700:hover {
    border-color: #c53030 !important;
  }

  .xl\:hover\:border-red-800:hover {
    border-color: #9b2c2c !important;
  }

  .xl\:hover\:border-red-900:hover {
    border-color: #742a2a !important;
  }

  .xl\:hover\:border-orange-100:hover {
    border-color: #fffaf0 !important;
  }

  .xl\:hover\:border-orange-200:hover {
    border-color: #feebc8 !important;
  }

  .xl\:hover\:border-orange-300:hover {
    border-color: #fbd38d !important;
  }

  .xl\:hover\:border-orange-400:hover {
    border-color: #f6ad55 !important;
  }

  .xl\:hover\:border-orange-500:hover {
    border-color: #ed8936 !important;
  }

  .xl\:hover\:border-orange-600:hover {
    border-color: #dd6b20 !important;
  }

  .xl\:hover\:border-orange-700:hover {
    border-color: #c05621 !important;
  }

  .xl\:hover\:border-orange-800:hover {
    border-color: #9c4221 !important;
  }

  .xl\:hover\:border-orange-900:hover {
    border-color: #7b341e !important;
  }

  .xl\:hover\:border-yellow-100:hover {
    border-color: #fffff0 !important;
  }

  .xl\:hover\:border-yellow-200:hover {
    border-color: #fefcbf !important;
  }

  .xl\:hover\:border-yellow-300:hover {
    border-color: #faf089 !important;
  }

  .xl\:hover\:border-yellow-400:hover {
    border-color: #f6e05e !important;
  }

  .xl\:hover\:border-yellow-500:hover {
    border-color: #ecc94b !important;
  }

  .xl\:hover\:border-yellow-600:hover {
    border-color: #d69e2e !important;
  }

  .xl\:hover\:border-yellow-700:hover {
    border-color: #b7791f !important;
  }

  .xl\:hover\:border-yellow-800:hover {
    border-color: #975a16 !important;
  }

  .xl\:hover\:border-yellow-900:hover {
    border-color: #744210 !important;
  }

  .xl\:hover\:border-green-100:hover {
    border-color: #f0fff4 !important;
  }

  .xl\:hover\:border-green-200:hover {
    border-color: #c6f6d5 !important;
  }

  .xl\:hover\:border-green-300:hover {
    border-color: #9ae6b4 !important;
  }

  .xl\:hover\:border-green-400:hover {
    border-color: #68d391 !important;
  }

  .xl\:hover\:border-green-500:hover {
    border-color: #48bb78 !important;
  }

  .xl\:hover\:border-green-600:hover {
    border-color: #38a169 !important;
  }

  .xl\:hover\:border-green-700:hover {
    border-color: #2f855a !important;
  }

  .xl\:hover\:border-green-800:hover {
    border-color: #276749 !important;
  }

  .xl\:hover\:border-green-900:hover {
    border-color: #22543d !important;
  }

  .xl\:hover\:border-teal-100:hover {
    border-color: #e6fffa !important;
  }

  .xl\:hover\:border-teal-200:hover {
    border-color: #b2f5ea !important;
  }

  .xl\:hover\:border-teal-300:hover {
    border-color: #81e6d9 !important;
  }

  .xl\:hover\:border-teal-400:hover {
    border-color: #4fd1c5 !important;
  }

  .xl\:hover\:border-teal-500:hover {
    border-color: #38b2ac !important;
  }

  .xl\:hover\:border-teal-600:hover {
    border-color: #319795 !important;
  }

  .xl\:hover\:border-teal-700:hover {
    border-color: #2c7a7b !important;
  }

  .xl\:hover\:border-teal-800:hover {
    border-color: #285e61 !important;
  }

  .xl\:hover\:border-teal-900:hover {
    border-color: #234e52 !important;
  }

  .xl\:hover\:border-blue-100:hover {
    border-color: #ebf8ff !important;
  }

  .xl\:hover\:border-blue-200:hover {
    border-color: #bee3f8 !important;
  }

  .xl\:hover\:border-blue-300:hover {
    border-color: #90cdf4 !important;
  }

  .xl\:hover\:border-blue-400:hover {
    border-color: #63b3ed !important;
  }

  .xl\:hover\:border-blue-500:hover {
    border-color: #4299e1 !important;
  }

  .xl\:hover\:border-blue-600:hover {
    border-color: #3182ce !important;
  }

  .xl\:hover\:border-blue-700:hover {
    border-color: #2b6cb0 !important;
  }

  .xl\:hover\:border-blue-800:hover {
    border-color: #2c5282 !important;
  }

  .xl\:hover\:border-blue-900:hover {
    border-color: #2a4365 !important;
  }

  .xl\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff !important;
  }

  .xl\:hover\:border-indigo-200:hover {
    border-color: #c3dafe !important;
  }

  .xl\:hover\:border-indigo-300:hover {
    border-color: #a3bffa !important;
  }

  .xl\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5 !important;
  }

  .xl\:hover\:border-indigo-500:hover {
    border-color: #667eea !important;
  }

  .xl\:hover\:border-indigo-600:hover {
    border-color: #5a67d8 !important;
  }

  .xl\:hover\:border-indigo-700:hover {
    border-color: #4c51bf !important;
  }

  .xl\:hover\:border-indigo-800:hover {
    border-color: #434190 !important;
  }

  .xl\:hover\:border-indigo-900:hover {
    border-color: #3c366b !important;
  }

  .xl\:hover\:border-purple-100:hover {
    border-color: #faf5ff !important;
  }

  .xl\:hover\:border-purple-200:hover {
    border-color: #e9d8fd !important;
  }

  .xl\:hover\:border-purple-300:hover {
    border-color: #d6bcfa !important;
  }

  .xl\:hover\:border-purple-400:hover {
    border-color: #b794f4 !important;
  }

  .xl\:hover\:border-purple-500:hover {
    border-color: #9f7aea !important;
  }

  .xl\:hover\:border-purple-600:hover {
    border-color: #805ad5 !important;
  }

  .xl\:hover\:border-purple-700:hover {
    border-color: #6b46c1 !important;
  }

  .xl\:hover\:border-purple-800:hover {
    border-color: #553c9a !important;
  }

  .xl\:hover\:border-purple-900:hover {
    border-color: #44337a !important;
  }

  .xl\:hover\:border-pink-100:hover {
    border-color: #fff5f7 !important;
  }

  .xl\:hover\:border-pink-200:hover {
    border-color: #fed7e2 !important;
  }

  .xl\:hover\:border-pink-300:hover {
    border-color: #fbb6ce !important;
  }

  .xl\:hover\:border-pink-400:hover {
    border-color: #f687b3 !important;
  }

  .xl\:hover\:border-pink-500:hover {
    border-color: #ed64a6 !important;
  }

  .xl\:hover\:border-pink-600:hover {
    border-color: #d53f8c !important;
  }

  .xl\:hover\:border-pink-700:hover {
    border-color: #b83280 !important;
  }

  .xl\:hover\:border-pink-800:hover {
    border-color: #97266d !important;
  }

  .xl\:hover\:border-pink-900:hover {
    border-color: #702459 !important;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff !important;
  }

  .xl\:focus\:border-gray-100:focus {
    border-color: #f7fafc !important;
  }

  .xl\:focus\:border-gray-200:focus {
    border-color: #edf2f7 !important;
  }

  .xl\:focus\:border-gray-300:focus {
    border-color: #e2e8f0 !important;
  }

  .xl\:focus\:border-gray-400:focus {
    border-color: #cbd5e0 !important;
  }

  .xl\:focus\:border-gray-500:focus {
    border-color: #a0aec0 !important;
  }

  .xl\:focus\:border-gray-600:focus {
    border-color: #718096 !important;
  }

  .xl\:focus\:border-gray-700:focus {
    border-color: #4a5568 !important;
  }

  .xl\:focus\:border-gray-800:focus {
    border-color: #2d3748 !important;
  }

  .xl\:focus\:border-gray-900:focus {
    border-color: #1a202c !important;
  }

  .xl\:focus\:border-red-100:focus {
    border-color: #fff5f5 !important;
  }

  .xl\:focus\:border-red-200:focus {
    border-color: #fed7d7 !important;
  }

  .xl\:focus\:border-red-300:focus {
    border-color: #feb2b2 !important;
  }

  .xl\:focus\:border-red-400:focus {
    border-color: #fc8181 !important;
  }

  .xl\:focus\:border-red-500:focus {
    border-color: #f56565 !important;
  }

  .xl\:focus\:border-red-600:focus {
    border-color: #e53e3e !important;
  }

  .xl\:focus\:border-red-700:focus {
    border-color: #c53030 !important;
  }

  .xl\:focus\:border-red-800:focus {
    border-color: #9b2c2c !important;
  }

  .xl\:focus\:border-red-900:focus {
    border-color: #742a2a !important;
  }

  .xl\:focus\:border-orange-100:focus {
    border-color: #fffaf0 !important;
  }

  .xl\:focus\:border-orange-200:focus {
    border-color: #feebc8 !important;
  }

  .xl\:focus\:border-orange-300:focus {
    border-color: #fbd38d !important;
  }

  .xl\:focus\:border-orange-400:focus {
    border-color: #f6ad55 !important;
  }

  .xl\:focus\:border-orange-500:focus {
    border-color: #ed8936 !important;
  }

  .xl\:focus\:border-orange-600:focus {
    border-color: #dd6b20 !important;
  }

  .xl\:focus\:border-orange-700:focus {
    border-color: #c05621 !important;
  }

  .xl\:focus\:border-orange-800:focus {
    border-color: #9c4221 !important;
  }

  .xl\:focus\:border-orange-900:focus {
    border-color: #7b341e !important;
  }

  .xl\:focus\:border-yellow-100:focus {
    border-color: #fffff0 !important;
  }

  .xl\:focus\:border-yellow-200:focus {
    border-color: #fefcbf !important;
  }

  .xl\:focus\:border-yellow-300:focus {
    border-color: #faf089 !important;
  }

  .xl\:focus\:border-yellow-400:focus {
    border-color: #f6e05e !important;
  }

  .xl\:focus\:border-yellow-500:focus {
    border-color: #ecc94b !important;
  }

  .xl\:focus\:border-yellow-600:focus {
    border-color: #d69e2e !important;
  }

  .xl\:focus\:border-yellow-700:focus {
    border-color: #b7791f !important;
  }

  .xl\:focus\:border-yellow-800:focus {
    border-color: #975a16 !important;
  }

  .xl\:focus\:border-yellow-900:focus {
    border-color: #744210 !important;
  }

  .xl\:focus\:border-green-100:focus {
    border-color: #f0fff4 !important;
  }

  .xl\:focus\:border-green-200:focus {
    border-color: #c6f6d5 !important;
  }

  .xl\:focus\:border-green-300:focus {
    border-color: #9ae6b4 !important;
  }

  .xl\:focus\:border-green-400:focus {
    border-color: #68d391 !important;
  }

  .xl\:focus\:border-green-500:focus {
    border-color: #48bb78 !important;
  }

  .xl\:focus\:border-green-600:focus {
    border-color: #38a169 !important;
  }

  .xl\:focus\:border-green-700:focus {
    border-color: #2f855a !important;
  }

  .xl\:focus\:border-green-800:focus {
    border-color: #276749 !important;
  }

  .xl\:focus\:border-green-900:focus {
    border-color: #22543d !important;
  }

  .xl\:focus\:border-teal-100:focus {
    border-color: #e6fffa !important;
  }

  .xl\:focus\:border-teal-200:focus {
    border-color: #b2f5ea !important;
  }

  .xl\:focus\:border-teal-300:focus {
    border-color: #81e6d9 !important;
  }

  .xl\:focus\:border-teal-400:focus {
    border-color: #4fd1c5 !important;
  }

  .xl\:focus\:border-teal-500:focus {
    border-color: #38b2ac !important;
  }

  .xl\:focus\:border-teal-600:focus {
    border-color: #319795 !important;
  }

  .xl\:focus\:border-teal-700:focus {
    border-color: #2c7a7b !important;
  }

  .xl\:focus\:border-teal-800:focus {
    border-color: #285e61 !important;
  }

  .xl\:focus\:border-teal-900:focus {
    border-color: #234e52 !important;
  }

  .xl\:focus\:border-blue-100:focus {
    border-color: #ebf8ff !important;
  }

  .xl\:focus\:border-blue-200:focus {
    border-color: #bee3f8 !important;
  }

  .xl\:focus\:border-blue-300:focus {
    border-color: #90cdf4 !important;
  }

  .xl\:focus\:border-blue-400:focus {
    border-color: #63b3ed !important;
  }

  .xl\:focus\:border-blue-500:focus {
    border-color: #4299e1 !important;
  }

  .xl\:focus\:border-blue-600:focus {
    border-color: #3182ce !important;
  }

  .xl\:focus\:border-blue-700:focus {
    border-color: #2b6cb0 !important;
  }

  .xl\:focus\:border-blue-800:focus {
    border-color: #2c5282 !important;
  }

  .xl\:focus\:border-blue-900:focus {
    border-color: #2a4365 !important;
  }

  .xl\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff !important;
  }

  .xl\:focus\:border-indigo-200:focus {
    border-color: #c3dafe !important;
  }

  .xl\:focus\:border-indigo-300:focus {
    border-color: #a3bffa !important;
  }

  .xl\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5 !important;
  }

  .xl\:focus\:border-indigo-500:focus {
    border-color: #667eea !important;
  }

  .xl\:focus\:border-indigo-600:focus {
    border-color: #5a67d8 !important;
  }

  .xl\:focus\:border-indigo-700:focus {
    border-color: #4c51bf !important;
  }

  .xl\:focus\:border-indigo-800:focus {
    border-color: #434190 !important;
  }

  .xl\:focus\:border-indigo-900:focus {
    border-color: #3c366b !important;
  }

  .xl\:focus\:border-purple-100:focus {
    border-color: #faf5ff !important;
  }

  .xl\:focus\:border-purple-200:focus {
    border-color: #e9d8fd !important;
  }

  .xl\:focus\:border-purple-300:focus {
    border-color: #d6bcfa !important;
  }

  .xl\:focus\:border-purple-400:focus {
    border-color: #b794f4 !important;
  }

  .xl\:focus\:border-purple-500:focus {
    border-color: #9f7aea !important;
  }

  .xl\:focus\:border-purple-600:focus {
    border-color: #805ad5 !important;
  }

  .xl\:focus\:border-purple-700:focus {
    border-color: #6b46c1 !important;
  }

  .xl\:focus\:border-purple-800:focus {
    border-color: #553c9a !important;
  }

  .xl\:focus\:border-purple-900:focus {
    border-color: #44337a !important;
  }

  .xl\:focus\:border-pink-100:focus {
    border-color: #fff5f7 !important;
  }

  .xl\:focus\:border-pink-200:focus {
    border-color: #fed7e2 !important;
  }

  .xl\:focus\:border-pink-300:focus {
    border-color: #fbb6ce !important;
  }

  .xl\:focus\:border-pink-400:focus {
    border-color: #f687b3 !important;
  }

  .xl\:focus\:border-pink-500:focus {
    border-color: #ed64a6 !important;
  }

  .xl\:focus\:border-pink-600:focus {
    border-color: #d53f8c !important;
  }

  .xl\:focus\:border-pink-700:focus {
    border-color: #b83280 !important;
  }

  .xl\:focus\:border-pink-800:focus {
    border-color: #97266d !important;
  }

  .xl\:focus\:border-pink-900:focus {
    border-color: #702459 !important;
  }

  .xl\:rounded-none {
    border-radius: 0 !important;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xl\:rounded {
    border-radius: 0.25rem !important;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-solid {
    border-style: solid !important;
  }

  .xl\:border-dashed {
    border-style: dashed !important;
  }

  .xl\:border-dotted {
    border-style: dotted !important;
  }

  .xl\:border-double {
    border-style: double !important;
  }

  .xl\:border-none {
    border-style: none !important;
  }

  .xl\:border-0 {
    border-width: 0 !important;
  }

  .xl\:border-2 {
    border-width: 2px !important;
  }

  .xl\:border-4 {
    border-width: 4px !important;
  }

  .xl\:border-8 {
    border-width: 8px !important;
  }

  .xl\:border {
    border-width: 1px !important;
  }

  .xl\:border-t-0 {
    border-top-width: 0 !important;
  }

  .xl\:border-r-0 {
    border-right-width: 0 !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xl\:border-l-0 {
    border-left-width: 0 !important;
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:border-t {
    border-top-width: 1px !important;
  }

  .xl\:border-r {
    border-right-width: 1px !important;
  }

  .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:border-l {
    border-left-width: 1px !important;
  }

  .xl\:cursor-auto {
    cursor: auto !important;
  }

  .xl\:cursor-default {
    cursor: default !important;
  }

  .xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:cursor-wait {
    cursor: wait !important;
  }

  .xl\:cursor-text {
    cursor: text !important;
  }

  .xl\:cursor-move {
    cursor: move !important;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .xl\:table {
    display: table !important;
  }

  .xl\:table-row {
    display: table-row !important;
  }

  .xl\:table-cell {
    display: table-cell !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .xl\:items-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .xl\:items-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .xl\:items-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .xl\:self-auto {
    align-self: auto !important;
  }

  .xl\:self-start {
    align-self: flex-start !important;
  }

  .xl\:self-end {
    align-self: flex-end !important;
  }

  .xl\:self-center {
    align-self: center !important;
  }

  .xl\:self-stretch {
    align-self: stretch !important;
  }

  .xl\:justify-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .xl\:justify-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .xl\:justify-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .xl\:justify-around {
    justify-content: space-around !important;
  }

  .xl\:content-center {
    align-content: center !important;
  }

  .xl\:content-start {
    align-content: flex-start !important;
  }

  .xl\:content-end {
    align-content: flex-end !important;
  }

  .xl\:content-between {
    align-content: space-between !important;
  }

  .xl\:content-around {
    align-content: space-around !important;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .xl\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .xl\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .xl\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .xl\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .xl\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .xl\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .xl\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .xl\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .xl\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .xl\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .xl\:order-none {
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .xl\:float-right {
    float: right !important;
  }

  .xl\:float-left {
    float: left !important;
  }

  .xl\:float-none {
    float: none !important;
  }

  .xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xl\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl\:font-hairline {
    font-weight: 100 !important;
  }

  .xl\:font-thin {
    font-weight: 200 !important;
  }

  .xl\:font-light {
    font-weight: 300 !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-medium {
    font-weight: 500 !important;
  }

  .xl\:font-semibold {
    font-weight: 600 !important;
  }

  .xl\:font-bold {
    font-weight: 700 !important;
  }

  .xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:font-black {
    font-weight: 900 !important;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .xl\:h-0 {
    height: 0 !important;
  }

  .xl\:h-1 {
    height: 0.25rem !important;
  }

  .xl\:h-2 {
    height: 0.5rem !important;
  }

  .xl\:h-3 {
    height: 0.75rem !important;
  }

  .xl\:h-4 {
    height: 1rem !important;
  }

  .xl\:h-5 {
    height: 1.25rem !important;
  }

  .xl\:h-6 {
    height: 1.5rem !important;
  }

  .xl\:h-8 {
    height: 2rem !important;
  }

  .xl\:h-10 {
    height: 2.5rem !important;
  }

  .xl\:h-12 {
    height: 3rem !important;
  }

  .xl\:h-16 {
    height: 4rem !important;
  }

  .xl\:h-20 {
    height: 5rem !important;
  }

  .xl\:h-24 {
    height: 6rem !important;
  }

  .xl\:h-32 {
    height: 8rem !important;
  }

  .xl\:h-40 {
    height: 10rem !important;
  }

  .xl\:h-48 {
    height: 12rem !important;
  }

  .xl\:h-56 {
    height: 14rem !important;
  }

  .xl\:h-64 {
    height: 16rem !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-px {
    height: 1px !important;
  }

  .xl\:h-1\/2 {
    height: 50% !important;
  }

  .xl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .xl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .xl\:h-1\/4 {
    height: 25% !important;
  }

  .xl\:h-2\/4 {
    height: 50% !important;
  }

  .xl\:h-3\/4 {
    height: 75% !important;
  }

  .xl\:h-1\/5 {
    height: 20% !important;
  }

  .xl\:h-2\/5 {
    height: 40% !important;
  }

  .xl\:h-3\/5 {
    height: 60% !important;
  }

  .xl\:h-4\/5 {
    height: 80% !important;
  }

  .xl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .xl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .xl\:h-3\/6 {
    height: 50% !important;
  }

  .xl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .xl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .xl\:h-1\/12 {
    height: 8.333333% !important;
  }

  .xl\:h-2\/12 {
    height: 16.666667% !important;
  }

  .xl\:h-3\/12 {
    height: 25% !important;
  }

  .xl\:h-4\/12 {
    height: 33.333333% !important;
  }

  .xl\:h-5\/12 {
    height: 41.666667% !important;
  }

  .xl\:h-6\/12 {
    height: 50% !important;
  }

  .xl\:h-7\/12 {
    height: 58.333333% !important;
  }

  .xl\:h-8\/12 {
    height: 66.666667% !important;
  }

  .xl\:h-9\/12 {
    height: 75% !important;
  }

  .xl\:h-10\/12 {
    height: 83.333333% !important;
  }

  .xl\:h-11\/12 {
    height: 91.666667% !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:leading-snug {
    line-height: 1.375 !important;
  }

  .xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .xl\:leading-loose {
    line-height: 2 !important;
  }

  .xl\:list-inside {
    list-style-position: inside !important;
  }

  .xl\:list-outside {
    list-style-position: outside !important;
  }

  .xl\:list-none {
    list-style-type: none !important;
  }

  .xl\:list-disc {
    list-style-type: disc !important;
  }

  .xl\:list-decimal {
    list-style-type: decimal !important;
  }

  .xl\:m-0 {
    margin: 0 !important;
  }

  .xl\:m-1 {
    margin: 0.25rem !important;
  }

  .xl\:m-2 {
    margin: 0.5rem !important;
  }

  .xl\:m-3 {
    margin: 0.75rem !important;
  }

  .xl\:m-4 {
    margin: 1rem !important;
  }

  .xl\:m-5 {
    margin: 1.25rem !important;
  }

  .xl\:m-6 {
    margin: 1.5rem !important;
  }

  .xl\:m-8 {
    margin: 2rem !important;
  }

  .xl\:m-10 {
    margin: 2.5rem !important;
  }

  .xl\:m-12 {
    margin: 3rem !important;
  }

  .xl\:m-16 {
    margin: 4rem !important;
  }

  .xl\:m-20 {
    margin: 5rem !important;
  }

  .xl\:m-24 {
    margin: 6rem !important;
  }

  .xl\:m-32 {
    margin: 8rem !important;
  }

  .xl\:m-40 {
    margin: 10rem !important;
  }

  .xl\:m-48 {
    margin: 12rem !important;
  }

  .xl\:m-56 {
    margin: 14rem !important;
  }

  .xl\:m-64 {
    margin: 16rem !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }

  .xl\:m-px {
    margin: 1px !important;
  }

  .xl\:m-1\/2 {
    margin: 50% !important;
  }

  .xl\:m-1\/3 {
    margin: 33.333333% !important;
  }

  .xl\:m-2\/3 {
    margin: 66.666667% !important;
  }

  .xl\:m-1\/4 {
    margin: 25% !important;
  }

  .xl\:m-2\/4 {
    margin: 50% !important;
  }

  .xl\:m-3\/4 {
    margin: 75% !important;
  }

  .xl\:m-1\/5 {
    margin: 20% !important;
  }

  .xl\:m-2\/5 {
    margin: 40% !important;
  }

  .xl\:m-3\/5 {
    margin: 60% !important;
  }

  .xl\:m-4\/5 {
    margin: 80% !important;
  }

  .xl\:m-1\/6 {
    margin: 16.666667% !important;
  }

  .xl\:m-2\/6 {
    margin: 33.333333% !important;
  }

  .xl\:m-3\/6 {
    margin: 50% !important;
  }

  .xl\:m-4\/6 {
    margin: 66.666667% !important;
  }

  .xl\:m-5\/6 {
    margin: 83.333333% !important;
  }

  .xl\:m-1\/12 {
    margin: 8.333333% !important;
  }

  .xl\:m-2\/12 {
    margin: 16.666667% !important;
  }

  .xl\:m-3\/12 {
    margin: 25% !important;
  }

  .xl\:m-4\/12 {
    margin: 33.333333% !important;
  }

  .xl\:m-5\/12 {
    margin: 41.666667% !important;
  }

  .xl\:m-6\/12 {
    margin: 50% !important;
  }

  .xl\:m-7\/12 {
    margin: 58.333333% !important;
  }

  .xl\:m-8\/12 {
    margin: 66.666667% !important;
  }

  .xl\:m-9\/12 {
    margin: 75% !important;
  }

  .xl\:m-10\/12 {
    margin: 83.333333% !important;
  }

  .xl\:m-11\/12 {
    margin: 91.666667% !important;
  }

  .xl\:-m-1 {
    margin: -0.25rem !important;
  }

  .xl\:-m-2 {
    margin: -0.5rem !important;
  }

  .xl\:-m-3 {
    margin: -0.75rem !important;
  }

  .xl\:-m-4 {
    margin: -1rem !important;
  }

  .xl\:-m-5 {
    margin: -1.25rem !important;
  }

  .xl\:-m-6 {
    margin: -1.5rem !important;
  }

  .xl\:-m-8 {
    margin: -2rem !important;
  }

  .xl\:-m-10 {
    margin: -2.5rem !important;
  }

  .xl\:-m-12 {
    margin: -3rem !important;
  }

  .xl\:-m-16 {
    margin: -4rem !important;
  }

  .xl\:-m-20 {
    margin: -5rem !important;
  }

  .xl\:-m-24 {
    margin: -6rem !important;
  }

  .xl\:-m-32 {
    margin: -8rem !important;
  }

  .xl\:-m-40 {
    margin: -10rem !important;
  }

  .xl\:-m-48 {
    margin: -12rem !important;
  }

  .xl\:-m-56 {
    margin: -14rem !important;
  }

  .xl\:-m-64 {
    margin: -16rem !important;
  }

  .xl\:-m-px {
    margin: -1px !important;
  }

  .xl\:-m-1\/2 {
    margin: -50% !important;
  }

  .xl\:-m-1\/3 {
    margin: -33.33333% !important;
  }

  .xl\:-m-2\/3 {
    margin: -66.66667% !important;
  }

  .xl\:-m-1\/4 {
    margin: -25% !important;
  }

  .xl\:-m-2\/4 {
    margin: -50% !important;
  }

  .xl\:-m-3\/4 {
    margin: -75% !important;
  }

  .xl\:-m-1\/5 {
    margin: -20% !important;
  }

  .xl\:-m-2\/5 {
    margin: -40% !important;
  }

  .xl\:-m-3\/5 {
    margin: -60% !important;
  }

  .xl\:-m-4\/5 {
    margin: -80% !important;
  }

  .xl\:-m-1\/6 {
    margin: -16.66667% !important;
  }

  .xl\:-m-2\/6 {
    margin: -33.33333% !important;
  }

  .xl\:-m-3\/6 {
    margin: -50% !important;
  }

  .xl\:-m-4\/6 {
    margin: -66.66667% !important;
  }

  .xl\:-m-5\/6 {
    margin: -83.33333% !important;
  }

  .xl\:-m-1\/12 {
    margin: -8.33333% !important;
  }

  .xl\:-m-2\/12 {
    margin: -16.66667% !important;
  }

  .xl\:-m-3\/12 {
    margin: -25% !important;
  }

  .xl\:-m-4\/12 {
    margin: -33.33333% !important;
  }

  .xl\:-m-5\/12 {
    margin: -41.66667% !important;
  }

  .xl\:-m-6\/12 {
    margin: -50% !important;
  }

  .xl\:-m-7\/12 {
    margin: -58.33333% !important;
  }

  .xl\:-m-8\/12 {
    margin: -66.66667% !important;
  }

  .xl\:-m-9\/12 {
    margin: -75% !important;
  }

  .xl\:-m-10\/12 {
    margin: -83.33333% !important;
  }

  .xl\:-m-11\/12 {
    margin: -91.66667% !important;
  }

  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:my-1\/2 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .xl\:mx-1\/2 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .xl\:my-1\/3 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .xl\:mx-1\/3 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .xl\:my-2\/3 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .xl\:mx-2\/3 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .xl\:my-1\/4 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .xl\:mx-1\/4 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .xl\:my-2\/4 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .xl\:mx-2\/4 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .xl\:my-3\/4 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .xl\:mx-3\/4 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .xl\:my-1\/5 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .xl\:mx-1\/5 {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .xl\:my-2\/5 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .xl\:mx-2\/5 {
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .xl\:my-3\/5 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .xl\:mx-3\/5 {
    margin-left: 60% !important;
    margin-right: 60% !important;
  }

  .xl\:my-4\/5 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .xl\:mx-4\/5 {
    margin-left: 80% !important;
    margin-right: 80% !important;
  }

  .xl\:my-1\/6 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .xl\:mx-1\/6 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .xl\:my-2\/6 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .xl\:mx-2\/6 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .xl\:my-3\/6 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .xl\:mx-3\/6 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .xl\:my-4\/6 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .xl\:mx-4\/6 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .xl\:my-5\/6 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .xl\:mx-5\/6 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .xl\:my-1\/12 {
    margin-top: 8.333333% !important;
    margin-bottom: 8.333333% !important;
  }

  .xl\:mx-1\/12 {
    margin-left: 8.333333% !important;
    margin-right: 8.333333% !important;
  }

  .xl\:my-2\/12 {
    margin-top: 16.666667% !important;
    margin-bottom: 16.666667% !important;
  }

  .xl\:mx-2\/12 {
    margin-left: 16.666667% !important;
    margin-right: 16.666667% !important;
  }

  .xl\:my-3\/12 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .xl\:mx-3\/12 {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .xl\:my-4\/12 {
    margin-top: 33.333333% !important;
    margin-bottom: 33.333333% !important;
  }

  .xl\:mx-4\/12 {
    margin-left: 33.333333% !important;
    margin-right: 33.333333% !important;
  }

  .xl\:my-5\/12 {
    margin-top: 41.666667% !important;
    margin-bottom: 41.666667% !important;
  }

  .xl\:mx-5\/12 {
    margin-left: 41.666667% !important;
    margin-right: 41.666667% !important;
  }

  .xl\:my-6\/12 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .xl\:mx-6\/12 {
    margin-left: 50% !important;
    margin-right: 50% !important;
  }

  .xl\:my-7\/12 {
    margin-top: 58.333333% !important;
    margin-bottom: 58.333333% !important;
  }

  .xl\:mx-7\/12 {
    margin-left: 58.333333% !important;
    margin-right: 58.333333% !important;
  }

  .xl\:my-8\/12 {
    margin-top: 66.666667% !important;
    margin-bottom: 66.666667% !important;
  }

  .xl\:mx-8\/12 {
    margin-left: 66.666667% !important;
    margin-right: 66.666667% !important;
  }

  .xl\:my-9\/12 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .xl\:mx-9\/12 {
    margin-left: 75% !important;
    margin-right: 75% !important;
  }

  .xl\:my-10\/12 {
    margin-top: 83.333333% !important;
    margin-bottom: 83.333333% !important;
  }

  .xl\:mx-10\/12 {
    margin-left: 83.333333% !important;
    margin-right: 83.333333% !important;
  }

  .xl\:my-11\/12 {
    margin-top: 91.666667% !important;
    margin-bottom: 91.666667% !important;
  }

  .xl\:mx-11\/12 {
    margin-left: 91.666667% !important;
    margin-right: 91.666667% !important;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:-my-1\/2 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .xl\:-mx-1\/2 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .xl\:-my-1\/3 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .xl\:-mx-1\/3 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .xl\:-my-2\/3 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .xl\:-mx-2\/3 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .xl\:-my-1\/4 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .xl\:-mx-1\/4 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .xl\:-my-2\/4 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .xl\:-mx-2\/4 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .xl\:-my-3\/4 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .xl\:-mx-3\/4 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .xl\:-my-1\/5 {
    margin-top: -20% !important;
    margin-bottom: -20% !important;
  }

  .xl\:-mx-1\/5 {
    margin-left: -20% !important;
    margin-right: -20% !important;
  }

  .xl\:-my-2\/5 {
    margin-top: -40% !important;
    margin-bottom: -40% !important;
  }

  .xl\:-mx-2\/5 {
    margin-left: -40% !important;
    margin-right: -40% !important;
  }

  .xl\:-my-3\/5 {
    margin-top: -60% !important;
    margin-bottom: -60% !important;
  }

  .xl\:-mx-3\/5 {
    margin-left: -60% !important;
    margin-right: -60% !important;
  }

  .xl\:-my-4\/5 {
    margin-top: -80% !important;
    margin-bottom: -80% !important;
  }

  .xl\:-mx-4\/5 {
    margin-left: -80% !important;
    margin-right: -80% !important;
  }

  .xl\:-my-1\/6 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .xl\:-mx-1\/6 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .xl\:-my-2\/6 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .xl\:-mx-2\/6 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .xl\:-my-3\/6 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .xl\:-mx-3\/6 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .xl\:-my-4\/6 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .xl\:-mx-4\/6 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .xl\:-my-5\/6 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .xl\:-mx-5\/6 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .xl\:-my-1\/12 {
    margin-top: -8.33333% !important;
    margin-bottom: -8.33333% !important;
  }

  .xl\:-mx-1\/12 {
    margin-left: -8.33333% !important;
    margin-right: -8.33333% !important;
  }

  .xl\:-my-2\/12 {
    margin-top: -16.66667% !important;
    margin-bottom: -16.66667% !important;
  }

  .xl\:-mx-2\/12 {
    margin-left: -16.66667% !important;
    margin-right: -16.66667% !important;
  }

  .xl\:-my-3\/12 {
    margin-top: -25% !important;
    margin-bottom: -25% !important;
  }

  .xl\:-mx-3\/12 {
    margin-left: -25% !important;
    margin-right: -25% !important;
  }

  .xl\:-my-4\/12 {
    margin-top: -33.33333% !important;
    margin-bottom: -33.33333% !important;
  }

  .xl\:-mx-4\/12 {
    margin-left: -33.33333% !important;
    margin-right: -33.33333% !important;
  }

  .xl\:-my-5\/12 {
    margin-top: -41.66667% !important;
    margin-bottom: -41.66667% !important;
  }

  .xl\:-mx-5\/12 {
    margin-left: -41.66667% !important;
    margin-right: -41.66667% !important;
  }

  .xl\:-my-6\/12 {
    margin-top: -50% !important;
    margin-bottom: -50% !important;
  }

  .xl\:-mx-6\/12 {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .xl\:-my-7\/12 {
    margin-top: -58.33333% !important;
    margin-bottom: -58.33333% !important;
  }

  .xl\:-mx-7\/12 {
    margin-left: -58.33333% !important;
    margin-right: -58.33333% !important;
  }

  .xl\:-my-8\/12 {
    margin-top: -66.66667% !important;
    margin-bottom: -66.66667% !important;
  }

  .xl\:-mx-8\/12 {
    margin-left: -66.66667% !important;
    margin-right: -66.66667% !important;
  }

  .xl\:-my-9\/12 {
    margin-top: -75% !important;
    margin-bottom: -75% !important;
  }

  .xl\:-mx-9\/12 {
    margin-left: -75% !important;
    margin-right: -75% !important;
  }

  .xl\:-my-10\/12 {
    margin-top: -83.33333% !important;
    margin-bottom: -83.33333% !important;
  }

  .xl\:-mx-10\/12 {
    margin-left: -83.33333% !important;
    margin-right: -83.33333% !important;
  }

  .xl\:-my-11\/12 {
    margin-top: -91.66667% !important;
    margin-bottom: -91.66667% !important;
  }

  .xl\:-mx-11\/12 {
    margin-left: -91.66667% !important;
    margin-right: -91.66667% !important;
  }

  .xl\:mt-0 {
    margin-top: 0 !important;
  }

  .xl\:mr-0 {
    margin-right: 0 !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:ml-0 {
    margin-left: 0 !important;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .xl\:mt-40 {
    margin-top: 10rem !important;
  }

  .xl\:mr-40 {
    margin-right: 10rem !important;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .xl\:ml-40 {
    margin-left: 10rem !important;
  }

  .xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .xl\:mr-56 {
    margin-right: 14rem !important;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .xl\:ml-56 {
    margin-left: 14rem !important;
  }

  .xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:mr-auto {
    margin-right: auto !important;
  }

  .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:mt-px {
    margin-top: 1px !important;
  }

  .xl\:mr-px {
    margin-right: 1px !important;
  }

  .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:ml-px {
    margin-left: 1px !important;
  }

  .xl\:mt-1\/2 {
    margin-top: 50% !important;
  }

  .xl\:mr-1\/2 {
    margin-right: 50% !important;
  }

  .xl\:mb-1\/2 {
    margin-bottom: 50% !important;
  }

  .xl\:ml-1\/2 {
    margin-left: 50% !important;
  }

  .xl\:mt-1\/3 {
    margin-top: 33.333333% !important;
  }

  .xl\:mr-1\/3 {
    margin-right: 33.333333% !important;
  }

  .xl\:mb-1\/3 {
    margin-bottom: 33.333333% !important;
  }

  .xl\:ml-1\/3 {
    margin-left: 33.333333% !important;
  }

  .xl\:mt-2\/3 {
    margin-top: 66.666667% !important;
  }

  .xl\:mr-2\/3 {
    margin-right: 66.666667% !important;
  }

  .xl\:mb-2\/3 {
    margin-bottom: 66.666667% !important;
  }

  .xl\:ml-2\/3 {
    margin-left: 66.666667% !important;
  }

  .xl\:mt-1\/4 {
    margin-top: 25% !important;
  }

  .xl\:mr-1\/4 {
    margin-right: 25% !important;
  }

  .xl\:mb-1\/4 {
    margin-bottom: 25% !important;
  }

  .xl\:ml-1\/4 {
    margin-left: 25% !important;
  }

  .xl\:mt-2\/4 {
    margin-top: 50% !important;
  }

  .xl\:mr-2\/4 {
    margin-right: 50% !important;
  }

  .xl\:mb-2\/4 {
    margin-bottom: 50% !important;
  }

  .xl\:ml-2\/4 {
    margin-left: 50% !important;
  }

  .xl\:mt-3\/4 {
    margin-top: 75% !important;
  }

  .xl\:mr-3\/4 {
    margin-right: 75% !important;
  }

  .xl\:mb-3\/4 {
    margin-bottom: 75% !important;
  }

  .xl\:ml-3\/4 {
    margin-left: 75% !important;
  }

  .xl\:mt-1\/5 {
    margin-top: 20% !important;
  }

  .xl\:mr-1\/5 {
    margin-right: 20% !important;
  }

  .xl\:mb-1\/5 {
    margin-bottom: 20% !important;
  }

  .xl\:ml-1\/5 {
    margin-left: 20% !important;
  }

  .xl\:mt-2\/5 {
    margin-top: 40% !important;
  }

  .xl\:mr-2\/5 {
    margin-right: 40% !important;
  }

  .xl\:mb-2\/5 {
    margin-bottom: 40% !important;
  }

  .xl\:ml-2\/5 {
    margin-left: 40% !important;
  }

  .xl\:mt-3\/5 {
    margin-top: 60% !important;
  }

  .xl\:mr-3\/5 {
    margin-right: 60% !important;
  }

  .xl\:mb-3\/5 {
    margin-bottom: 60% !important;
  }

  .xl\:ml-3\/5 {
    margin-left: 60% !important;
  }

  .xl\:mt-4\/5 {
    margin-top: 80% !important;
  }

  .xl\:mr-4\/5 {
    margin-right: 80% !important;
  }

  .xl\:mb-4\/5 {
    margin-bottom: 80% !important;
  }

  .xl\:ml-4\/5 {
    margin-left: 80% !important;
  }

  .xl\:mt-1\/6 {
    margin-top: 16.666667% !important;
  }

  .xl\:mr-1\/6 {
    margin-right: 16.666667% !important;
  }

  .xl\:mb-1\/6 {
    margin-bottom: 16.666667% !important;
  }

  .xl\:ml-1\/6 {
    margin-left: 16.666667% !important;
  }

  .xl\:mt-2\/6 {
    margin-top: 33.333333% !important;
  }

  .xl\:mr-2\/6 {
    margin-right: 33.333333% !important;
  }

  .xl\:mb-2\/6 {
    margin-bottom: 33.333333% !important;
  }

  .xl\:ml-2\/6 {
    margin-left: 33.333333% !important;
  }

  .xl\:mt-3\/6 {
    margin-top: 50% !important;
  }

  .xl\:mr-3\/6 {
    margin-right: 50% !important;
  }

  .xl\:mb-3\/6 {
    margin-bottom: 50% !important;
  }

  .xl\:ml-3\/6 {
    margin-left: 50% !important;
  }

  .xl\:mt-4\/6 {
    margin-top: 66.666667% !important;
  }

  .xl\:mr-4\/6 {
    margin-right: 66.666667% !important;
  }

  .xl\:mb-4\/6 {
    margin-bottom: 66.666667% !important;
  }

  .xl\:ml-4\/6 {
    margin-left: 66.666667% !important;
  }

  .xl\:mt-5\/6 {
    margin-top: 83.333333% !important;
  }

  .xl\:mr-5\/6 {
    margin-right: 83.333333% !important;
  }

  .xl\:mb-5\/6 {
    margin-bottom: 83.333333% !important;
  }

  .xl\:ml-5\/6 {
    margin-left: 83.333333% !important;
  }

  .xl\:mt-1\/12 {
    margin-top: 8.333333% !important;
  }

  .xl\:mr-1\/12 {
    margin-right: 8.333333% !important;
  }

  .xl\:mb-1\/12 {
    margin-bottom: 8.333333% !important;
  }

  .xl\:ml-1\/12 {
    margin-left: 8.333333% !important;
  }

  .xl\:mt-2\/12 {
    margin-top: 16.666667% !important;
  }

  .xl\:mr-2\/12 {
    margin-right: 16.666667% !important;
  }

  .xl\:mb-2\/12 {
    margin-bottom: 16.666667% !important;
  }

  .xl\:ml-2\/12 {
    margin-left: 16.666667% !important;
  }

  .xl\:mt-3\/12 {
    margin-top: 25% !important;
  }

  .xl\:mr-3\/12 {
    margin-right: 25% !important;
  }

  .xl\:mb-3\/12 {
    margin-bottom: 25% !important;
  }

  .xl\:ml-3\/12 {
    margin-left: 25% !important;
  }

  .xl\:mt-4\/12 {
    margin-top: 33.333333% !important;
  }

  .xl\:mr-4\/12 {
    margin-right: 33.333333% !important;
  }

  .xl\:mb-4\/12 {
    margin-bottom: 33.333333% !important;
  }

  .xl\:ml-4\/12 {
    margin-left: 33.333333% !important;
  }

  .xl\:mt-5\/12 {
    margin-top: 41.666667% !important;
  }

  .xl\:mr-5\/12 {
    margin-right: 41.666667% !important;
  }

  .xl\:mb-5\/12 {
    margin-bottom: 41.666667% !important;
  }

  .xl\:ml-5\/12 {
    margin-left: 41.666667% !important;
  }

  .xl\:mt-6\/12 {
    margin-top: 50% !important;
  }

  .xl\:mr-6\/12 {
    margin-right: 50% !important;
  }

  .xl\:mb-6\/12 {
    margin-bottom: 50% !important;
  }

  .xl\:ml-6\/12 {
    margin-left: 50% !important;
  }

  .xl\:mt-7\/12 {
    margin-top: 58.333333% !important;
  }

  .xl\:mr-7\/12 {
    margin-right: 58.333333% !important;
  }

  .xl\:mb-7\/12 {
    margin-bottom: 58.333333% !important;
  }

  .xl\:ml-7\/12 {
    margin-left: 58.333333% !important;
  }

  .xl\:mt-8\/12 {
    margin-top: 66.666667% !important;
  }

  .xl\:mr-8\/12 {
    margin-right: 66.666667% !important;
  }

  .xl\:mb-8\/12 {
    margin-bottom: 66.666667% !important;
  }

  .xl\:ml-8\/12 {
    margin-left: 66.666667% !important;
  }

  .xl\:mt-9\/12 {
    margin-top: 75% !important;
  }

  .xl\:mr-9\/12 {
    margin-right: 75% !important;
  }

  .xl\:mb-9\/12 {
    margin-bottom: 75% !important;
  }

  .xl\:ml-9\/12 {
    margin-left: 75% !important;
  }

  .xl\:mt-10\/12 {
    margin-top: 83.333333% !important;
  }

  .xl\:mr-10\/12 {
    margin-right: 83.333333% !important;
  }

  .xl\:mb-10\/12 {
    margin-bottom: 83.333333% !important;
  }

  .xl\:ml-10\/12 {
    margin-left: 83.333333% !important;
  }

  .xl\:mt-11\/12 {
    margin-top: 91.666667% !important;
  }

  .xl\:mr-11\/12 {
    margin-right: 91.666667% !important;
  }

  .xl\:mb-11\/12 {
    margin-bottom: 91.666667% !important;
  }

  .xl\:ml-11\/12 {
    margin-left: 91.666667% !important;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .xl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .xl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .xl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .xl\:-mr-12 {
    margin-right: -3rem !important;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .xl\:-ml-12 {
    margin-left: -3rem !important;
  }

  .xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .xl\:-mr-16 {
    margin-right: -4rem !important;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .xl\:-ml-16 {
    margin-left: -4rem !important;
  }

  .xl\:-mt-20 {
    margin-top: -5rem !important;
  }

  .xl\:-mr-20 {
    margin-right: -5rem !important;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .xl\:-ml-20 {
    margin-left: -5rem !important;
  }

  .xl\:-mt-24 {
    margin-top: -6rem !important;
  }

  .xl\:-mr-24 {
    margin-right: -6rem !important;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .xl\:-ml-24 {
    margin-left: -6rem !important;
  }

  .xl\:-mt-32 {
    margin-top: -8rem !important;
  }

  .xl\:-mr-32 {
    margin-right: -8rem !important;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .xl\:-ml-32 {
    margin-left: -8rem !important;
  }

  .xl\:-mt-40 {
    margin-top: -10rem !important;
  }

  .xl\:-mr-40 {
    margin-right: -10rem !important;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .xl\:-ml-40 {
    margin-left: -10rem !important;
  }

  .xl\:-mt-48 {
    margin-top: -12rem !important;
  }

  .xl\:-mr-48 {
    margin-right: -12rem !important;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .xl\:-ml-48 {
    margin-left: -12rem !important;
  }

  .xl\:-mt-56 {
    margin-top: -14rem !important;
  }

  .xl\:-mr-56 {
    margin-right: -14rem !important;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .xl\:-ml-56 {
    margin-left: -14rem !important;
  }

  .xl\:-mt-64 {
    margin-top: -16rem !important;
  }

  .xl\:-mr-64 {
    margin-right: -16rem !important;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .xl\:-ml-64 {
    margin-left: -16rem !important;
  }

  .xl\:-mt-px {
    margin-top: -1px !important;
  }

  .xl\:-mr-px {
    margin-right: -1px !important;
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:-ml-px {
    margin-left: -1px !important;
  }

  .xl\:-mt-1\/2 {
    margin-top: -50% !important;
  }

  .xl\:-mr-1\/2 {
    margin-right: -50% !important;
  }

  .xl\:-mb-1\/2 {
    margin-bottom: -50% !important;
  }

  .xl\:-ml-1\/2 {
    margin-left: -50% !important;
  }

  .xl\:-mt-1\/3 {
    margin-top: -33.33333% !important;
  }

  .xl\:-mr-1\/3 {
    margin-right: -33.33333% !important;
  }

  .xl\:-mb-1\/3 {
    margin-bottom: -33.33333% !important;
  }

  .xl\:-ml-1\/3 {
    margin-left: -33.33333% !important;
  }

  .xl\:-mt-2\/3 {
    margin-top: -66.66667% !important;
  }

  .xl\:-mr-2\/3 {
    margin-right: -66.66667% !important;
  }

  .xl\:-mb-2\/3 {
    margin-bottom: -66.66667% !important;
  }

  .xl\:-ml-2\/3 {
    margin-left: -66.66667% !important;
  }

  .xl\:-mt-1\/4 {
    margin-top: -25% !important;
  }

  .xl\:-mr-1\/4 {
    margin-right: -25% !important;
  }

  .xl\:-mb-1\/4 {
    margin-bottom: -25% !important;
  }

  .xl\:-ml-1\/4 {
    margin-left: -25% !important;
  }

  .xl\:-mt-2\/4 {
    margin-top: -50% !important;
  }

  .xl\:-mr-2\/4 {
    margin-right: -50% !important;
  }

  .xl\:-mb-2\/4 {
    margin-bottom: -50% !important;
  }

  .xl\:-ml-2\/4 {
    margin-left: -50% !important;
  }

  .xl\:-mt-3\/4 {
    margin-top: -75% !important;
  }

  .xl\:-mr-3\/4 {
    margin-right: -75% !important;
  }

  .xl\:-mb-3\/4 {
    margin-bottom: -75% !important;
  }

  .xl\:-ml-3\/4 {
    margin-left: -75% !important;
  }

  .xl\:-mt-1\/5 {
    margin-top: -20% !important;
  }

  .xl\:-mr-1\/5 {
    margin-right: -20% !important;
  }

  .xl\:-mb-1\/5 {
    margin-bottom: -20% !important;
  }

  .xl\:-ml-1\/5 {
    margin-left: -20% !important;
  }

  .xl\:-mt-2\/5 {
    margin-top: -40% !important;
  }

  .xl\:-mr-2\/5 {
    margin-right: -40% !important;
  }

  .xl\:-mb-2\/5 {
    margin-bottom: -40% !important;
  }

  .xl\:-ml-2\/5 {
    margin-left: -40% !important;
  }

  .xl\:-mt-3\/5 {
    margin-top: -60% !important;
  }

  .xl\:-mr-3\/5 {
    margin-right: -60% !important;
  }

  .xl\:-mb-3\/5 {
    margin-bottom: -60% !important;
  }

  .xl\:-ml-3\/5 {
    margin-left: -60% !important;
  }

  .xl\:-mt-4\/5 {
    margin-top: -80% !important;
  }

  .xl\:-mr-4\/5 {
    margin-right: -80% !important;
  }

  .xl\:-mb-4\/5 {
    margin-bottom: -80% !important;
  }

  .xl\:-ml-4\/5 {
    margin-left: -80% !important;
  }

  .xl\:-mt-1\/6 {
    margin-top: -16.66667% !important;
  }

  .xl\:-mr-1\/6 {
    margin-right: -16.66667% !important;
  }

  .xl\:-mb-1\/6 {
    margin-bottom: -16.66667% !important;
  }

  .xl\:-ml-1\/6 {
    margin-left: -16.66667% !important;
  }

  .xl\:-mt-2\/6 {
    margin-top: -33.33333% !important;
  }

  .xl\:-mr-2\/6 {
    margin-right: -33.33333% !important;
  }

  .xl\:-mb-2\/6 {
    margin-bottom: -33.33333% !important;
  }

  .xl\:-ml-2\/6 {
    margin-left: -33.33333% !important;
  }

  .xl\:-mt-3\/6 {
    margin-top: -50% !important;
  }

  .xl\:-mr-3\/6 {
    margin-right: -50% !important;
  }

  .xl\:-mb-3\/6 {
    margin-bottom: -50% !important;
  }

  .xl\:-ml-3\/6 {
    margin-left: -50% !important;
  }

  .xl\:-mt-4\/6 {
    margin-top: -66.66667% !important;
  }

  .xl\:-mr-4\/6 {
    margin-right: -66.66667% !important;
  }

  .xl\:-mb-4\/6 {
    margin-bottom: -66.66667% !important;
  }

  .xl\:-ml-4\/6 {
    margin-left: -66.66667% !important;
  }

  .xl\:-mt-5\/6 {
    margin-top: -83.33333% !important;
  }

  .xl\:-mr-5\/6 {
    margin-right: -83.33333% !important;
  }

  .xl\:-mb-5\/6 {
    margin-bottom: -83.33333% !important;
  }

  .xl\:-ml-5\/6 {
    margin-left: -83.33333% !important;
  }

  .xl\:-mt-1\/12 {
    margin-top: -8.33333% !important;
  }

  .xl\:-mr-1\/12 {
    margin-right: -8.33333% !important;
  }

  .xl\:-mb-1\/12 {
    margin-bottom: -8.33333% !important;
  }

  .xl\:-ml-1\/12 {
    margin-left: -8.33333% !important;
  }

  .xl\:-mt-2\/12 {
    margin-top: -16.66667% !important;
  }

  .xl\:-mr-2\/12 {
    margin-right: -16.66667% !important;
  }

  .xl\:-mb-2\/12 {
    margin-bottom: -16.66667% !important;
  }

  .xl\:-ml-2\/12 {
    margin-left: -16.66667% !important;
  }

  .xl\:-mt-3\/12 {
    margin-top: -25% !important;
  }

  .xl\:-mr-3\/12 {
    margin-right: -25% !important;
  }

  .xl\:-mb-3\/12 {
    margin-bottom: -25% !important;
  }

  .xl\:-ml-3\/12 {
    margin-left: -25% !important;
  }

  .xl\:-mt-4\/12 {
    margin-top: -33.33333% !important;
  }

  .xl\:-mr-4\/12 {
    margin-right: -33.33333% !important;
  }

  .xl\:-mb-4\/12 {
    margin-bottom: -33.33333% !important;
  }

  .xl\:-ml-4\/12 {
    margin-left: -33.33333% !important;
  }

  .xl\:-mt-5\/12 {
    margin-top: -41.66667% !important;
  }

  .xl\:-mr-5\/12 {
    margin-right: -41.66667% !important;
  }

  .xl\:-mb-5\/12 {
    margin-bottom: -41.66667% !important;
  }

  .xl\:-ml-5\/12 {
    margin-left: -41.66667% !important;
  }

  .xl\:-mt-6\/12 {
    margin-top: -50% !important;
  }

  .xl\:-mr-6\/12 {
    margin-right: -50% !important;
  }

  .xl\:-mb-6\/12 {
    margin-bottom: -50% !important;
  }

  .xl\:-ml-6\/12 {
    margin-left: -50% !important;
  }

  .xl\:-mt-7\/12 {
    margin-top: -58.33333% !important;
  }

  .xl\:-mr-7\/12 {
    margin-right: -58.33333% !important;
  }

  .xl\:-mb-7\/12 {
    margin-bottom: -58.33333% !important;
  }

  .xl\:-ml-7\/12 {
    margin-left: -58.33333% !important;
  }

  .xl\:-mt-8\/12 {
    margin-top: -66.66667% !important;
  }

  .xl\:-mr-8\/12 {
    margin-right: -66.66667% !important;
  }

  .xl\:-mb-8\/12 {
    margin-bottom: -66.66667% !important;
  }

  .xl\:-ml-8\/12 {
    margin-left: -66.66667% !important;
  }

  .xl\:-mt-9\/12 {
    margin-top: -75% !important;
  }

  .xl\:-mr-9\/12 {
    margin-right: -75% !important;
  }

  .xl\:-mb-9\/12 {
    margin-bottom: -75% !important;
  }

  .xl\:-ml-9\/12 {
    margin-left: -75% !important;
  }

  .xl\:-mt-10\/12 {
    margin-top: -83.33333% !important;
  }

  .xl\:-mr-10\/12 {
    margin-right: -83.33333% !important;
  }

  .xl\:-mb-10\/12 {
    margin-bottom: -83.33333% !important;
  }

  .xl\:-ml-10\/12 {
    margin-left: -83.33333% !important;
  }

  .xl\:-mt-11\/12 {
    margin-top: -91.66667% !important;
  }

  .xl\:-mr-11\/12 {
    margin-right: -91.66667% !important;
  }

  .xl\:-mb-11\/12 {
    margin-bottom: -91.66667% !important;
  }

  .xl\:-ml-11\/12 {
    margin-left: -91.66667% !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:max-w-1\/4 {
    max-width: 25% !important;
  }

  .xl\:max-w-1\/2 {
    max-width: 50% !important;
  }

  .xl\:max-w-3\/4 {
    max-width: 75% !important;
  }

  .xl\:min-h-0 {
    min-height: 0 !important;
  }

  .xl\:min-h-full {
    min-height: 100% !important;
  }

  .xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:min-w-0 {
    min-width: 0 !important;
  }

  .xl\:min-w-full {
    min-width: 100% !important;
  }

  .xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:opacity-0 {
    opacity: 0 !important;
  }

  .xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .xl\:opacity-100 {
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .xl\:outline-none {
    outline: 0 !important;
  }

  .xl\:focus\:outline-none:focus {
    outline: 0 !important;
  }

  .xl\:overflow-auto {
    overflow: auto !important;
  }

  .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:overflow-visible {
    overflow: visible !important;
  }

  .xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:p-0 {
    padding: 0 !important;
  }

  .xl\:p-1 {
    padding: 0.25rem !important;
  }

  .xl\:p-2 {
    padding: 0.5rem !important;
  }

  .xl\:p-3 {
    padding: 0.75rem !important;
  }

  .xl\:p-4 {
    padding: 1rem !important;
  }

  .xl\:p-5 {
    padding: 1.25rem !important;
  }

  .xl\:p-6 {
    padding: 1.5rem !important;
  }

  .xl\:p-8 {
    padding: 2rem !important;
  }

  .xl\:p-10 {
    padding: 2.5rem !important;
  }

  .xl\:p-12 {
    padding: 3rem !important;
  }

  .xl\:p-16 {
    padding: 4rem !important;
  }

  .xl\:p-20 {
    padding: 5rem !important;
  }

  .xl\:p-24 {
    padding: 6rem !important;
  }

  .xl\:p-32 {
    padding: 8rem !important;
  }

  .xl\:p-40 {
    padding: 10rem !important;
  }

  .xl\:p-48 {
    padding: 12rem !important;
  }

  .xl\:p-56 {
    padding: 14rem !important;
  }

  .xl\:p-64 {
    padding: 16rem !important;
  }

  .xl\:p-px {
    padding: 1px !important;
  }

  .xl\:p-1\/2 {
    padding: 50% !important;
  }

  .xl\:p-1\/3 {
    padding: 33.333333% !important;
  }

  .xl\:p-2\/3 {
    padding: 66.666667% !important;
  }

  .xl\:p-1\/4 {
    padding: 25% !important;
  }

  .xl\:p-2\/4 {
    padding: 50% !important;
  }

  .xl\:p-3\/4 {
    padding: 75% !important;
  }

  .xl\:p-1\/5 {
    padding: 20% !important;
  }

  .xl\:p-2\/5 {
    padding: 40% !important;
  }

  .xl\:p-3\/5 {
    padding: 60% !important;
  }

  .xl\:p-4\/5 {
    padding: 80% !important;
  }

  .xl\:p-1\/6 {
    padding: 16.666667% !important;
  }

  .xl\:p-2\/6 {
    padding: 33.333333% !important;
  }

  .xl\:p-3\/6 {
    padding: 50% !important;
  }

  .xl\:p-4\/6 {
    padding: 66.666667% !important;
  }

  .xl\:p-5\/6 {
    padding: 83.333333% !important;
  }

  .xl\:p-1\/12 {
    padding: 8.333333% !important;
  }

  .xl\:p-2\/12 {
    padding: 16.666667% !important;
  }

  .xl\:p-3\/12 {
    padding: 25% !important;
  }

  .xl\:p-4\/12 {
    padding: 33.333333% !important;
  }

  .xl\:p-5\/12 {
    padding: 41.666667% !important;
  }

  .xl\:p-6\/12 {
    padding: 50% !important;
  }

  .xl\:p-7\/12 {
    padding: 58.333333% !important;
  }

  .xl\:p-8\/12 {
    padding: 66.666667% !important;
  }

  .xl\:p-9\/12 {
    padding: 75% !important;
  }

  .xl\:p-10\/12 {
    padding: 83.333333% !important;
  }

  .xl\:p-11\/12 {
    padding: 91.666667% !important;
  }

  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:py-1\/2 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .xl\:px-1\/2 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .xl\:py-1\/3 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .xl\:px-1\/3 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .xl\:py-2\/3 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .xl\:px-2\/3 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .xl\:py-1\/4 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .xl\:px-1\/4 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .xl\:py-2\/4 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .xl\:px-2\/4 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .xl\:py-3\/4 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .xl\:px-3\/4 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .xl\:py-1\/5 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .xl\:px-1\/5 {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }

  .xl\:py-2\/5 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .xl\:px-2\/5 {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }

  .xl\:py-3\/5 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .xl\:px-3\/5 {
    padding-left: 60% !important;
    padding-right: 60% !important;
  }

  .xl\:py-4\/5 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .xl\:px-4\/5 {
    padding-left: 80% !important;
    padding-right: 80% !important;
  }

  .xl\:py-1\/6 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .xl\:px-1\/6 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .xl\:py-2\/6 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .xl\:px-2\/6 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .xl\:py-3\/6 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .xl\:px-3\/6 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .xl\:py-4\/6 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .xl\:px-4\/6 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .xl\:py-5\/6 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .xl\:px-5\/6 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .xl\:py-1\/12 {
    padding-top: 8.333333% !important;
    padding-bottom: 8.333333% !important;
  }

  .xl\:px-1\/12 {
    padding-left: 8.333333% !important;
    padding-right: 8.333333% !important;
  }

  .xl\:py-2\/12 {
    padding-top: 16.666667% !important;
    padding-bottom: 16.666667% !important;
  }

  .xl\:px-2\/12 {
    padding-left: 16.666667% !important;
    padding-right: 16.666667% !important;
  }

  .xl\:py-3\/12 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .xl\:px-3\/12 {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }

  .xl\:py-4\/12 {
    padding-top: 33.333333% !important;
    padding-bottom: 33.333333% !important;
  }

  .xl\:px-4\/12 {
    padding-left: 33.333333% !important;
    padding-right: 33.333333% !important;
  }

  .xl\:py-5\/12 {
    padding-top: 41.666667% !important;
    padding-bottom: 41.666667% !important;
  }

  .xl\:px-5\/12 {
    padding-left: 41.666667% !important;
    padding-right: 41.666667% !important;
  }

  .xl\:py-6\/12 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .xl\:px-6\/12 {
    padding-left: 50% !important;
    padding-right: 50% !important;
  }

  .xl\:py-7\/12 {
    padding-top: 58.333333% !important;
    padding-bottom: 58.333333% !important;
  }

  .xl\:px-7\/12 {
    padding-left: 58.333333% !important;
    padding-right: 58.333333% !important;
  }

  .xl\:py-8\/12 {
    padding-top: 66.666667% !important;
    padding-bottom: 66.666667% !important;
  }

  .xl\:px-8\/12 {
    padding-left: 66.666667% !important;
    padding-right: 66.666667% !important;
  }

  .xl\:py-9\/12 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .xl\:px-9\/12 {
    padding-left: 75% !important;
    padding-right: 75% !important;
  }

  .xl\:py-10\/12 {
    padding-top: 83.333333% !important;
    padding-bottom: 83.333333% !important;
  }

  .xl\:px-10\/12 {
    padding-left: 83.333333% !important;
    padding-right: 83.333333% !important;
  }

  .xl\:py-11\/12 {
    padding-top: 91.666667% !important;
    padding-bottom: 91.666667% !important;
  }

  .xl\:px-11\/12 {
    padding-left: 91.666667% !important;
    padding-right: 91.666667% !important;
  }

  .xl\:pt-0 {
    padding-top: 0 !important;
  }

  .xl\:pr-0 {
    padding-right: 0 !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:pl-0 {
    padding-left: 0 !important;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .xl\:pr-40 {
    padding-right: 10rem !important;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .xl\:pl-40 {
    padding-left: 10rem !important;
  }

  .xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .xl\:pt-56 {
    padding-top: 14rem !important;
  }

  .xl\:pr-56 {
    padding-right: 14rem !important;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .xl\:pl-56 {
    padding-left: 14rem !important;
  }

  .xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .xl\:pt-px {
    padding-top: 1px !important;
  }

  .xl\:pr-px {
    padding-right: 1px !important;
  }

  .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:pl-px {
    padding-left: 1px !important;
  }

  .xl\:pt-1\/2 {
    padding-top: 50% !important;
  }

  .xl\:pr-1\/2 {
    padding-right: 50% !important;
  }

  .xl\:pb-1\/2 {
    padding-bottom: 50% !important;
  }

  .xl\:pl-1\/2 {
    padding-left: 50% !important;
  }

  .xl\:pt-1\/3 {
    padding-top: 33.333333% !important;
  }

  .xl\:pr-1\/3 {
    padding-right: 33.333333% !important;
  }

  .xl\:pb-1\/3 {
    padding-bottom: 33.333333% !important;
  }

  .xl\:pl-1\/3 {
    padding-left: 33.333333% !important;
  }

  .xl\:pt-2\/3 {
    padding-top: 66.666667% !important;
  }

  .xl\:pr-2\/3 {
    padding-right: 66.666667% !important;
  }

  .xl\:pb-2\/3 {
    padding-bottom: 66.666667% !important;
  }

  .xl\:pl-2\/3 {
    padding-left: 66.666667% !important;
  }

  .xl\:pt-1\/4 {
    padding-top: 25% !important;
  }

  .xl\:pr-1\/4 {
    padding-right: 25% !important;
  }

  .xl\:pb-1\/4 {
    padding-bottom: 25% !important;
  }

  .xl\:pl-1\/4 {
    padding-left: 25% !important;
  }

  .xl\:pt-2\/4 {
    padding-top: 50% !important;
  }

  .xl\:pr-2\/4 {
    padding-right: 50% !important;
  }

  .xl\:pb-2\/4 {
    padding-bottom: 50% !important;
  }

  .xl\:pl-2\/4 {
    padding-left: 50% !important;
  }

  .xl\:pt-3\/4 {
    padding-top: 75% !important;
  }

  .xl\:pr-3\/4 {
    padding-right: 75% !important;
  }

  .xl\:pb-3\/4 {
    padding-bottom: 75% !important;
  }

  .xl\:pl-3\/4 {
    padding-left: 75% !important;
  }

  .xl\:pt-1\/5 {
    padding-top: 20% !important;
  }

  .xl\:pr-1\/5 {
    padding-right: 20% !important;
  }

  .xl\:pb-1\/5 {
    padding-bottom: 20% !important;
  }

  .xl\:pl-1\/5 {
    padding-left: 20% !important;
  }

  .xl\:pt-2\/5 {
    padding-top: 40% !important;
  }

  .xl\:pr-2\/5 {
    padding-right: 40% !important;
  }

  .xl\:pb-2\/5 {
    padding-bottom: 40% !important;
  }

  .xl\:pl-2\/5 {
    padding-left: 40% !important;
  }

  .xl\:pt-3\/5 {
    padding-top: 60% !important;
  }

  .xl\:pr-3\/5 {
    padding-right: 60% !important;
  }

  .xl\:pb-3\/5 {
    padding-bottom: 60% !important;
  }

  .xl\:pl-3\/5 {
    padding-left: 60% !important;
  }

  .xl\:pt-4\/5 {
    padding-top: 80% !important;
  }

  .xl\:pr-4\/5 {
    padding-right: 80% !important;
  }

  .xl\:pb-4\/5 {
    padding-bottom: 80% !important;
  }

  .xl\:pl-4\/5 {
    padding-left: 80% !important;
  }

  .xl\:pt-1\/6 {
    padding-top: 16.666667% !important;
  }

  .xl\:pr-1\/6 {
    padding-right: 16.666667% !important;
  }

  .xl\:pb-1\/6 {
    padding-bottom: 16.666667% !important;
  }

  .xl\:pl-1\/6 {
    padding-left: 16.666667% !important;
  }

  .xl\:pt-2\/6 {
    padding-top: 33.333333% !important;
  }

  .xl\:pr-2\/6 {
    padding-right: 33.333333% !important;
  }

  .xl\:pb-2\/6 {
    padding-bottom: 33.333333% !important;
  }

  .xl\:pl-2\/6 {
    padding-left: 33.333333% !important;
  }

  .xl\:pt-3\/6 {
    padding-top: 50% !important;
  }

  .xl\:pr-3\/6 {
    padding-right: 50% !important;
  }

  .xl\:pb-3\/6 {
    padding-bottom: 50% !important;
  }

  .xl\:pl-3\/6 {
    padding-left: 50% !important;
  }

  .xl\:pt-4\/6 {
    padding-top: 66.666667% !important;
  }

  .xl\:pr-4\/6 {
    padding-right: 66.666667% !important;
  }

  .xl\:pb-4\/6 {
    padding-bottom: 66.666667% !important;
  }

  .xl\:pl-4\/6 {
    padding-left: 66.666667% !important;
  }

  .xl\:pt-5\/6 {
    padding-top: 83.333333% !important;
  }

  .xl\:pr-5\/6 {
    padding-right: 83.333333% !important;
  }

  .xl\:pb-5\/6 {
    padding-bottom: 83.333333% !important;
  }

  .xl\:pl-5\/6 {
    padding-left: 83.333333% !important;
  }

  .xl\:pt-1\/12 {
    padding-top: 8.333333% !important;
  }

  .xl\:pr-1\/12 {
    padding-right: 8.333333% !important;
  }

  .xl\:pb-1\/12 {
    padding-bottom: 8.333333% !important;
  }

  .xl\:pl-1\/12 {
    padding-left: 8.333333% !important;
  }

  .xl\:pt-2\/12 {
    padding-top: 16.666667% !important;
  }

  .xl\:pr-2\/12 {
    padding-right: 16.666667% !important;
  }

  .xl\:pb-2\/12 {
    padding-bottom: 16.666667% !important;
  }

  .xl\:pl-2\/12 {
    padding-left: 16.666667% !important;
  }

  .xl\:pt-3\/12 {
    padding-top: 25% !important;
  }

  .xl\:pr-3\/12 {
    padding-right: 25% !important;
  }

  .xl\:pb-3\/12 {
    padding-bottom: 25% !important;
  }

  .xl\:pl-3\/12 {
    padding-left: 25% !important;
  }

  .xl\:pt-4\/12 {
    padding-top: 33.333333% !important;
  }

  .xl\:pr-4\/12 {
    padding-right: 33.333333% !important;
  }

  .xl\:pb-4\/12 {
    padding-bottom: 33.333333% !important;
  }

  .xl\:pl-4\/12 {
    padding-left: 33.333333% !important;
  }

  .xl\:pt-5\/12 {
    padding-top: 41.666667% !important;
  }

  .xl\:pr-5\/12 {
    padding-right: 41.666667% !important;
  }

  .xl\:pb-5\/12 {
    padding-bottom: 41.666667% !important;
  }

  .xl\:pl-5\/12 {
    padding-left: 41.666667% !important;
  }

  .xl\:pt-6\/12 {
    padding-top: 50% !important;
  }

  .xl\:pr-6\/12 {
    padding-right: 50% !important;
  }

  .xl\:pb-6\/12 {
    padding-bottom: 50% !important;
  }

  .xl\:pl-6\/12 {
    padding-left: 50% !important;
  }

  .xl\:pt-7\/12 {
    padding-top: 58.333333% !important;
  }

  .xl\:pr-7\/12 {
    padding-right: 58.333333% !important;
  }

  .xl\:pb-7\/12 {
    padding-bottom: 58.333333% !important;
  }

  .xl\:pl-7\/12 {
    padding-left: 58.333333% !important;
  }

  .xl\:pt-8\/12 {
    padding-top: 66.666667% !important;
  }

  .xl\:pr-8\/12 {
    padding-right: 66.666667% !important;
  }

  .xl\:pb-8\/12 {
    padding-bottom: 66.666667% !important;
  }

  .xl\:pl-8\/12 {
    padding-left: 66.666667% !important;
  }

  .xl\:pt-9\/12 {
    padding-top: 75% !important;
  }

  .xl\:pr-9\/12 {
    padding-right: 75% !important;
  }

  .xl\:pb-9\/12 {
    padding-bottom: 75% !important;
  }

  .xl\:pl-9\/12 {
    padding-left: 75% !important;
  }

  .xl\:pt-10\/12 {
    padding-top: 83.333333% !important;
  }

  .xl\:pr-10\/12 {
    padding-right: 83.333333% !important;
  }

  .xl\:pb-10\/12 {
    padding-bottom: 83.333333% !important;
  }

  .xl\:pl-10\/12 {
    padding-left: 83.333333% !important;
  }

  .xl\:pt-11\/12 {
    padding-top: 91.666667% !important;
  }

  .xl\:pr-11\/12 {
    padding-right: 91.666667% !important;
  }

  .xl\:pb-11\/12 {
    padding-bottom: 91.666667% !important;
  }

  .xl\:pl-11\/12 {
    padding-left: 91.666667% !important;
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-black::-webkit-input-placeholder {
    color: #000 !important;
  }

  .xl\:placeholder-black::-moz-placeholder {
    color: #000 !important;
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    color: #000 !important;
  }

  .xl\:placeholder-black::-ms-input-placeholder {
    color: #000 !important;
  }

  .xl\:placeholder-black::placeholder {
    color: #000 !important;
  }

  .xl\:placeholder-white::-webkit-input-placeholder {
    color: #fff !important;
  }

  .xl\:placeholder-white::-moz-placeholder {
    color: #fff !important;
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    color: #fff !important;
  }

  .xl\:placeholder-white::-ms-input-placeholder {
    color: #fff !important;
  }

  .xl\:placeholder-white::placeholder {
    color: #fff !important;
  }

  .xl\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc !important;
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .xl\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .xl\:placeholder-gray-100::placeholder {
    color: #f7fafc !important;
  }

  .xl\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .xl\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .xl\:placeholder-gray-200::placeholder {
    color: #edf2f7 !important;
  }

  .xl\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .xl\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .xl\:placeholder-gray-300::placeholder {
    color: #e2e8f0 !important;
  }

  .xl\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .xl\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .xl\:placeholder-gray-400::placeholder {
    color: #cbd5e0 !important;
  }

  .xl\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .xl\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .xl\:placeholder-gray-500::placeholder {
    color: #a0aec0 !important;
  }

  .xl\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    color: #718096 !important;
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096 !important;
  }

  .xl\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096 !important;
  }

  .xl\:placeholder-gray-600::placeholder {
    color: #718096 !important;
  }

  .xl\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568 !important;
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .xl\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .xl\:placeholder-gray-700::placeholder {
    color: #4a5568 !important;
  }

  .xl\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748 !important;
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .xl\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .xl\:placeholder-gray-800::placeholder {
    color: #2d3748 !important;
  }

  .xl\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c !important;
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .xl\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .xl\:placeholder-gray-900::placeholder {
    color: #1a202c !important;
  }

  .xl\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .xl\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .xl\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .xl\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .xl\:placeholder-red-100::placeholder {
    color: #fff5f5 !important;
  }

  .xl\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .xl\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .xl\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .xl\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .xl\:placeholder-red-200::placeholder {
    color: #fed7d7 !important;
  }

  .xl\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .xl\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .xl\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .xl\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .xl\:placeholder-red-300::placeholder {
    color: #feb2b2 !important;
  }

  .xl\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .xl\:placeholder-red-400::-moz-placeholder {
    color: #fc8181 !important;
  }

  .xl\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .xl\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .xl\:placeholder-red-400::placeholder {
    color: #fc8181 !important;
  }

  .xl\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .xl\:placeholder-red-500::-moz-placeholder {
    color: #f56565 !important;
  }

  .xl\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .xl\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .xl\:placeholder-red-500::placeholder {
    color: #f56565 !important;
  }

  .xl\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .xl\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e !important;
  }

  .xl\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .xl\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .xl\:placeholder-red-600::placeholder {
    color: #e53e3e !important;
  }

  .xl\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .xl\:placeholder-red-700::-moz-placeholder {
    color: #c53030 !important;
  }

  .xl\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .xl\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .xl\:placeholder-red-700::placeholder {
    color: #c53030 !important;
  }

  .xl\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .xl\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .xl\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .xl\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .xl\:placeholder-red-800::placeholder {
    color: #9b2c2c !important;
  }

  .xl\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .xl\:placeholder-red-900::-moz-placeholder {
    color: #742a2a !important;
  }

  .xl\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .xl\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .xl\:placeholder-red-900::placeholder {
    color: #742a2a !important;
  }

  .xl\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .xl\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .xl\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .xl\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .xl\:placeholder-orange-100::placeholder {
    color: #fffaf0 !important;
  }

  .xl\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .xl\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8 !important;
  }

  .xl\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .xl\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .xl\:placeholder-orange-200::placeholder {
    color: #feebc8 !important;
  }

  .xl\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .xl\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d !important;
  }

  .xl\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .xl\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .xl\:placeholder-orange-300::placeholder {
    color: #fbd38d !important;
  }

  .xl\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .xl\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .xl\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .xl\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .xl\:placeholder-orange-400::placeholder {
    color: #f6ad55 !important;
  }

  .xl\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .xl\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936 !important;
  }

  .xl\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .xl\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .xl\:placeholder-orange-500::placeholder {
    color: #ed8936 !important;
  }

  .xl\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .xl\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .xl\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .xl\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .xl\:placeholder-orange-600::placeholder {
    color: #dd6b20 !important;
  }

  .xl\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .xl\:placeholder-orange-700::-moz-placeholder {
    color: #c05621 !important;
  }

  .xl\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .xl\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .xl\:placeholder-orange-700::placeholder {
    color: #c05621 !important;
  }

  .xl\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .xl\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221 !important;
  }

  .xl\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .xl\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .xl\:placeholder-orange-800::placeholder {
    color: #9c4221 !important;
  }

  .xl\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .xl\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e !important;
  }

  .xl\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .xl\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .xl\:placeholder-orange-900::placeholder {
    color: #7b341e !important;
  }

  .xl\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .xl\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0 !important;
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .xl\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .xl\:placeholder-yellow-100::placeholder {
    color: #fffff0 !important;
  }

  .xl\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf !important;
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .xl\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .xl\:placeholder-yellow-200::placeholder {
    color: #fefcbf !important;
  }

  .xl\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .xl\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089 !important;
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .xl\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .xl\:placeholder-yellow-300::placeholder {
    color: #faf089 !important;
  }

  .xl\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .xl\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e !important;
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .xl\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .xl\:placeholder-yellow-400::placeholder {
    color: #f6e05e !important;
  }

  .xl\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b !important;
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .xl\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .xl\:placeholder-yellow-500::placeholder {
    color: #ecc94b !important;
  }

  .xl\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .xl\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e !important;
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .xl\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .xl\:placeholder-yellow-600::placeholder {
    color: #d69e2e !important;
  }

  .xl\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .xl\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f !important;
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .xl\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .xl\:placeholder-yellow-700::placeholder {
    color: #b7791f !important;
  }

  .xl\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .xl\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16 !important;
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .xl\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .xl\:placeholder-yellow-800::placeholder {
    color: #975a16 !important;
  }

  .xl\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .xl\:placeholder-yellow-900::-moz-placeholder {
    color: #744210 !important;
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210 !important;
  }

  .xl\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210 !important;
  }

  .xl\:placeholder-yellow-900::placeholder {
    color: #744210 !important;
  }

  .xl\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .xl\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .xl\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .xl\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .xl\:placeholder-green-100::placeholder {
    color: #f0fff4 !important;
  }

  .xl\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .xl\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .xl\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .xl\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .xl\:placeholder-green-200::placeholder {
    color: #c6f6d5 !important;
  }

  .xl\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .xl\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .xl\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .xl\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .xl\:placeholder-green-300::placeholder {
    color: #9ae6b4 !important;
  }

  .xl\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .xl\:placeholder-green-400::-moz-placeholder {
    color: #68d391 !important;
  }

  .xl\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .xl\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .xl\:placeholder-green-400::placeholder {
    color: #68d391 !important;
  }

  .xl\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .xl\:placeholder-green-500::-moz-placeholder {
    color: #48bb78 !important;
  }

  .xl\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .xl\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .xl\:placeholder-green-500::placeholder {
    color: #48bb78 !important;
  }

  .xl\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .xl\:placeholder-green-600::-moz-placeholder {
    color: #38a169 !important;
  }

  .xl\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .xl\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .xl\:placeholder-green-600::placeholder {
    color: #38a169 !important;
  }

  .xl\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .xl\:placeholder-green-700::-moz-placeholder {
    color: #2f855a !important;
  }

  .xl\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .xl\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .xl\:placeholder-green-700::placeholder {
    color: #2f855a !important;
  }

  .xl\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .xl\:placeholder-green-800::-moz-placeholder {
    color: #276749 !important;
  }

  .xl\:placeholder-green-800:-ms-input-placeholder {
    color: #276749 !important;
  }

  .xl\:placeholder-green-800::-ms-input-placeholder {
    color: #276749 !important;
  }

  .xl\:placeholder-green-800::placeholder {
    color: #276749 !important;
  }

  .xl\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .xl\:placeholder-green-900::-moz-placeholder {
    color: #22543d !important;
  }

  .xl\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d !important;
  }

  .xl\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d !important;
  }

  .xl\:placeholder-green-900::placeholder {
    color: #22543d !important;
  }

  .xl\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .xl\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa !important;
  }

  .xl\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .xl\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .xl\:placeholder-teal-100::placeholder {
    color: #e6fffa !important;
  }

  .xl\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .xl\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .xl\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .xl\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .xl\:placeholder-teal-200::placeholder {
    color: #b2f5ea !important;
  }

  .xl\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .xl\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .xl\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .xl\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .xl\:placeholder-teal-300::placeholder {
    color: #81e6d9 !important;
  }

  .xl\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .xl\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .xl\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .xl\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .xl\:placeholder-teal-400::placeholder {
    color: #4fd1c5 !important;
  }

  .xl\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .xl\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac !important;
  }

  .xl\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .xl\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .xl\:placeholder-teal-500::placeholder {
    color: #38b2ac !important;
  }

  .xl\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .xl\:placeholder-teal-600::-moz-placeholder {
    color: #319795 !important;
  }

  .xl\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795 !important;
  }

  .xl\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795 !important;
  }

  .xl\:placeholder-teal-600::placeholder {
    color: #319795 !important;
  }

  .xl\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .xl\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .xl\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .xl\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .xl\:placeholder-teal-700::placeholder {
    color: #2c7a7b !important;
  }

  .xl\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .xl\:placeholder-teal-800::-moz-placeholder {
    color: #285e61 !important;
  }

  .xl\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .xl\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .xl\:placeholder-teal-800::placeholder {
    color: #285e61 !important;
  }

  .xl\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .xl\:placeholder-teal-900::-moz-placeholder {
    color: #234e52 !important;
  }

  .xl\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .xl\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .xl\:placeholder-teal-900::placeholder {
    color: #234e52 !important;
  }

  .xl\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .xl\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .xl\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .xl\:placeholder-blue-100::placeholder {
    color: #ebf8ff !important;
  }

  .xl\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .xl\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .xl\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .xl\:placeholder-blue-200::placeholder {
    color: #bee3f8 !important;
  }

  .xl\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .xl\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .xl\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .xl\:placeholder-blue-300::placeholder {
    color: #90cdf4 !important;
  }

  .xl\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .xl\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed !important;
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .xl\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .xl\:placeholder-blue-400::placeholder {
    color: #63b3ed !important;
  }

  .xl\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .xl\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1 !important;
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .xl\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .xl\:placeholder-blue-500::placeholder {
    color: #4299e1 !important;
  }

  .xl\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .xl\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce !important;
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .xl\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .xl\:placeholder-blue-600::placeholder {
    color: #3182ce !important;
  }

  .xl\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .xl\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .xl\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .xl\:placeholder-blue-700::placeholder {
    color: #2b6cb0 !important;
  }

  .xl\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .xl\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282 !important;
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .xl\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .xl\:placeholder-blue-800::placeholder {
    color: #2c5282 !important;
  }

  .xl\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .xl\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365 !important;
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .xl\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .xl\:placeholder-blue-900::placeholder {
    color: #2a4365 !important;
  }

  .xl\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .xl\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .xl\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .xl\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .xl\:placeholder-indigo-100::placeholder {
    color: #ebf4ff !important;
  }

  .xl\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .xl\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe !important;
  }

  .xl\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .xl\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .xl\:placeholder-indigo-200::placeholder {
    color: #c3dafe !important;
  }

  .xl\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .xl\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa !important;
  }

  .xl\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .xl\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .xl\:placeholder-indigo-300::placeholder {
    color: #a3bffa !important;
  }

  .xl\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .xl\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .xl\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .xl\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .xl\:placeholder-indigo-400::placeholder {
    color: #7f9cf5 !important;
  }

  .xl\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .xl\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea !important;
  }

  .xl\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea !important;
  }

  .xl\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea !important;
  }

  .xl\:placeholder-indigo-500::placeholder {
    color: #667eea !important;
  }

  .xl\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .xl\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .xl\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .xl\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .xl\:placeholder-indigo-600::placeholder {
    color: #5a67d8 !important;
  }

  .xl\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .xl\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf !important;
  }

  .xl\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .xl\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .xl\:placeholder-indigo-700::placeholder {
    color: #4c51bf !important;
  }

  .xl\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .xl\:placeholder-indigo-800::-moz-placeholder {
    color: #434190 !important;
  }

  .xl\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190 !important;
  }

  .xl\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190 !important;
  }

  .xl\:placeholder-indigo-800::placeholder {
    color: #434190 !important;
  }

  .xl\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .xl\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b !important;
  }

  .xl\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .xl\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .xl\:placeholder-indigo-900::placeholder {
    color: #3c366b !important;
  }

  .xl\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .xl\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff !important;
  }

  .xl\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .xl\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .xl\:placeholder-purple-100::placeholder {
    color: #faf5ff !important;
  }

  .xl\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .xl\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .xl\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .xl\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .xl\:placeholder-purple-200::placeholder {
    color: #e9d8fd !important;
  }

  .xl\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .xl\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .xl\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .xl\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .xl\:placeholder-purple-300::placeholder {
    color: #d6bcfa !important;
  }

  .xl\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .xl\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4 !important;
  }

  .xl\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .xl\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .xl\:placeholder-purple-400::placeholder {
    color: #b794f4 !important;
  }

  .xl\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .xl\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea !important;
  }

  .xl\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .xl\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .xl\:placeholder-purple-500::placeholder {
    color: #9f7aea !important;
  }

  .xl\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .xl\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5 !important;
  }

  .xl\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .xl\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .xl\:placeholder-purple-600::placeholder {
    color: #805ad5 !important;
  }

  .xl\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .xl\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .xl\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .xl\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .xl\:placeholder-purple-700::placeholder {
    color: #6b46c1 !important;
  }

  .xl\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .xl\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a !important;
  }

  .xl\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .xl\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .xl\:placeholder-purple-800::placeholder {
    color: #553c9a !important;
  }

  .xl\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .xl\:placeholder-purple-900::-moz-placeholder {
    color: #44337a !important;
  }

  .xl\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a !important;
  }

  .xl\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a !important;
  }

  .xl\:placeholder-purple-900::placeholder {
    color: #44337a !important;
  }

  .xl\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .xl\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .xl\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .xl\:placeholder-pink-100::placeholder {
    color: #fff5f7 !important;
  }

  .xl\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .xl\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .xl\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .xl\:placeholder-pink-200::placeholder {
    color: #fed7e2 !important;
  }

  .xl\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .xl\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .xl\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .xl\:placeholder-pink-300::placeholder {
    color: #fbb6ce !important;
  }

  .xl\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .xl\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3 !important;
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .xl\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .xl\:placeholder-pink-400::placeholder {
    color: #f687b3 !important;
  }

  .xl\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .xl\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .xl\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .xl\:placeholder-pink-500::placeholder {
    color: #ed64a6 !important;
  }

  .xl\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .xl\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c !important;
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .xl\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .xl\:placeholder-pink-600::placeholder {
    color: #d53f8c !important;
  }

  .xl\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .xl\:placeholder-pink-700::-moz-placeholder {
    color: #b83280 !important;
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .xl\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .xl\:placeholder-pink-700::placeholder {
    color: #b83280 !important;
  }

  .xl\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .xl\:placeholder-pink-800::-moz-placeholder {
    color: #97266d !important;
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d !important;
  }

  .xl\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d !important;
  }

  .xl\:placeholder-pink-800::placeholder {
    color: #97266d !important;
  }

  .xl\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .xl\:placeholder-pink-900::-moz-placeholder {
    color: #702459 !important;
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459 !important;
  }

  .xl\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459 !important;
  }

  .xl\:placeholder-pink-900::placeholder {
    color: #702459 !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000 !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000 !important;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000 !important;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000 !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    color: #000 !important;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff !important;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff !important;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    color: #fff !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc !important;
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7 !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7 !important;
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7 !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7 !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0 !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0 !important;
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0 !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0 !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0 !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0 !important;
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0 !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0 !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0 !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0 !important;
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0 !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0 !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096 !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096 !important;
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096 !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096 !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096 !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568 !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568 !important;
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568 !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568 !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748 !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748 !important;
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748 !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748 !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c !important;
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c !important;
  }

  .xl\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5 !important;
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5 !important;
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .xl\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5 !important;
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5 !important;
  }

  .xl\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7 !important;
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7 !important;
  }

  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .xl\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7 !important;
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7 !important;
  }

  .xl\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2 !important;
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2 !important;
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .xl\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2 !important;
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2 !important;
  }

  .xl\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181 !important;
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181 !important;
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .xl\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181 !important;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181 !important;
  }

  .xl\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565 !important;
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565 !important;
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565 !important;
  }

  .xl\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565 !important;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565 !important;
  }

  .xl\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e !important;
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e !important;
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .xl\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e !important;
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e !important;
  }

  .xl\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030 !important;
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030 !important;
  }

  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030 !important;
  }

  .xl\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030 !important;
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030 !important;
  }

  .xl\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c !important;
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c !important;
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .xl\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c !important;
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c !important;
  }

  .xl\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a !important;
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a !important;
  }

  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a !important;
  }

  .xl\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a !important;
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0 !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0 !important;
  }

  .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0 !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0 !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8 !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8 !important;
  }

  .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8 !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8 !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d !important;
  }

  .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55 !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55 !important;
  }

  .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55 !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55 !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936 !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936 !important;
  }

  .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936 !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936 !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20 !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20 !important;
  }

  .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20 !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20 !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621 !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621 !important;
  }

  .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621 !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621 !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621 !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221 !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221 !important;
  }

  .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221 !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221 !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e !important;
  }

  .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0 !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0 !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0 !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0 !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089 !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089 !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089 !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089 !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089 !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16 !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16 !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16 !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16 !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16 !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210 !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210 !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210 !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210 !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210 !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4 !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4 !important;
  }

  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4 !important;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4 !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5 !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5 !important;
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5 !important;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5 !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4 !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4 !important;
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4 !important;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4 !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391 !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391 !important;
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391 !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391 !important;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391 !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78 !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78 !important;
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78 !important;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78 !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169 !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169 !important;
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169 !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169 !important;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169 !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a !important;
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a !important;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749 !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749 !important;
  }

  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749 !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749 !important;
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749 !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d !important;
  }

  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d !important;
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa !important;
  }

  .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea !important;
  }

  .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9 !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9 !important;
  }

  .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9 !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9 !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5 !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5 !important;
  }

  .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5 !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5 !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac !important;
  }

  .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795 !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795 !important;
  }

  .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795 !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795 !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795 !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b !important;
  }

  .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61 !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61 !important;
  }

  .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61 !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61 !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61 !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52 !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52 !important;
  }

  .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52 !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52 !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52 !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff !important;
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8 !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8 !important;
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8 !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8 !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4 !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4 !important;
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4 !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4 !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed !important;
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1 !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1 !important;
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1 !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1 !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce !important;
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0 !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0 !important;
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0 !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0 !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282 !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282 !important;
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282 !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282 !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365 !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365 !important;
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365 !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365 !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5 !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5 !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5 !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5 !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8 !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8 !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8 !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8 !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190 !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190 !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190 !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190 !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190 !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff !important;
  }

  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd !important;
  }

  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa !important;
  }

  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4 !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4 !important;
  }

  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4 !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4 !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea !important;
  }

  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5 !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5 !important;
  }

  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5 !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5 !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1 !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1 !important;
  }

  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1 !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1 !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a !important;
  }

  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a !important;
  }

  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7 !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7 !important;
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7 !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7 !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2 !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2 !important;
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2 !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2 !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce !important;
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3 !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3 !important;
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3 !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3 !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6 !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6 !important;
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6 !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6 !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c !important;
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280 !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280 !important;
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280 !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280 !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280 !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d !important;
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459 !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459 !important;
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459 !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459 !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459 !important;
  }

  .xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:static {
    position: static !important;
  }

  .xl\:fixed {
    position: fixed !important;
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .xl\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-1\/5 {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .xl\:inset-2\/5 {
    top: 40% !important;
    right: 40% !important;
    bottom: 40% !important;
    left: 40% !important;
  }

  .xl\:inset-3\/5 {
    top: 60% !important;
    right: 60% !important;
    bottom: 60% !important;
    left: 60% !important;
  }

  .xl\:inset-4\/5 {
    top: 80% !important;
    right: 80% !important;
    bottom: 80% !important;
    left: 80% !important;
  }

  .xl\:inset-1\/6 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .xl\:inset-2\/6 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-3\/6 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-4\/6 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-5\/6 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .xl\:inset-1\/12 {
    top: 8.333333% !important;
    right: 8.333333% !important;
    bottom: 8.333333% !important;
    left: 8.333333% !important;
  }

  .xl\:inset-2\/12 {
    top: 16.666667% !important;
    right: 16.666667% !important;
    bottom: 16.666667% !important;
    left: 16.666667% !important;
  }

  .xl\:inset-3\/12 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-4\/12 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-5\/12 {
    top: 41.666667% !important;
    right: 41.666667% !important;
    bottom: 41.666667% !important;
    left: 41.666667% !important;
  }

  .xl\:inset-6\/12 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-7\/12 {
    top: 58.333333% !important;
    right: 58.333333% !important;
    bottom: 58.333333% !important;
    left: 58.333333% !important;
  }

  .xl\:inset-8\/12 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-9\/12 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .xl\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .xl\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-y-1\/5 {
    top: 20% !important;
    bottom: 20% !important;
  }

  .xl\:inset-x-1\/5 {
    right: 20% !important;
    left: 20% !important;
  }

  .xl\:inset-y-2\/5 {
    top: 40% !important;
    bottom: 40% !important;
  }

  .xl\:inset-x-2\/5 {
    right: 40% !important;
    left: 40% !important;
  }

  .xl\:inset-y-3\/5 {
    top: 60% !important;
    bottom: 60% !important;
  }

  .xl\:inset-x-3\/5 {
    right: 60% !important;
    left: 60% !important;
  }

  .xl\:inset-y-4\/5 {
    top: 80% !important;
    bottom: 80% !important;
  }

  .xl\:inset-x-4\/5 {
    right: 80% !important;
    left: 80% !important;
  }

  .xl\:inset-y-1\/6 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .xl\:inset-x-1\/6 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .xl\:inset-y-2\/6 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:inset-x-2\/6 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-y-3\/6 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-x-3\/6 {
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-y-4\/6 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:inset-x-4\/6 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-y-5\/6 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .xl\:inset-x-5\/6 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .xl\:inset-y-1\/12 {
    top: 8.333333% !important;
    bottom: 8.333333% !important;
  }

  .xl\:inset-x-1\/12 {
    right: 8.333333% !important;
    left: 8.333333% !important;
  }

  .xl\:inset-y-2\/12 {
    top: 16.666667% !important;
    bottom: 16.666667% !important;
  }

  .xl\:inset-x-2\/12 {
    right: 16.666667% !important;
    left: 16.666667% !important;
  }

  .xl\:inset-y-3\/12 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:inset-x-3\/12 {
    right: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-y-4\/12 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:inset-x-4\/12 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-y-5\/12 {
    top: 41.666667% !important;
    bottom: 41.666667% !important;
  }

  .xl\:inset-x-5\/12 {
    right: 41.666667% !important;
    left: 41.666667% !important;
  }

  .xl\:inset-y-6\/12 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-x-6\/12 {
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-y-7\/12 {
    top: 58.333333% !important;
    bottom: 58.333333% !important;
  }

  .xl\:inset-x-7\/12 {
    right: 58.333333% !important;
    left: 58.333333% !important;
  }

  .xl\:inset-y-8\/12 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:inset-x-8\/12 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-y-9\/12 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:inset-x-9\/12 {
    right: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .xl\:inset-x-10\/12 {
    right: 83.333333% !important;
    left: 83.333333% !important;
  }

  .xl\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .xl\:inset-x-11\/12 {
    right: 91.666667% !important;
    left: 91.666667% !important;
  }

  .xl\:top-0 {
    top: 0 !important;
  }

  .xl\:right-0 {
    right: 0 !important;
  }

  .xl\:bottom-0 {
    bottom: 0 !important;
  }

  .xl\:left-0 {
    left: 0 !important;
  }

  .xl\:top-1\/2 {
    top: 50% !important;
  }

  .xl\:right-1\/2 {
    right: 50% !important;
  }

  .xl\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .xl\:left-1\/2 {
    left: 50% !important;
  }

  .xl\:top-1\/3 {
    top: 33.333333% !important;
  }

  .xl\:right-1\/3 {
    right: 33.333333% !important;
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xl\:left-1\/3 {
    left: 33.333333% !important;
  }

  .xl\:top-2\/3 {
    top: 66.666667% !important;
  }

  .xl\:right-2\/3 {
    right: 66.666667% !important;
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xl\:left-2\/3 {
    left: 66.666667% !important;
  }

  .xl\:top-1\/4 {
    top: 25% !important;
  }

  .xl\:right-1\/4 {
    right: 25% !important;
  }

  .xl\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .xl\:left-1\/4 {
    left: 25% !important;
  }

  .xl\:top-2\/4 {
    top: 50% !important;
  }

  .xl\:right-2\/4 {
    right: 50% !important;
  }

  .xl\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .xl\:left-2\/4 {
    left: 50% !important;
  }

  .xl\:top-3\/4 {
    top: 75% !important;
  }

  .xl\:right-3\/4 {
    right: 75% !important;
  }

  .xl\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .xl\:left-3\/4 {
    left: 75% !important;
  }

  .xl\:top-1\/5 {
    top: 20% !important;
  }

  .xl\:right-1\/5 {
    right: 20% !important;
  }

  .xl\:bottom-1\/5 {
    bottom: 20% !important;
  }

  .xl\:left-1\/5 {
    left: 20% !important;
  }

  .xl\:top-2\/5 {
    top: 40% !important;
  }

  .xl\:right-2\/5 {
    right: 40% !important;
  }

  .xl\:bottom-2\/5 {
    bottom: 40% !important;
  }

  .xl\:left-2\/5 {
    left: 40% !important;
  }

  .xl\:top-3\/5 {
    top: 60% !important;
  }

  .xl\:right-3\/5 {
    right: 60% !important;
  }

  .xl\:bottom-3\/5 {
    bottom: 60% !important;
  }

  .xl\:left-3\/5 {
    left: 60% !important;
  }

  .xl\:top-4\/5 {
    top: 80% !important;
  }

  .xl\:right-4\/5 {
    right: 80% !important;
  }

  .xl\:bottom-4\/5 {
    bottom: 80% !important;
  }

  .xl\:left-4\/5 {
    left: 80% !important;
  }

  .xl\:top-1\/6 {
    top: 16.666667% !important;
  }

  .xl\:right-1\/6 {
    right: 16.666667% !important;
  }

  .xl\:bottom-1\/6 {
    bottom: 16.666667% !important;
  }

  .xl\:left-1\/6 {
    left: 16.666667% !important;
  }

  .xl\:top-2\/6 {
    top: 33.333333% !important;
  }

  .xl\:right-2\/6 {
    right: 33.333333% !important;
  }

  .xl\:bottom-2\/6 {
    bottom: 33.333333% !important;
  }

  .xl\:left-2\/6 {
    left: 33.333333% !important;
  }

  .xl\:top-3\/6 {
    top: 50% !important;
  }

  .xl\:right-3\/6 {
    right: 50% !important;
  }

  .xl\:bottom-3\/6 {
    bottom: 50% !important;
  }

  .xl\:left-3\/6 {
    left: 50% !important;
  }

  .xl\:top-4\/6 {
    top: 66.666667% !important;
  }

  .xl\:right-4\/6 {
    right: 66.666667% !important;
  }

  .xl\:bottom-4\/6 {
    bottom: 66.666667% !important;
  }

  .xl\:left-4\/6 {
    left: 66.666667% !important;
  }

  .xl\:top-5\/6 {
    top: 83.333333% !important;
  }

  .xl\:right-5\/6 {
    right: 83.333333% !important;
  }

  .xl\:bottom-5\/6 {
    bottom: 83.333333% !important;
  }

  .xl\:left-5\/6 {
    left: 83.333333% !important;
  }

  .xl\:top-1\/12 {
    top: 8.333333% !important;
  }

  .xl\:right-1\/12 {
    right: 8.333333% !important;
  }

  .xl\:bottom-1\/12 {
    bottom: 8.333333% !important;
  }

  .xl\:left-1\/12 {
    left: 8.333333% !important;
  }

  .xl\:top-2\/12 {
    top: 16.666667% !important;
  }

  .xl\:right-2\/12 {
    right: 16.666667% !important;
  }

  .xl\:bottom-2\/12 {
    bottom: 16.666667% !important;
  }

  .xl\:left-2\/12 {
    left: 16.666667% !important;
  }

  .xl\:top-3\/12 {
    top: 25% !important;
  }

  .xl\:right-3\/12 {
    right: 25% !important;
  }

  .xl\:bottom-3\/12 {
    bottom: 25% !important;
  }

  .xl\:left-3\/12 {
    left: 25% !important;
  }

  .xl\:top-4\/12 {
    top: 33.333333% !important;
  }

  .xl\:right-4\/12 {
    right: 33.333333% !important;
  }

  .xl\:bottom-4\/12 {
    bottom: 33.333333% !important;
  }

  .xl\:left-4\/12 {
    left: 33.333333% !important;
  }

  .xl\:top-5\/12 {
    top: 41.666667% !important;
  }

  .xl\:right-5\/12 {
    right: 41.666667% !important;
  }

  .xl\:bottom-5\/12 {
    bottom: 41.666667% !important;
  }

  .xl\:left-5\/12 {
    left: 41.666667% !important;
  }

  .xl\:top-6\/12 {
    top: 50% !important;
  }

  .xl\:right-6\/12 {
    right: 50% !important;
  }

  .xl\:bottom-6\/12 {
    bottom: 50% !important;
  }

  .xl\:left-6\/12 {
    left: 50% !important;
  }

  .xl\:top-7\/12 {
    top: 58.333333% !important;
  }

  .xl\:right-7\/12 {
    right: 58.333333% !important;
  }

  .xl\:bottom-7\/12 {
    bottom: 58.333333% !important;
  }

  .xl\:left-7\/12 {
    left: 58.333333% !important;
  }

  .xl\:top-8\/12 {
    top: 66.666667% !important;
  }

  .xl\:right-8\/12 {
    right: 66.666667% !important;
  }

  .xl\:bottom-8\/12 {
    bottom: 66.666667% !important;
  }

  .xl\:left-8\/12 {
    left: 66.666667% !important;
  }

  .xl\:top-9\/12 {
    top: 75% !important;
  }

  .xl\:right-9\/12 {
    right: 75% !important;
  }

  .xl\:bottom-9\/12 {
    bottom: 75% !important;
  }

  .xl\:left-9\/12 {
    left: 75% !important;
  }

  .xl\:top-10\/12 {
    top: 83.333333% !important;
  }

  .xl\:right-10\/12 {
    right: 83.333333% !important;
  }

  .xl\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .xl\:left-10\/12 {
    left: 83.333333% !important;
  }

  .xl\:top-11\/12 {
    top: 91.666667% !important;
  }

  .xl\:right-11\/12 {
    right: 91.666667% !important;
  }

  .xl\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .xl\:left-11\/12 {
    left: 91.666667% !important;
  }

  .xl\:resize-none {
    resize: none !important;
  }

  .xl\:resize-y {
    resize: vertical !important;
  }

  .xl\:resize-x {
    resize: horizontal !important;
  }

  .xl\:resize {
    resize: both !important;
  }

  .xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .xl\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:shadow-none {
    box-shadow: none !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .xl\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .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) !important;
  }

  .xl\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }

  .xl\:fill-current {
    fill: currentColor !important;
  }

  .xl\:stroke-current {
    stroke: currentColor !important;
  }

  .xl\:table-auto {
    table-layout: auto !important;
  }

  .xl\:table-fixed {
    table-layout: fixed !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:text-transparent {
    color: transparent !important;
  }

  .xl\:text-black {
    color: #000 !important;
  }

  .xl\:text-white {
    color: #fff !important;
  }

  .xl\:text-gray-100 {
    color: #f7fafc !important;
  }

  .xl\:text-gray-200 {
    color: #edf2f7 !important;
  }

  .xl\:text-gray-300 {
    color: #e2e8f0 !important;
  }

  .xl\:text-gray-400 {
    color: #cbd5e0 !important;
  }

  .xl\:text-gray-500 {
    color: #a0aec0 !important;
  }

  .xl\:text-gray-600 {
    color: #718096 !important;
  }

  .xl\:text-gray-700 {
    color: #4a5568 !important;
  }

  .xl\:text-gray-800 {
    color: #2d3748 !important;
  }

  .xl\:text-gray-900 {
    color: #1a202c !important;
  }

  .xl\:text-red-100 {
    color: #fff5f5 !important;
  }

  .xl\:text-red-200 {
    color: #fed7d7 !important;
  }

  .xl\:text-red-300 {
    color: #feb2b2 !important;
  }

  .xl\:text-red-400 {
    color: #fc8181 !important;
  }

  .xl\:text-red-500 {
    color: #f56565 !important;
  }

  .xl\:text-red-600 {
    color: #e53e3e !important;
  }

  .xl\:text-red-700 {
    color: #c53030 !important;
  }

  .xl\:text-red-800 {
    color: #9b2c2c !important;
  }

  .xl\:text-red-900 {
    color: #742a2a !important;
  }

  .xl\:text-orange-100 {
    color: #fffaf0 !important;
  }

  .xl\:text-orange-200 {
    color: #feebc8 !important;
  }

  .xl\:text-orange-300 {
    color: #fbd38d !important;
  }

  .xl\:text-orange-400 {
    color: #f6ad55 !important;
  }

  .xl\:text-orange-500 {
    color: #ed8936 !important;
  }

  .xl\:text-orange-600 {
    color: #dd6b20 !important;
  }

  .xl\:text-orange-700 {
    color: #c05621 !important;
  }

  .xl\:text-orange-800 {
    color: #9c4221 !important;
  }

  .xl\:text-orange-900 {
    color: #7b341e !important;
  }

  .xl\:text-yellow-100 {
    color: #fffff0 !important;
  }

  .xl\:text-yellow-200 {
    color: #fefcbf !important;
  }

  .xl\:text-yellow-300 {
    color: #faf089 !important;
  }

  .xl\:text-yellow-400 {
    color: #f6e05e !important;
  }

  .xl\:text-yellow-500 {
    color: #ecc94b !important;
  }

  .xl\:text-yellow-600 {
    color: #d69e2e !important;
  }

  .xl\:text-yellow-700 {
    color: #b7791f !important;
  }

  .xl\:text-yellow-800 {
    color: #975a16 !important;
  }

  .xl\:text-yellow-900 {
    color: #744210 !important;
  }

  .xl\:text-green-100 {
    color: #f0fff4 !important;
  }

  .xl\:text-green-200 {
    color: #c6f6d5 !important;
  }

  .xl\:text-green-300 {
    color: #9ae6b4 !important;
  }

  .xl\:text-green-400 {
    color: #68d391 !important;
  }

  .xl\:text-green-500 {
    color: #48bb78 !important;
  }

  .xl\:text-green-600 {
    color: #38a169 !important;
  }

  .xl\:text-green-700 {
    color: #2f855a !important;
  }

  .xl\:text-green-800 {
    color: #276749 !important;
  }

  .xl\:text-green-900 {
    color: #22543d !important;
  }

  .xl\:text-teal-100 {
    color: #e6fffa !important;
  }

  .xl\:text-teal-200 {
    color: #b2f5ea !important;
  }

  .xl\:text-teal-300 {
    color: #81e6d9 !important;
  }

  .xl\:text-teal-400 {
    color: #4fd1c5 !important;
  }

  .xl\:text-teal-500 {
    color: #38b2ac !important;
  }

  .xl\:text-teal-600 {
    color: #319795 !important;
  }

  .xl\:text-teal-700 {
    color: #2c7a7b !important;
  }

  .xl\:text-teal-800 {
    color: #285e61 !important;
  }

  .xl\:text-teal-900 {
    color: #234e52 !important;
  }

  .xl\:text-blue-100 {
    color: #ebf8ff !important;
  }

  .xl\:text-blue-200 {
    color: #bee3f8 !important;
  }

  .xl\:text-blue-300 {
    color: #90cdf4 !important;
  }

  .xl\:text-blue-400 {
    color: #63b3ed !important;
  }

  .xl\:text-blue-500 {
    color: #4299e1 !important;
  }

  .xl\:text-blue-600 {
    color: #3182ce !important;
  }

  .xl\:text-blue-700 {
    color: #2b6cb0 !important;
  }

  .xl\:text-blue-800 {
    color: #2c5282 !important;
  }

  .xl\:text-blue-900 {
    color: #2a4365 !important;
  }

  .xl\:text-indigo-100 {
    color: #ebf4ff !important;
  }

  .xl\:text-indigo-200 {
    color: #c3dafe !important;
  }

  .xl\:text-indigo-300 {
    color: #a3bffa !important;
  }

  .xl\:text-indigo-400 {
    color: #7f9cf5 !important;
  }

  .xl\:text-indigo-500 {
    color: #667eea !important;
  }

  .xl\:text-indigo-600 {
    color: #5a67d8 !important;
  }

  .xl\:text-indigo-700 {
    color: #4c51bf !important;
  }

  .xl\:text-indigo-800 {
    color: #434190 !important;
  }

  .xl\:text-indigo-900 {
    color: #3c366b !important;
  }

  .xl\:text-purple-100 {
    color: #faf5ff !important;
  }

  .xl\:text-purple-200 {
    color: #e9d8fd !important;
  }

  .xl\:text-purple-300 {
    color: #d6bcfa !important;
  }

  .xl\:text-purple-400 {
    color: #b794f4 !important;
  }

  .xl\:text-purple-500 {
    color: #9f7aea !important;
  }

  .xl\:text-purple-600 {
    color: #805ad5 !important;
  }

  .xl\:text-purple-700 {
    color: #6b46c1 !important;
  }

  .xl\:text-purple-800 {
    color: #553c9a !important;
  }

  .xl\:text-purple-900 {
    color: #44337a !important;
  }

  .xl\:text-pink-100 {
    color: #fff5f7 !important;
  }

  .xl\:text-pink-200 {
    color: #fed7e2 !important;
  }

  .xl\:text-pink-300 {
    color: #fbb6ce !important;
  }

  .xl\:text-pink-400 {
    color: #f687b3 !important;
  }

  .xl\:text-pink-500 {
    color: #ed64a6 !important;
  }

  .xl\:text-pink-600 {
    color: #d53f8c !important;
  }

  .xl\:text-pink-700 {
    color: #b83280 !important;
  }

  .xl\:text-pink-800 {
    color: #97266d !important;
  }

  .xl\:text-pink-900 {
    color: #702459 !important;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:text-black:hover {
    color: #000 !important;
  }

  .xl\:hover\:text-white:hover {
    color: #fff !important;
  }

  .xl\:hover\:text-gray-100:hover {
    color: #f7fafc !important;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #edf2f7 !important;
  }

  .xl\:hover\:text-gray-300:hover {
    color: #e2e8f0 !important;
  }

  .xl\:hover\:text-gray-400:hover {
    color: #cbd5e0 !important;
  }

  .xl\:hover\:text-gray-500:hover {
    color: #a0aec0 !important;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #718096 !important;
  }

  .xl\:hover\:text-gray-700:hover {
    color: #4a5568 !important;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #2d3748 !important;
  }

  .xl\:hover\:text-gray-900:hover {
    color: #1a202c !important;
  }

  .xl\:hover\:text-red-100:hover {
    color: #fff5f5 !important;
  }

  .xl\:hover\:text-red-200:hover {
    color: #fed7d7 !important;
  }

  .xl\:hover\:text-red-300:hover {
    color: #feb2b2 !important;
  }

  .xl\:hover\:text-red-400:hover {
    color: #fc8181 !important;
  }

  .xl\:hover\:text-red-500:hover {
    color: #f56565 !important;
  }

  .xl\:hover\:text-red-600:hover {
    color: #e53e3e !important;
  }

  .xl\:hover\:text-red-700:hover {
    color: #c53030 !important;
  }

  .xl\:hover\:text-red-800:hover {
    color: #9b2c2c !important;
  }

  .xl\:hover\:text-red-900:hover {
    color: #742a2a !important;
  }

  .xl\:hover\:text-orange-100:hover {
    color: #fffaf0 !important;
  }

  .xl\:hover\:text-orange-200:hover {
    color: #feebc8 !important;
  }

  .xl\:hover\:text-orange-300:hover {
    color: #fbd38d !important;
  }

  .xl\:hover\:text-orange-400:hover {
    color: #f6ad55 !important;
  }

  .xl\:hover\:text-orange-500:hover {
    color: #ed8936 !important;
  }

  .xl\:hover\:text-orange-600:hover {
    color: #dd6b20 !important;
  }

  .xl\:hover\:text-orange-700:hover {
    color: #c05621 !important;
  }

  .xl\:hover\:text-orange-800:hover {
    color: #9c4221 !important;
  }

  .xl\:hover\:text-orange-900:hover {
    color: #7b341e !important;
  }

  .xl\:hover\:text-yellow-100:hover {
    color: #fffff0 !important;
  }

  .xl\:hover\:text-yellow-200:hover {
    color: #fefcbf !important;
  }

  .xl\:hover\:text-yellow-300:hover {
    color: #faf089 !important;
  }

  .xl\:hover\:text-yellow-400:hover {
    color: #f6e05e !important;
  }

  .xl\:hover\:text-yellow-500:hover {
    color: #ecc94b !important;
  }

  .xl\:hover\:text-yellow-600:hover {
    color: #d69e2e !important;
  }

  .xl\:hover\:text-yellow-700:hover {
    color: #b7791f !important;
  }

  .xl\:hover\:text-yellow-800:hover {
    color: #975a16 !important;
  }

  .xl\:hover\:text-yellow-900:hover {
    color: #744210 !important;
  }

  .xl\:hover\:text-green-100:hover {
    color: #f0fff4 !important;
  }

  .xl\:hover\:text-green-200:hover {
    color: #c6f6d5 !important;
  }

  .xl\:hover\:text-green-300:hover {
    color: #9ae6b4 !important;
  }

  .xl\:hover\:text-green-400:hover {
    color: #68d391 !important;
  }

  .xl\:hover\:text-green-500:hover {
    color: #48bb78 !important;
  }

  .xl\:hover\:text-green-600:hover {
    color: #38a169 !important;
  }

  .xl\:hover\:text-green-700:hover {
    color: #2f855a !important;
  }

  .xl\:hover\:text-green-800:hover {
    color: #276749 !important;
  }

  .xl\:hover\:text-green-900:hover {
    color: #22543d !important;
  }

  .xl\:hover\:text-teal-100:hover {
    color: #e6fffa !important;
  }

  .xl\:hover\:text-teal-200:hover {
    color: #b2f5ea !important;
  }

  .xl\:hover\:text-teal-300:hover {
    color: #81e6d9 !important;
  }

  .xl\:hover\:text-teal-400:hover {
    color: #4fd1c5 !important;
  }

  .xl\:hover\:text-teal-500:hover {
    color: #38b2ac !important;
  }

  .xl\:hover\:text-teal-600:hover {
    color: #319795 !important;
  }

  .xl\:hover\:text-teal-700:hover {
    color: #2c7a7b !important;
  }

  .xl\:hover\:text-teal-800:hover {
    color: #285e61 !important;
  }

  .xl\:hover\:text-teal-900:hover {
    color: #234e52 !important;
  }

  .xl\:hover\:text-blue-100:hover {
    color: #ebf8ff !important;
  }

  .xl\:hover\:text-blue-200:hover {
    color: #bee3f8 !important;
  }

  .xl\:hover\:text-blue-300:hover {
    color: #90cdf4 !important;
  }

  .xl\:hover\:text-blue-400:hover {
    color: #63b3ed !important;
  }

  .xl\:hover\:text-blue-500:hover {
    color: #4299e1 !important;
  }

  .xl\:hover\:text-blue-600:hover {
    color: #3182ce !important;
  }

  .xl\:hover\:text-blue-700:hover {
    color: #2b6cb0 !important;
  }

  .xl\:hover\:text-blue-800:hover {
    color: #2c5282 !important;
  }

  .xl\:hover\:text-blue-900:hover {
    color: #2a4365 !important;
  }

  .xl\:hover\:text-indigo-100:hover {
    color: #ebf4ff !important;
  }

  .xl\:hover\:text-indigo-200:hover {
    color: #c3dafe !important;
  }

  .xl\:hover\:text-indigo-300:hover {
    color: #a3bffa !important;
  }

  .xl\:hover\:text-indigo-400:hover {
    color: #7f9cf5 !important;
  }

  .xl\:hover\:text-indigo-500:hover {
    color: #667eea !important;
  }

  .xl\:hover\:text-indigo-600:hover {
    color: #5a67d8 !important;
  }

  .xl\:hover\:text-indigo-700:hover {
    color: #4c51bf !important;
  }

  .xl\:hover\:text-indigo-800:hover {
    color: #434190 !important;
  }

  .xl\:hover\:text-indigo-900:hover {
    color: #3c366b !important;
  }

  .xl\:hover\:text-purple-100:hover {
    color: #faf5ff !important;
  }

  .xl\:hover\:text-purple-200:hover {
    color: #e9d8fd !important;
  }

  .xl\:hover\:text-purple-300:hover {
    color: #d6bcfa !important;
  }

  .xl\:hover\:text-purple-400:hover {
    color: #b794f4 !important;
  }

  .xl\:hover\:text-purple-500:hover {
    color: #9f7aea !important;
  }

  .xl\:hover\:text-purple-600:hover {
    color: #805ad5 !important;
  }

  .xl\:hover\:text-purple-700:hover {
    color: #6b46c1 !important;
  }

  .xl\:hover\:text-purple-800:hover {
    color: #553c9a !important;
  }

  .xl\:hover\:text-purple-900:hover {
    color: #44337a !important;
  }

  .xl\:hover\:text-pink-100:hover {
    color: #fff5f7 !important;
  }

  .xl\:hover\:text-pink-200:hover {
    color: #fed7e2 !important;
  }

  .xl\:hover\:text-pink-300:hover {
    color: #fbb6ce !important;
  }

  .xl\:hover\:text-pink-400:hover {
    color: #f687b3 !important;
  }

  .xl\:hover\:text-pink-500:hover {
    color: #ed64a6 !important;
  }

  .xl\:hover\:text-pink-600:hover {
    color: #d53f8c !important;
  }

  .xl\:hover\:text-pink-700:hover {
    color: #b83280 !important;
  }

  .xl\:hover\:text-pink-800:hover {
    color: #97266d !important;
  }

  .xl\:hover\:text-pink-900:hover {
    color: #702459 !important;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:text-black:focus {
    color: #000 !important;
  }

  .xl\:focus\:text-white:focus {
    color: #fff !important;
  }

  .xl\:focus\:text-gray-100:focus {
    color: #f7fafc !important;
  }

  .xl\:focus\:text-gray-200:focus {
    color: #edf2f7 !important;
  }

  .xl\:focus\:text-gray-300:focus {
    color: #e2e8f0 !important;
  }

  .xl\:focus\:text-gray-400:focus {
    color: #cbd5e0 !important;
  }

  .xl\:focus\:text-gray-500:focus {
    color: #a0aec0 !important;
  }

  .xl\:focus\:text-gray-600:focus {
    color: #718096 !important;
  }

  .xl\:focus\:text-gray-700:focus {
    color: #4a5568 !important;
  }

  .xl\:focus\:text-gray-800:focus {
    color: #2d3748 !important;
  }

  .xl\:focus\:text-gray-900:focus {
    color: #1a202c !important;
  }

  .xl\:focus\:text-red-100:focus {
    color: #fff5f5 !important;
  }

  .xl\:focus\:text-red-200:focus {
    color: #fed7d7 !important;
  }

  .xl\:focus\:text-red-300:focus {
    color: #feb2b2 !important;
  }

  .xl\:focus\:text-red-400:focus {
    color: #fc8181 !important;
  }

  .xl\:focus\:text-red-500:focus {
    color: #f56565 !important;
  }

  .xl\:focus\:text-red-600:focus {
    color: #e53e3e !important;
  }

  .xl\:focus\:text-red-700:focus {
    color: #c53030 !important;
  }

  .xl\:focus\:text-red-800:focus {
    color: #9b2c2c !important;
  }

  .xl\:focus\:text-red-900:focus {
    color: #742a2a !important;
  }

  .xl\:focus\:text-orange-100:focus {
    color: #fffaf0 !important;
  }

  .xl\:focus\:text-orange-200:focus {
    color: #feebc8 !important;
  }

  .xl\:focus\:text-orange-300:focus {
    color: #fbd38d !important;
  }

  .xl\:focus\:text-orange-400:focus {
    color: #f6ad55 !important;
  }

  .xl\:focus\:text-orange-500:focus {
    color: #ed8936 !important;
  }

  .xl\:focus\:text-orange-600:focus {
    color: #dd6b20 !important;
  }

  .xl\:focus\:text-orange-700:focus {
    color: #c05621 !important;
  }

  .xl\:focus\:text-orange-800:focus {
    color: #9c4221 !important;
  }

  .xl\:focus\:text-orange-900:focus {
    color: #7b341e !important;
  }

  .xl\:focus\:text-yellow-100:focus {
    color: #fffff0 !important;
  }

  .xl\:focus\:text-yellow-200:focus {
    color: #fefcbf !important;
  }

  .xl\:focus\:text-yellow-300:focus {
    color: #faf089 !important;
  }

  .xl\:focus\:text-yellow-400:focus {
    color: #f6e05e !important;
  }

  .xl\:focus\:text-yellow-500:focus {
    color: #ecc94b !important;
  }

  .xl\:focus\:text-yellow-600:focus {
    color: #d69e2e !important;
  }

  .xl\:focus\:text-yellow-700:focus {
    color: #b7791f !important;
  }

  .xl\:focus\:text-yellow-800:focus {
    color: #975a16 !important;
  }

  .xl\:focus\:text-yellow-900:focus {
    color: #744210 !important;
  }

  .xl\:focus\:text-green-100:focus {
    color: #f0fff4 !important;
  }

  .xl\:focus\:text-green-200:focus {
    color: #c6f6d5 !important;
  }

  .xl\:focus\:text-green-300:focus {
    color: #9ae6b4 !important;
  }

  .xl\:focus\:text-green-400:focus {
    color: #68d391 !important;
  }

  .xl\:focus\:text-green-500:focus {
    color: #48bb78 !important;
  }

  .xl\:focus\:text-green-600:focus {
    color: #38a169 !important;
  }

  .xl\:focus\:text-green-700:focus {
    color: #2f855a !important;
  }

  .xl\:focus\:text-green-800:focus {
    color: #276749 !important;
  }

  .xl\:focus\:text-green-900:focus {
    color: #22543d !important;
  }

  .xl\:focus\:text-teal-100:focus {
    color: #e6fffa !important;
  }

  .xl\:focus\:text-teal-200:focus {
    color: #b2f5ea !important;
  }

  .xl\:focus\:text-teal-300:focus {
    color: #81e6d9 !important;
  }

  .xl\:focus\:text-teal-400:focus {
    color: #4fd1c5 !important;
  }

  .xl\:focus\:text-teal-500:focus {
    color: #38b2ac !important;
  }

  .xl\:focus\:text-teal-600:focus {
    color: #319795 !important;
  }

  .xl\:focus\:text-teal-700:focus {
    color: #2c7a7b !important;
  }

  .xl\:focus\:text-teal-800:focus {
    color: #285e61 !important;
  }

  .xl\:focus\:text-teal-900:focus {
    color: #234e52 !important;
  }

  .xl\:focus\:text-blue-100:focus {
    color: #ebf8ff !important;
  }

  .xl\:focus\:text-blue-200:focus {
    color: #bee3f8 !important;
  }

  .xl\:focus\:text-blue-300:focus {
    color: #90cdf4 !important;
  }

  .xl\:focus\:text-blue-400:focus {
    color: #63b3ed !important;
  }

  .xl\:focus\:text-blue-500:focus {
    color: #4299e1 !important;
  }

  .xl\:focus\:text-blue-600:focus {
    color: #3182ce !important;
  }

  .xl\:focus\:text-blue-700:focus {
    color: #2b6cb0 !important;
  }

  .xl\:focus\:text-blue-800:focus {
    color: #2c5282 !important;
  }

  .xl\:focus\:text-blue-900:focus {
    color: #2a4365 !important;
  }

  .xl\:focus\:text-indigo-100:focus {
    color: #ebf4ff !important;
  }

  .xl\:focus\:text-indigo-200:focus {
    color: #c3dafe !important;
  }

  .xl\:focus\:text-indigo-300:focus {
    color: #a3bffa !important;
  }

  .xl\:focus\:text-indigo-400:focus {
    color: #7f9cf5 !important;
  }

  .xl\:focus\:text-indigo-500:focus {
    color: #667eea !important;
  }

  .xl\:focus\:text-indigo-600:focus {
    color: #5a67d8 !important;
  }

  .xl\:focus\:text-indigo-700:focus {
    color: #4c51bf !important;
  }

  .xl\:focus\:text-indigo-800:focus {
    color: #434190 !important;
  }

  .xl\:focus\:text-indigo-900:focus {
    color: #3c366b !important;
  }

  .xl\:focus\:text-purple-100:focus {
    color: #faf5ff !important;
  }

  .xl\:focus\:text-purple-200:focus {
    color: #e9d8fd !important;
  }

  .xl\:focus\:text-purple-300:focus {
    color: #d6bcfa !important;
  }

  .xl\:focus\:text-purple-400:focus {
    color: #b794f4 !important;
  }

  .xl\:focus\:text-purple-500:focus {
    color: #9f7aea !important;
  }

  .xl\:focus\:text-purple-600:focus {
    color: #805ad5 !important;
  }

  .xl\:focus\:text-purple-700:focus {
    color: #6b46c1 !important;
  }

  .xl\:focus\:text-purple-800:focus {
    color: #553c9a !important;
  }

  .xl\:focus\:text-purple-900:focus {
    color: #44337a !important;
  }

  .xl\:focus\:text-pink-100:focus {
    color: #fff5f7 !important;
  }

  .xl\:focus\:text-pink-200:focus {
    color: #fed7e2 !important;
  }

  .xl\:focus\:text-pink-300:focus {
    color: #fbb6ce !important;
  }

  .xl\:focus\:text-pink-400:focus {
    color: #f687b3 !important;
  }

  .xl\:focus\:text-pink-500:focus {
    color: #ed64a6 !important;
  }

  .xl\:focus\:text-pink-600:focus {
    color: #d53f8c !important;
  }

  .xl\:focus\:text-pink-700:focus {
    color: #b83280 !important;
  }

  .xl\:focus\:text-pink-800:focus {
    color: #97266d !important;
  }

  .xl\:focus\:text-pink-900:focus {
    color: #702459 !important;
  }

  .xl\:text-xs {
    font-size: 0.75rem !important;
  }

  .xl\:text-sm {
    font-size: 0.875rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
  }

  .xl\:text-lg {
    font-size: 1.125rem !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
  }

  .xl\:text-2xl {
    font-size: 1.5rem !important;
  }

  .xl\:text-3xl {
    font-size: 1.875rem !important;
  }

  .xl\:text-4xl {
    font-size: 2.25rem !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
  }

  .xl\:text-6xl {
    font-size: 4rem !important;
  }

  .xl\:italic {
    font-style: italic !important;
  }

  .xl\:not-italic {
    font-style: normal !important;
  }

  .xl\:uppercase {
    text-transform: uppercase !important;
  }

  .xl\:lowercase {
    text-transform: lowercase !important;
  }

  .xl\:capitalize {
    text-transform: capitalize !important;
  }

  .xl\:normal-case {
    text-transform: none !important;
  }

  .xl\:underline {
    text-decoration: underline !important;
  }

  .xl\:line-through {
    text-decoration: line-through !important;
  }

  .xl\:no-underline {
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:align-top {
    vertical-align: top !important;
  }

  .xl\:align-middle {
    vertical-align: middle !important;
  }

  .xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:visible {
    visibility: visible !important;
  }

  .xl\:invisible {
    visibility: hidden !important;
  }

  .xl\:whitespace-normal {
    white-space: normal !important;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre {
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:break-normal {
    word-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words {
    word-wrap: break-word !important;
  }

  .xl\:break-all {
    word-break: break-all !important;
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:w-0 {
    width: 0 !important;
  }

  .xl\:w-1 {
    width: 0.25rem !important;
  }

  .xl\:w-2 {
    width: 0.5rem !important;
  }

  .xl\:w-3 {
    width: 0.75rem !important;
  }

  .xl\:w-4 {
    width: 1rem !important;
  }

  .xl\:w-5 {
    width: 1.25rem !important;
  }

  .xl\:w-6 {
    width: 1.5rem !important;
  }

  .xl\:w-8 {
    width: 2rem !important;
  }

  .xl\:w-10 {
    width: 2.5rem !important;
  }

  .xl\:w-12 {
    width: 3rem !important;
  }

  .xl\:w-16 {
    width: 4rem !important;
  }

  .xl\:w-20 {
    width: 5rem !important;
  }

  .xl\:w-24 {
    width: 6rem !important;
  }

  .xl\:w-32 {
    width: 8rem !important;
  }

  .xl\:w-40 {
    width: 10rem !important;
  }

  .xl\:w-48 {
    width: 12rem !important;
  }

  .xl\:w-56 {
    width: 14rem !important;
  }

  .xl\:w-64 {
    width: 16rem !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-px {
    width: 1px !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:w-1\/4 {
    width: 25% !important;
  }

  .xl\:w-2\/4 {
    width: 50% !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:w-3\/6 {
    width: 50% !important;
  }

  .xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:w-3\/12 {
    width: 25% !important;
  }

  .xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:w-6\/12 {
    width: 50% !important;
  }

  .xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:w-9\/12 {
    width: 75% !important;
  }

  .xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:z-0 {
    z-index: 0 !important;
  }

  .xl\:z-10 {
    z-index: 10 !important;
  }

  .xl\:z-20 {
    z-index: 20 !important;
  }

  .xl\:z-30 {
    z-index: 30 !important;
  }

  .xl\:z-40 {
    z-index: 40 !important;
  }

  .xl\:z-50 {
    z-index: 50 !important;
  }

  .xl\:z-auto {
    z-index: auto !important;
  }
}
