:root {
  --color-primary: #2c3e50;
}

/*! 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: 100px) {
  .container {
    max-width: 100px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: var(--color-primary);
}

.bg-link {
  background-color: #4299e1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-primary:hover {
  background-color: var(--color-primary);
}

.hover\:bg-link:hover {
  background-color: #4299e1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-primary:focus {
  background-color: var(--color-primary);
}

.focus\:bg-link:focus {
  background-color: #4299e1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.odd\:bg-transparent:nth-child(odd) {
  background-color: transparent;
}

.odd\:bg-black:nth-child(odd) {
  background-color: #000;
}

.odd\:bg-white:nth-child(odd) {
  background-color: #fff;
}

.odd\:bg-primary:nth-child(odd) {
  background-color: var(--color-primary);
}

.odd\:bg-link:nth-child(odd) {
  background-color: #4299e1;
}

.odd\:bg-gray-100:nth-child(odd) {
  background-color: #f7fafc;
}

.odd\:bg-gray-200:nth-child(odd) {
  background-color: #edf2f7;
}

.odd\:bg-gray-300:nth-child(odd) {
  background-color: #e2e8f0;
}

.odd\:bg-gray-400:nth-child(odd) {
  background-color: #cbd5e0;
}

.odd\:bg-gray-500:nth-child(odd) {
  background-color: #a0aec0;
}

.odd\:bg-gray-600:nth-child(odd) {
  background-color: #718096;
}

.odd\:bg-gray-700:nth-child(odd) {
  background-color: #4a5568;
}

.odd\:bg-gray-800:nth-child(odd) {
  background-color: #2d3748;
}

.odd\:bg-gray-900:nth-child(odd) {
  background-color: #1a202c;
}

.odd\:bg-red-100:nth-child(odd) {
  background-color: #fff5f5;
}

.odd\:bg-red-200:nth-child(odd) {
  background-color: #fed7d7;
}

.odd\:bg-red-300:nth-child(odd) {
  background-color: #feb2b2;
}

.odd\:bg-red-400:nth-child(odd) {
  background-color: #fc8181;
}

.odd\:bg-red-500:nth-child(odd) {
  background-color: #f56565;
}

.odd\:bg-red-600:nth-child(odd) {
  background-color: #e53e3e;
}

.odd\:bg-red-700:nth-child(odd) {
  background-color: #c53030;
}

.odd\:bg-red-800:nth-child(odd) {
  background-color: #9b2c2c;
}

.odd\:bg-red-900:nth-child(odd) {
  background-color: #742a2a;
}

.odd\:bg-orange-100:nth-child(odd) {
  background-color: #fffaf0;
}

.odd\:bg-orange-200:nth-child(odd) {
  background-color: #feebc8;
}

.odd\:bg-orange-300:nth-child(odd) {
  background-color: #fbd38d;
}

.odd\:bg-orange-400:nth-child(odd) {
  background-color: #f6ad55;
}

.odd\:bg-orange-500:nth-child(odd) {
  background-color: #ed8936;
}

.odd\:bg-orange-600:nth-child(odd) {
  background-color: #dd6b20;
}

.odd\:bg-orange-700:nth-child(odd) {
  background-color: #c05621;
}

.odd\:bg-orange-800:nth-child(odd) {
  background-color: #9c4221;
}

.odd\:bg-orange-900:nth-child(odd) {
  background-color: #7b341e;
}

.odd\:bg-yellow-100:nth-child(odd) {
  background-color: #fffff0;
}

.odd\:bg-yellow-200:nth-child(odd) {
  background-color: #fefcbf;
}

.odd\:bg-yellow-300:nth-child(odd) {
  background-color: #faf089;
}

.odd\:bg-yellow-400:nth-child(odd) {
  background-color: #f6e05e;
}

.odd\:bg-yellow-500:nth-child(odd) {
  background-color: #ecc94b;
}

.odd\:bg-yellow-600:nth-child(odd) {
  background-color: #d69e2e;
}

.odd\:bg-yellow-700:nth-child(odd) {
  background-color: #b7791f;
}

.odd\:bg-yellow-800:nth-child(odd) {
  background-color: #975a16;
}

.odd\:bg-yellow-900:nth-child(odd) {
  background-color: #744210;
}

.odd\:bg-green-100:nth-child(odd) {
  background-color: #f0fff4;
}

.odd\:bg-green-200:nth-child(odd) {
  background-color: #c6f6d5;
}

.odd\:bg-green-300:nth-child(odd) {
  background-color: #9ae6b4;
}

.odd\:bg-green-400:nth-child(odd) {
  background-color: #68d391;
}

.odd\:bg-green-500:nth-child(odd) {
  background-color: #48bb78;
}

.odd\:bg-green-600:nth-child(odd) {
  background-color: #38a169;
}

.odd\:bg-green-700:nth-child(odd) {
  background-color: #2f855a;
}

.odd\:bg-green-800:nth-child(odd) {
  background-color: #276749;
}

.odd\:bg-green-900:nth-child(odd) {
  background-color: #22543d;
}

.odd\:bg-teal-100:nth-child(odd) {
  background-color: #e6fffa;
}

.odd\:bg-teal-200:nth-child(odd) {
  background-color: #b2f5ea;
}

.odd\:bg-teal-300:nth-child(odd) {
  background-color: #81e6d9;
}

.odd\:bg-teal-400:nth-child(odd) {
  background-color: #4fd1c5;
}

.odd\:bg-teal-500:nth-child(odd) {
  background-color: #38b2ac;
}

.odd\:bg-teal-600:nth-child(odd) {
  background-color: #319795;
}

.odd\:bg-teal-700:nth-child(odd) {
  background-color: #2c7a7b;
}

.odd\:bg-teal-800:nth-child(odd) {
  background-color: #285e61;
}

.odd\:bg-teal-900:nth-child(odd) {
  background-color: #234e52;
}

.odd\:bg-blue-100:nth-child(odd) {
  background-color: #ebf8ff;
}

.odd\:bg-blue-200:nth-child(odd) {
  background-color: #bee3f8;
}

.odd\:bg-blue-300:nth-child(odd) {
  background-color: #90cdf4;
}

.odd\:bg-blue-400:nth-child(odd) {
  background-color: #63b3ed;
}

.odd\:bg-blue-500:nth-child(odd) {
  background-color: #4299e1;
}

.odd\:bg-blue-600:nth-child(odd) {
  background-color: #3182ce;
}

.odd\:bg-blue-700:nth-child(odd) {
  background-color: #2b6cb0;
}

.odd\:bg-blue-800:nth-child(odd) {
  background-color: #2c5282;
}

.odd\:bg-blue-900:nth-child(odd) {
  background-color: #2a4365;
}

.odd\:bg-indigo-100:nth-child(odd) {
  background-color: #ebf4ff;
}

.odd\:bg-indigo-200:nth-child(odd) {
  background-color: #c3dafe;
}

.odd\:bg-indigo-300:nth-child(odd) {
  background-color: #a3bffa;
}

.odd\:bg-indigo-400:nth-child(odd) {
  background-color: #7f9cf5;
}

.odd\:bg-indigo-500:nth-child(odd) {
  background-color: #667eea;
}

.odd\:bg-indigo-600:nth-child(odd) {
  background-color: #5a67d8;
}

.odd\:bg-indigo-700:nth-child(odd) {
  background-color: #4c51bf;
}

.odd\:bg-indigo-800:nth-child(odd) {
  background-color: #434190;
}

.odd\:bg-indigo-900:nth-child(odd) {
  background-color: #3c366b;
}

.odd\:bg-purple-100:nth-child(odd) {
  background-color: #faf5ff;
}

.odd\:bg-purple-200:nth-child(odd) {
  background-color: #e9d8fd;
}

.odd\:bg-purple-300:nth-child(odd) {
  background-color: #d6bcfa;
}

.odd\:bg-purple-400:nth-child(odd) {
  background-color: #b794f4;
}

.odd\:bg-purple-500:nth-child(odd) {
  background-color: #9f7aea;
}

.odd\:bg-purple-600:nth-child(odd) {
  background-color: #805ad5;
}

.odd\:bg-purple-700:nth-child(odd) {
  background-color: #6b46c1;
}

.odd\:bg-purple-800:nth-child(odd) {
  background-color: #553c9a;
}

.odd\:bg-purple-900:nth-child(odd) {
  background-color: #44337a;
}

.odd\:bg-pink-100:nth-child(odd) {
  background-color: #fff5f7;
}

.odd\:bg-pink-200:nth-child(odd) {
  background-color: #fed7e2;
}

.odd\:bg-pink-300:nth-child(odd) {
  background-color: #fbb6ce;
}

.odd\:bg-pink-400:nth-child(odd) {
  background-color: #f687b3;
}

.odd\:bg-pink-500:nth-child(odd) {
  background-color: #ed64a6;
}

.odd\:bg-pink-600:nth-child(odd) {
  background-color: #d53f8c;
}

.odd\:bg-pink-700:nth-child(odd) {
  background-color: #b83280;
}

.odd\:bg-pink-800:nth-child(odd) {
  background-color: #97266d;
}

.odd\:bg-pink-900:nth-child(odd) {
  background-color: #702459;
}

.even\:bg-transparent:nth-child(even) {
  background-color: transparent;
}

.even\:bg-black:nth-child(even) {
  background-color: #000;
}

.even\:bg-white:nth-child(even) {
  background-color: #fff;
}

.even\:bg-primary:nth-child(even) {
  background-color: var(--color-primary);
}

.even\:bg-link:nth-child(even) {
  background-color: #4299e1;
}

.even\:bg-gray-100:nth-child(even) {
  background-color: #f7fafc;
}

.even\:bg-gray-200:nth-child(even) {
  background-color: #edf2f7;
}

.even\:bg-gray-300:nth-child(even) {
  background-color: #e2e8f0;
}

.even\:bg-gray-400:nth-child(even) {
  background-color: #cbd5e0;
}

.even\:bg-gray-500:nth-child(even) {
  background-color: #a0aec0;
}

.even\:bg-gray-600:nth-child(even) {
  background-color: #718096;
}

.even\:bg-gray-700:nth-child(even) {
  background-color: #4a5568;
}

.even\:bg-gray-800:nth-child(even) {
  background-color: #2d3748;
}

.even\:bg-gray-900:nth-child(even) {
  background-color: #1a202c;
}

.even\:bg-red-100:nth-child(even) {
  background-color: #fff5f5;
}

.even\:bg-red-200:nth-child(even) {
  background-color: #fed7d7;
}

.even\:bg-red-300:nth-child(even) {
  background-color: #feb2b2;
}

.even\:bg-red-400:nth-child(even) {
  background-color: #fc8181;
}

.even\:bg-red-500:nth-child(even) {
  background-color: #f56565;
}

.even\:bg-red-600:nth-child(even) {
  background-color: #e53e3e;
}

.even\:bg-red-700:nth-child(even) {
  background-color: #c53030;
}

.even\:bg-red-800:nth-child(even) {
  background-color: #9b2c2c;
}

.even\:bg-red-900:nth-child(even) {
  background-color: #742a2a;
}

.even\:bg-orange-100:nth-child(even) {
  background-color: #fffaf0;
}

.even\:bg-orange-200:nth-child(even) {
  background-color: #feebc8;
}

.even\:bg-orange-300:nth-child(even) {
  background-color: #fbd38d;
}

.even\:bg-orange-400:nth-child(even) {
  background-color: #f6ad55;
}

.even\:bg-orange-500:nth-child(even) {
  background-color: #ed8936;
}

.even\:bg-orange-600:nth-child(even) {
  background-color: #dd6b20;
}

.even\:bg-orange-700:nth-child(even) {
  background-color: #c05621;
}

.even\:bg-orange-800:nth-child(even) {
  background-color: #9c4221;
}

.even\:bg-orange-900:nth-child(even) {
  background-color: #7b341e;
}

.even\:bg-yellow-100:nth-child(even) {
  background-color: #fffff0;
}

.even\:bg-yellow-200:nth-child(even) {
  background-color: #fefcbf;
}

.even\:bg-yellow-300:nth-child(even) {
  background-color: #faf089;
}

.even\:bg-yellow-400:nth-child(even) {
  background-color: #f6e05e;
}

.even\:bg-yellow-500:nth-child(even) {
  background-color: #ecc94b;
}

.even\:bg-yellow-600:nth-child(even) {
  background-color: #d69e2e;
}

.even\:bg-yellow-700:nth-child(even) {
  background-color: #b7791f;
}

.even\:bg-yellow-800:nth-child(even) {
  background-color: #975a16;
}

.even\:bg-yellow-900:nth-child(even) {
  background-color: #744210;
}

.even\:bg-green-100:nth-child(even) {
  background-color: #f0fff4;
}

.even\:bg-green-200:nth-child(even) {
  background-color: #c6f6d5;
}

.even\:bg-green-300:nth-child(even) {
  background-color: #9ae6b4;
}

.even\:bg-green-400:nth-child(even) {
  background-color: #68d391;
}

.even\:bg-green-500:nth-child(even) {
  background-color: #48bb78;
}

.even\:bg-green-600:nth-child(even) {
  background-color: #38a169;
}

.even\:bg-green-700:nth-child(even) {
  background-color: #2f855a;
}

.even\:bg-green-800:nth-child(even) {
  background-color: #276749;
}

.even\:bg-green-900:nth-child(even) {
  background-color: #22543d;
}

.even\:bg-teal-100:nth-child(even) {
  background-color: #e6fffa;
}

.even\:bg-teal-200:nth-child(even) {
  background-color: #b2f5ea;
}

.even\:bg-teal-300:nth-child(even) {
  background-color: #81e6d9;
}

.even\:bg-teal-400:nth-child(even) {
  background-color: #4fd1c5;
}

.even\:bg-teal-500:nth-child(even) {
  background-color: #38b2ac;
}

.even\:bg-teal-600:nth-child(even) {
  background-color: #319795;
}

.even\:bg-teal-700:nth-child(even) {
  background-color: #2c7a7b;
}

.even\:bg-teal-800:nth-child(even) {
  background-color: #285e61;
}

.even\:bg-teal-900:nth-child(even) {
  background-color: #234e52;
}

.even\:bg-blue-100:nth-child(even) {
  background-color: #ebf8ff;
}

.even\:bg-blue-200:nth-child(even) {
  background-color: #bee3f8;
}

.even\:bg-blue-300:nth-child(even) {
  background-color: #90cdf4;
}

.even\:bg-blue-400:nth-child(even) {
  background-color: #63b3ed;
}

.even\:bg-blue-500:nth-child(even) {
  background-color: #4299e1;
}

.even\:bg-blue-600:nth-child(even) {
  background-color: #3182ce;
}

.even\:bg-blue-700:nth-child(even) {
  background-color: #2b6cb0;
}

.even\:bg-blue-800:nth-child(even) {
  background-color: #2c5282;
}

.even\:bg-blue-900:nth-child(even) {
  background-color: #2a4365;
}

.even\:bg-indigo-100:nth-child(even) {
  background-color: #ebf4ff;
}

.even\:bg-indigo-200:nth-child(even) {
  background-color: #c3dafe;
}

.even\:bg-indigo-300:nth-child(even) {
  background-color: #a3bffa;
}

.even\:bg-indigo-400:nth-child(even) {
  background-color: #7f9cf5;
}

.even\:bg-indigo-500:nth-child(even) {
  background-color: #667eea;
}

.even\:bg-indigo-600:nth-child(even) {
  background-color: #5a67d8;
}

.even\:bg-indigo-700:nth-child(even) {
  background-color: #4c51bf;
}

.even\:bg-indigo-800:nth-child(even) {
  background-color: #434190;
}

.even\:bg-indigo-900:nth-child(even) {
  background-color: #3c366b;
}

.even\:bg-purple-100:nth-child(even) {
  background-color: #faf5ff;
}

.even\:bg-purple-200:nth-child(even) {
  background-color: #e9d8fd;
}

.even\:bg-purple-300:nth-child(even) {
  background-color: #d6bcfa;
}

.even\:bg-purple-400:nth-child(even) {
  background-color: #b794f4;
}

.even\:bg-purple-500:nth-child(even) {
  background-color: #9f7aea;
}

.even\:bg-purple-600:nth-child(even) {
  background-color: #805ad5;
}

.even\:bg-purple-700:nth-child(even) {
  background-color: #6b46c1;
}

.even\:bg-purple-800:nth-child(even) {
  background-color: #553c9a;
}

.even\:bg-purple-900:nth-child(even) {
  background-color: #44337a;
}

.even\:bg-pink-100:nth-child(even) {
  background-color: #fff5f7;
}

.even\:bg-pink-200:nth-child(even) {
  background-color: #fed7e2;
}

.even\:bg-pink-300:nth-child(even) {
  background-color: #fbb6ce;
}

.even\:bg-pink-400:nth-child(even) {
  background-color: #f687b3;
}

.even\:bg-pink-500:nth-child(even) {
  background-color: #ed64a6;
}

.even\:bg-pink-600:nth-child(even) {
  background-color: #d53f8c;
}

.even\:bg-pink-700:nth-child(even) {
  background-color: #b83280;
}

.even\:bg-pink-800:nth-child(even) {
  background-color: #97266d;
}

.even\:bg-pink-900:nth-child(even) {
  background-color: #702459;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: var(--color-primary);
}

.border-link {
  border-color: #4299e1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:border-primary:hover {
  border-color: var(--color-primary);
}

.hover\:border-link:hover {
  border-color: #4299e1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:border-primary:focus {
  border-color: var(--color-primary);
}

.focus\:border-link:focus {
  border-color: #4299e1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

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

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

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

.font-sans {
  font-family: "Helvetica Neue", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-1\/5 {
  height: 20%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-1\/5 {
  margin: 20%;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-px {
  margin: -1px;
}

.-m-1\/5 {
  margin: -20%;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.my-1\/5 {
  margin-top: 20%;
  margin-bottom: 20%;
}

.mx-1\/5 {
  margin-left: 20%;
  margin-right: 20%;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-my-1\/5 {
  margin-top: -20%;
  margin-bottom: -20%;
}

.-mx-1\/5 {
  margin-left: -20%;
  margin-right: -20%;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.ml-48 {
  margin-left: 12rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.mt-1\/5 {
  margin-top: 20%;
}

.mr-1\/5 {
  margin-right: 20%;
}

.mb-1\/5 {
  margin-bottom: 20%;
}

.ml-1\/5 {
  margin-left: 20%;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.-mt-1\/5 {
  margin-top: -20%;
}

.-mr-1\/5 {
  margin-right: -20%;
}

.-mb-1\/5 {
  margin-bottom: -20%;
}

.-ml-1\/5 {
  margin-left: -20%;
}

.max-h-0 {
  max-height: 0;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-px {
  max-height: 1px;
}

.max-h-1\/5 {
  max-height: 20%;
}

.max-w-0 {
  max-width: 0;
}

.max-w-1 {
  max-width: 0.25rem;
}

.max-w-2 {
  max-width: 0.5rem;
}

.max-w-3 {
  max-width: 0.75rem;
}

.max-w-4 {
  max-width: 1rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-1\/4 {
  max-width: 25%;
}

.max-w-2\/4 {
  max-width: 50%;
}

.max-w-3\/4 {
  max-width: 75%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-app {
  max-width: 100rem;
}

.max-w-auto {
  max-width: auto;
}

.max-w-px {
  max-width: 1px;
}

.max-w-1\/5 {
  max-width: 20%;
}

.max-w-1\/2 {
  max-width: 50%;
}

.max-w-1\/3 {
  max-width: 33.333333%;
}

.max-w-2\/3 {
  max-width: 66.666667%;
}

.max-w-2\/5 {
  max-width: 40%;
}

.max-w-3\/5 {
  max-width: 60%;
}

.max-w-4\/5 {
  max-width: 80%;
}

.max-w-1\/6 {
  max-width: 16.666667%;
}

.max-w-2\/6 {
  max-width: 33.333333%;
}

.max-w-3\/6 {
  max-width: 50%;
}

.max-w-4\/6 {
  max-width: 66.666667%;
}

.max-w-5\/6 {
  max-width: 83.333333%;
}

.max-w-1\/12 {
  max-width: 8.333333%;
}

.max-w-2\/12 {
  max-width: 16.666667%;
}

.max-w-3\/12 {
  max-width: 25%;
}

.max-w-4\/12 {
  max-width: 33.333333%;
}

.max-w-5\/12 {
  max-width: 41.666667%;
}

.max-w-6\/12 {
  max-width: 50%;
}

.max-w-7\/12 {
  max-width: 58.333333%;
}

.max-w-8\/12 {
  max-width: 66.666667%;
}

.max-w-9\/12 {
  max-width: 75%;
}

.max-w-10\/12 {
  max-width: 83.333333%;
}

.max-w-11\/12 {
  max-width: 91.666667%;
}

.max-w-screen {
  max-width: 100vw;
}

.max-w-modal {
  max-width: 30vw;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-content {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.min-w-0 {
  min-width: 0;
}

.min-w-1 {
  min-width: 0.25rem;
}

.min-w-2 {
  min-width: 0.5rem;
}

.min-w-3 {
  min-width: 0.75rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-56 {
  min-width: 14rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-px {
  min-width: 1px;
}

.min-w-1\/5 {
  min-width: 20%;
}

.min-w-1\/4 {
  min-width: 25%;
}

.min-w-2\/4 {
  min-width: 50%;
}

.min-w-3\/4 {
  min-width: 75%;
}

.min-w-full {
  min-width: 100%;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-px {
  padding: 1px;
}

.p-1\/5 {
  padding: 20%;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-1\/5 {
  padding-top: 20%;
  padding-bottom: 20%;
}

.px-1\/5 {
  padding-left: 20%;
  padding-right: 20%;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pt-1\/5 {
  padding-top: 20%;
}

.pr-1\/5 {
  padding-right: 20%;
}

.pb-1\/5 {
  padding-bottom: 20%;
}

.pl-1\/5 {
  padding-left: 20%;
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-black::-webkit-input-placeholder {
  color: #000;
}

.placeholder-black::-moz-placeholder {
  color: #000;
}

.placeholder-black:-ms-input-placeholder {
  color: #000;
}

.placeholder-black::-ms-input-placeholder {
  color: #000;
}

.placeholder-black::placeholder {
  color: #000;
}

.placeholder-white::-webkit-input-placeholder {
  color: #fff;
}

.placeholder-white::-moz-placeholder {
  color: #fff;
}

.placeholder-white:-ms-input-placeholder {
  color: #fff;
}

.placeholder-white::-ms-input-placeholder {
  color: #fff;
}

.placeholder-white::placeholder {
  color: #fff;
}

.placeholder-primary::-webkit-input-placeholder {
  color: var(--color-primary);
}

.placeholder-primary::-moz-placeholder {
  color: var(--color-primary);
}

.placeholder-primary:-ms-input-placeholder {
  color: var(--color-primary);
}

.placeholder-primary::-ms-input-placeholder {
  color: var(--color-primary);
}

.placeholder-primary::placeholder {
  color: var(--color-primary);
}

.placeholder-link::-webkit-input-placeholder {
  color: #4299e1;
}

.placeholder-link::-moz-placeholder {
  color: #4299e1;
}

.placeholder-link:-ms-input-placeholder {
  color: #4299e1;
}

.placeholder-link::-ms-input-placeholder {
  color: #4299e1;
}

.placeholder-link::placeholder {
  color: #4299e1;
}

.placeholder-gray-100::-webkit-input-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100::-moz-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100:-ms-input-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100::-ms-input-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100::placeholder {
  color: #f7fafc;
}

.placeholder-gray-200::-webkit-input-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200::-moz-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200:-ms-input-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200::-ms-input-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200::placeholder {
  color: #edf2f7;
}

.placeholder-gray-300::-webkit-input-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300::-moz-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300:-ms-input-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300::-ms-input-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300::placeholder {
  color: #e2e8f0;
}

.placeholder-gray-400::-webkit-input-placeholder {
  color: #cbd5e0;
}

.placeholder-gray-400::-moz-placeholder {
  color: #cbd5e0;
}

.placeholder-gray-400:-ms-input-placeholder {
  color: #cbd5e0;
}

.placeholder-gray-400::-ms-input-placeholder {
  color: #cbd5e0;
}

.placeholder-gray-400::placeholder {
  color: #cbd5e0;
}

.placeholder-gray-500::-webkit-input-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500::-moz-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500:-ms-input-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500::-ms-input-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500::placeholder {
  color: #a0aec0;
}

.placeholder-gray-600::-webkit-input-placeholder {
  color: #718096;
}

.placeholder-gray-600::-moz-placeholder {
  color: #718096;
}

.placeholder-gray-600:-ms-input-placeholder {
  color: #718096;
}

.placeholder-gray-600::-ms-input-placeholder {
  color: #718096;
}

.placeholder-gray-600::placeholder {
  color: #718096;
}

.placeholder-gray-700::-webkit-input-placeholder {
  color: #4a5568;
}

.placeholder-gray-700::-moz-placeholder {
  color: #4a5568;
}

.placeholder-gray-700:-ms-input-placeholder {
  color: #4a5568;
}

.placeholder-gray-700::-ms-input-placeholder {
  color: #4a5568;
}

.placeholder-gray-700::placeholder {
  color: #4a5568;
}

.placeholder-gray-800::-webkit-input-placeholder {
  color: #2d3748;
}

.placeholder-gray-800::-moz-placeholder {
  color: #2d3748;
}

.placeholder-gray-800:-ms-input-placeholder {
  color: #2d3748;
}

.placeholder-gray-800::-ms-input-placeholder {
  color: #2d3748;
}

.placeholder-gray-800::placeholder {
  color: #2d3748;
}

.placeholder-gray-900::-webkit-input-placeholder {
  color: #1a202c;
}

.placeholder-gray-900::-moz-placeholder {
  color: #1a202c;
}

.placeholder-gray-900:-ms-input-placeholder {
  color: #1a202c;
}

.placeholder-gray-900::-ms-input-placeholder {
  color: #1a202c;
}

.placeholder-gray-900::placeholder {
  color: #1a202c;
}

.placeholder-red-100::-webkit-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::-moz-placeholder {
  color: #fff5f5;
}

.placeholder-red-100:-ms-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::-ms-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::placeholder {
  color: #fff5f5;
}

.placeholder-red-200::-webkit-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::-moz-placeholder {
  color: #fed7d7;
}

.placeholder-red-200:-ms-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::-ms-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::placeholder {
  color: #fed7d7;
}

.placeholder-red-300::-webkit-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::-moz-placeholder {
  color: #feb2b2;
}

.placeholder-red-300:-ms-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::-ms-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::placeholder {
  color: #feb2b2;
}

.placeholder-red-400::-webkit-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::-moz-placeholder {
  color: #fc8181;
}

.placeholder-red-400:-ms-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::-ms-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::placeholder {
  color: #fc8181;
}

.placeholder-red-500::-webkit-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::-moz-placeholder {
  color: #f56565;
}

.placeholder-red-500:-ms-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::-ms-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::placeholder {
  color: #f56565;
}

.placeholder-red-600::-webkit-input-placeholder {
  color: #e53e3e;
}

.placeholder-red-600::-moz-placeholder {
  color: #e53e3e;
}

.placeholder-red-600:-ms-input-placeholder {
  color: #e53e3e;
}

.placeholder-red-600::-ms-input-placeholder {
  color: #e53e3e;
}

.placeholder-red-600::placeholder {
  color: #e53e3e;
}

.placeholder-red-700::-webkit-input-placeholder {
  color: #c53030;
}

.placeholder-red-700::-moz-placeholder {
  color: #c53030;
}

.placeholder-red-700:-ms-input-placeholder {
  color: #c53030;
}

.placeholder-red-700::-ms-input-placeholder {
  color: #c53030;
}

.placeholder-red-700::placeholder {
  color: #c53030;
}

.placeholder-red-800::-webkit-input-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800::-moz-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800:-ms-input-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800::-ms-input-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800::placeholder {
  color: #9b2c2c;
}

.placeholder-red-900::-webkit-input-placeholder {
  color: #742a2a;
}

.placeholder-red-900::-moz-placeholder {
  color: #742a2a;
}

.placeholder-red-900:-ms-input-placeholder {
  color: #742a2a;
}

.placeholder-red-900::-ms-input-placeholder {
  color: #742a2a;
}

.placeholder-red-900::placeholder {
  color: #742a2a;
}

.placeholder-orange-100::-webkit-input-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100::-moz-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100:-ms-input-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100::-ms-input-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100::placeholder {
  color: #fffaf0;
}

.placeholder-orange-200::-webkit-input-placeholder {
  color: #feebc8;
}

.placeholder-orange-200::-moz-placeholder {
  color: #feebc8;
}

.placeholder-orange-200:-ms-input-placeholder {
  color: #feebc8;
}

.placeholder-orange-200::-ms-input-placeholder {
  color: #feebc8;
}

.placeholder-orange-200::placeholder {
  color: #feebc8;
}

.placeholder-orange-300::-webkit-input-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300::-moz-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300:-ms-input-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300::-ms-input-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300::placeholder {
  color: #fbd38d;
}

.placeholder-orange-400::-webkit-input-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400::-moz-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400:-ms-input-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400::-ms-input-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400::placeholder {
  color: #f6ad55;
}

.placeholder-orange-500::-webkit-input-placeholder {
  color: #ed8936;
}

.placeholder-orange-500::-moz-placeholder {
  color: #ed8936;
}

.placeholder-orange-500:-ms-input-placeholder {
  color: #ed8936;
}

.placeholder-orange-500::-ms-input-placeholder {
  color: #ed8936;
}

.placeholder-orange-500::placeholder {
  color: #ed8936;
}

.placeholder-orange-600::-webkit-input-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600::-moz-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600:-ms-input-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600::-ms-input-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600::placeholder {
  color: #dd6b20;
}

.placeholder-orange-700::-webkit-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::-moz-placeholder {
  color: #c05621;
}

.placeholder-orange-700:-ms-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::-ms-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::placeholder {
  color: #c05621;
}

.placeholder-orange-800::-webkit-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::-moz-placeholder {
  color: #9c4221;
}

.placeholder-orange-800:-ms-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::-ms-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::placeholder {
  color: #9c4221;
}

.placeholder-orange-900::-webkit-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::-moz-placeholder {
  color: #7b341e;
}

.placeholder-orange-900:-ms-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::-ms-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::placeholder {
  color: #7b341e;
}

.placeholder-yellow-100::-webkit-input-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100::-moz-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100:-ms-input-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100::-ms-input-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100::placeholder {
  color: #fffff0;
}

.placeholder-yellow-200::-webkit-input-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200::-moz-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200:-ms-input-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200::-ms-input-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200::placeholder {
  color: #fefcbf;
}

.placeholder-yellow-300::-webkit-input-placeholder {
  color: #faf089;
}

.placeholder-yellow-300::-moz-placeholder {
  color: #faf089;
}

.placeholder-yellow-300:-ms-input-placeholder {
  color: #faf089;
}

.placeholder-yellow-300::-ms-input-placeholder {
  color: #faf089;
}

.placeholder-yellow-300::placeholder {
  color: #faf089;
}

.placeholder-yellow-400::-webkit-input-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400::-moz-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400:-ms-input-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400::-ms-input-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400::placeholder {
  color: #f6e05e;
}

.placeholder-yellow-500::-webkit-input-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500::-moz-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500:-ms-input-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500::-ms-input-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500::placeholder {
  color: #ecc94b;
}

.placeholder-yellow-600::-webkit-input-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600::-moz-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600:-ms-input-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600::-ms-input-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600::placeholder {
  color: #d69e2e;
}

.placeholder-yellow-700::-webkit-input-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700::-moz-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700:-ms-input-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700::-ms-input-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700::placeholder {
  color: #b7791f;
}

.placeholder-yellow-800::-webkit-input-placeholder {
  color: #975a16;
}

.placeholder-yellow-800::-moz-placeholder {
  color: #975a16;
}

.placeholder-yellow-800:-ms-input-placeholder {
  color: #975a16;
}

.placeholder-yellow-800::-ms-input-placeholder {
  color: #975a16;
}

.placeholder-yellow-800::placeholder {
  color: #975a16;
}

.placeholder-yellow-900::-webkit-input-placeholder {
  color: #744210;
}

.placeholder-yellow-900::-moz-placeholder {
  color: #744210;
}

.placeholder-yellow-900:-ms-input-placeholder {
  color: #744210;
}

.placeholder-yellow-900::-ms-input-placeholder {
  color: #744210;
}

.placeholder-yellow-900::placeholder {
  color: #744210;
}

.placeholder-green-100::-webkit-input-placeholder {
  color: #f0fff4;
}

.placeholder-green-100::-moz-placeholder {
  color: #f0fff4;
}

.placeholder-green-100:-ms-input-placeholder {
  color: #f0fff4;
}

.placeholder-green-100::-ms-input-placeholder {
  color: #f0fff4;
}

.placeholder-green-100::placeholder {
  color: #f0fff4;
}

.placeholder-green-200::-webkit-input-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200::-moz-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200:-ms-input-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200::-ms-input-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200::placeholder {
  color: #c6f6d5;
}

.placeholder-green-300::-webkit-input-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300::-moz-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300:-ms-input-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300::-ms-input-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300::placeholder {
  color: #9ae6b4;
}

.placeholder-green-400::-webkit-input-placeholder {
  color: #68d391;
}

.placeholder-green-400::-moz-placeholder {
  color: #68d391;
}

.placeholder-green-400:-ms-input-placeholder {
  color: #68d391;
}

.placeholder-green-400::-ms-input-placeholder {
  color: #68d391;
}

.placeholder-green-400::placeholder {
  color: #68d391;
}

.placeholder-green-500::-webkit-input-placeholder {
  color: #48bb78;
}

.placeholder-green-500::-moz-placeholder {
  color: #48bb78;
}

.placeholder-green-500:-ms-input-placeholder {
  color: #48bb78;
}

.placeholder-green-500::-ms-input-placeholder {
  color: #48bb78;
}

.placeholder-green-500::placeholder {
  color: #48bb78;
}

.placeholder-green-600::-webkit-input-placeholder {
  color: #38a169;
}

.placeholder-green-600::-moz-placeholder {
  color: #38a169;
}

.placeholder-green-600:-ms-input-placeholder {
  color: #38a169;
}

.placeholder-green-600::-ms-input-placeholder {
  color: #38a169;
}

.placeholder-green-600::placeholder {
  color: #38a169;
}

.placeholder-green-700::-webkit-input-placeholder {
  color: #2f855a;
}

.placeholder-green-700::-moz-placeholder {
  color: #2f855a;
}

.placeholder-green-700:-ms-input-placeholder {
  color: #2f855a;
}

.placeholder-green-700::-ms-input-placeholder {
  color: #2f855a;
}

.placeholder-green-700::placeholder {
  color: #2f855a;
}

.placeholder-green-800::-webkit-input-placeholder {
  color: #276749;
}

.placeholder-green-800::-moz-placeholder {
  color: #276749;
}

.placeholder-green-800:-ms-input-placeholder {
  color: #276749;
}

.placeholder-green-800::-ms-input-placeholder {
  color: #276749;
}

.placeholder-green-800::placeholder {
  color: #276749;
}

.placeholder-green-900::-webkit-input-placeholder {
  color: #22543d;
}

.placeholder-green-900::-moz-placeholder {
  color: #22543d;
}

.placeholder-green-900:-ms-input-placeholder {
  color: #22543d;
}

.placeholder-green-900::-ms-input-placeholder {
  color: #22543d;
}

.placeholder-green-900::placeholder {
  color: #22543d;
}

.placeholder-teal-100::-webkit-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::-moz-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100:-ms-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::-ms-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::placeholder {
  color: #e6fffa;
}

.placeholder-teal-200::-webkit-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::-moz-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200:-ms-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::-ms-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::placeholder {
  color: #b2f5ea;
}

.placeholder-teal-300::-webkit-input-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300::-moz-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300:-ms-input-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300::-ms-input-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300::placeholder {
  color: #81e6d9;
}

.placeholder-teal-400::-webkit-input-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400::-moz-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400:-ms-input-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400::-ms-input-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400::placeholder {
  color: #4fd1c5;
}

.placeholder-teal-500::-webkit-input-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500::-moz-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500:-ms-input-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500::-ms-input-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500::placeholder {
  color: #38b2ac;
}

.placeholder-teal-600::-webkit-input-placeholder {
  color: #319795;
}

.placeholder-teal-600::-moz-placeholder {
  color: #319795;
}

.placeholder-teal-600:-ms-input-placeholder {
  color: #319795;
}

.placeholder-teal-600::-ms-input-placeholder {
  color: #319795;
}

.placeholder-teal-600::placeholder {
  color: #319795;
}

.placeholder-teal-700::-webkit-input-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700::-moz-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700:-ms-input-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700::-ms-input-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700::placeholder {
  color: #2c7a7b;
}

.placeholder-teal-800::-webkit-input-placeholder {
  color: #285e61;
}

.placeholder-teal-800::-moz-placeholder {
  color: #285e61;
}

.placeholder-teal-800:-ms-input-placeholder {
  color: #285e61;
}

.placeholder-teal-800::-ms-input-placeholder {
  color: #285e61;
}

.placeholder-teal-800::placeholder {
  color: #285e61;
}

.placeholder-teal-900::-webkit-input-placeholder {
  color: #234e52;
}

.placeholder-teal-900::-moz-placeholder {
  color: #234e52;
}

.placeholder-teal-900:-ms-input-placeholder {
  color: #234e52;
}

.placeholder-teal-900::-ms-input-placeholder {
  color: #234e52;
}

.placeholder-teal-900::placeholder {
  color: #234e52;
}

.placeholder-blue-100::-webkit-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::-moz-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100:-ms-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::-ms-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::placeholder {
  color: #ebf8ff;
}

.placeholder-blue-200::-webkit-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::-moz-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200:-ms-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::-ms-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::placeholder {
  color: #bee3f8;
}

.placeholder-blue-300::-webkit-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::-moz-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300:-ms-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::-ms-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::placeholder {
  color: #90cdf4;
}

.placeholder-blue-400::-webkit-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::-moz-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400:-ms-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::-ms-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::placeholder {
  color: #63b3ed;
}

.placeholder-blue-500::-webkit-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::-moz-placeholder {
  color: #4299e1;
}

.placeholder-blue-500:-ms-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::-ms-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::placeholder {
  color: #4299e1;
}

.placeholder-blue-600::-webkit-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::-moz-placeholder {
  color: #3182ce;
}

.placeholder-blue-600:-ms-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::-ms-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::placeholder {
  color: #3182ce;
}

.placeholder-blue-700::-webkit-input-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700::-moz-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700:-ms-input-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700::-ms-input-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700::placeholder {
  color: #2b6cb0;
}

.placeholder-blue-800::-webkit-input-placeholder {
  color: #2c5282;
}

.placeholder-blue-800::-moz-placeholder {
  color: #2c5282;
}

.placeholder-blue-800:-ms-input-placeholder {
  color: #2c5282;
}

.placeholder-blue-800::-ms-input-placeholder {
  color: #2c5282;
}

.placeholder-blue-800::placeholder {
  color: #2c5282;
}

.placeholder-blue-900::-webkit-input-placeholder {
  color: #2a4365;
}

.placeholder-blue-900::-moz-placeholder {
  color: #2a4365;
}

.placeholder-blue-900:-ms-input-placeholder {
  color: #2a4365;
}

.placeholder-blue-900::-ms-input-placeholder {
  color: #2a4365;
}

.placeholder-blue-900::placeholder {
  color: #2a4365;
}

.placeholder-indigo-100::-webkit-input-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100::-moz-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100:-ms-input-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100::-ms-input-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100::placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-200::-webkit-input-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200::-moz-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200:-ms-input-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200::-ms-input-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200::placeholder {
  color: #c3dafe;
}

.placeholder-indigo-300::-webkit-input-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300::-moz-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300:-ms-input-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300::-ms-input-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300::placeholder {
  color: #a3bffa;
}

.placeholder-indigo-400::-webkit-input-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400::-moz-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400:-ms-input-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400::-ms-input-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400::placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-500::-webkit-input-placeholder {
  color: #667eea;
}

.placeholder-indigo-500::-moz-placeholder {
  color: #667eea;
}

.placeholder-indigo-500:-ms-input-placeholder {
  color: #667eea;
}

.placeholder-indigo-500::-ms-input-placeholder {
  color: #667eea;
}

.placeholder-indigo-500::placeholder {
  color: #667eea;
}

.placeholder-indigo-600::-webkit-input-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600::-moz-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600:-ms-input-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600::-ms-input-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600::placeholder {
  color: #5a67d8;
}

.placeholder-indigo-700::-webkit-input-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700::-moz-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700:-ms-input-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700::-ms-input-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700::placeholder {
  color: #4c51bf;
}

.placeholder-indigo-800::-webkit-input-placeholder {
  color: #434190;
}

.placeholder-indigo-800::-moz-placeholder {
  color: #434190;
}

.placeholder-indigo-800:-ms-input-placeholder {
  color: #434190;
}

.placeholder-indigo-800::-ms-input-placeholder {
  color: #434190;
}

.placeholder-indigo-800::placeholder {
  color: #434190;
}

.placeholder-indigo-900::-webkit-input-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900::-moz-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900:-ms-input-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900::-ms-input-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900::placeholder {
  color: #3c366b;
}

.placeholder-purple-100::-webkit-input-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100::-moz-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100:-ms-input-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100::-ms-input-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100::placeholder {
  color: #faf5ff;
}

.placeholder-purple-200::-webkit-input-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200::-moz-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200:-ms-input-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200::-ms-input-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200::placeholder {
  color: #e9d8fd;
}

.placeholder-purple-300::-webkit-input-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300::-moz-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300:-ms-input-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300::-ms-input-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300::placeholder {
  color: #d6bcfa;
}

.placeholder-purple-400::-webkit-input-placeholder {
  color: #b794f4;
}

.placeholder-purple-400::-moz-placeholder {
  color: #b794f4;
}

.placeholder-purple-400:-ms-input-placeholder {
  color: #b794f4;
}

.placeholder-purple-400::-ms-input-placeholder {
  color: #b794f4;
}

.placeholder-purple-400::placeholder {
  color: #b794f4;
}

.placeholder-purple-500::-webkit-input-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500::-moz-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500:-ms-input-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500::-ms-input-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500::placeholder {
  color: #9f7aea;
}

.placeholder-purple-600::-webkit-input-placeholder {
  color: #805ad5;
}

.placeholder-purple-600::-moz-placeholder {
  color: #805ad5;
}

.placeholder-purple-600:-ms-input-placeholder {
  color: #805ad5;
}

.placeholder-purple-600::-ms-input-placeholder {
  color: #805ad5;
}

.placeholder-purple-600::placeholder {
  color: #805ad5;
}

.placeholder-purple-700::-webkit-input-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700::-moz-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700:-ms-input-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700::-ms-input-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700::placeholder {
  color: #6b46c1;
}

.placeholder-purple-800::-webkit-input-placeholder {
  color: #553c9a;
}

.placeholder-purple-800::-moz-placeholder {
  color: #553c9a;
}

.placeholder-purple-800:-ms-input-placeholder {
  color: #553c9a;
}

.placeholder-purple-800::-ms-input-placeholder {
  color: #553c9a;
}

.placeholder-purple-800::placeholder {
  color: #553c9a;
}

.placeholder-purple-900::-webkit-input-placeholder {
  color: #44337a;
}

.placeholder-purple-900::-moz-placeholder {
  color: #44337a;
}

.placeholder-purple-900:-ms-input-placeholder {
  color: #44337a;
}

.placeholder-purple-900::-ms-input-placeholder {
  color: #44337a;
}

.placeholder-purple-900::placeholder {
  color: #44337a;
}

.placeholder-pink-100::-webkit-input-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100::-moz-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100:-ms-input-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100::-ms-input-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100::placeholder {
  color: #fff5f7;
}

.placeholder-pink-200::-webkit-input-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200::-moz-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200:-ms-input-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200::-ms-input-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200::placeholder {
  color: #fed7e2;
}

.placeholder-pink-300::-webkit-input-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300::-moz-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300:-ms-input-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300::-ms-input-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300::placeholder {
  color: #fbb6ce;
}

.placeholder-pink-400::-webkit-input-placeholder {
  color: #f687b3;
}

.placeholder-pink-400::-moz-placeholder {
  color: #f687b3;
}

.placeholder-pink-400:-ms-input-placeholder {
  color: #f687b3;
}

.placeholder-pink-400::-ms-input-placeholder {
  color: #f687b3;
}

.placeholder-pink-400::placeholder {
  color: #f687b3;
}

.placeholder-pink-500::-webkit-input-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500::-moz-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500:-ms-input-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500::-ms-input-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500::placeholder {
  color: #ed64a6;
}

.placeholder-pink-600::-webkit-input-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600::-moz-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600:-ms-input-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600::-ms-input-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600::placeholder {
  color: #d53f8c;
}

.placeholder-pink-700::-webkit-input-placeholder {
  color: #b83280;
}

.placeholder-pink-700::-moz-placeholder {
  color: #b83280;
}

.placeholder-pink-700:-ms-input-placeholder {
  color: #b83280;
}

.placeholder-pink-700::-ms-input-placeholder {
  color: #b83280;
}

.placeholder-pink-700::placeholder {
  color: #b83280;
}

.placeholder-pink-800::-webkit-input-placeholder {
  color: #97266d;
}

.placeholder-pink-800::-moz-placeholder {
  color: #97266d;
}

.placeholder-pink-800:-ms-input-placeholder {
  color: #97266d;
}

.placeholder-pink-800::-ms-input-placeholder {
  color: #97266d;
}

.placeholder-pink-800::placeholder {
  color: #97266d;
}

.placeholder-pink-900::-webkit-input-placeholder {
  color: #702459;
}

.placeholder-pink-900::-moz-placeholder {
  color: #702459;
}

.placeholder-pink-900:-ms-input-placeholder {
  color: #702459;
}

.placeholder-pink-900::-ms-input-placeholder {
  color: #702459;
}

.placeholder-pink-900::placeholder {
  color: #702459;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus::placeholder {
  color: #000;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  color: #fff;
}

.focus\:placeholder-white:focus::placeholder {
  color: #fff;
}

.focus\:placeholder-primary:focus::-webkit-input-placeholder {
  color: var(--color-primary);
}

.focus\:placeholder-primary:focus::-moz-placeholder {
  color: var(--color-primary);
}

.focus\:placeholder-primary:focus:-ms-input-placeholder {
  color: var(--color-primary);
}

.focus\:placeholder-primary:focus::-ms-input-placeholder {
  color: var(--color-primary);
}

.focus\:placeholder-primary:focus::placeholder {
  color: var(--color-primary);
}

.focus\:placeholder-link:focus::-webkit-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-link:focus::-moz-placeholder {
  color: #4299e1;
}

.focus\:placeholder-link:focus:-ms-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-link:focus::-ms-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-link:focus::placeholder {
  color: #4299e1;
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-100:focus::placeholder {
  color: #f7fafc;
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-200:focus::placeholder {
  color: #edf2f7;
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-300:focus::placeholder {
  color: #e2e8f0;
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-400:focus::placeholder {
  color: #cbd5e0;
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-500:focus::placeholder {
  color: #a0aec0;
}

.focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
  color: #718096;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  color: #718096;
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  color: #718096;
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder {
  color: #718096;
}

.focus\:placeholder-gray-600:focus::placeholder {
  color: #718096;
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-700:focus::placeholder {
  color: #4a5568;
}

.focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-800:focus::placeholder {
  color: #2d3748;
}

.focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
  color: #1a202c;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  color: #1a202c;
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  color: #1a202c;
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder {
  color: #1a202c;
}

.focus\:placeholder-gray-900:focus::placeholder {
  color: #1a202c;
}

.focus\:placeholder-red-100:focus::-webkit-input-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus::-ms-input-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus::placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-200:focus::-webkit-input-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus::-ms-input-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus::placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-300:focus::-webkit-input-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus::-ms-input-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus::placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-400:focus::-webkit-input-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus::-ms-input-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus::placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-500:focus::-webkit-input-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus::-ms-input-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus::placeholder {
  color: #f56565;
}

.focus\:placeholder-red-600:focus::-webkit-input-placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-600:focus::-ms-input-placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-600:focus::placeholder {
  color: #e53e3e;
}

.focus\:placeholder-red-700:focus::-webkit-input-placeholder {
  color: #c53030;
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  color: #c53030;
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  color: #c53030;
}

.focus\:placeholder-red-700:focus::-ms-input-placeholder {
  color: #c53030;
}

.focus\:placeholder-red-700:focus::placeholder {
  color: #c53030;
}

.focus\:placeholder-red-800:focus::-webkit-input-placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-800:focus::-ms-input-placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-800:focus::placeholder {
  color: #9b2c2c;
}

.focus\:placeholder-red-900:focus::-webkit-input-placeholder {
  color: #742a2a;
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  color: #742a2a;
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  color: #742a2a;
}

.focus\:placeholder-red-900:focus::-ms-input-placeholder {
  color: #742a2a;
}

.focus\:placeholder-red-900:focus::placeholder {
  color: #742a2a;
}

.focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-100:focus::-ms-input-placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-100:focus::placeholder {
  color: #fffaf0;
}

.focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-200:focus::-ms-input-placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-200:focus::placeholder {
  color: #feebc8;
}

.focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-300:focus::-ms-input-placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-300:focus::placeholder {
  color: #fbd38d;
}

.focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-400:focus::-ms-input-placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-400:focus::placeholder {
  color: #f6ad55;
}

.focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-500:focus::-ms-input-placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-500:focus::placeholder {
  color: #ed8936;
}

.focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-600:focus::-ms-input-placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-600:focus::placeholder {
  color: #dd6b20;
}

.focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus::-ms-input-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus::placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus::-ms-input-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus::placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus::-ms-input-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus::placeholder {
  color: #7b341e;
}

.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-100:focus::placeholder {
  color: #fffff0;
}

.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-200:focus::placeholder {
  color: #fefcbf;
}

.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-300:focus::placeholder {
  color: #faf089;
}

.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-400:focus::placeholder {
  color: #f6e05e;
}

.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-500:focus::placeholder {
  color: #ecc94b;
}

.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-600:focus::placeholder {
  color: #d69e2e;
}

.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-700:focus::placeholder {
  color: #b7791f;
}

.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-800:focus::placeholder {
  color: #975a16;
}

.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
  color: #744210;
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  color: #744210;
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  color: #744210;
}

.focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
  color: #744210;
}

.focus\:placeholder-yellow-900:focus::placeholder {
  color: #744210;
}

.focus\:placeholder-green-100:focus::-webkit-input-placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-100:focus::placeholder {
  color: #f0fff4;
}

.focus\:placeholder-green-200:focus::-webkit-input-placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-200:focus::placeholder {
  color: #c6f6d5;
}

.focus\:placeholder-green-300:focus::-webkit-input-placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-300:focus::placeholder {
  color: #9ae6b4;
}

.focus\:placeholder-green-400:focus::-webkit-input-placeholder {
  color: #68d391;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  color: #68d391;
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  color: #68d391;
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder {
  color: #68d391;
}

.focus\:placeholder-green-400:focus::placeholder {
  color: #68d391;
}

.focus\:placeholder-green-500:focus::-webkit-input-placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-500:focus::placeholder {
  color: #48bb78;
}

.focus\:placeholder-green-600:focus::-webkit-input-placeholder {
  color: #38a169;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  color: #38a169;
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  color: #38a169;
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder {
  color: #38a169;
}

.focus\:placeholder-green-600:focus::placeholder {
  color: #38a169;
}

.focus\:placeholder-green-700:focus::-webkit-input-placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-700:focus::placeholder {
  color: #2f855a;
}

.focus\:placeholder-green-800:focus::-webkit-input-placeholder {
  color: #276749;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  color: #276749;
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  color: #276749;
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder {
  color: #276749;
}

.focus\:placeholder-green-800:focus::placeholder {
  color: #276749;
}

.focus\:placeholder-green-900:focus::-webkit-input-placeholder {
  color: #22543d;
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  color: #22543d;
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  color: #22543d;
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder {
  color: #22543d;
}

.focus\:placeholder-green-900:focus::placeholder {
  color: #22543d;
}

.focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus::-ms-input-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus::placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus::-ms-input-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus::placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-300:focus::-ms-input-placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-300:focus::placeholder {
  color: #81e6d9;
}

.focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-400:focus::-ms-input-placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-400:focus::placeholder {
  color: #4fd1c5;
}

.focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-500:focus::-ms-input-placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-500:focus::placeholder {
  color: #38b2ac;
}

.focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
  color: #319795;
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  color: #319795;
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  color: #319795;
}

.focus\:placeholder-teal-600:focus::-ms-input-placeholder {
  color: #319795;
}

.focus\:placeholder-teal-600:focus::placeholder {
  color: #319795;
}

.focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-700:focus::-ms-input-placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-700:focus::placeholder {
  color: #2c7a7b;
}

.focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-800:focus::-ms-input-placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-800:focus::placeholder {
  color: #285e61;
}

.focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
  color: #234e52;
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  color: #234e52;
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  color: #234e52;
}

.focus\:placeholder-teal-900:focus::-ms-input-placeholder {
  color: #234e52;
}

.focus\:placeholder-teal-900:focus::placeholder {
  color: #234e52;
}

.focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus::-ms-input-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus::placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus::placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus::placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus::placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus::placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus::placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-700:focus::-ms-input-placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-700:focus::placeholder {
  color: #2b6cb0;
}

.focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-800:focus::-ms-input-placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-800:focus::placeholder {
  color: #2c5282;
}

.focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
  color: #2a4365;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  color: #2a4365;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  color: #2a4365;
}

.focus\:placeholder-blue-900:focus::-ms-input-placeholder {
  color: #2a4365;
}

.focus\:placeholder-blue-900:focus::placeholder {
  color: #2a4365;
}

.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-100:focus::placeholder {
  color: #ebf4ff;
}

.focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-200:focus::placeholder {
  color: #c3dafe;
}

.focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-300:focus::placeholder {
  color: #a3bffa;
}

.focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-400:focus::placeholder {
  color: #7f9cf5;
}

.focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-500:focus::placeholder {
  color: #667eea;
}

.focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-600:focus::placeholder {
  color: #5a67d8;
}

.focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-700:focus::placeholder {
  color: #4c51bf;
}

.focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-800:focus::placeholder {
  color: #434190;
}

.focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
  color: #3c366b;
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  color: #3c366b;
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  color: #3c366b;
}

.focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
  color: #3c366b;
}

.focus\:placeholder-indigo-900:focus::placeholder {
  color: #3c366b;
}

.focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-100:focus::-ms-input-placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-100:focus::placeholder {
  color: #faf5ff;
}

.focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-200:focus::-ms-input-placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-200:focus::placeholder {
  color: #e9d8fd;
}

.focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-300:focus::-ms-input-placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-300:focus::placeholder {
  color: #d6bcfa;
}

.focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-400:focus::-ms-input-placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-400:focus::placeholder {
  color: #b794f4;
}

.focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-500:focus::-ms-input-placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-500:focus::placeholder {
  color: #9f7aea;
}

.focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-600:focus::-ms-input-placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-600:focus::placeholder {
  color: #805ad5;
}

.focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-700:focus::-ms-input-placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-700:focus::placeholder {
  color: #6b46c1;
}

.focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-800:focus::-ms-input-placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-800:focus::placeholder {
  color: #553c9a;
}

.focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
  color: #44337a;
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  color: #44337a;
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  color: #44337a;
}

.focus\:placeholder-purple-900:focus::-ms-input-placeholder {
  color: #44337a;
}

.focus\:placeholder-purple-900:focus::placeholder {
  color: #44337a;
}

.focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-100:focus::-ms-input-placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-100:focus::placeholder {
  color: #fff5f7;
}

.focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-200:focus::-ms-input-placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-200:focus::placeholder {
  color: #fed7e2;
}

.focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-300:focus::-ms-input-placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-300:focus::placeholder {
  color: #fbb6ce;
}

.focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-400:focus::-ms-input-placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-400:focus::placeholder {
  color: #f687b3;
}

.focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-500:focus::-ms-input-placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-500:focus::placeholder {
  color: #ed64a6;
}

.focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-600:focus::-ms-input-placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-600:focus::placeholder {
  color: #d53f8c;
}

.focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-700:focus::-ms-input-placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-700:focus::placeholder {
  color: #b83280;
}

.focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-800:focus::-ms-input-placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-800:focus::placeholder {
  color: #97266d;
}

.focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
  color: #702459;
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  color: #702459;
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  color: #702459;
}

.focus\:placeholder-pink-900:focus::-ms-input-placeholder {
  color: #702459;
}

.focus\:placeholder-pink-900:focus::placeholder {
  color: #702459;
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

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

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-x-20 {
  right: 5rem;
  left: 5rem;
}

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

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

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-20 {
  top: 5rem;
}

.right-20 {
  right: 5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.left-20 {
  left: 5rem;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.focus\:shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: var(--color-primary);
}

.text-link {
  color: #4299e1;
}

.text-gray-100 {
  color: #f7fafc;
}

.text-gray-200 {
  color: #edf2f7;
}

.text-gray-300 {
  color: #e2e8f0;
}

.text-gray-400 {
  color: #cbd5e0;
}

.text-gray-500 {
  color: #a0aec0;
}

.text-gray-600 {
  color: #718096;
}

.text-gray-700 {
  color: #4a5568;
}

.text-gray-800 {
  color: #2d3748;
}

.text-gray-900 {
  color: #1a202c;
}

.text-red-100 {
  color: #fff5f5;
}

.text-red-200 {
  color: #fed7d7;
}

.text-red-300 {
  color: #feb2b2;
}

.text-red-400 {
  color: #fc8181;
}

.text-red-500 {
  color: #f56565;
}

.text-red-600 {
  color: #e53e3e;
}

.text-red-700 {
  color: #c53030;
}

.text-red-800 {
  color: #9b2c2c;
}

.text-red-900 {
  color: #742a2a;
}

.text-orange-100 {
  color: #fffaf0;
}

.text-orange-200 {
  color: #feebc8;
}

.text-orange-300 {
  color: #fbd38d;
}

.text-orange-400 {
  color: #f6ad55;
}

.text-orange-500 {
  color: #ed8936;
}

.text-orange-600 {
  color: #dd6b20;
}

.text-orange-700 {
  color: #c05621;
}

.text-orange-800 {
  color: #9c4221;
}

.text-orange-900 {
  color: #7b341e;
}

.text-yellow-100 {
  color: #fffff0;
}

.text-yellow-200 {
  color: #fefcbf;
}

.text-yellow-300 {
  color: #faf089;
}

.text-yellow-400 {
  color: #f6e05e;
}

.text-yellow-500 {
  color: #ecc94b;
}

.text-yellow-600 {
  color: #d69e2e;
}

.text-yellow-700 {
  color: #b7791f;
}

.text-yellow-800 {
  color: #975a16;
}

.text-yellow-900 {
  color: #744210;
}

.text-green-100 {
  color: #f0fff4;
}

.text-green-200 {
  color: #c6f6d5;
}

.text-green-300 {
  color: #9ae6b4;
}

.text-green-400 {
  color: #68d391;
}

.text-green-500 {
  color: #48bb78;
}

.text-green-600 {
  color: #38a169;
}

.text-green-700 {
  color: #2f855a;
}

.text-green-800 {
  color: #276749;
}

.text-green-900 {
  color: #22543d;
}

.text-teal-100 {
  color: #e6fffa;
}

.text-teal-200 {
  color: #b2f5ea;
}

.text-teal-300 {
  color: #81e6d9;
}

.text-teal-400 {
  color: #4fd1c5;
}

.text-teal-500 {
  color: #38b2ac;
}

.text-teal-600 {
  color: #319795;
}

.text-teal-700 {
  color: #2c7a7b;
}

.text-teal-800 {
  color: #285e61;
}

.text-teal-900 {
  color: #234e52;
}

.text-blue-100 {
  color: #ebf8ff;
}

.text-blue-200 {
  color: #bee3f8;
}

.text-blue-300 {
  color: #90cdf4;
}

.text-blue-400 {
  color: #63b3ed;
}

.text-blue-500 {
  color: #4299e1;
}

.text-blue-600 {
  color: #3182ce;
}

.text-blue-700 {
  color: #2b6cb0;
}

.text-blue-800 {
  color: #2c5282;
}

.text-blue-900 {
  color: #2a4365;
}

.text-indigo-100 {
  color: #ebf4ff;
}

.text-indigo-200 {
  color: #c3dafe;
}

.text-indigo-300 {
  color: #a3bffa;
}

.text-indigo-400 {
  color: #7f9cf5;
}

.text-indigo-500 {
  color: #667eea;
}

.text-indigo-600 {
  color: #5a67d8;
}

.text-indigo-700 {
  color: #4c51bf;
}

.text-indigo-800 {
  color: #434190;
}

.text-indigo-900 {
  color: #3c366b;
}

.text-purple-100 {
  color: #faf5ff;
}

.text-purple-200 {
  color: #e9d8fd;
}

.text-purple-300 {
  color: #d6bcfa;
}

.text-purple-400 {
  color: #b794f4;
}

.text-purple-500 {
  color: #9f7aea;
}

.text-purple-600 {
  color: #805ad5;
}

.text-purple-700 {
  color: #6b46c1;
}

.text-purple-800 {
  color: #553c9a;
}

.text-purple-900 {
  color: #44337a;
}

.text-pink-100 {
  color: #fff5f7;
}

.text-pink-200 {
  color: #fed7e2;
}

.text-pink-300 {
  color: #fbb6ce;
}

.text-pink-400 {
  color: #f687b3;
}

.text-pink-500 {
  color: #ed64a6;
}

.text-pink-600 {
  color: #d53f8c;
}

.text-pink-700 {
  color: #b83280;
}

.text-pink-800 {
  color: #97266d;
}

.text-pink-900 {
  color: #702459;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-primary:hover {
  color: var(--color-primary);
}

.hover\:text-link:hover {
  color: #4299e1;
}

.hover\:text-gray-100:hover {
  color: #f7fafc;
}

.hover\:text-gray-200:hover {
  color: #edf2f7;
}

.hover\:text-gray-300:hover {
  color: #e2e8f0;
}

.hover\:text-gray-400:hover {
  color: #cbd5e0;
}

.hover\:text-gray-500:hover {
  color: #a0aec0;
}

.hover\:text-gray-600:hover {
  color: #718096;
}

.hover\:text-gray-700:hover {
  color: #4a5568;
}

.hover\:text-gray-800:hover {
  color: #2d3748;
}

.hover\:text-gray-900:hover {
  color: #1a202c;
}

.hover\:text-red-100:hover {
  color: #fff5f5;
}

.hover\:text-red-200:hover {
  color: #fed7d7;
}

.hover\:text-red-300:hover {
  color: #feb2b2;
}

.hover\:text-red-400:hover {
  color: #fc8181;
}

.hover\:text-red-500:hover {
  color: #f56565;
}

.hover\:text-red-600:hover {
  color: #e53e3e;
}

.hover\:text-red-700:hover {
  color: #c53030;
}

.hover\:text-red-800:hover {
  color: #9b2c2c;
}

.hover\:text-red-900:hover {
  color: #742a2a;
}

.hover\:text-orange-100:hover {
  color: #fffaf0;
}

.hover\:text-orange-200:hover {
  color: #feebc8;
}

.hover\:text-orange-300:hover {
  color: #fbd38d;
}

.hover\:text-orange-400:hover {
  color: #f6ad55;
}

.hover\:text-orange-500:hover {
  color: #ed8936;
}

.hover\:text-orange-600:hover {
  color: #dd6b20;
}

.hover\:text-orange-700:hover {
  color: #c05621;
}

.hover\:text-orange-800:hover {
  color: #9c4221;
}

.hover\:text-orange-900:hover {
  color: #7b341e;
}

.hover\:text-yellow-100:hover {
  color: #fffff0;
}

.hover\:text-yellow-200:hover {
  color: #fefcbf;
}

.hover\:text-yellow-300:hover {
  color: #faf089;
}

.hover\:text-yellow-400:hover {
  color: #f6e05e;
}

.hover\:text-yellow-500:hover {
  color: #ecc94b;
}

.hover\:text-yellow-600:hover {
  color: #d69e2e;
}

.hover\:text-yellow-700:hover {
  color: #b7791f;
}

.hover\:text-yellow-800:hover {
  color: #975a16;
}

.hover\:text-yellow-900:hover {
  color: #744210;
}

.hover\:text-green-100:hover {
  color: #f0fff4;
}

.hover\:text-green-200:hover {
  color: #c6f6d5;
}

.hover\:text-green-300:hover {
  color: #9ae6b4;
}

.hover\:text-green-400:hover {
  color: #68d391;
}

.hover\:text-green-500:hover {
  color: #48bb78;
}

.hover\:text-green-600:hover {
  color: #38a169;
}

.hover\:text-green-700:hover {
  color: #2f855a;
}

.hover\:text-green-800:hover {
  color: #276749;
}

.hover\:text-green-900:hover {
  color: #22543d;
}

.hover\:text-teal-100:hover {
  color: #e6fffa;
}

.hover\:text-teal-200:hover {
  color: #b2f5ea;
}

.hover\:text-teal-300:hover {
  color: #81e6d9;
}

.hover\:text-teal-400:hover {
  color: #4fd1c5;
}

.hover\:text-teal-500:hover {
  color: #38b2ac;
}

.hover\:text-teal-600:hover {
  color: #319795;
}

.hover\:text-teal-700:hover {
  color: #2c7a7b;
}

.hover\:text-teal-800:hover {
  color: #285e61;
}

.hover\:text-teal-900:hover {
  color: #234e52;
}

.hover\:text-blue-100:hover {
  color: #ebf8ff;
}

.hover\:text-blue-200:hover {
  color: #bee3f8;
}

.hover\:text-blue-300:hover {
  color: #90cdf4;
}

.hover\:text-blue-400:hover {
  color: #63b3ed;
}

.hover\:text-blue-500:hover {
  color: #4299e1;
}

.hover\:text-blue-600:hover {
  color: #3182ce;
}

.hover\:text-blue-700:hover {
  color: #2b6cb0;
}

.hover\:text-blue-800:hover {
  color: #2c5282;
}

.hover\:text-blue-900:hover {
  color: #2a4365;
}

.hover\:text-indigo-100:hover {
  color: #ebf4ff;
}

.hover\:text-indigo-200:hover {
  color: #c3dafe;
}

.hover\:text-indigo-300:hover {
  color: #a3bffa;
}

.hover\:text-indigo-400:hover {
  color: #7f9cf5;
}

.hover\:text-indigo-500:hover {
  color: #667eea;
}

.hover\:text-indigo-600:hover {
  color: #5a67d8;
}

.hover\:text-indigo-700:hover {
  color: #4c51bf;
}

.hover\:text-indigo-800:hover {
  color: #434190;
}

.hover\:text-indigo-900:hover {
  color: #3c366b;
}

.hover\:text-purple-100:hover {
  color: #faf5ff;
}

.hover\:text-purple-200:hover {
  color: #e9d8fd;
}

.hover\:text-purple-300:hover {
  color: #d6bcfa;
}

.hover\:text-purple-400:hover {
  color: #b794f4;
}

.hover\:text-purple-500:hover {
  color: #9f7aea;
}

.hover\:text-purple-600:hover {
  color: #805ad5;
}

.hover\:text-purple-700:hover {
  color: #6b46c1;
}

.hover\:text-purple-800:hover {
  color: #553c9a;
}

.hover\:text-purple-900:hover {
  color: #44337a;
}

.hover\:text-pink-100:hover {
  color: #fff5f7;
}

.hover\:text-pink-200:hover {
  color: #fed7e2;
}

.hover\:text-pink-300:hover {
  color: #fbb6ce;
}

.hover\:text-pink-400:hover {
  color: #f687b3;
}

.hover\:text-pink-500:hover {
  color: #ed64a6;
}

.hover\:text-pink-600:hover {
  color: #d53f8c;
}

.hover\:text-pink-700:hover {
  color: #b83280;
}

.hover\:text-pink-800:hover {
  color: #97266d;
}

.hover\:text-pink-900:hover {
  color: #702459;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-black:focus {
  color: #000;
}

.focus\:text-white:focus {
  color: #fff;
}

.focus\:text-primary:focus {
  color: var(--color-primary);
}

.focus\:text-link:focus {
  color: #4299e1;
}

.focus\:text-gray-100:focus {
  color: #f7fafc;
}

.focus\:text-gray-200:focus {
  color: #edf2f7;
}

.focus\:text-gray-300:focus {
  color: #e2e8f0;
}

.focus\:text-gray-400:focus {
  color: #cbd5e0;
}

.focus\:text-gray-500:focus {
  color: #a0aec0;
}

.focus\:text-gray-600:focus {
  color: #718096;
}

.focus\:text-gray-700:focus {
  color: #4a5568;
}

.focus\:text-gray-800:focus {
  color: #2d3748;
}

.focus\:text-gray-900:focus {
  color: #1a202c;
}

.focus\:text-red-100:focus {
  color: #fff5f5;
}

.focus\:text-red-200:focus {
  color: #fed7d7;
}

.focus\:text-red-300:focus {
  color: #feb2b2;
}

.focus\:text-red-400:focus {
  color: #fc8181;
}

.focus\:text-red-500:focus {
  color: #f56565;
}

.focus\:text-red-600:focus {
  color: #e53e3e;
}

.focus\:text-red-700:focus {
  color: #c53030;
}

.focus\:text-red-800:focus {
  color: #9b2c2c;
}

.focus\:text-red-900:focus {
  color: #742a2a;
}

.focus\:text-orange-100:focus {
  color: #fffaf0;
}

.focus\:text-orange-200:focus {
  color: #feebc8;
}

.focus\:text-orange-300:focus {
  color: #fbd38d;
}

.focus\:text-orange-400:focus {
  color: #f6ad55;
}

.focus\:text-orange-500:focus {
  color: #ed8936;
}

.focus\:text-orange-600:focus {
  color: #dd6b20;
}

.focus\:text-orange-700:focus {
  color: #c05621;
}

.focus\:text-orange-800:focus {
  color: #9c4221;
}

.focus\:text-orange-900:focus {
  color: #7b341e;
}

.focus\:text-yellow-100:focus {
  color: #fffff0;
}

.focus\:text-yellow-200:focus {
  color: #fefcbf;
}

.focus\:text-yellow-300:focus {
  color: #faf089;
}

.focus\:text-yellow-400:focus {
  color: #f6e05e;
}

.focus\:text-yellow-500:focus {
  color: #ecc94b;
}

.focus\:text-yellow-600:focus {
  color: #d69e2e;
}

.focus\:text-yellow-700:focus {
  color: #b7791f;
}

.focus\:text-yellow-800:focus {
  color: #975a16;
}

.focus\:text-yellow-900:focus {
  color: #744210;
}

.focus\:text-green-100:focus {
  color: #f0fff4;
}

.focus\:text-green-200:focus {
  color: #c6f6d5;
}

.focus\:text-green-300:focus {
  color: #9ae6b4;
}

.focus\:text-green-400:focus {
  color: #68d391;
}

.focus\:text-green-500:focus {
  color: #48bb78;
}

.focus\:text-green-600:focus {
  color: #38a169;
}

.focus\:text-green-700:focus {
  color: #2f855a;
}

.focus\:text-green-800:focus {
  color: #276749;
}

.focus\:text-green-900:focus {
  color: #22543d;
}

.focus\:text-teal-100:focus {
  color: #e6fffa;
}

.focus\:text-teal-200:focus {
  color: #b2f5ea;
}

.focus\:text-teal-300:focus {
  color: #81e6d9;
}

.focus\:text-teal-400:focus {
  color: #4fd1c5;
}

.focus\:text-teal-500:focus {
  color: #38b2ac;
}

.focus\:text-teal-600:focus {
  color: #319795;
}

.focus\:text-teal-700:focus {
  color: #2c7a7b;
}

.focus\:text-teal-800:focus {
  color: #285e61;
}

.focus\:text-teal-900:focus {
  color: #234e52;
}

.focus\:text-blue-100:focus {
  color: #ebf8ff;
}

.focus\:text-blue-200:focus {
  color: #bee3f8;
}

.focus\:text-blue-300:focus {
  color: #90cdf4;
}

.focus\:text-blue-400:focus {
  color: #63b3ed;
}

.focus\:text-blue-500:focus {
  color: #4299e1;
}

.focus\:text-blue-600:focus {
  color: #3182ce;
}

.focus\:text-blue-700:focus {
  color: #2b6cb0;
}

.focus\:text-blue-800:focus {
  color: #2c5282;
}

.focus\:text-blue-900:focus {
  color: #2a4365;
}

.focus\:text-indigo-100:focus {
  color: #ebf4ff;
}

.focus\:text-indigo-200:focus {
  color: #c3dafe;
}

.focus\:text-indigo-300:focus {
  color: #a3bffa;
}

.focus\:text-indigo-400:focus {
  color: #7f9cf5;
}

.focus\:text-indigo-500:focus {
  color: #667eea;
}

.focus\:text-indigo-600:focus {
  color: #5a67d8;
}

.focus\:text-indigo-700:focus {
  color: #4c51bf;
}

.focus\:text-indigo-800:focus {
  color: #434190;
}

.focus\:text-indigo-900:focus {
  color: #3c366b;
}

.focus\:text-purple-100:focus {
  color: #faf5ff;
}

.focus\:text-purple-200:focus {
  color: #e9d8fd;
}

.focus\:text-purple-300:focus {
  color: #d6bcfa;
}

.focus\:text-purple-400:focus {
  color: #b794f4;
}

.focus\:text-purple-500:focus {
  color: #9f7aea;
}

.focus\:text-purple-600:focus {
  color: #805ad5;
}

.focus\:text-purple-700:focus {
  color: #6b46c1;
}

.focus\:text-purple-800:focus {
  color: #553c9a;
}

.focus\:text-purple-900:focus {
  color: #44337a;
}

.focus\:text-pink-100:focus {
  color: #fff5f7;
}

.focus\:text-pink-200:focus {
  color: #fed7e2;
}

.focus\:text-pink-300:focus {
  color: #fbb6ce;
}

.focus\:text-pink-400:focus {
  color: #f687b3;
}

.focus\:text-pink-500:focus {
  color: #ed64a6;
}

.focus\:text-pink-600:focus {
  color: #d53f8c;
}

.focus\:text-pink-700:focus {
  color: #b83280;
}

.focus\:text-pink-800:focus {
  color: #97266d;
}

.focus\:text-pink-900:focus {
  color: #702459;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-modal {
  width: 30vw;
}

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

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

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

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

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

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

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

.button {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 0.25rem;
}

.button-small {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.button-big {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.input {
  border-width: 1px;
  outline: 0;
  border-color: #a0aec0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  font-size: 0.875rem;
}

.input:focus {
  border-color: var(--color-primary);
}

.task-title-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.inputTitle {
  color: #2d3748;
  margin-bottom: 0;
  font-weight: 600;
}

.inputError {
  color: #9b2c2c;
  font-size: 0.875rem;
}

.input-disabled {
  border-width: 1px;
  outline: 0;
  border-color: #a0aec0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.25rem;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  font-size: 0.875rem;
  background-color: #edf2f7;
}

.menu-item {
  display: flex;
  height: 100%;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.menu-item:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.menu-item.active {
  background-color: var(--color-primary);
  color: #fff;
}

.menu-seperator {
  background-color: var(--color-primary);
  width: 1px;
  margin: 0.5rem;
}

.menu-item-container {
  display: flex;
}

@media (min-width: 100px) {
  .menu-seperator {
    display: none;
  }

  .menu-item {
    width: 25%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .menu-item svg.icon {
    width: 2rem;
    height: 2rem;
  }

  .menu-item-container {
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
  }

  .menu-item-container-container {
    position: fixed;
    top: 5rem;
    left: 0;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 100%;
    max-height: 0;
    transition: max-height 0.15s ease-out;
  }

  .menu-item-container-container.fold-out {
    max-height: 100%;
    transition: max-height 0.25s ease-in;
    transition--moz-transition: max-height 0.25s ease-in;
    transition--ms-transition: max-height 0.25s ease-in;
    transition--o-transition: max-height 0.25s ease-in;
    transition--webkit-transition: max-height 0.25s ease-in;
  }
}

@media (min-width: 1025px) {
  .menu-seperator {
    display: flex;
  }

  .menu-item {
    width: 3rem;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-item svg.icon {
    width: 100%;
    height: 1.25rem;
  }

  .menu-item-container {
    align-content: space-between;
    color: var(--color-primary);
    font-size: 1.25rem;
    flex-wrap: nowrap;
    height: 100%;
  }

  .menu-item-container-container {
    display: flex;
    width: 100%;
    position: static;
    height: 100%;
    margin: 0;
    box-shadow: none;
    max-height: none;
  }
}

.table-header {
  display: flex;
  width: 100%;
}

.table-header .table-header-item {
  border-width: 1px;
  font-weight: 500;
  color: var(--color-primary);
}

.table-row {
  display: flex;
  width: 100%;
}

.table-row:hover {
  background-color: #e2e8f0;
}

.table-row:nth-child(odd) {
  background-color: #f7fafc;
}

.table-row:nth-child(odd):hover {
  background-color: #e2e8f0;
}

.table-row .table-row-item {
  border-width: 1px;
  padding: 0.5rem;
}

.table-row.clickable {
  cursor: pointer;
}

.section-header {
  border-bottom-width: 1px;
  border-color: #718096;
  color: #718096;
}

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

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

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

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

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

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

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

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

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

  .handy\:bg-black {
    background-color: #000;
  }

  .handy\:bg-white {
    background-color: #fff;
  }

  .handy\:bg-primary {
    background-color: var(--color-primary);
  }

  .handy\:bg-link {
    background-color: #4299e1;
  }

  .handy\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .handy\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .handy\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .handy\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .handy\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .handy\:bg-gray-600 {
    background-color: #718096;
  }

  .handy\:bg-gray-700 {
    background-color: #4a5568;
  }

  .handy\:bg-gray-800 {
    background-color: #2d3748;
  }

  .handy\:bg-gray-900 {
    background-color: #1a202c;
  }

  .handy\:bg-red-100 {
    background-color: #fff5f5;
  }

  .handy\:bg-red-200 {
    background-color: #fed7d7;
  }

  .handy\:bg-red-300 {
    background-color: #feb2b2;
  }

  .handy\:bg-red-400 {
    background-color: #fc8181;
  }

  .handy\:bg-red-500 {
    background-color: #f56565;
  }

  .handy\:bg-red-600 {
    background-color: #e53e3e;
  }

  .handy\:bg-red-700 {
    background-color: #c53030;
  }

  .handy\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .handy\:bg-red-900 {
    background-color: #742a2a;
  }

  .handy\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .handy\:bg-orange-200 {
    background-color: #feebc8;
  }

  .handy\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .handy\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .handy\:bg-orange-500 {
    background-color: #ed8936;
  }

  .handy\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .handy\:bg-orange-700 {
    background-color: #c05621;
  }

  .handy\:bg-orange-800 {
    background-color: #9c4221;
  }

  .handy\:bg-orange-900 {
    background-color: #7b341e;
  }

  .handy\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .handy\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .handy\:bg-yellow-300 {
    background-color: #faf089;
  }

  .handy\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .handy\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .handy\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .handy\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .handy\:bg-yellow-800 {
    background-color: #975a16;
  }

  .handy\:bg-yellow-900 {
    background-color: #744210;
  }

  .handy\:bg-green-100 {
    background-color: #f0fff4;
  }

  .handy\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .handy\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .handy\:bg-green-400 {
    background-color: #68d391;
  }

  .handy\:bg-green-500 {
    background-color: #48bb78;
  }

  .handy\:bg-green-600 {
    background-color: #38a169;
  }

  .handy\:bg-green-700 {
    background-color: #2f855a;
  }

  .handy\:bg-green-800 {
    background-color: #276749;
  }

  .handy\:bg-green-900 {
    background-color: #22543d;
  }

  .handy\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .handy\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .handy\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .handy\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .handy\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .handy\:bg-teal-600 {
    background-color: #319795;
  }

  .handy\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .handy\:bg-teal-800 {
    background-color: #285e61;
  }

  .handy\:bg-teal-900 {
    background-color: #234e52;
  }

  .handy\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .handy\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .handy\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .handy\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .handy\:bg-blue-500 {
    background-color: #4299e1;
  }

  .handy\:bg-blue-600 {
    background-color: #3182ce;
  }

  .handy\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .handy\:bg-blue-800 {
    background-color: #2c5282;
  }

  .handy\:bg-blue-900 {
    background-color: #2a4365;
  }

  .handy\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .handy\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .handy\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .handy\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .handy\:bg-indigo-500 {
    background-color: #667eea;
  }

  .handy\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .handy\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .handy\:bg-indigo-800 {
    background-color: #434190;
  }

  .handy\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .handy\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .handy\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .handy\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .handy\:bg-purple-400 {
    background-color: #b794f4;
  }

  .handy\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .handy\:bg-purple-600 {
    background-color: #805ad5;
  }

  .handy\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .handy\:bg-purple-800 {
    background-color: #553c9a;
  }

  .handy\:bg-purple-900 {
    background-color: #44337a;
  }

  .handy\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .handy\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .handy\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .handy\:bg-pink-400 {
    background-color: #f687b3;
  }

  .handy\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .handy\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .handy\:bg-pink-700 {
    background-color: #b83280;
  }

  .handy\:bg-pink-800 {
    background-color: #97266d;
  }

  .handy\:bg-pink-900 {
    background-color: #702459;
  }

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

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

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

  .handy\:hover\:bg-primary:hover {
    background-color: var(--color-primary);
  }

  .handy\:hover\:bg-link:hover {
    background-color: #4299e1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .handy\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .handy\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .handy\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .handy\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .handy\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .handy\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .handy\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .handy\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .handy\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .handy\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .handy\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .handy\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .handy\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .handy\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .handy\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .handy\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .handy\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .handy\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .handy\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .handy\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .handy\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .handy\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .handy\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .handy\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .handy\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .handy\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .handy\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .handy\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .handy\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .handy\:focus\:bg-black:focus {
    background-color: #000;
  }

  .handy\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .handy\:focus\:bg-primary:focus {
    background-color: var(--color-primary);
  }

  .handy\:focus\:bg-link:focus {
    background-color: #4299e1;
  }

  .handy\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .handy\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .handy\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .handy\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .handy\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .handy\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .handy\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .handy\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .handy\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .handy\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .handy\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .handy\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .handy\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .handy\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .handy\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .handy\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .handy\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .handy\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .handy\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .handy\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .handy\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .handy\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .handy\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .handy\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .handy\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .handy\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .handy\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .handy\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .handy\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .handy\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .handy\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .handy\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .handy\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .handy\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .handy\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .handy\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .handy\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .handy\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .handy\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .handy\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .handy\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .handy\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .handy\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .handy\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .handy\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .handy\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .handy\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .handy\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .handy\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .handy\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .handy\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .handy\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .handy\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .handy\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .handy\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .handy\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .handy\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .handy\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .handy\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .handy\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .handy\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .handy\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .handy\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .handy\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .handy\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .handy\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .handy\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .handy\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .handy\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .handy\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .handy\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .handy\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .handy\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .handy\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .handy\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .handy\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .handy\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .handy\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .handy\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .handy\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .handy\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .handy\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .handy\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .handy\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .handy\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .handy\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .handy\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .handy\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .handy\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .handy\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .handy\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .handy\:odd\:bg-black:nth-child(odd) {
    background-color: #000;
  }

  .handy\:odd\:bg-white:nth-child(odd) {
    background-color: #fff;
  }

  .handy\:odd\:bg-primary:nth-child(odd) {
    background-color: var(--color-primary);
  }

  .handy\:odd\:bg-link:nth-child(odd) {
    background-color: #4299e1;
  }

  .handy\:odd\:bg-gray-100:nth-child(odd) {
    background-color: #f7fafc;
  }

  .handy\:odd\:bg-gray-200:nth-child(odd) {
    background-color: #edf2f7;
  }

  .handy\:odd\:bg-gray-300:nth-child(odd) {
    background-color: #e2e8f0;
  }

  .handy\:odd\:bg-gray-400:nth-child(odd) {
    background-color: #cbd5e0;
  }

  .handy\:odd\:bg-gray-500:nth-child(odd) {
    background-color: #a0aec0;
  }

  .handy\:odd\:bg-gray-600:nth-child(odd) {
    background-color: #718096;
  }

  .handy\:odd\:bg-gray-700:nth-child(odd) {
    background-color: #4a5568;
  }

  .handy\:odd\:bg-gray-800:nth-child(odd) {
    background-color: #2d3748;
  }

  .handy\:odd\:bg-gray-900:nth-child(odd) {
    background-color: #1a202c;
  }

  .handy\:odd\:bg-red-100:nth-child(odd) {
    background-color: #fff5f5;
  }

  .handy\:odd\:bg-red-200:nth-child(odd) {
    background-color: #fed7d7;
  }

  .handy\:odd\:bg-red-300:nth-child(odd) {
    background-color: #feb2b2;
  }

  .handy\:odd\:bg-red-400:nth-child(odd) {
    background-color: #fc8181;
  }

  .handy\:odd\:bg-red-500:nth-child(odd) {
    background-color: #f56565;
  }

  .handy\:odd\:bg-red-600:nth-child(odd) {
    background-color: #e53e3e;
  }

  .handy\:odd\:bg-red-700:nth-child(odd) {
    background-color: #c53030;
  }

  .handy\:odd\:bg-red-800:nth-child(odd) {
    background-color: #9b2c2c;
  }

  .handy\:odd\:bg-red-900:nth-child(odd) {
    background-color: #742a2a;
  }

  .handy\:odd\:bg-orange-100:nth-child(odd) {
    background-color: #fffaf0;
  }

  .handy\:odd\:bg-orange-200:nth-child(odd) {
    background-color: #feebc8;
  }

  .handy\:odd\:bg-orange-300:nth-child(odd) {
    background-color: #fbd38d;
  }

  .handy\:odd\:bg-orange-400:nth-child(odd) {
    background-color: #f6ad55;
  }

  .handy\:odd\:bg-orange-500:nth-child(odd) {
    background-color: #ed8936;
  }

  .handy\:odd\:bg-orange-600:nth-child(odd) {
    background-color: #dd6b20;
  }

  .handy\:odd\:bg-orange-700:nth-child(odd) {
    background-color: #c05621;
  }

  .handy\:odd\:bg-orange-800:nth-child(odd) {
    background-color: #9c4221;
  }

  .handy\:odd\:bg-orange-900:nth-child(odd) {
    background-color: #7b341e;
  }

  .handy\:odd\:bg-yellow-100:nth-child(odd) {
    background-color: #fffff0;
  }

  .handy\:odd\:bg-yellow-200:nth-child(odd) {
    background-color: #fefcbf;
  }

  .handy\:odd\:bg-yellow-300:nth-child(odd) {
    background-color: #faf089;
  }

  .handy\:odd\:bg-yellow-400:nth-child(odd) {
    background-color: #f6e05e;
  }

  .handy\:odd\:bg-yellow-500:nth-child(odd) {
    background-color: #ecc94b;
  }

  .handy\:odd\:bg-yellow-600:nth-child(odd) {
    background-color: #d69e2e;
  }

  .handy\:odd\:bg-yellow-700:nth-child(odd) {
    background-color: #b7791f;
  }

  .handy\:odd\:bg-yellow-800:nth-child(odd) {
    background-color: #975a16;
  }

  .handy\:odd\:bg-yellow-900:nth-child(odd) {
    background-color: #744210;
  }

  .handy\:odd\:bg-green-100:nth-child(odd) {
    background-color: #f0fff4;
  }

  .handy\:odd\:bg-green-200:nth-child(odd) {
    background-color: #c6f6d5;
  }

  .handy\:odd\:bg-green-300:nth-child(odd) {
    background-color: #9ae6b4;
  }

  .handy\:odd\:bg-green-400:nth-child(odd) {
    background-color: #68d391;
  }

  .handy\:odd\:bg-green-500:nth-child(odd) {
    background-color: #48bb78;
  }

  .handy\:odd\:bg-green-600:nth-child(odd) {
    background-color: #38a169;
  }

  .handy\:odd\:bg-green-700:nth-child(odd) {
    background-color: #2f855a;
  }

  .handy\:odd\:bg-green-800:nth-child(odd) {
    background-color: #276749;
  }

  .handy\:odd\:bg-green-900:nth-child(odd) {
    background-color: #22543d;
  }

  .handy\:odd\:bg-teal-100:nth-child(odd) {
    background-color: #e6fffa;
  }

  .handy\:odd\:bg-teal-200:nth-child(odd) {
    background-color: #b2f5ea;
  }

  .handy\:odd\:bg-teal-300:nth-child(odd) {
    background-color: #81e6d9;
  }

  .handy\:odd\:bg-teal-400:nth-child(odd) {
    background-color: #4fd1c5;
  }

  .handy\:odd\:bg-teal-500:nth-child(odd) {
    background-color: #38b2ac;
  }

  .handy\:odd\:bg-teal-600:nth-child(odd) {
    background-color: #319795;
  }

  .handy\:odd\:bg-teal-700:nth-child(odd) {
    background-color: #2c7a7b;
  }

  .handy\:odd\:bg-teal-800:nth-child(odd) {
    background-color: #285e61;
  }

  .handy\:odd\:bg-teal-900:nth-child(odd) {
    background-color: #234e52;
  }

  .handy\:odd\:bg-blue-100:nth-child(odd) {
    background-color: #ebf8ff;
  }

  .handy\:odd\:bg-blue-200:nth-child(odd) {
    background-color: #bee3f8;
  }

  .handy\:odd\:bg-blue-300:nth-child(odd) {
    background-color: #90cdf4;
  }

  .handy\:odd\:bg-blue-400:nth-child(odd) {
    background-color: #63b3ed;
  }

  .handy\:odd\:bg-blue-500:nth-child(odd) {
    background-color: #4299e1;
  }

  .handy\:odd\:bg-blue-600:nth-child(odd) {
    background-color: #3182ce;
  }

  .handy\:odd\:bg-blue-700:nth-child(odd) {
    background-color: #2b6cb0;
  }

  .handy\:odd\:bg-blue-800:nth-child(odd) {
    background-color: #2c5282;
  }

  .handy\:odd\:bg-blue-900:nth-child(odd) {
    background-color: #2a4365;
  }

  .handy\:odd\:bg-indigo-100:nth-child(odd) {
    background-color: #ebf4ff;
  }

  .handy\:odd\:bg-indigo-200:nth-child(odd) {
    background-color: #c3dafe;
  }

  .handy\:odd\:bg-indigo-300:nth-child(odd) {
    background-color: #a3bffa;
  }

  .handy\:odd\:bg-indigo-400:nth-child(odd) {
    background-color: #7f9cf5;
  }

  .handy\:odd\:bg-indigo-500:nth-child(odd) {
    background-color: #667eea;
  }

  .handy\:odd\:bg-indigo-600:nth-child(odd) {
    background-color: #5a67d8;
  }

  .handy\:odd\:bg-indigo-700:nth-child(odd) {
    background-color: #4c51bf;
  }

  .handy\:odd\:bg-indigo-800:nth-child(odd) {
    background-color: #434190;
  }

  .handy\:odd\:bg-indigo-900:nth-child(odd) {
    background-color: #3c366b;
  }

  .handy\:odd\:bg-purple-100:nth-child(odd) {
    background-color: #faf5ff;
  }

  .handy\:odd\:bg-purple-200:nth-child(odd) {
    background-color: #e9d8fd;
  }

  .handy\:odd\:bg-purple-300:nth-child(odd) {
    background-color: #d6bcfa;
  }

  .handy\:odd\:bg-purple-400:nth-child(odd) {
    background-color: #b794f4;
  }

  .handy\:odd\:bg-purple-500:nth-child(odd) {
    background-color: #9f7aea;
  }

  .handy\:odd\:bg-purple-600:nth-child(odd) {
    background-color: #805ad5;
  }

  .handy\:odd\:bg-purple-700:nth-child(odd) {
    background-color: #6b46c1;
  }

  .handy\:odd\:bg-purple-800:nth-child(odd) {
    background-color: #553c9a;
  }

  .handy\:odd\:bg-purple-900:nth-child(odd) {
    background-color: #44337a;
  }

  .handy\:odd\:bg-pink-100:nth-child(odd) {
    background-color: #fff5f7;
  }

  .handy\:odd\:bg-pink-200:nth-child(odd) {
    background-color: #fed7e2;
  }

  .handy\:odd\:bg-pink-300:nth-child(odd) {
    background-color: #fbb6ce;
  }

  .handy\:odd\:bg-pink-400:nth-child(odd) {
    background-color: #f687b3;
  }

  .handy\:odd\:bg-pink-500:nth-child(odd) {
    background-color: #ed64a6;
  }

  .handy\:odd\:bg-pink-600:nth-child(odd) {
    background-color: #d53f8c;
  }

  .handy\:odd\:bg-pink-700:nth-child(odd) {
    background-color: #b83280;
  }

  .handy\:odd\:bg-pink-800:nth-child(odd) {
    background-color: #97266d;
  }

  .handy\:odd\:bg-pink-900:nth-child(odd) {
    background-color: #702459;
  }

  .handy\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .handy\:even\:bg-black:nth-child(even) {
    background-color: #000;
  }

  .handy\:even\:bg-white:nth-child(even) {
    background-color: #fff;
  }

  .handy\:even\:bg-primary:nth-child(even) {
    background-color: var(--color-primary);
  }

  .handy\:even\:bg-link:nth-child(even) {
    background-color: #4299e1;
  }

  .handy\:even\:bg-gray-100:nth-child(even) {
    background-color: #f7fafc;
  }

  .handy\:even\:bg-gray-200:nth-child(even) {
    background-color: #edf2f7;
  }

  .handy\:even\:bg-gray-300:nth-child(even) {
    background-color: #e2e8f0;
  }

  .handy\:even\:bg-gray-400:nth-child(even) {
    background-color: #cbd5e0;
  }

  .handy\:even\:bg-gray-500:nth-child(even) {
    background-color: #a0aec0;
  }

  .handy\:even\:bg-gray-600:nth-child(even) {
    background-color: #718096;
  }

  .handy\:even\:bg-gray-700:nth-child(even) {
    background-color: #4a5568;
  }

  .handy\:even\:bg-gray-800:nth-child(even) {
    background-color: #2d3748;
  }

  .handy\:even\:bg-gray-900:nth-child(even) {
    background-color: #1a202c;
  }

  .handy\:even\:bg-red-100:nth-child(even) {
    background-color: #fff5f5;
  }

  .handy\:even\:bg-red-200:nth-child(even) {
    background-color: #fed7d7;
  }

  .handy\:even\:bg-red-300:nth-child(even) {
    background-color: #feb2b2;
  }

  .handy\:even\:bg-red-400:nth-child(even) {
    background-color: #fc8181;
  }

  .handy\:even\:bg-red-500:nth-child(even) {
    background-color: #f56565;
  }

  .handy\:even\:bg-red-600:nth-child(even) {
    background-color: #e53e3e;
  }

  .handy\:even\:bg-red-700:nth-child(even) {
    background-color: #c53030;
  }

  .handy\:even\:bg-red-800:nth-child(even) {
    background-color: #9b2c2c;
  }

  .handy\:even\:bg-red-900:nth-child(even) {
    background-color: #742a2a;
  }

  .handy\:even\:bg-orange-100:nth-child(even) {
    background-color: #fffaf0;
  }

  .handy\:even\:bg-orange-200:nth-child(even) {
    background-color: #feebc8;
  }

  .handy\:even\:bg-orange-300:nth-child(even) {
    background-color: #fbd38d;
  }

  .handy\:even\:bg-orange-400:nth-child(even) {
    background-color: #f6ad55;
  }

  .handy\:even\:bg-orange-500:nth-child(even) {
    background-color: #ed8936;
  }

  .handy\:even\:bg-orange-600:nth-child(even) {
    background-color: #dd6b20;
  }

  .handy\:even\:bg-orange-700:nth-child(even) {
    background-color: #c05621;
  }

  .handy\:even\:bg-orange-800:nth-child(even) {
    background-color: #9c4221;
  }

  .handy\:even\:bg-orange-900:nth-child(even) {
    background-color: #7b341e;
  }

  .handy\:even\:bg-yellow-100:nth-child(even) {
    background-color: #fffff0;
  }

  .handy\:even\:bg-yellow-200:nth-child(even) {
    background-color: #fefcbf;
  }

  .handy\:even\:bg-yellow-300:nth-child(even) {
    background-color: #faf089;
  }

  .handy\:even\:bg-yellow-400:nth-child(even) {
    background-color: #f6e05e;
  }

  .handy\:even\:bg-yellow-500:nth-child(even) {
    background-color: #ecc94b;
  }

  .handy\:even\:bg-yellow-600:nth-child(even) {
    background-color: #d69e2e;
  }

  .handy\:even\:bg-yellow-700:nth-child(even) {
    background-color: #b7791f;
  }

  .handy\:even\:bg-yellow-800:nth-child(even) {
    background-color: #975a16;
  }

  .handy\:even\:bg-yellow-900:nth-child(even) {
    background-color: #744210;
  }

  .handy\:even\:bg-green-100:nth-child(even) {
    background-color: #f0fff4;
  }

  .handy\:even\:bg-green-200:nth-child(even) {
    background-color: #c6f6d5;
  }

  .handy\:even\:bg-green-300:nth-child(even) {
    background-color: #9ae6b4;
  }

  .handy\:even\:bg-green-400:nth-child(even) {
    background-color: #68d391;
  }

  .handy\:even\:bg-green-500:nth-child(even) {
    background-color: #48bb78;
  }

  .handy\:even\:bg-green-600:nth-child(even) {
    background-color: #38a169;
  }

  .handy\:even\:bg-green-700:nth-child(even) {
    background-color: #2f855a;
  }

  .handy\:even\:bg-green-800:nth-child(even) {
    background-color: #276749;
  }

  .handy\:even\:bg-green-900:nth-child(even) {
    background-color: #22543d;
  }

  .handy\:even\:bg-teal-100:nth-child(even) {
    background-color: #e6fffa;
  }

  .handy\:even\:bg-teal-200:nth-child(even) {
    background-color: #b2f5ea;
  }

  .handy\:even\:bg-teal-300:nth-child(even) {
    background-color: #81e6d9;
  }

  .handy\:even\:bg-teal-400:nth-child(even) {
    background-color: #4fd1c5;
  }

  .handy\:even\:bg-teal-500:nth-child(even) {
    background-color: #38b2ac;
  }

  .handy\:even\:bg-teal-600:nth-child(even) {
    background-color: #319795;
  }

  .handy\:even\:bg-teal-700:nth-child(even) {
    background-color: #2c7a7b;
  }

  .handy\:even\:bg-teal-800:nth-child(even) {
    background-color: #285e61;
  }

  .handy\:even\:bg-teal-900:nth-child(even) {
    background-color: #234e52;
  }

  .handy\:even\:bg-blue-100:nth-child(even) {
    background-color: #ebf8ff;
  }

  .handy\:even\:bg-blue-200:nth-child(even) {
    background-color: #bee3f8;
  }

  .handy\:even\:bg-blue-300:nth-child(even) {
    background-color: #90cdf4;
  }

  .handy\:even\:bg-blue-400:nth-child(even) {
    background-color: #63b3ed;
  }

  .handy\:even\:bg-blue-500:nth-child(even) {
    background-color: #4299e1;
  }

  .handy\:even\:bg-blue-600:nth-child(even) {
    background-color: #3182ce;
  }

  .handy\:even\:bg-blue-700:nth-child(even) {
    background-color: #2b6cb0;
  }

  .handy\:even\:bg-blue-800:nth-child(even) {
    background-color: #2c5282;
  }

  .handy\:even\:bg-blue-900:nth-child(even) {
    background-color: #2a4365;
  }

  .handy\:even\:bg-indigo-100:nth-child(even) {
    background-color: #ebf4ff;
  }

  .handy\:even\:bg-indigo-200:nth-child(even) {
    background-color: #c3dafe;
  }

  .handy\:even\:bg-indigo-300:nth-child(even) {
    background-color: #a3bffa;
  }

  .handy\:even\:bg-indigo-400:nth-child(even) {
    background-color: #7f9cf5;
  }

  .handy\:even\:bg-indigo-500:nth-child(even) {
    background-color: #667eea;
  }

  .handy\:even\:bg-indigo-600:nth-child(even) {
    background-color: #5a67d8;
  }

  .handy\:even\:bg-indigo-700:nth-child(even) {
    background-color: #4c51bf;
  }

  .handy\:even\:bg-indigo-800:nth-child(even) {
    background-color: #434190;
  }

  .handy\:even\:bg-indigo-900:nth-child(even) {
    background-color: #3c366b;
  }

  .handy\:even\:bg-purple-100:nth-child(even) {
    background-color: #faf5ff;
  }

  .handy\:even\:bg-purple-200:nth-child(even) {
    background-color: #e9d8fd;
  }

  .handy\:even\:bg-purple-300:nth-child(even) {
    background-color: #d6bcfa;
  }

  .handy\:even\:bg-purple-400:nth-child(even) {
    background-color: #b794f4;
  }

  .handy\:even\:bg-purple-500:nth-child(even) {
    background-color: #9f7aea;
  }

  .handy\:even\:bg-purple-600:nth-child(even) {
    background-color: #805ad5;
  }

  .handy\:even\:bg-purple-700:nth-child(even) {
    background-color: #6b46c1;
  }

  .handy\:even\:bg-purple-800:nth-child(even) {
    background-color: #553c9a;
  }

  .handy\:even\:bg-purple-900:nth-child(even) {
    background-color: #44337a;
  }

  .handy\:even\:bg-pink-100:nth-child(even) {
    background-color: #fff5f7;
  }

  .handy\:even\:bg-pink-200:nth-child(even) {
    background-color: #fed7e2;
  }

  .handy\:even\:bg-pink-300:nth-child(even) {
    background-color: #fbb6ce;
  }

  .handy\:even\:bg-pink-400:nth-child(even) {
    background-color: #f687b3;
  }

  .handy\:even\:bg-pink-500:nth-child(even) {
    background-color: #ed64a6;
  }

  .handy\:even\:bg-pink-600:nth-child(even) {
    background-color: #d53f8c;
  }

  .handy\:even\:bg-pink-700:nth-child(even) {
    background-color: #b83280;
  }

  .handy\:even\:bg-pink-800:nth-child(even) {
    background-color: #97266d;
  }

  .handy\:even\:bg-pink-900:nth-child(even) {
    background-color: #702459;
  }

  .handy\:bg-bottom {
    background-position: bottom;
  }

  .handy\:bg-center {
    background-position: center;
  }

  .handy\:bg-left {
    background-position: left;
  }

  .handy\:bg-left-bottom {
    background-position: left bottom;
  }

  .handy\:bg-left-top {
    background-position: left top;
  }

  .handy\:bg-right {
    background-position: right;
  }

  .handy\:bg-right-bottom {
    background-position: right bottom;
  }

  .handy\:bg-right-top {
    background-position: right top;
  }

  .handy\:bg-top {
    background-position: top;
  }

  .handy\:bg-repeat {
    background-repeat: repeat;
  }

  .handy\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .handy\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .handy\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .handy\:bg-repeat-round {
    background-repeat: round;
  }

  .handy\:bg-repeat-space {
    background-repeat: space;
  }

  .handy\:bg-auto {
    background-size: auto;
  }

  .handy\:bg-cover {
    background-size: cover;
  }

  .handy\:bg-contain {
    background-size: contain;
  }

  .handy\:border-collapse {
    border-collapse: collapse;
  }

  .handy\:border-separate {
    border-collapse: separate;
  }

  .handy\:border-transparent {
    border-color: transparent;
  }

  .handy\:border-black {
    border-color: #000;
  }

  .handy\:border-white {
    border-color: #fff;
  }

  .handy\:border-primary {
    border-color: var(--color-primary);
  }

  .handy\:border-link {
    border-color: #4299e1;
  }

  .handy\:border-gray-100 {
    border-color: #f7fafc;
  }

  .handy\:border-gray-200 {
    border-color: #edf2f7;
  }

  .handy\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .handy\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .handy\:border-gray-500 {
    border-color: #a0aec0;
  }

  .handy\:border-gray-600 {
    border-color: #718096;
  }

  .handy\:border-gray-700 {
    border-color: #4a5568;
  }

  .handy\:border-gray-800 {
    border-color: #2d3748;
  }

  .handy\:border-gray-900 {
    border-color: #1a202c;
  }

  .handy\:border-red-100 {
    border-color: #fff5f5;
  }

  .handy\:border-red-200 {
    border-color: #fed7d7;
  }

  .handy\:border-red-300 {
    border-color: #feb2b2;
  }

  .handy\:border-red-400 {
    border-color: #fc8181;
  }

  .handy\:border-red-500 {
    border-color: #f56565;
  }

  .handy\:border-red-600 {
    border-color: #e53e3e;
  }

  .handy\:border-red-700 {
    border-color: #c53030;
  }

  .handy\:border-red-800 {
    border-color: #9b2c2c;
  }

  .handy\:border-red-900 {
    border-color: #742a2a;
  }

  .handy\:border-orange-100 {
    border-color: #fffaf0;
  }

  .handy\:border-orange-200 {
    border-color: #feebc8;
  }

  .handy\:border-orange-300 {
    border-color: #fbd38d;
  }

  .handy\:border-orange-400 {
    border-color: #f6ad55;
  }

  .handy\:border-orange-500 {
    border-color: #ed8936;
  }

  .handy\:border-orange-600 {
    border-color: #dd6b20;
  }

  .handy\:border-orange-700 {
    border-color: #c05621;
  }

  .handy\:border-orange-800 {
    border-color: #9c4221;
  }

  .handy\:border-orange-900 {
    border-color: #7b341e;
  }

  .handy\:border-yellow-100 {
    border-color: #fffff0;
  }

  .handy\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .handy\:border-yellow-300 {
    border-color: #faf089;
  }

  .handy\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .handy\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .handy\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .handy\:border-yellow-700 {
    border-color: #b7791f;
  }

  .handy\:border-yellow-800 {
    border-color: #975a16;
  }

  .handy\:border-yellow-900 {
    border-color: #744210;
  }

  .handy\:border-green-100 {
    border-color: #f0fff4;
  }

  .handy\:border-green-200 {
    border-color: #c6f6d5;
  }

  .handy\:border-green-300 {
    border-color: #9ae6b4;
  }

  .handy\:border-green-400 {
    border-color: #68d391;
  }

  .handy\:border-green-500 {
    border-color: #48bb78;
  }

  .handy\:border-green-600 {
    border-color: #38a169;
  }

  .handy\:border-green-700 {
    border-color: #2f855a;
  }

  .handy\:border-green-800 {
    border-color: #276749;
  }

  .handy\:border-green-900 {
    border-color: #22543d;
  }

  .handy\:border-teal-100 {
    border-color: #e6fffa;
  }

  .handy\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .handy\:border-teal-300 {
    border-color: #81e6d9;
  }

  .handy\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .handy\:border-teal-500 {
    border-color: #38b2ac;
  }

  .handy\:border-teal-600 {
    border-color: #319795;
  }

  .handy\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .handy\:border-teal-800 {
    border-color: #285e61;
  }

  .handy\:border-teal-900 {
    border-color: #234e52;
  }

  .handy\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .handy\:border-blue-200 {
    border-color: #bee3f8;
  }

  .handy\:border-blue-300 {
    border-color: #90cdf4;
  }

  .handy\:border-blue-400 {
    border-color: #63b3ed;
  }

  .handy\:border-blue-500 {
    border-color: #4299e1;
  }

  .handy\:border-blue-600 {
    border-color: #3182ce;
  }

  .handy\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .handy\:border-blue-800 {
    border-color: #2c5282;
  }

  .handy\:border-blue-900 {
    border-color: #2a4365;
  }

  .handy\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .handy\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .handy\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .handy\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .handy\:border-indigo-500 {
    border-color: #667eea;
  }

  .handy\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .handy\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .handy\:border-indigo-800 {
    border-color: #434190;
  }

  .handy\:border-indigo-900 {
    border-color: #3c366b;
  }

  .handy\:border-purple-100 {
    border-color: #faf5ff;
  }

  .handy\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .handy\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .handy\:border-purple-400 {
    border-color: #b794f4;
  }

  .handy\:border-purple-500 {
    border-color: #9f7aea;
  }

  .handy\:border-purple-600 {
    border-color: #805ad5;
  }

  .handy\:border-purple-700 {
    border-color: #6b46c1;
  }

  .handy\:border-purple-800 {
    border-color: #553c9a;
  }

  .handy\:border-purple-900 {
    border-color: #44337a;
  }

  .handy\:border-pink-100 {
    border-color: #fff5f7;
  }

  .handy\:border-pink-200 {
    border-color: #fed7e2;
  }

  .handy\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .handy\:border-pink-400 {
    border-color: #f687b3;
  }

  .handy\:border-pink-500 {
    border-color: #ed64a6;
  }

  .handy\:border-pink-600 {
    border-color: #d53f8c;
  }

  .handy\:border-pink-700 {
    border-color: #b83280;
  }

  .handy\:border-pink-800 {
    border-color: #97266d;
  }

  .handy\:border-pink-900 {
    border-color: #702459;
  }

  .handy\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .handy\:hover\:border-black:hover {
    border-color: #000;
  }

  .handy\:hover\:border-white:hover {
    border-color: #fff;
  }

  .handy\:hover\:border-primary:hover {
    border-color: var(--color-primary);
  }

  .handy\:hover\:border-link:hover {
    border-color: #4299e1;
  }

  .handy\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .handy\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .handy\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .handy\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .handy\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .handy\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .handy\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .handy\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .handy\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .handy\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .handy\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .handy\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .handy\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .handy\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .handy\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .handy\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .handy\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .handy\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .handy\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .handy\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .handy\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .handy\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .handy\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .handy\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .handy\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .handy\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .handy\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .handy\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .handy\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .handy\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .handy\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .handy\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .handy\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .handy\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .handy\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .handy\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .handy\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .handy\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .handy\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .handy\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .handy\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .handy\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .handy\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .handy\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .handy\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .handy\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .handy\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .handy\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .handy\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .handy\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .handy\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .handy\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .handy\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .handy\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .handy\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .handy\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .handy\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .handy\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .handy\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .handy\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .handy\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .handy\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .handy\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .handy\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .handy\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .handy\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .handy\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .handy\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .handy\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .handy\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .handy\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .handy\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .handy\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .handy\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .handy\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .handy\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .handy\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .handy\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .handy\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .handy\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .handy\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .handy\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .handy\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .handy\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .handy\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .handy\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .handy\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .handy\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .handy\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .handy\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .handy\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .handy\:focus\:border-black:focus {
    border-color: #000;
  }

  .handy\:focus\:border-white:focus {
    border-color: #fff;
  }

  .handy\:focus\:border-primary:focus {
    border-color: var(--color-primary);
  }

  .handy\:focus\:border-link:focus {
    border-color: #4299e1;
  }

  .handy\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .handy\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .handy\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .handy\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .handy\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .handy\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .handy\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .handy\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .handy\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .handy\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .handy\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .handy\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .handy\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .handy\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .handy\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .handy\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .handy\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .handy\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .handy\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .handy\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .handy\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .handy\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .handy\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .handy\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .handy\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .handy\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .handy\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .handy\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .handy\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .handy\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .handy\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .handy\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .handy\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .handy\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .handy\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .handy\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .handy\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .handy\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .handy\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .handy\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .handy\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .handy\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .handy\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .handy\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .handy\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .handy\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .handy\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .handy\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .handy\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .handy\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .handy\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .handy\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .handy\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .handy\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .handy\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .handy\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .handy\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .handy\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .handy\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .handy\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .handy\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .handy\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .handy\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .handy\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .handy\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .handy\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .handy\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .handy\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .handy\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .handy\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .handy\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .handy\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .handy\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .handy\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .handy\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .handy\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .handy\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .handy\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .handy\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .handy\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .handy\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .handy\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .handy\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .handy\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .handy\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .handy\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .handy\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .handy\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .handy\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .handy\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .handy\:rounded-none {
    border-radius: 0;
  }

  .handy\:rounded-sm {
    border-radius: 0.125rem;
  }

  .handy\:rounded {
    border-radius: 0.25rem;
  }

  .handy\:rounded-lg {
    border-radius: 0.5rem;
  }

  .handy\:rounded-full {
    border-radius: 9999px;
  }

  .handy\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .handy\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .handy\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .handy\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .handy\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .handy\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .handy\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .handy\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .handy\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .handy\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .handy\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .handy\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .handy\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .handy\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .handy\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .handy\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .handy\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .handy\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .handy\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .handy\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .handy\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .handy\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .handy\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .handy\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .handy\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .handy\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .handy\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .handy\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .handy\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .handy\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .handy\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .handy\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .handy\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .handy\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .handy\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .handy\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .handy\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .handy\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .handy\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .handy\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .handy\:border-solid {
    border-style: solid;
  }

  .handy\:border-dashed {
    border-style: dashed;
  }

  .handy\:border-dotted {
    border-style: dotted;
  }

  .handy\:border-double {
    border-style: double;
  }

  .handy\:border-none {
    border-style: none;
  }

  .handy\:border-0 {
    border-width: 0;
  }

  .handy\:border-2 {
    border-width: 2px;
  }

  .handy\:border-4 {
    border-width: 4px;
  }

  .handy\:border-8 {
    border-width: 8px;
  }

  .handy\:border {
    border-width: 1px;
  }

  .handy\:border-t-0 {
    border-top-width: 0;
  }

  .handy\:border-r-0 {
    border-right-width: 0;
  }

  .handy\:border-b-0 {
    border-bottom-width: 0;
  }

  .handy\:border-l-0 {
    border-left-width: 0;
  }

  .handy\:border-t-2 {
    border-top-width: 2px;
  }

  .handy\:border-r-2 {
    border-right-width: 2px;
  }

  .handy\:border-b-2 {
    border-bottom-width: 2px;
  }

  .handy\:border-l-2 {
    border-left-width: 2px;
  }

  .handy\:border-t-4 {
    border-top-width: 4px;
  }

  .handy\:border-r-4 {
    border-right-width: 4px;
  }

  .handy\:border-b-4 {
    border-bottom-width: 4px;
  }

  .handy\:border-l-4 {
    border-left-width: 4px;
  }

  .handy\:border-t-8 {
    border-top-width: 8px;
  }

  .handy\:border-r-8 {
    border-right-width: 8px;
  }

  .handy\:border-b-8 {
    border-bottom-width: 8px;
  }

  .handy\:border-l-8 {
    border-left-width: 8px;
  }

  .handy\:border-t {
    border-top-width: 1px;
  }

  .handy\:border-r {
    border-right-width: 1px;
  }

  .handy\:border-b {
    border-bottom-width: 1px;
  }

  .handy\:border-l {
    border-left-width: 1px;
  }

  .handy\:cursor-auto {
    cursor: auto;
  }

  .handy\:cursor-default {
    cursor: default;
  }

  .handy\:cursor-pointer {
    cursor: pointer;
  }

  .handy\:cursor-wait {
    cursor: wait;
  }

  .handy\:cursor-text {
    cursor: text;
  }

  .handy\:cursor-move {
    cursor: move;
  }

  .handy\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .handy\:block {
    display: block;
  }

  .handy\:inline-block {
    display: inline-block;
  }

  .handy\:inline {
    display: inline;
  }

  .handy\:flex {
    display: flex;
  }

  .handy\:inline-flex {
    display: inline-flex;
  }

  .handy\:table {
    display: table;
  }

  .handy\:table-row {
    display: table-row;
  }

  .handy\:table-cell {
    display: table-cell;
  }

  .handy\:hidden {
    display: none;
  }

  .handy\:flex-row {
    flex-direction: row;
  }

  .handy\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .handy\:flex-col {
    flex-direction: column;
  }

  .handy\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .handy\:flex-wrap {
    flex-wrap: wrap;
  }

  .handy\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .handy\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .handy\:items-start {
    align-items: flex-start;
  }

  .handy\:items-end {
    align-items: flex-end;
  }

  .handy\:items-center {
    align-items: center;
  }

  .handy\:items-baseline {
    align-items: baseline;
  }

  .handy\:items-stretch {
    align-items: stretch;
  }

  .handy\:self-auto {
    align-self: auto;
  }

  .handy\:self-start {
    align-self: flex-start;
  }

  .handy\:self-end {
    align-self: flex-end;
  }

  .handy\:self-center {
    align-self: center;
  }

  .handy\:self-stretch {
    align-self: stretch;
  }

  .handy\:justify-start {
    justify-content: flex-start;
  }

  .handy\:justify-end {
    justify-content: flex-end;
  }

  .handy\:justify-center {
    justify-content: center;
  }

  .handy\:justify-between {
    justify-content: space-between;
  }

  .handy\:justify-around {
    justify-content: space-around;
  }

  .handy\:content-center {
    align-content: center;
  }

  .handy\:content-start {
    align-content: flex-start;
  }

  .handy\:content-end {
    align-content: flex-end;
  }

  .handy\:content-between {
    align-content: space-between;
  }

  .handy\:content-around {
    align-content: space-around;
  }

  .handy\:flex-1 {
    flex: 1 1 0%;
  }

  .handy\:flex-auto {
    flex: 1 1 auto;
  }

  .handy\:flex-initial {
    flex: 0 1 auto;
  }

  .handy\:flex-none {
    flex: none;
  }

  .handy\:flex-grow-0 {
    flex-grow: 0;
  }

  .handy\:flex-grow {
    flex-grow: 1;
  }

  .handy\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .handy\:flex-shrink {
    flex-shrink: 1;
  }

  .handy\:order-1 {
    order: 1;
  }

  .handy\:order-2 {
    order: 2;
  }

  .handy\:order-3 {
    order: 3;
  }

  .handy\:order-4 {
    order: 4;
  }

  .handy\:order-5 {
    order: 5;
  }

  .handy\:order-6 {
    order: 6;
  }

  .handy\:order-7 {
    order: 7;
  }

  .handy\:order-8 {
    order: 8;
  }

  .handy\:order-9 {
    order: 9;
  }

  .handy\:order-10 {
    order: 10;
  }

  .handy\:order-11 {
    order: 11;
  }

  .handy\:order-12 {
    order: 12;
  }

  .handy\:order-first {
    order: -9999;
  }

  .handy\:order-last {
    order: 9999;
  }

  .handy\:order-none {
    order: 0;
  }

  .handy\:float-right {
    float: right;
  }

  .handy\:float-left {
    float: left;
  }

  .handy\:float-none {
    float: none;
  }

  .handy\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .handy\:font-sans {
    font-family: "Helvetica Neue", sans-serif;
  }

  .handy\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .handy\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .handy\:font-hairline {
    font-weight: 100;
  }

  .handy\:font-thin {
    font-weight: 200;
  }

  .handy\:font-light {
    font-weight: 300;
  }

  .handy\:font-normal {
    font-weight: 400;
  }

  .handy\:font-medium {
    font-weight: 500;
  }

  .handy\:font-semibold {
    font-weight: 600;
  }

  .handy\:font-bold {
    font-weight: 700;
  }

  .handy\:font-extrabold {
    font-weight: 800;
  }

  .handy\:font-black {
    font-weight: 900;
  }

  .handy\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .handy\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .handy\:hover\:font-light:hover {
    font-weight: 300;
  }

  .handy\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .handy\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .handy\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .handy\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .handy\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .handy\:hover\:font-black:hover {
    font-weight: 900;
  }

  .handy\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .handy\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .handy\:focus\:font-light:focus {
    font-weight: 300;
  }

  .handy\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .handy\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .handy\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .handy\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .handy\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .handy\:focus\:font-black:focus {
    font-weight: 900;
  }

  .handy\:h-0 {
    height: 0;
  }

  .handy\:h-1 {
    height: 0.25rem;
  }

  .handy\:h-2 {
    height: 0.5rem;
  }

  .handy\:h-3 {
    height: 0.75rem;
  }

  .handy\:h-4 {
    height: 1rem;
  }

  .handy\:h-5 {
    height: 1.25rem;
  }

  .handy\:h-6 {
    height: 1.5rem;
  }

  .handy\:h-8 {
    height: 2rem;
  }

  .handy\:h-10 {
    height: 2.5rem;
  }

  .handy\:h-12 {
    height: 3rem;
  }

  .handy\:h-16 {
    height: 4rem;
  }

  .handy\:h-20 {
    height: 5rem;
  }

  .handy\:h-24 {
    height: 6rem;
  }

  .handy\:h-32 {
    height: 8rem;
  }

  .handy\:h-40 {
    height: 10rem;
  }

  .handy\:h-48 {
    height: 12rem;
  }

  .handy\:h-56 {
    height: 14rem;
  }

  .handy\:h-64 {
    height: 16rem;
  }

  .handy\:h-auto {
    height: auto;
  }

  .handy\:h-px {
    height: 1px;
  }

  .handy\:h-1\/5 {
    height: 20%;
  }

  .handy\:h-full {
    height: 100%;
  }

  .handy\:h-screen {
    height: 100vh;
  }

  .handy\:leading-none {
    line-height: 1;
  }

  .handy\:leading-tight {
    line-height: 1.25;
  }

  .handy\:leading-snug {
    line-height: 1.375;
  }

  .handy\:leading-normal {
    line-height: 1.5;
  }

  .handy\:leading-relaxed {
    line-height: 1.625;
  }

  .handy\:leading-loose {
    line-height: 2;
  }

  .handy\:list-inside {
    list-style-position: inside;
  }

  .handy\:list-outside {
    list-style-position: outside;
  }

  .handy\:list-none {
    list-style-type: none;
  }

  .handy\:list-disc {
    list-style-type: disc;
  }

  .handy\:list-decimal {
    list-style-type: decimal;
  }

  .handy\:m-0 {
    margin: 0;
  }

  .handy\:m-1 {
    margin: 0.25rem;
  }

  .handy\:m-2 {
    margin: 0.5rem;
  }

  .handy\:m-3 {
    margin: 0.75rem;
  }

  .handy\:m-4 {
    margin: 1rem;
  }

  .handy\:m-5 {
    margin: 1.25rem;
  }

  .handy\:m-6 {
    margin: 1.5rem;
  }

  .handy\:m-8 {
    margin: 2rem;
  }

  .handy\:m-10 {
    margin: 2.5rem;
  }

  .handy\:m-12 {
    margin: 3rem;
  }

  .handy\:m-16 {
    margin: 4rem;
  }

  .handy\:m-20 {
    margin: 5rem;
  }

  .handy\:m-24 {
    margin: 6rem;
  }

  .handy\:m-32 {
    margin: 8rem;
  }

  .handy\:m-40 {
    margin: 10rem;
  }

  .handy\:m-48 {
    margin: 12rem;
  }

  .handy\:m-56 {
    margin: 14rem;
  }

  .handy\:m-64 {
    margin: 16rem;
  }

  .handy\:m-auto {
    margin: auto;
  }

  .handy\:m-px {
    margin: 1px;
  }

  .handy\:m-1\/5 {
    margin: 20%;
  }

  .handy\:-m-1 {
    margin: -0.25rem;
  }

  .handy\:-m-2 {
    margin: -0.5rem;
  }

  .handy\:-m-3 {
    margin: -0.75rem;
  }

  .handy\:-m-4 {
    margin: -1rem;
  }

  .handy\:-m-5 {
    margin: -1.25rem;
  }

  .handy\:-m-6 {
    margin: -1.5rem;
  }

  .handy\:-m-8 {
    margin: -2rem;
  }

  .handy\:-m-10 {
    margin: -2.5rem;
  }

  .handy\:-m-12 {
    margin: -3rem;
  }

  .handy\:-m-16 {
    margin: -4rem;
  }

  .handy\:-m-20 {
    margin: -5rem;
  }

  .handy\:-m-24 {
    margin: -6rem;
  }

  .handy\:-m-32 {
    margin: -8rem;
  }

  .handy\:-m-40 {
    margin: -10rem;
  }

  .handy\:-m-48 {
    margin: -12rem;
  }

  .handy\:-m-56 {
    margin: -14rem;
  }

  .handy\:-m-64 {
    margin: -16rem;
  }

  .handy\:-m-px {
    margin: -1px;
  }

  .handy\:-m-1\/5 {
    margin: -20%;
  }

  .handy\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .handy\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .handy\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .handy\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .handy\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .handy\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .handy\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .handy\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .handy\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .handy\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .handy\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .handy\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .handy\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .handy\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .handy\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .handy\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .handy\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .handy\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .handy\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .handy\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .handy\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .handy\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .handy\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .handy\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .handy\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .handy\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .handy\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .handy\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .handy\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .handy\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .handy\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .handy\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .handy\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .handy\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .handy\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .handy\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .handy\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .handy\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .handy\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .handy\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .handy\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .handy\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .handy\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .handy\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .handy\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .handy\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .handy\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .handy\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .handy\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .handy\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .handy\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .handy\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .handy\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .handy\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .handy\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .handy\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .handy\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .handy\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .handy\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .handy\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .handy\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .handy\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .handy\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .handy\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .handy\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .handy\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .handy\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .handy\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .handy\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .handy\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .handy\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .handy\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .handy\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .handy\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .handy\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .handy\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .handy\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .handy\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .handy\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .handy\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .handy\:mt-0 {
    margin-top: 0;
  }

  .handy\:mr-0 {
    margin-right: 0;
  }

  .handy\:mb-0 {
    margin-bottom: 0;
  }

  .handy\:ml-0 {
    margin-left: 0;
  }

  .handy\:mt-1 {
    margin-top: 0.25rem;
  }

  .handy\:mr-1 {
    margin-right: 0.25rem;
  }

  .handy\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .handy\:ml-1 {
    margin-left: 0.25rem;
  }

  .handy\:mt-2 {
    margin-top: 0.5rem;
  }

  .handy\:mr-2 {
    margin-right: 0.5rem;
  }

  .handy\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .handy\:ml-2 {
    margin-left: 0.5rem;
  }

  .handy\:mt-3 {
    margin-top: 0.75rem;
  }

  .handy\:mr-3 {
    margin-right: 0.75rem;
  }

  .handy\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .handy\:ml-3 {
    margin-left: 0.75rem;
  }

  .handy\:mt-4 {
    margin-top: 1rem;
  }

  .handy\:mr-4 {
    margin-right: 1rem;
  }

  .handy\:mb-4 {
    margin-bottom: 1rem;
  }

  .handy\:ml-4 {
    margin-left: 1rem;
  }

  .handy\:mt-5 {
    margin-top: 1.25rem;
  }

  .handy\:mr-5 {
    margin-right: 1.25rem;
  }

  .handy\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .handy\:ml-5 {
    margin-left: 1.25rem;
  }

  .handy\:mt-6 {
    margin-top: 1.5rem;
  }

  .handy\:mr-6 {
    margin-right: 1.5rem;
  }

  .handy\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .handy\:ml-6 {
    margin-left: 1.5rem;
  }

  .handy\:mt-8 {
    margin-top: 2rem;
  }

  .handy\:mr-8 {
    margin-right: 2rem;
  }

  .handy\:mb-8 {
    margin-bottom: 2rem;
  }

  .handy\:ml-8 {
    margin-left: 2rem;
  }

  .handy\:mt-10 {
    margin-top: 2.5rem;
  }

  .handy\:mr-10 {
    margin-right: 2.5rem;
  }

  .handy\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .handy\:ml-10 {
    margin-left: 2.5rem;
  }

  .handy\:mt-12 {
    margin-top: 3rem;
  }

  .handy\:mr-12 {
    margin-right: 3rem;
  }

  .handy\:mb-12 {
    margin-bottom: 3rem;
  }

  .handy\:ml-12 {
    margin-left: 3rem;
  }

  .handy\:mt-16 {
    margin-top: 4rem;
  }

  .handy\:mr-16 {
    margin-right: 4rem;
  }

  .handy\:mb-16 {
    margin-bottom: 4rem;
  }

  .handy\:ml-16 {
    margin-left: 4rem;
  }

  .handy\:mt-20 {
    margin-top: 5rem;
  }

  .handy\:mr-20 {
    margin-right: 5rem;
  }

  .handy\:mb-20 {
    margin-bottom: 5rem;
  }

  .handy\:ml-20 {
    margin-left: 5rem;
  }

  .handy\:mt-24 {
    margin-top: 6rem;
  }

  .handy\:mr-24 {
    margin-right: 6rem;
  }

  .handy\:mb-24 {
    margin-bottom: 6rem;
  }

  .handy\:ml-24 {
    margin-left: 6rem;
  }

  .handy\:mt-32 {
    margin-top: 8rem;
  }

  .handy\:mr-32 {
    margin-right: 8rem;
  }

  .handy\:mb-32 {
    margin-bottom: 8rem;
  }

  .handy\:ml-32 {
    margin-left: 8rem;
  }

  .handy\:mt-40 {
    margin-top: 10rem;
  }

  .handy\:mr-40 {
    margin-right: 10rem;
  }

  .handy\:mb-40 {
    margin-bottom: 10rem;
  }

  .handy\:ml-40 {
    margin-left: 10rem;
  }

  .handy\:mt-48 {
    margin-top: 12rem;
  }

  .handy\:mr-48 {
    margin-right: 12rem;
  }

  .handy\:mb-48 {
    margin-bottom: 12rem;
  }

  .handy\:ml-48 {
    margin-left: 12rem;
  }

  .handy\:mt-56 {
    margin-top: 14rem;
  }

  .handy\:mr-56 {
    margin-right: 14rem;
  }

  .handy\:mb-56 {
    margin-bottom: 14rem;
  }

  .handy\:ml-56 {
    margin-left: 14rem;
  }

  .handy\:mt-64 {
    margin-top: 16rem;
  }

  .handy\:mr-64 {
    margin-right: 16rem;
  }

  .handy\:mb-64 {
    margin-bottom: 16rem;
  }

  .handy\:ml-64 {
    margin-left: 16rem;
  }

  .handy\:mt-auto {
    margin-top: auto;
  }

  .handy\:mr-auto {
    margin-right: auto;
  }

  .handy\:mb-auto {
    margin-bottom: auto;
  }

  .handy\:ml-auto {
    margin-left: auto;
  }

  .handy\:mt-px {
    margin-top: 1px;
  }

  .handy\:mr-px {
    margin-right: 1px;
  }

  .handy\:mb-px {
    margin-bottom: 1px;
  }

  .handy\:ml-px {
    margin-left: 1px;
  }

  .handy\:mt-1\/5 {
    margin-top: 20%;
  }

  .handy\:mr-1\/5 {
    margin-right: 20%;
  }

  .handy\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .handy\:ml-1\/5 {
    margin-left: 20%;
  }

  .handy\:-mt-1 {
    margin-top: -0.25rem;
  }

  .handy\:-mr-1 {
    margin-right: -0.25rem;
  }

  .handy\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .handy\:-ml-1 {
    margin-left: -0.25rem;
  }

  .handy\:-mt-2 {
    margin-top: -0.5rem;
  }

  .handy\:-mr-2 {
    margin-right: -0.5rem;
  }

  .handy\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .handy\:-ml-2 {
    margin-left: -0.5rem;
  }

  .handy\:-mt-3 {
    margin-top: -0.75rem;
  }

  .handy\:-mr-3 {
    margin-right: -0.75rem;
  }

  .handy\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .handy\:-ml-3 {
    margin-left: -0.75rem;
  }

  .handy\:-mt-4 {
    margin-top: -1rem;
  }

  .handy\:-mr-4 {
    margin-right: -1rem;
  }

  .handy\:-mb-4 {
    margin-bottom: -1rem;
  }

  .handy\:-ml-4 {
    margin-left: -1rem;
  }

  .handy\:-mt-5 {
    margin-top: -1.25rem;
  }

  .handy\:-mr-5 {
    margin-right: -1.25rem;
  }

  .handy\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .handy\:-ml-5 {
    margin-left: -1.25rem;
  }

  .handy\:-mt-6 {
    margin-top: -1.5rem;
  }

  .handy\:-mr-6 {
    margin-right: -1.5rem;
  }

  .handy\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .handy\:-ml-6 {
    margin-left: -1.5rem;
  }

  .handy\:-mt-8 {
    margin-top: -2rem;
  }

  .handy\:-mr-8 {
    margin-right: -2rem;
  }

  .handy\:-mb-8 {
    margin-bottom: -2rem;
  }

  .handy\:-ml-8 {
    margin-left: -2rem;
  }

  .handy\:-mt-10 {
    margin-top: -2.5rem;
  }

  .handy\:-mr-10 {
    margin-right: -2.5rem;
  }

  .handy\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .handy\:-ml-10 {
    margin-left: -2.5rem;
  }

  .handy\:-mt-12 {
    margin-top: -3rem;
  }

  .handy\:-mr-12 {
    margin-right: -3rem;
  }

  .handy\:-mb-12 {
    margin-bottom: -3rem;
  }

  .handy\:-ml-12 {
    margin-left: -3rem;
  }

  .handy\:-mt-16 {
    margin-top: -4rem;
  }

  .handy\:-mr-16 {
    margin-right: -4rem;
  }

  .handy\:-mb-16 {
    margin-bottom: -4rem;
  }

  .handy\:-ml-16 {
    margin-left: -4rem;
  }

  .handy\:-mt-20 {
    margin-top: -5rem;
  }

  .handy\:-mr-20 {
    margin-right: -5rem;
  }

  .handy\:-mb-20 {
    margin-bottom: -5rem;
  }

  .handy\:-ml-20 {
    margin-left: -5rem;
  }

  .handy\:-mt-24 {
    margin-top: -6rem;
  }

  .handy\:-mr-24 {
    margin-right: -6rem;
  }

  .handy\:-mb-24 {
    margin-bottom: -6rem;
  }

  .handy\:-ml-24 {
    margin-left: -6rem;
  }

  .handy\:-mt-32 {
    margin-top: -8rem;
  }

  .handy\:-mr-32 {
    margin-right: -8rem;
  }

  .handy\:-mb-32 {
    margin-bottom: -8rem;
  }

  .handy\:-ml-32 {
    margin-left: -8rem;
  }

  .handy\:-mt-40 {
    margin-top: -10rem;
  }

  .handy\:-mr-40 {
    margin-right: -10rem;
  }

  .handy\:-mb-40 {
    margin-bottom: -10rem;
  }

  .handy\:-ml-40 {
    margin-left: -10rem;
  }

  .handy\:-mt-48 {
    margin-top: -12rem;
  }

  .handy\:-mr-48 {
    margin-right: -12rem;
  }

  .handy\:-mb-48 {
    margin-bottom: -12rem;
  }

  .handy\:-ml-48 {
    margin-left: -12rem;
  }

  .handy\:-mt-56 {
    margin-top: -14rem;
  }

  .handy\:-mr-56 {
    margin-right: -14rem;
  }

  .handy\:-mb-56 {
    margin-bottom: -14rem;
  }

  .handy\:-ml-56 {
    margin-left: -14rem;
  }

  .handy\:-mt-64 {
    margin-top: -16rem;
  }

  .handy\:-mr-64 {
    margin-right: -16rem;
  }

  .handy\:-mb-64 {
    margin-bottom: -16rem;
  }

  .handy\:-ml-64 {
    margin-left: -16rem;
  }

  .handy\:-mt-px {
    margin-top: -1px;
  }

  .handy\:-mr-px {
    margin-right: -1px;
  }

  .handy\:-mb-px {
    margin-bottom: -1px;
  }

  .handy\:-ml-px {
    margin-left: -1px;
  }

  .handy\:-mt-1\/5 {
    margin-top: -20%;
  }

  .handy\:-mr-1\/5 {
    margin-right: -20%;
  }

  .handy\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .handy\:-ml-1\/5 {
    margin-left: -20%;
  }

  .handy\:max-h-0 {
    max-height: 0;
  }

  .handy\:max-h-1 {
    max-height: 0.25rem;
  }

  .handy\:max-h-2 {
    max-height: 0.5rem;
  }

  .handy\:max-h-3 {
    max-height: 0.75rem;
  }

  .handy\:max-h-4 {
    max-height: 1rem;
  }

  .handy\:max-h-5 {
    max-height: 1.25rem;
  }

  .handy\:max-h-6 {
    max-height: 1.5rem;
  }

  .handy\:max-h-8 {
    max-height: 2rem;
  }

  .handy\:max-h-10 {
    max-height: 2.5rem;
  }

  .handy\:max-h-12 {
    max-height: 3rem;
  }

  .handy\:max-h-16 {
    max-height: 4rem;
  }

  .handy\:max-h-20 {
    max-height: 5rem;
  }

  .handy\:max-h-24 {
    max-height: 6rem;
  }

  .handy\:max-h-32 {
    max-height: 8rem;
  }

  .handy\:max-h-40 {
    max-height: 10rem;
  }

  .handy\:max-h-48 {
    max-height: 12rem;
  }

  .handy\:max-h-56 {
    max-height: 14rem;
  }

  .handy\:max-h-64 {
    max-height: 16rem;
  }

  .handy\:max-h-full {
    max-height: 100%;
  }

  .handy\:max-h-screen {
    max-height: 100vh;
  }

  .handy\:max-h-px {
    max-height: 1px;
  }

  .handy\:max-h-1\/5 {
    max-height: 20%;
  }

  .handy\:max-w-0 {
    max-width: 0;
  }

  .handy\:max-w-1 {
    max-width: 0.25rem;
  }

  .handy\:max-w-2 {
    max-width: 0.5rem;
  }

  .handy\:max-w-3 {
    max-width: 0.75rem;
  }

  .handy\:max-w-4 {
    max-width: 1rem;
  }

  .handy\:max-w-5 {
    max-width: 1.25rem;
  }

  .handy\:max-w-6 {
    max-width: 1.5rem;
  }

  .handy\:max-w-8 {
    max-width: 2rem;
  }

  .handy\:max-w-10 {
    max-width: 2.5rem;
  }

  .handy\:max-w-12 {
    max-width: 3rem;
  }

  .handy\:max-w-16 {
    max-width: 4rem;
  }

  .handy\:max-w-20 {
    max-width: 5rem;
  }

  .handy\:max-w-24 {
    max-width: 6rem;
  }

  .handy\:max-w-32 {
    max-width: 8rem;
  }

  .handy\:max-w-40 {
    max-width: 10rem;
  }

  .handy\:max-w-48 {
    max-width: 12rem;
  }

  .handy\:max-w-56 {
    max-width: 14rem;
  }

  .handy\:max-w-64 {
    max-width: 16rem;
  }

  .handy\:max-w-xs {
    max-width: 20rem;
  }

  .handy\:max-w-sm {
    max-width: 24rem;
  }

  .handy\:max-w-md {
    max-width: 28rem;
  }

  .handy\:max-w-lg {
    max-width: 32rem;
  }

  .handy\:max-w-xl {
    max-width: 36rem;
  }

  .handy\:max-w-2xl {
    max-width: 42rem;
  }

  .handy\:max-w-3xl {
    max-width: 48rem;
  }

  .handy\:max-w-4xl {
    max-width: 56rem;
  }

  .handy\:max-w-5xl {
    max-width: 64rem;
  }

  .handy\:max-w-6xl {
    max-width: 72rem;
  }

  .handy\:max-w-1\/4 {
    max-width: 25%;
  }

  .handy\:max-w-2\/4 {
    max-width: 50%;
  }

  .handy\:max-w-3\/4 {
    max-width: 75%;
  }

  .handy\:max-w-full {
    max-width: 100%;
  }

  .handy\:max-w-app {
    max-width: 100rem;
  }

  .handy\:max-w-auto {
    max-width: auto;
  }

  .handy\:max-w-px {
    max-width: 1px;
  }

  .handy\:max-w-1\/5 {
    max-width: 20%;
  }

  .handy\:max-w-1\/2 {
    max-width: 50%;
  }

  .handy\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .handy\:max-w-2\/3 {
    max-width: 66.666667%;
  }

  .handy\:max-w-2\/5 {
    max-width: 40%;
  }

  .handy\:max-w-3\/5 {
    max-width: 60%;
  }

  .handy\:max-w-4\/5 {
    max-width: 80%;
  }

  .handy\:max-w-1\/6 {
    max-width: 16.666667%;
  }

  .handy\:max-w-2\/6 {
    max-width: 33.333333%;
  }

  .handy\:max-w-3\/6 {
    max-width: 50%;
  }

  .handy\:max-w-4\/6 {
    max-width: 66.666667%;
  }

  .handy\:max-w-5\/6 {
    max-width: 83.333333%;
  }

  .handy\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .handy\:max-w-2\/12 {
    max-width: 16.666667%;
  }

  .handy\:max-w-3\/12 {
    max-width: 25%;
  }

  .handy\:max-w-4\/12 {
    max-width: 33.333333%;
  }

  .handy\:max-w-5\/12 {
    max-width: 41.666667%;
  }

  .handy\:max-w-6\/12 {
    max-width: 50%;
  }

  .handy\:max-w-7\/12 {
    max-width: 58.333333%;
  }

  .handy\:max-w-8\/12 {
    max-width: 66.666667%;
  }

  .handy\:max-w-9\/12 {
    max-width: 75%;
  }

  .handy\:max-w-10\/12 {
    max-width: 83.333333%;
  }

  .handy\:max-w-11\/12 {
    max-width: 91.666667%;
  }

  .handy\:max-w-screen {
    max-width: 100vw;
  }

  .handy\:max-w-modal {
    max-width: 30vw;
  }

  .handy\:min-h-0 {
    min-height: 0;
  }

  .handy\:min-h-full {
    min-height: 100%;
  }

  .handy\:min-h-screen {
    min-height: 100vh;
  }

  .handy\:min-h-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .handy\:min-w-0 {
    min-width: 0;
  }

  .handy\:min-w-1 {
    min-width: 0.25rem;
  }

  .handy\:min-w-2 {
    min-width: 0.5rem;
  }

  .handy\:min-w-3 {
    min-width: 0.75rem;
  }

  .handy\:min-w-4 {
    min-width: 1rem;
  }

  .handy\:min-w-5 {
    min-width: 1.25rem;
  }

  .handy\:min-w-6 {
    min-width: 1.5rem;
  }

  .handy\:min-w-8 {
    min-width: 2rem;
  }

  .handy\:min-w-10 {
    min-width: 2.5rem;
  }

  .handy\:min-w-12 {
    min-width: 3rem;
  }

  .handy\:min-w-16 {
    min-width: 4rem;
  }

  .handy\:min-w-20 {
    min-width: 5rem;
  }

  .handy\:min-w-24 {
    min-width: 6rem;
  }

  .handy\:min-w-32 {
    min-width: 8rem;
  }

  .handy\:min-w-40 {
    min-width: 10rem;
  }

  .handy\:min-w-48 {
    min-width: 12rem;
  }

  .handy\:min-w-56 {
    min-width: 14rem;
  }

  .handy\:min-w-64 {
    min-width: 16rem;
  }

  .handy\:min-w-px {
    min-width: 1px;
  }

  .handy\:min-w-1\/5 {
    min-width: 20%;
  }

  .handy\:min-w-1\/4 {
    min-width: 25%;
  }

  .handy\:min-w-2\/4 {
    min-width: 50%;
  }

  .handy\:min-w-3\/4 {
    min-width: 75%;
  }

  .handy\:min-w-full {
    min-width: 100%;
  }

  .handy\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .handy\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .handy\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .handy\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .handy\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .handy\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .handy\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .handy\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .handy\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .handy\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .handy\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .handy\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .handy\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .handy\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .handy\:opacity-0 {
    opacity: 0;
  }

  .handy\:opacity-25 {
    opacity: 0.25;
  }

  .handy\:opacity-50 {
    opacity: 0.5;
  }

  .handy\:opacity-75 {
    opacity: 0.75;
  }

  .handy\:opacity-100 {
    opacity: 1;
  }

  .handy\:outline-none {
    outline: 0;
  }

  .handy\:focus\:outline-none:focus {
    outline: 0;
  }

  .handy\:overflow-auto {
    overflow: auto;
  }

  .handy\:overflow-hidden {
    overflow: hidden;
  }

  .handy\:overflow-visible {
    overflow: visible;
  }

  .handy\:overflow-scroll {
    overflow: scroll;
  }

  .handy\:overflow-x-auto {
    overflow-x: auto;
  }

  .handy\:overflow-y-auto {
    overflow-y: auto;
  }

  .handy\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .handy\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .handy\:overflow-x-visible {
    overflow-x: visible;
  }

  .handy\:overflow-y-visible {
    overflow-y: visible;
  }

  .handy\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .handy\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .handy\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .handy\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .handy\:p-0 {
    padding: 0;
  }

  .handy\:p-1 {
    padding: 0.25rem;
  }

  .handy\:p-2 {
    padding: 0.5rem;
  }

  .handy\:p-3 {
    padding: 0.75rem;
  }

  .handy\:p-4 {
    padding: 1rem;
  }

  .handy\:p-5 {
    padding: 1.25rem;
  }

  .handy\:p-6 {
    padding: 1.5rem;
  }

  .handy\:p-8 {
    padding: 2rem;
  }

  .handy\:p-10 {
    padding: 2.5rem;
  }

  .handy\:p-12 {
    padding: 3rem;
  }

  .handy\:p-16 {
    padding: 4rem;
  }

  .handy\:p-20 {
    padding: 5rem;
  }

  .handy\:p-24 {
    padding: 6rem;
  }

  .handy\:p-32 {
    padding: 8rem;
  }

  .handy\:p-40 {
    padding: 10rem;
  }

  .handy\:p-48 {
    padding: 12rem;
  }

  .handy\:p-56 {
    padding: 14rem;
  }

  .handy\:p-64 {
    padding: 16rem;
  }

  .handy\:p-px {
    padding: 1px;
  }

  .handy\:p-1\/5 {
    padding: 20%;
  }

  .handy\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .handy\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .handy\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .handy\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .handy\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .handy\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .handy\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .handy\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .handy\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .handy\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .handy\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .handy\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .handy\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .handy\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .handy\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .handy\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .handy\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .handy\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .handy\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .handy\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .handy\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .handy\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .handy\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .handy\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .handy\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .handy\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .handy\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .handy\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .handy\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .handy\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .handy\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .handy\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .handy\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .handy\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .handy\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .handy\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .handy\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .handy\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .handy\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .handy\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .handy\:pt-0 {
    padding-top: 0;
  }

  .handy\:pr-0 {
    padding-right: 0;
  }

  .handy\:pb-0 {
    padding-bottom: 0;
  }

  .handy\:pl-0 {
    padding-left: 0;
  }

  .handy\:pt-1 {
    padding-top: 0.25rem;
  }

  .handy\:pr-1 {
    padding-right: 0.25rem;
  }

  .handy\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .handy\:pl-1 {
    padding-left: 0.25rem;
  }

  .handy\:pt-2 {
    padding-top: 0.5rem;
  }

  .handy\:pr-2 {
    padding-right: 0.5rem;
  }

  .handy\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .handy\:pl-2 {
    padding-left: 0.5rem;
  }

  .handy\:pt-3 {
    padding-top: 0.75rem;
  }

  .handy\:pr-3 {
    padding-right: 0.75rem;
  }

  .handy\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .handy\:pl-3 {
    padding-left: 0.75rem;
  }

  .handy\:pt-4 {
    padding-top: 1rem;
  }

  .handy\:pr-4 {
    padding-right: 1rem;
  }

  .handy\:pb-4 {
    padding-bottom: 1rem;
  }

  .handy\:pl-4 {
    padding-left: 1rem;
  }

  .handy\:pt-5 {
    padding-top: 1.25rem;
  }

  .handy\:pr-5 {
    padding-right: 1.25rem;
  }

  .handy\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .handy\:pl-5 {
    padding-left: 1.25rem;
  }

  .handy\:pt-6 {
    padding-top: 1.5rem;
  }

  .handy\:pr-6 {
    padding-right: 1.5rem;
  }

  .handy\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .handy\:pl-6 {
    padding-left: 1.5rem;
  }

  .handy\:pt-8 {
    padding-top: 2rem;
  }

  .handy\:pr-8 {
    padding-right: 2rem;
  }

  .handy\:pb-8 {
    padding-bottom: 2rem;
  }

  .handy\:pl-8 {
    padding-left: 2rem;
  }

  .handy\:pt-10 {
    padding-top: 2.5rem;
  }

  .handy\:pr-10 {
    padding-right: 2.5rem;
  }

  .handy\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .handy\:pl-10 {
    padding-left: 2.5rem;
  }

  .handy\:pt-12 {
    padding-top: 3rem;
  }

  .handy\:pr-12 {
    padding-right: 3rem;
  }

  .handy\:pb-12 {
    padding-bottom: 3rem;
  }

  .handy\:pl-12 {
    padding-left: 3rem;
  }

  .handy\:pt-16 {
    padding-top: 4rem;
  }

  .handy\:pr-16 {
    padding-right: 4rem;
  }

  .handy\:pb-16 {
    padding-bottom: 4rem;
  }

  .handy\:pl-16 {
    padding-left: 4rem;
  }

  .handy\:pt-20 {
    padding-top: 5rem;
  }

  .handy\:pr-20 {
    padding-right: 5rem;
  }

  .handy\:pb-20 {
    padding-bottom: 5rem;
  }

  .handy\:pl-20 {
    padding-left: 5rem;
  }

  .handy\:pt-24 {
    padding-top: 6rem;
  }

  .handy\:pr-24 {
    padding-right: 6rem;
  }

  .handy\:pb-24 {
    padding-bottom: 6rem;
  }

  .handy\:pl-24 {
    padding-left: 6rem;
  }

  .handy\:pt-32 {
    padding-top: 8rem;
  }

  .handy\:pr-32 {
    padding-right: 8rem;
  }

  .handy\:pb-32 {
    padding-bottom: 8rem;
  }

  .handy\:pl-32 {
    padding-left: 8rem;
  }

  .handy\:pt-40 {
    padding-top: 10rem;
  }

  .handy\:pr-40 {
    padding-right: 10rem;
  }

  .handy\:pb-40 {
    padding-bottom: 10rem;
  }

  .handy\:pl-40 {
    padding-left: 10rem;
  }

  .handy\:pt-48 {
    padding-top: 12rem;
  }

  .handy\:pr-48 {
    padding-right: 12rem;
  }

  .handy\:pb-48 {
    padding-bottom: 12rem;
  }

  .handy\:pl-48 {
    padding-left: 12rem;
  }

  .handy\:pt-56 {
    padding-top: 14rem;
  }

  .handy\:pr-56 {
    padding-right: 14rem;
  }

  .handy\:pb-56 {
    padding-bottom: 14rem;
  }

  .handy\:pl-56 {
    padding-left: 14rem;
  }

  .handy\:pt-64 {
    padding-top: 16rem;
  }

  .handy\:pr-64 {
    padding-right: 16rem;
  }

  .handy\:pb-64 {
    padding-bottom: 16rem;
  }

  .handy\:pl-64 {
    padding-left: 16rem;
  }

  .handy\:pt-px {
    padding-top: 1px;
  }

  .handy\:pr-px {
    padding-right: 1px;
  }

  .handy\:pb-px {
    padding-bottom: 1px;
  }

  .handy\:pl-px {
    padding-left: 1px;
  }

  .handy\:pt-1\/5 {
    padding-top: 20%;
  }

  .handy\:pr-1\/5 {
    padding-right: 20%;
  }

  .handy\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .handy\:pl-1\/5 {
    padding-left: 20%;
  }

  .handy\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .handy\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .handy\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .handy\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .handy\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .handy\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .handy\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .handy\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .handy\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .handy\:placeholder-black::placeholder {
    color: #000;
  }

  .handy\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .handy\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .handy\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .handy\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .handy\:placeholder-white::placeholder {
    color: #fff;
  }

  .handy\:placeholder-primary::-webkit-input-placeholder {
    color: var(--color-primary);
  }

  .handy\:placeholder-primary::-moz-placeholder {
    color: var(--color-primary);
  }

  .handy\:placeholder-primary:-ms-input-placeholder {
    color: var(--color-primary);
  }

  .handy\:placeholder-primary::-ms-input-placeholder {
    color: var(--color-primary);
  }

  .handy\:placeholder-primary::placeholder {
    color: var(--color-primary);
  }

  .handy\:placeholder-link::-webkit-input-placeholder {
    color: #4299e1;
  }

  .handy\:placeholder-link::-moz-placeholder {
    color: #4299e1;
  }

  .handy\:placeholder-link:-ms-input-placeholder {
    color: #4299e1;
  }

  .handy\:placeholder-link::-ms-input-placeholder {
    color: #4299e1;
  }

  .handy\:placeholder-link::placeholder {
    color: #4299e1;
  }

  .handy\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .handy\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .handy\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .handy\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .handy\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .handy\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .handy\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .handy\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .handy\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .handy\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .handy\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .handy\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .handy\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .handy\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .handy\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .handy\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .handy\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .handy\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .handy\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .handy\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .handy\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .handy\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .handy\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .handy\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .handy\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .handy\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .handy\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .handy\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .handy\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .handy\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .handy\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .handy\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .handy\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .handy\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .handy\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .handy\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .handy\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .handy\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .handy\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .handy\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .handy\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .handy\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .handy\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .handy\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .handy\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .handy\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .handy\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .handy\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .handy\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .handy\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .handy\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .handy\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .handy\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .handy\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .handy\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .handy\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .handy\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .handy\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .handy\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .handy\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .handy\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .handy\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .handy\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .handy\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .handy\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .handy\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .handy\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .handy\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .handy\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .handy\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .handy\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .handy\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .handy\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .handy\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .handy\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .handy\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .handy\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .handy\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .handy\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .handy\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .handy\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .handy\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .handy\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .handy\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .handy\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .handy\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .handy\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .handy\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .handy\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .handy\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .handy\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .handy\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .handy\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .handy\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .handy\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .handy\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .handy\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .handy\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .handy\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .handy\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .handy\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .handy\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .handy\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .handy\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .handy\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .handy\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .handy\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .handy\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .handy\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .handy\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .handy\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .handy\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .handy\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .handy\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .handy\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .handy\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .handy\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .handy\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .handy\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .handy\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .handy\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .handy\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .handy\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .handy\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .handy\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .handy\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .handy\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .handy\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .handy\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .handy\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .handy\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .handy\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .handy\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .handy\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .handy\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .handy\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .handy\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .handy\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .handy\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .handy\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .handy\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .handy\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .handy\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .handy\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .handy\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .handy\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .handy\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .handy\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .handy\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .handy\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .handy\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .handy\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .handy\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .handy\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .handy\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .handy\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .handy\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .handy\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .handy\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .handy\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .handy\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .handy\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .handy\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .handy\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .handy\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .handy\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .handy\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .handy\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .handy\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .handy\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .handy\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .handy\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .handy\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .handy\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .handy\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .handy\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .handy\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .handy\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .handy\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .handy\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .handy\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .handy\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .handy\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .handy\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .handy\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .handy\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .handy\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .handy\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .handy\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .handy\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .handy\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .handy\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .handy\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .handy\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .handy\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .handy\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .handy\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .handy\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .handy\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .handy\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .handy\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .handy\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .handy\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .handy\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .handy\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .handy\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .handy\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .handy\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .handy\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .handy\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .handy\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .handy\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .handy\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .handy\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .handy\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .handy\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .handy\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .handy\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .handy\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .handy\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .handy\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .handy\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .handy\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .handy\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .handy\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .handy\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .handy\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .handy\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .handy\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .handy\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .handy\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .handy\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .handy\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .handy\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .handy\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .handy\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .handy\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .handy\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .handy\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .handy\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .handy\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .handy\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .handy\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .handy\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .handy\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .handy\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .handy\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .handy\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .handy\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .handy\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .handy\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .handy\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .handy\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .handy\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .handy\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .handy\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .handy\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .handy\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .handy\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .handy\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .handy\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .handy\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .handy\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .handy\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .handy\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .handy\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .handy\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .handy\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .handy\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .handy\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .handy\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .handy\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .handy\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .handy\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .handy\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .handy\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .handy\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .handy\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .handy\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .handy\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .handy\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .handy\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .handy\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .handy\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .handy\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .handy\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .handy\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .handy\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .handy\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .handy\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .handy\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .handy\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .handy\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .handy\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .handy\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .handy\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .handy\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .handy\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .handy\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .handy\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .handy\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .handy\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .handy\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .handy\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .handy\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .handy\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .handy\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .handy\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .handy\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .handy\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .handy\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .handy\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .handy\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .handy\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .handy\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .handy\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .handy\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .handy\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .handy\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .handy\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .handy\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .handy\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .handy\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .handy\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .handy\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .handy\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .handy\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .handy\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .handy\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .handy\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .handy\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .handy\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .handy\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .handy\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .handy\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .handy\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .handy\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .handy\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .handy\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .handy\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .handy\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .handy\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .handy\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .handy\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .handy\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .handy\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .handy\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .handy\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .handy\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .handy\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .handy\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .handy\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .handy\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .handy\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .handy\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .handy\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .handy\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .handy\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .handy\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .handy\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .handy\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .handy\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .handy\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .handy\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .handy\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .handy\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .handy\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .handy\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .handy\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .handy\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .handy\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .handy\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .handy\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .handy\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .handy\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .handy\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .handy\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .handy\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .handy\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .handy\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .handy\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .handy\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .handy\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .handy\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .handy\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .handy\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .handy\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .handy\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .handy\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .handy\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .handy\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .handy\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .handy\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .handy\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .handy\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .handy\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .handy\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .handy\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .handy\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .handy\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .handy\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .handy\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .handy\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .handy\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .handy\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .handy\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .handy\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .handy\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .handy\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .handy\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .handy\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .handy\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .handy\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .handy\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .handy\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .handy\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .handy\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .handy\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .handy\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .handy\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .handy\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .handy\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .handy\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .handy\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .handy\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .handy\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .handy\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .handy\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .handy\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .handy\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .handy\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .handy\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .handy\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .handy\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .handy\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .handy\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .handy\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .handy\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .handy\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .handy\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .handy\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .handy\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .handy\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .handy\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .handy\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .handy\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .handy\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .handy\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .handy\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .handy\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .handy\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .handy\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .handy\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .handy\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .handy\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .handy\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .handy\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .handy\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .handy\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .handy\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .handy\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .handy\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .handy\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .handy\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .handy\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .handy\:focus\:placeholder-primary:focus::-webkit-input-placeholder {
    color: var(--color-primary);
  }

  .handy\:focus\:placeholder-primary:focus::-moz-placeholder {
    color: var(--color-primary);
  }

  .handy\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: var(--color-primary);
  }

  .handy\:focus\:placeholder-primary:focus::-ms-input-placeholder {
    color: var(--color-primary);
  }

  .handy\:focus\:placeholder-primary:focus::placeholder {
    color: var(--color-primary);
  }

  .handy\:focus\:placeholder-link:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .handy\:focus\:placeholder-link:focus::-moz-placeholder {
    color: #4299e1;
  }

  .handy\:focus\:placeholder-link:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .handy\:focus\:placeholder-link:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .handy\:focus\:placeholder-link:focus::placeholder {
    color: #4299e1;
  }

  .handy\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .handy\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .handy\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .handy\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .handy\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .handy\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .handy\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .handy\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .handy\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .handy\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .handy\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .handy\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .handy\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .handy\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .handy\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .handy\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .handy\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .handy\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .handy\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .handy\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .handy\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .handy\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .handy\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .handy\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .handy\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .handy\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .handy\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .handy\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .handy\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .handy\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .handy\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  .handy\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .handy\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .handy\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  .handy\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .handy\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .handy\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .handy\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .handy\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .handy\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .handy\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .handy\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .handy\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .handy\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .handy\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .handy\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .handy\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .handy\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .handy\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .handy\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .handy\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .handy\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .handy\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .handy\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .handy\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .handy\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .handy\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .handy\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .handy\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .handy\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .handy\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .handy\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .handy\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .handy\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .handy\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .handy\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .handy\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .handy\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .handy\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .handy\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .handy\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .handy\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .handy\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .handy\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .handy\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .handy\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .handy\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .handy\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .handy\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .handy\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .handy\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .handy\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .handy\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .handy\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .handy\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .handy\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .handy\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .handy\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .handy\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .handy\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .handy\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .handy\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .handy\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .handy\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .handy\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .handy\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .handy\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .handy\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .handy\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .handy\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .handy\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .handy\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .handy\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .handy\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .handy\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .handy\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .handy\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .handy\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .handy\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .handy\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .handy\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .handy\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .handy\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .handy\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .handy\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .handy\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .handy\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .handy\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .handy\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .handy\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .handy\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .handy\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .handy\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .handy\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .handy\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .handy\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .handy\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .handy\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .handy\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .handy\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .handy\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .handy\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .handy\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .handy\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .handy\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .handy\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .handy\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .handy\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .handy\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .handy\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .handy\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .handy\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .handy\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .handy\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .handy\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .handy\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .handy\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .handy\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .handy\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .handy\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .handy\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .handy\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .handy\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .handy\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .handy\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .handy\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .handy\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .handy\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .handy\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .handy\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .handy\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .handy\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .handy\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .handy\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .handy\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .handy\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .handy\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .handy\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .handy\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .handy\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .handy\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .handy\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .handy\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .handy\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .handy\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .handy\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .handy\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .handy\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .handy\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .handy\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .handy\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .handy\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .handy\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .handy\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .handy\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .handy\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .handy\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .handy\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .handy\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .handy\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .handy\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .handy\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .handy\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .handy\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .handy\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .handy\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .handy\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .handy\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .handy\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .handy\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .handy\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .handy\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .handy\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .handy\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .handy\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .handy\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .handy\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .handy\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .handy\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .handy\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .handy\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .handy\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .handy\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .handy\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .handy\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .handy\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .handy\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .handy\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .handy\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .handy\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .handy\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .handy\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .handy\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .handy\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .handy\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .handy\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .handy\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .handy\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .handy\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .handy\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .handy\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .handy\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .handy\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .handy\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .handy\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .handy\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .handy\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .handy\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .handy\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .handy\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .handy\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .handy\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .handy\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .handy\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .handy\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .handy\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .handy\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .handy\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .handy\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .handy\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .handy\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .handy\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .handy\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .handy\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .handy\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .handy\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .handy\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .handy\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .handy\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .handy\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .handy\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .handy\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .handy\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .handy\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .handy\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .handy\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .handy\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .handy\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .handy\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .handy\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .handy\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .handy\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .handy\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .handy\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .handy\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .handy\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .handy\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .handy\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .handy\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .handy\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .handy\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .handy\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .handy\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .handy\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .handy\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .handy\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .handy\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .handy\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .handy\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .handy\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .handy\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .handy\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .handy\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .handy\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .handy\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .handy\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .handy\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .handy\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .handy\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .handy\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .handy\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .handy\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .handy\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .handy\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .handy\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .handy\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .handy\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .handy\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .handy\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .handy\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .handy\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  .handy\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .handy\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .handy\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  .handy\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .handy\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .handy\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .handy\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .handy\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .handy\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .handy\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .handy\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .handy\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .handy\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .handy\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .handy\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .handy\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .handy\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .handy\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .handy\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .handy\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .handy\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .handy\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .handy\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .handy\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .handy\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .handy\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .handy\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .handy\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .handy\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .handy\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .handy\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .handy\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .handy\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .handy\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .handy\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .handy\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .handy\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .handy\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .handy\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .handy\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .handy\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .handy\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .handy\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .handy\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .handy\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .handy\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .handy\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .handy\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .handy\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .handy\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .handy\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .handy\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .handy\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .handy\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .handy\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .handy\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .handy\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .handy\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .handy\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .handy\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .handy\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .handy\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .handy\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .handy\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .handy\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .handy\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .handy\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .handy\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .handy\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .handy\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .handy\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .handy\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .handy\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .handy\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .handy\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .handy\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .handy\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .handy\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .handy\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .handy\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .handy\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .handy\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .handy\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .handy\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .handy\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .handy\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .handy\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .handy\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .handy\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .handy\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .handy\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .handy\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .handy\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .handy\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .handy\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .handy\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .handy\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .handy\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .handy\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .handy\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .handy\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .handy\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .handy\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .handy\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .handy\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .handy\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .handy\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .handy\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .handy\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .handy\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .handy\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .handy\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .handy\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .handy\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .handy\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .handy\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .handy\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .handy\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .handy\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .handy\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .handy\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .handy\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .handy\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .handy\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .handy\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .handy\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .handy\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .handy\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .handy\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .handy\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .handy\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .handy\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .handy\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .handy\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .handy\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .handy\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .handy\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .handy\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .handy\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .handy\:pointer-events-none {
    pointer-events: none;
  }

  .handy\:pointer-events-auto {
    pointer-events: auto;
  }

  .handy\:static {
    position: static;
  }

  .handy\:fixed {
    position: fixed;
  }

  .handy\:absolute {
    position: absolute;
  }

  .handy\:relative {
    position: relative;
  }

  .handy\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .handy\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .handy\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .handy\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .handy\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .handy\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .handy\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .handy\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .handy\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .handy\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .handy\:top-0 {
    top: 0;
  }

  .handy\:right-0 {
    right: 0;
  }

  .handy\:bottom-0 {
    bottom: 0;
  }

  .handy\:left-0 {
    left: 0;
  }

  .handy\:top-20 {
    top: 5rem;
  }

  .handy\:right-20 {
    right: 5rem;
  }

  .handy\:bottom-20 {
    bottom: 5rem;
  }

  .handy\:left-20 {
    left: 5rem;
  }

  .handy\:top-auto {
    top: auto;
  }

  .handy\:right-auto {
    right: auto;
  }

  .handy\:bottom-auto {
    bottom: auto;
  }

  .handy\:left-auto {
    left: auto;
  }

  .handy\:resize-none {
    resize: none;
  }

  .handy\:resize-y {
    resize: vertical;
  }

  .handy\:resize-x {
    resize: horizontal;
  }

  .handy\:resize {
    resize: both;
  }

  .handy\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .handy\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .handy\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .handy\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .handy\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .handy\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .handy\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .handy\:shadow-none {
    box-shadow: none;
  }

  .handy\: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);
  }

  .handy\: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);
  }

  .handy\: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);
  }

  .handy\: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);
  }

  .handy\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .handy\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .handy\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .handy\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .handy\: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);
  }

  .handy\: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);
  }

  .handy\: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);
  }

  .handy\: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);
  }

  .handy\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .handy\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .handy\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .handy\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .handy\:fill-current {
    fill: currentColor;
  }

  .handy\:stroke-current {
    stroke: currentColor;
  }

  .handy\:table-auto {
    table-layout: auto;
  }

  .handy\:table-fixed {
    table-layout: fixed;
  }

  .handy\:text-left {
    text-align: left;
  }

  .handy\:text-center {
    text-align: center;
  }

  .handy\:text-right {
    text-align: right;
  }

  .handy\:text-justify {
    text-align: justify;
  }

  .handy\:text-transparent {
    color: transparent;
  }

  .handy\:text-black {
    color: #000;
  }

  .handy\:text-white {
    color: #fff;
  }

  .handy\:text-primary {
    color: var(--color-primary);
  }

  .handy\:text-link {
    color: #4299e1;
  }

  .handy\:text-gray-100 {
    color: #f7fafc;
  }

  .handy\:text-gray-200 {
    color: #edf2f7;
  }

  .handy\:text-gray-300 {
    color: #e2e8f0;
  }

  .handy\:text-gray-400 {
    color: #cbd5e0;
  }

  .handy\:text-gray-500 {
    color: #a0aec0;
  }

  .handy\:text-gray-600 {
    color: #718096;
  }

  .handy\:text-gray-700 {
    color: #4a5568;
  }

  .handy\:text-gray-800 {
    color: #2d3748;
  }

  .handy\:text-gray-900 {
    color: #1a202c;
  }

  .handy\:text-red-100 {
    color: #fff5f5;
  }

  .handy\:text-red-200 {
    color: #fed7d7;
  }

  .handy\:text-red-300 {
    color: #feb2b2;
  }

  .handy\:text-red-400 {
    color: #fc8181;
  }

  .handy\:text-red-500 {
    color: #f56565;
  }

  .handy\:text-red-600 {
    color: #e53e3e;
  }

  .handy\:text-red-700 {
    color: #c53030;
  }

  .handy\:text-red-800 {
    color: #9b2c2c;
  }

  .handy\:text-red-900 {
    color: #742a2a;
  }

  .handy\:text-orange-100 {
    color: #fffaf0;
  }

  .handy\:text-orange-200 {
    color: #feebc8;
  }

  .handy\:text-orange-300 {
    color: #fbd38d;
  }

  .handy\:text-orange-400 {
    color: #f6ad55;
  }

  .handy\:text-orange-500 {
    color: #ed8936;
  }

  .handy\:text-orange-600 {
    color: #dd6b20;
  }

  .handy\:text-orange-700 {
    color: #c05621;
  }

  .handy\:text-orange-800 {
    color: #9c4221;
  }

  .handy\:text-orange-900 {
    color: #7b341e;
  }

  .handy\:text-yellow-100 {
    color: #fffff0;
  }

  .handy\:text-yellow-200 {
    color: #fefcbf;
  }

  .handy\:text-yellow-300 {
    color: #faf089;
  }

  .handy\:text-yellow-400 {
    color: #f6e05e;
  }

  .handy\:text-yellow-500 {
    color: #ecc94b;
  }

  .handy\:text-yellow-600 {
    color: #d69e2e;
  }

  .handy\:text-yellow-700 {
    color: #b7791f;
  }

  .handy\:text-yellow-800 {
    color: #975a16;
  }

  .handy\:text-yellow-900 {
    color: #744210;
  }

  .handy\:text-green-100 {
    color: #f0fff4;
  }

  .handy\:text-green-200 {
    color: #c6f6d5;
  }

  .handy\:text-green-300 {
    color: #9ae6b4;
  }

  .handy\:text-green-400 {
    color: #68d391;
  }

  .handy\:text-green-500 {
    color: #48bb78;
  }

  .handy\:text-green-600 {
    color: #38a169;
  }

  .handy\:text-green-700 {
    color: #2f855a;
  }

  .handy\:text-green-800 {
    color: #276749;
  }

  .handy\:text-green-900 {
    color: #22543d;
  }

  .handy\:text-teal-100 {
    color: #e6fffa;
  }

  .handy\:text-teal-200 {
    color: #b2f5ea;
  }

  .handy\:text-teal-300 {
    color: #81e6d9;
  }

  .handy\:text-teal-400 {
    color: #4fd1c5;
  }

  .handy\:text-teal-500 {
    color: #38b2ac;
  }

  .handy\:text-teal-600 {
    color: #319795;
  }

  .handy\:text-teal-700 {
    color: #2c7a7b;
  }

  .handy\:text-teal-800 {
    color: #285e61;
  }

  .handy\:text-teal-900 {
    color: #234e52;
  }

  .handy\:text-blue-100 {
    color: #ebf8ff;
  }

  .handy\:text-blue-200 {
    color: #bee3f8;
  }

  .handy\:text-blue-300 {
    color: #90cdf4;
  }

  .handy\:text-blue-400 {
    color: #63b3ed;
  }

  .handy\:text-blue-500 {
    color: #4299e1;
  }

  .handy\:text-blue-600 {
    color: #3182ce;
  }

  .handy\:text-blue-700 {
    color: #2b6cb0;
  }

  .handy\:text-blue-800 {
    color: #2c5282;
  }

  .handy\:text-blue-900 {
    color: #2a4365;
  }

  .handy\:text-indigo-100 {
    color: #ebf4ff;
  }

  .handy\:text-indigo-200 {
    color: #c3dafe;
  }

  .handy\:text-indigo-300 {
    color: #a3bffa;
  }

  .handy\:text-indigo-400 {
    color: #7f9cf5;
  }

  .handy\:text-indigo-500 {
    color: #667eea;
  }

  .handy\:text-indigo-600 {
    color: #5a67d8;
  }

  .handy\:text-indigo-700 {
    color: #4c51bf;
  }

  .handy\:text-indigo-800 {
    color: #434190;
  }

  .handy\:text-indigo-900 {
    color: #3c366b;
  }

  .handy\:text-purple-100 {
    color: #faf5ff;
  }

  .handy\:text-purple-200 {
    color: #e9d8fd;
  }

  .handy\:text-purple-300 {
    color: #d6bcfa;
  }

  .handy\:text-purple-400 {
    color: #b794f4;
  }

  .handy\:text-purple-500 {
    color: #9f7aea;
  }

  .handy\:text-purple-600 {
    color: #805ad5;
  }

  .handy\:text-purple-700 {
    color: #6b46c1;
  }

  .handy\:text-purple-800 {
    color: #553c9a;
  }

  .handy\:text-purple-900 {
    color: #44337a;
  }

  .handy\:text-pink-100 {
    color: #fff5f7;
  }

  .handy\:text-pink-200 {
    color: #fed7e2;
  }

  .handy\:text-pink-300 {
    color: #fbb6ce;
  }

  .handy\:text-pink-400 {
    color: #f687b3;
  }

  .handy\:text-pink-500 {
    color: #ed64a6;
  }

  .handy\:text-pink-600 {
    color: #d53f8c;
  }

  .handy\:text-pink-700 {
    color: #b83280;
  }

  .handy\:text-pink-800 {
    color: #97266d;
  }

  .handy\:text-pink-900 {
    color: #702459;
  }

  .handy\:hover\:text-transparent:hover {
    color: transparent;
  }

  .handy\:hover\:text-black:hover {
    color: #000;
  }

  .handy\:hover\:text-white:hover {
    color: #fff;
  }

  .handy\:hover\:text-primary:hover {
    color: var(--color-primary);
  }

  .handy\:hover\:text-link:hover {
    color: #4299e1;
  }

  .handy\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .handy\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .handy\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .handy\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .handy\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .handy\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .handy\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .handy\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .handy\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .handy\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .handy\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .handy\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .handy\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .handy\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .handy\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .handy\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .handy\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .handy\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .handy\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .handy\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .handy\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .handy\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .handy\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .handy\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .handy\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .handy\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .handy\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .handy\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .handy\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .handy\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .handy\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .handy\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .handy\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .handy\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .handy\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .handy\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .handy\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .handy\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .handy\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .handy\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .handy\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .handy\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .handy\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .handy\:hover\:text-green-800:hover {
    color: #276749;
  }

  .handy\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .handy\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .handy\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .handy\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .handy\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .handy\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .handy\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .handy\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .handy\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .handy\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .handy\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .handy\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .handy\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .handy\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .handy\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .handy\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .handy\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .handy\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .handy\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .handy\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .handy\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .handy\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .handy\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .handy\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .handy\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .handy\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .handy\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .handy\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .handy\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .handy\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .handy\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .handy\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .handy\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .handy\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .handy\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .handy\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .handy\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .handy\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .handy\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .handy\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .handy\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .handy\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .handy\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .handy\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .handy\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .handy\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .handy\:focus\:text-transparent:focus {
    color: transparent;
  }

  .handy\:focus\:text-black:focus {
    color: #000;
  }

  .handy\:focus\:text-white:focus {
    color: #fff;
  }

  .handy\:focus\:text-primary:focus {
    color: var(--color-primary);
  }

  .handy\:focus\:text-link:focus {
    color: #4299e1;
  }

  .handy\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .handy\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .handy\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .handy\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .handy\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .handy\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .handy\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .handy\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .handy\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .handy\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .handy\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .handy\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .handy\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .handy\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .handy\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .handy\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .handy\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .handy\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .handy\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .handy\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .handy\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .handy\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .handy\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .handy\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .handy\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .handy\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .handy\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .handy\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .handy\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .handy\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .handy\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .handy\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .handy\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .handy\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .handy\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .handy\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .handy\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .handy\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .handy\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .handy\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .handy\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .handy\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .handy\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .handy\:focus\:text-green-800:focus {
    color: #276749;
  }

  .handy\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .handy\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .handy\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .handy\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .handy\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .handy\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .handy\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .handy\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .handy\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .handy\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .handy\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .handy\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .handy\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .handy\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .handy\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .handy\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .handy\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .handy\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .handy\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .handy\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .handy\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .handy\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .handy\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .handy\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .handy\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .handy\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .handy\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .handy\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .handy\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .handy\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .handy\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .handy\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .handy\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .handy\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .handy\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .handy\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .handy\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .handy\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .handy\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .handy\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .handy\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .handy\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .handy\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .handy\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .handy\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .handy\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .handy\:text-xs {
    font-size: 0.75rem;
  }

  .handy\:text-sm {
    font-size: 0.875rem;
  }

  .handy\:text-base {
    font-size: 1rem;
  }

  .handy\:text-lg {
    font-size: 1.125rem;
  }

  .handy\:text-xl {
    font-size: 1.25rem;
  }

  .handy\:text-2xl {
    font-size: 1.5rem;
  }

  .handy\:text-3xl {
    font-size: 1.875rem;
  }

  .handy\:text-4xl {
    font-size: 2.25rem;
  }

  .handy\:text-5xl {
    font-size: 3rem;
  }

  .handy\:text-6xl {
    font-size: 4rem;
  }

  .handy\:italic {
    font-style: italic;
  }

  .handy\:not-italic {
    font-style: normal;
  }

  .handy\:uppercase {
    text-transform: uppercase;
  }

  .handy\:lowercase {
    text-transform: lowercase;
  }

  .handy\:capitalize {
    text-transform: capitalize;
  }

  .handy\:normal-case {
    text-transform: none;
  }

  .handy\:underline {
    text-decoration: underline;
  }

  .handy\:line-through {
    text-decoration: line-through;
  }

  .handy\:no-underline {
    text-decoration: none;
  }

  .handy\:hover\:underline:hover {
    text-decoration: underline;
  }

  .handy\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .handy\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .handy\:focus\:underline:focus {
    text-decoration: underline;
  }

  .handy\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .handy\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .handy\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .handy\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .handy\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .handy\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .handy\:tracking-normal {
    letter-spacing: 0;
  }

  .handy\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .handy\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .handy\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .handy\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .handy\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .handy\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .handy\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .handy\:align-baseline {
    vertical-align: baseline;
  }

  .handy\:align-top {
    vertical-align: top;
  }

  .handy\:align-middle {
    vertical-align: middle;
  }

  .handy\:align-bottom {
    vertical-align: bottom;
  }

  .handy\:align-text-top {
    vertical-align: text-top;
  }

  .handy\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .handy\:visible {
    visibility: visible;
  }

  .handy\:invisible {
    visibility: hidden;
  }

  .handy\:whitespace-normal {
    white-space: normal;
  }

  .handy\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .handy\:whitespace-pre {
    white-space: pre;
  }

  .handy\:whitespace-pre-line {
    white-space: pre-line;
  }

  .handy\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .handy\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .handy\:break-words {
    overflow-wrap: break-word;
  }

  .handy\:break-all {
    word-break: break-all;
  }

  .handy\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .handy\:w-0 {
    width: 0;
  }

  .handy\:w-1 {
    width: 0.25rem;
  }

  .handy\:w-2 {
    width: 0.5rem;
  }

  .handy\:w-3 {
    width: 0.75rem;
  }

  .handy\:w-4 {
    width: 1rem;
  }

  .handy\:w-5 {
    width: 1.25rem;
  }

  .handy\:w-6 {
    width: 1.5rem;
  }

  .handy\:w-8 {
    width: 2rem;
  }

  .handy\:w-10 {
    width: 2.5rem;
  }

  .handy\:w-12 {
    width: 3rem;
  }

  .handy\:w-16 {
    width: 4rem;
  }

  .handy\:w-20 {
    width: 5rem;
  }

  .handy\:w-24 {
    width: 6rem;
  }

  .handy\:w-32 {
    width: 8rem;
  }

  .handy\:w-40 {
    width: 10rem;
  }

  .handy\:w-48 {
    width: 12rem;
  }

  .handy\:w-56 {
    width: 14rem;
  }

  .handy\:w-64 {
    width: 16rem;
  }

  .handy\:w-auto {
    width: auto;
  }

  .handy\:w-px {
    width: 1px;
  }

  .handy\:w-1\/5 {
    width: 20%;
  }

  .handy\:w-1\/2 {
    width: 50%;
  }

  .handy\:w-1\/3 {
    width: 33.333333%;
  }

  .handy\:w-2\/3 {
    width: 66.666667%;
  }

  .handy\:w-1\/4 {
    width: 25%;
  }

  .handy\:w-2\/4 {
    width: 50%;
  }

  .handy\:w-3\/4 {
    width: 75%;
  }

  .handy\:w-2\/5 {
    width: 40%;
  }

  .handy\:w-3\/5 {
    width: 60%;
  }

  .handy\:w-4\/5 {
    width: 80%;
  }

  .handy\:w-1\/6 {
    width: 16.666667%;
  }

  .handy\:w-2\/6 {
    width: 33.333333%;
  }

  .handy\:w-3\/6 {
    width: 50%;
  }

  .handy\:w-4\/6 {
    width: 66.666667%;
  }

  .handy\:w-5\/6 {
    width: 83.333333%;
  }

  .handy\:w-1\/12 {
    width: 8.333333%;
  }

  .handy\:w-2\/12 {
    width: 16.666667%;
  }

  .handy\:w-3\/12 {
    width: 25%;
  }

  .handy\:w-4\/12 {
    width: 33.333333%;
  }

  .handy\:w-5\/12 {
    width: 41.666667%;
  }

  .handy\:w-6\/12 {
    width: 50%;
  }

  .handy\:w-7\/12 {
    width: 58.333333%;
  }

  .handy\:w-8\/12 {
    width: 66.666667%;
  }

  .handy\:w-9\/12 {
    width: 75%;
  }

  .handy\:w-10\/12 {
    width: 83.333333%;
  }

  .handy\:w-11\/12 {
    width: 91.666667%;
  }

  .handy\:w-full {
    width: 100%;
  }

  .handy\:w-screen {
    width: 100vw;
  }

  .handy\:w-modal {
    width: 30vw;
  }

  .handy\:z-0 {
    z-index: 0;
  }

  .handy\:z-10 {
    z-index: 10;
  }

  .handy\:z-20 {
    z-index: 20;
  }

  .handy\:z-30 {
    z-index: 30;
  }

  .handy\:z-40 {
    z-index: 40;
  }

  .handy\:z-50 {
    z-index: 50;
  }

  .handy\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 650px) {
  .tablet\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .tablet\:bg-fixed {
    background-attachment: fixed;
  }

  .tablet\:bg-local {
    background-attachment: local;
  }

  .tablet\:bg-scroll {
    background-attachment: scroll;
  }

  .tablet\:bg-transparent {
    background-color: transparent;
  }

  .tablet\:bg-black {
    background-color: #000;
  }

  .tablet\:bg-white {
    background-color: #fff;
  }

  .tablet\:bg-primary {
    background-color: var(--color-primary);
  }

  .tablet\:bg-link {
    background-color: #4299e1;
  }

  .tablet\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .tablet\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .tablet\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .tablet\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .tablet\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .tablet\:bg-gray-600 {
    background-color: #718096;
  }

  .tablet\:bg-gray-700 {
    background-color: #4a5568;
  }

  .tablet\:bg-gray-800 {
    background-color: #2d3748;
  }

  .tablet\:bg-gray-900 {
    background-color: #1a202c;
  }

  .tablet\:bg-red-100 {
    background-color: #fff5f5;
  }

  .tablet\:bg-red-200 {
    background-color: #fed7d7;
  }

  .tablet\:bg-red-300 {
    background-color: #feb2b2;
  }

  .tablet\:bg-red-400 {
    background-color: #fc8181;
  }

  .tablet\:bg-red-500 {
    background-color: #f56565;
  }

  .tablet\:bg-red-600 {
    background-color: #e53e3e;
  }

  .tablet\:bg-red-700 {
    background-color: #c53030;
  }

  .tablet\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .tablet\:bg-red-900 {
    background-color: #742a2a;
  }

  .tablet\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .tablet\:bg-orange-200 {
    background-color: #feebc8;
  }

  .tablet\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .tablet\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .tablet\:bg-orange-500 {
    background-color: #ed8936;
  }

  .tablet\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .tablet\:bg-orange-700 {
    background-color: #c05621;
  }

  .tablet\:bg-orange-800 {
    background-color: #9c4221;
  }

  .tablet\:bg-orange-900 {
    background-color: #7b341e;
  }

  .tablet\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .tablet\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .tablet\:bg-yellow-300 {
    background-color: #faf089;
  }

  .tablet\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .tablet\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .tablet\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .tablet\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .tablet\:bg-yellow-800 {
    background-color: #975a16;
  }

  .tablet\:bg-yellow-900 {
    background-color: #744210;
  }

  .tablet\:bg-green-100 {
    background-color: #f0fff4;
  }

  .tablet\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .tablet\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .tablet\:bg-green-400 {
    background-color: #68d391;
  }

  .tablet\:bg-green-500 {
    background-color: #48bb78;
  }

  .tablet\:bg-green-600 {
    background-color: #38a169;
  }

  .tablet\:bg-green-700 {
    background-color: #2f855a;
  }

  .tablet\:bg-green-800 {
    background-color: #276749;
  }

  .tablet\:bg-green-900 {
    background-color: #22543d;
  }

  .tablet\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .tablet\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .tablet\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .tablet\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .tablet\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .tablet\:bg-teal-600 {
    background-color: #319795;
  }

  .tablet\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .tablet\:bg-teal-800 {
    background-color: #285e61;
  }

  .tablet\:bg-teal-900 {
    background-color: #234e52;
  }

  .tablet\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .tablet\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .tablet\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .tablet\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .tablet\:bg-blue-500 {
    background-color: #4299e1;
  }

  .tablet\:bg-blue-600 {
    background-color: #3182ce;
  }

  .tablet\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .tablet\:bg-blue-800 {
    background-color: #2c5282;
  }

  .tablet\:bg-blue-900 {
    background-color: #2a4365;
  }

  .tablet\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .tablet\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .tablet\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .tablet\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .tablet\:bg-indigo-500 {
    background-color: #667eea;
  }

  .tablet\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .tablet\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .tablet\:bg-indigo-800 {
    background-color: #434190;
  }

  .tablet\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .tablet\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .tablet\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .tablet\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .tablet\:bg-purple-400 {
    background-color: #b794f4;
  }

  .tablet\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .tablet\:bg-purple-600 {
    background-color: #805ad5;
  }

  .tablet\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .tablet\:bg-purple-800 {
    background-color: #553c9a;
  }

  .tablet\:bg-purple-900 {
    background-color: #44337a;
  }

  .tablet\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .tablet\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .tablet\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .tablet\:bg-pink-400 {
    background-color: #f687b3;
  }

  .tablet\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .tablet\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .tablet\:bg-pink-700 {
    background-color: #b83280;
  }

  .tablet\:bg-pink-800 {
    background-color: #97266d;
  }

  .tablet\:bg-pink-900 {
    background-color: #702459;
  }

  .tablet\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .tablet\:hover\:bg-black:hover {
    background-color: #000;
  }

  .tablet\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .tablet\:hover\:bg-primary:hover {
    background-color: var(--color-primary);
  }

  .tablet\:hover\:bg-link:hover {
    background-color: #4299e1;
  }

  .tablet\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .tablet\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .tablet\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .tablet\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .tablet\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .tablet\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .tablet\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .tablet\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .tablet\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .tablet\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .tablet\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .tablet\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .tablet\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .tablet\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .tablet\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .tablet\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .tablet\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .tablet\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .tablet\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .tablet\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .tablet\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .tablet\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .tablet\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .tablet\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .tablet\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .tablet\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .tablet\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .tablet\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .tablet\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .tablet\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .tablet\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .tablet\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .tablet\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .tablet\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .tablet\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .tablet\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .tablet\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .tablet\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .tablet\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .tablet\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .tablet\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .tablet\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .tablet\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .tablet\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .tablet\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .tablet\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .tablet\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .tablet\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .tablet\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .tablet\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .tablet\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .tablet\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .tablet\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .tablet\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .tablet\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .tablet\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .tablet\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .tablet\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .tablet\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .tablet\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .tablet\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .tablet\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .tablet\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .tablet\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .tablet\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .tablet\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .tablet\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .tablet\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .tablet\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .tablet\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .tablet\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .tablet\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .tablet\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .tablet\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .tablet\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .tablet\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .tablet\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .tablet\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .tablet\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .tablet\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .tablet\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .tablet\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .tablet\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .tablet\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .tablet\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .tablet\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .tablet\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .tablet\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .tablet\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .tablet\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .tablet\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .tablet\:focus\:bg-black:focus {
    background-color: #000;
  }

  .tablet\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .tablet\:focus\:bg-primary:focus {
    background-color: var(--color-primary);
  }

  .tablet\:focus\:bg-link:focus {
    background-color: #4299e1;
  }

  .tablet\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .tablet\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .tablet\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .tablet\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .tablet\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .tablet\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .tablet\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .tablet\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .tablet\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .tablet\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .tablet\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .tablet\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .tablet\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .tablet\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .tablet\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .tablet\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .tablet\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .tablet\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .tablet\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .tablet\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .tablet\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .tablet\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .tablet\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .tablet\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .tablet\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .tablet\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .tablet\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .tablet\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .tablet\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .tablet\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .tablet\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .tablet\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .tablet\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .tablet\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .tablet\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .tablet\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .tablet\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .tablet\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .tablet\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .tablet\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .tablet\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .tablet\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .tablet\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .tablet\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .tablet\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .tablet\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .tablet\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .tablet\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .tablet\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .tablet\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .tablet\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .tablet\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .tablet\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .tablet\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .tablet\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .tablet\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .tablet\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .tablet\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .tablet\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .tablet\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .tablet\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .tablet\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .tablet\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .tablet\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .tablet\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .tablet\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .tablet\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .tablet\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .tablet\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .tablet\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .tablet\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .tablet\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .tablet\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .tablet\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .tablet\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .tablet\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .tablet\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .tablet\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .tablet\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .tablet\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .tablet\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .tablet\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .tablet\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .tablet\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .tablet\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .tablet\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .tablet\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .tablet\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .tablet\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .tablet\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .tablet\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .tablet\:odd\:bg-black:nth-child(odd) {
    background-color: #000;
  }

  .tablet\:odd\:bg-white:nth-child(odd) {
    background-color: #fff;
  }

  .tablet\:odd\:bg-primary:nth-child(odd) {
    background-color: var(--color-primary);
  }

  .tablet\:odd\:bg-link:nth-child(odd) {
    background-color: #4299e1;
  }

  .tablet\:odd\:bg-gray-100:nth-child(odd) {
    background-color: #f7fafc;
  }

  .tablet\:odd\:bg-gray-200:nth-child(odd) {
    background-color: #edf2f7;
  }

  .tablet\:odd\:bg-gray-300:nth-child(odd) {
    background-color: #e2e8f0;
  }

  .tablet\:odd\:bg-gray-400:nth-child(odd) {
    background-color: #cbd5e0;
  }

  .tablet\:odd\:bg-gray-500:nth-child(odd) {
    background-color: #a0aec0;
  }

  .tablet\:odd\:bg-gray-600:nth-child(odd) {
    background-color: #718096;
  }

  .tablet\:odd\:bg-gray-700:nth-child(odd) {
    background-color: #4a5568;
  }

  .tablet\:odd\:bg-gray-800:nth-child(odd) {
    background-color: #2d3748;
  }

  .tablet\:odd\:bg-gray-900:nth-child(odd) {
    background-color: #1a202c;
  }

  .tablet\:odd\:bg-red-100:nth-child(odd) {
    background-color: #fff5f5;
  }

  .tablet\:odd\:bg-red-200:nth-child(odd) {
    background-color: #fed7d7;
  }

  .tablet\:odd\:bg-red-300:nth-child(odd) {
    background-color: #feb2b2;
  }

  .tablet\:odd\:bg-red-400:nth-child(odd) {
    background-color: #fc8181;
  }

  .tablet\:odd\:bg-red-500:nth-child(odd) {
    background-color: #f56565;
  }

  .tablet\:odd\:bg-red-600:nth-child(odd) {
    background-color: #e53e3e;
  }

  .tablet\:odd\:bg-red-700:nth-child(odd) {
    background-color: #c53030;
  }

  .tablet\:odd\:bg-red-800:nth-child(odd) {
    background-color: #9b2c2c;
  }

  .tablet\:odd\:bg-red-900:nth-child(odd) {
    background-color: #742a2a;
  }

  .tablet\:odd\:bg-orange-100:nth-child(odd) {
    background-color: #fffaf0;
  }

  .tablet\:odd\:bg-orange-200:nth-child(odd) {
    background-color: #feebc8;
  }

  .tablet\:odd\:bg-orange-300:nth-child(odd) {
    background-color: #fbd38d;
  }

  .tablet\:odd\:bg-orange-400:nth-child(odd) {
    background-color: #f6ad55;
  }

  .tablet\:odd\:bg-orange-500:nth-child(odd) {
    background-color: #ed8936;
  }

  .tablet\:odd\:bg-orange-600:nth-child(odd) {
    background-color: #dd6b20;
  }

  .tablet\:odd\:bg-orange-700:nth-child(odd) {
    background-color: #c05621;
  }

  .tablet\:odd\:bg-orange-800:nth-child(odd) {
    background-color: #9c4221;
  }

  .tablet\:odd\:bg-orange-900:nth-child(odd) {
    background-color: #7b341e;
  }

  .tablet\:odd\:bg-yellow-100:nth-child(odd) {
    background-color: #fffff0;
  }

  .tablet\:odd\:bg-yellow-200:nth-child(odd) {
    background-color: #fefcbf;
  }

  .tablet\:odd\:bg-yellow-300:nth-child(odd) {
    background-color: #faf089;
  }

  .tablet\:odd\:bg-yellow-400:nth-child(odd) {
    background-color: #f6e05e;
  }

  .tablet\:odd\:bg-yellow-500:nth-child(odd) {
    background-color: #ecc94b;
  }

  .tablet\:odd\:bg-yellow-600:nth-child(odd) {
    background-color: #d69e2e;
  }

  .tablet\:odd\:bg-yellow-700:nth-child(odd) {
    background-color: #b7791f;
  }

  .tablet\:odd\:bg-yellow-800:nth-child(odd) {
    background-color: #975a16;
  }

  .tablet\:odd\:bg-yellow-900:nth-child(odd) {
    background-color: #744210;
  }

  .tablet\:odd\:bg-green-100:nth-child(odd) {
    background-color: #f0fff4;
  }

  .tablet\:odd\:bg-green-200:nth-child(odd) {
    background-color: #c6f6d5;
  }

  .tablet\:odd\:bg-green-300:nth-child(odd) {
    background-color: #9ae6b4;
  }

  .tablet\:odd\:bg-green-400:nth-child(odd) {
    background-color: #68d391;
  }

  .tablet\:odd\:bg-green-500:nth-child(odd) {
    background-color: #48bb78;
  }

  .tablet\:odd\:bg-green-600:nth-child(odd) {
    background-color: #38a169;
  }

  .tablet\:odd\:bg-green-700:nth-child(odd) {
    background-color: #2f855a;
  }

  .tablet\:odd\:bg-green-800:nth-child(odd) {
    background-color: #276749;
  }

  .tablet\:odd\:bg-green-900:nth-child(odd) {
    background-color: #22543d;
  }

  .tablet\:odd\:bg-teal-100:nth-child(odd) {
    background-color: #e6fffa;
  }

  .tablet\:odd\:bg-teal-200:nth-child(odd) {
    background-color: #b2f5ea;
  }

  .tablet\:odd\:bg-teal-300:nth-child(odd) {
    background-color: #81e6d9;
  }

  .tablet\:odd\:bg-teal-400:nth-child(odd) {
    background-color: #4fd1c5;
  }

  .tablet\:odd\:bg-teal-500:nth-child(odd) {
    background-color: #38b2ac;
  }

  .tablet\:odd\:bg-teal-600:nth-child(odd) {
    background-color: #319795;
  }

  .tablet\:odd\:bg-teal-700:nth-child(odd) {
    background-color: #2c7a7b;
  }

  .tablet\:odd\:bg-teal-800:nth-child(odd) {
    background-color: #285e61;
  }

  .tablet\:odd\:bg-teal-900:nth-child(odd) {
    background-color: #234e52;
  }

  .tablet\:odd\:bg-blue-100:nth-child(odd) {
    background-color: #ebf8ff;
  }

  .tablet\:odd\:bg-blue-200:nth-child(odd) {
    background-color: #bee3f8;
  }

  .tablet\:odd\:bg-blue-300:nth-child(odd) {
    background-color: #90cdf4;
  }

  .tablet\:odd\:bg-blue-400:nth-child(odd) {
    background-color: #63b3ed;
  }

  .tablet\:odd\:bg-blue-500:nth-child(odd) {
    background-color: #4299e1;
  }

  .tablet\:odd\:bg-blue-600:nth-child(odd) {
    background-color: #3182ce;
  }

  .tablet\:odd\:bg-blue-700:nth-child(odd) {
    background-color: #2b6cb0;
  }

  .tablet\:odd\:bg-blue-800:nth-child(odd) {
    background-color: #2c5282;
  }

  .tablet\:odd\:bg-blue-900:nth-child(odd) {
    background-color: #2a4365;
  }

  .tablet\:odd\:bg-indigo-100:nth-child(odd) {
    background-color: #ebf4ff;
  }

  .tablet\:odd\:bg-indigo-200:nth-child(odd) {
    background-color: #c3dafe;
  }

  .tablet\:odd\:bg-indigo-300:nth-child(odd) {
    background-color: #a3bffa;
  }

  .tablet\:odd\:bg-indigo-400:nth-child(odd) {
    background-color: #7f9cf5;
  }

  .tablet\:odd\:bg-indigo-500:nth-child(odd) {
    background-color: #667eea;
  }

  .tablet\:odd\:bg-indigo-600:nth-child(odd) {
    background-color: #5a67d8;
  }

  .tablet\:odd\:bg-indigo-700:nth-child(odd) {
    background-color: #4c51bf;
  }

  .tablet\:odd\:bg-indigo-800:nth-child(odd) {
    background-color: #434190;
  }

  .tablet\:odd\:bg-indigo-900:nth-child(odd) {
    background-color: #3c366b;
  }

  .tablet\:odd\:bg-purple-100:nth-child(odd) {
    background-color: #faf5ff;
  }

  .tablet\:odd\:bg-purple-200:nth-child(odd) {
    background-color: #e9d8fd;
  }

  .tablet\:odd\:bg-purple-300:nth-child(odd) {
    background-color: #d6bcfa;
  }

  .tablet\:odd\:bg-purple-400:nth-child(odd) {
    background-color: #b794f4;
  }

  .tablet\:odd\:bg-purple-500:nth-child(odd) {
    background-color: #9f7aea;
  }

  .tablet\:odd\:bg-purple-600:nth-child(odd) {
    background-color: #805ad5;
  }

  .tablet\:odd\:bg-purple-700:nth-child(odd) {
    background-color: #6b46c1;
  }

  .tablet\:odd\:bg-purple-800:nth-child(odd) {
    background-color: #553c9a;
  }

  .tablet\:odd\:bg-purple-900:nth-child(odd) {
    background-color: #44337a;
  }

  .tablet\:odd\:bg-pink-100:nth-child(odd) {
    background-color: #fff5f7;
  }

  .tablet\:odd\:bg-pink-200:nth-child(odd) {
    background-color: #fed7e2;
  }

  .tablet\:odd\:bg-pink-300:nth-child(odd) {
    background-color: #fbb6ce;
  }

  .tablet\:odd\:bg-pink-400:nth-child(odd) {
    background-color: #f687b3;
  }

  .tablet\:odd\:bg-pink-500:nth-child(odd) {
    background-color: #ed64a6;
  }

  .tablet\:odd\:bg-pink-600:nth-child(odd) {
    background-color: #d53f8c;
  }

  .tablet\:odd\:bg-pink-700:nth-child(odd) {
    background-color: #b83280;
  }

  .tablet\:odd\:bg-pink-800:nth-child(odd) {
    background-color: #97266d;
  }

  .tablet\:odd\:bg-pink-900:nth-child(odd) {
    background-color: #702459;
  }

  .tablet\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .tablet\:even\:bg-black:nth-child(even) {
    background-color: #000;
  }

  .tablet\:even\:bg-white:nth-child(even) {
    background-color: #fff;
  }

  .tablet\:even\:bg-primary:nth-child(even) {
    background-color: var(--color-primary);
  }

  .tablet\:even\:bg-link:nth-child(even) {
    background-color: #4299e1;
  }

  .tablet\:even\:bg-gray-100:nth-child(even) {
    background-color: #f7fafc;
  }

  .tablet\:even\:bg-gray-200:nth-child(even) {
    background-color: #edf2f7;
  }

  .tablet\:even\:bg-gray-300:nth-child(even) {
    background-color: #e2e8f0;
  }

  .tablet\:even\:bg-gray-400:nth-child(even) {
    background-color: #cbd5e0;
  }

  .tablet\:even\:bg-gray-500:nth-child(even) {
    background-color: #a0aec0;
  }

  .tablet\:even\:bg-gray-600:nth-child(even) {
    background-color: #718096;
  }

  .tablet\:even\:bg-gray-700:nth-child(even) {
    background-color: #4a5568;
  }

  .tablet\:even\:bg-gray-800:nth-child(even) {
    background-color: #2d3748;
  }

  .tablet\:even\:bg-gray-900:nth-child(even) {
    background-color: #1a202c;
  }

  .tablet\:even\:bg-red-100:nth-child(even) {
    background-color: #fff5f5;
  }

  .tablet\:even\:bg-red-200:nth-child(even) {
    background-color: #fed7d7;
  }

  .tablet\:even\:bg-red-300:nth-child(even) {
    background-color: #feb2b2;
  }

  .tablet\:even\:bg-red-400:nth-child(even) {
    background-color: #fc8181;
  }

  .tablet\:even\:bg-red-500:nth-child(even) {
    background-color: #f56565;
  }

  .tablet\:even\:bg-red-600:nth-child(even) {
    background-color: #e53e3e;
  }

  .tablet\:even\:bg-red-700:nth-child(even) {
    background-color: #c53030;
  }

  .tablet\:even\:bg-red-800:nth-child(even) {
    background-color: #9b2c2c;
  }

  .tablet\:even\:bg-red-900:nth-child(even) {
    background-color: #742a2a;
  }

  .tablet\:even\:bg-orange-100:nth-child(even) {
    background-color: #fffaf0;
  }

  .tablet\:even\:bg-orange-200:nth-child(even) {
    background-color: #feebc8;
  }

  .tablet\:even\:bg-orange-300:nth-child(even) {
    background-color: #fbd38d;
  }

  .tablet\:even\:bg-orange-400:nth-child(even) {
    background-color: #f6ad55;
  }

  .tablet\:even\:bg-orange-500:nth-child(even) {
    background-color: #ed8936;
  }

  .tablet\:even\:bg-orange-600:nth-child(even) {
    background-color: #dd6b20;
  }

  .tablet\:even\:bg-orange-700:nth-child(even) {
    background-color: #c05621;
  }

  .tablet\:even\:bg-orange-800:nth-child(even) {
    background-color: #9c4221;
  }

  .tablet\:even\:bg-orange-900:nth-child(even) {
    background-color: #7b341e;
  }

  .tablet\:even\:bg-yellow-100:nth-child(even) {
    background-color: #fffff0;
  }

  .tablet\:even\:bg-yellow-200:nth-child(even) {
    background-color: #fefcbf;
  }

  .tablet\:even\:bg-yellow-300:nth-child(even) {
    background-color: #faf089;
  }

  .tablet\:even\:bg-yellow-400:nth-child(even) {
    background-color: #f6e05e;
  }

  .tablet\:even\:bg-yellow-500:nth-child(even) {
    background-color: #ecc94b;
  }

  .tablet\:even\:bg-yellow-600:nth-child(even) {
    background-color: #d69e2e;
  }

  .tablet\:even\:bg-yellow-700:nth-child(even) {
    background-color: #b7791f;
  }

  .tablet\:even\:bg-yellow-800:nth-child(even) {
    background-color: #975a16;
  }

  .tablet\:even\:bg-yellow-900:nth-child(even) {
    background-color: #744210;
  }

  .tablet\:even\:bg-green-100:nth-child(even) {
    background-color: #f0fff4;
  }

  .tablet\:even\:bg-green-200:nth-child(even) {
    background-color: #c6f6d5;
  }

  .tablet\:even\:bg-green-300:nth-child(even) {
    background-color: #9ae6b4;
  }

  .tablet\:even\:bg-green-400:nth-child(even) {
    background-color: #68d391;
  }

  .tablet\:even\:bg-green-500:nth-child(even) {
    background-color: #48bb78;
  }

  .tablet\:even\:bg-green-600:nth-child(even) {
    background-color: #38a169;
  }

  .tablet\:even\:bg-green-700:nth-child(even) {
    background-color: #2f855a;
  }

  .tablet\:even\:bg-green-800:nth-child(even) {
    background-color: #276749;
  }

  .tablet\:even\:bg-green-900:nth-child(even) {
    background-color: #22543d;
  }

  .tablet\:even\:bg-teal-100:nth-child(even) {
    background-color: #e6fffa;
  }

  .tablet\:even\:bg-teal-200:nth-child(even) {
    background-color: #b2f5ea;
  }

  .tablet\:even\:bg-teal-300:nth-child(even) {
    background-color: #81e6d9;
  }

  .tablet\:even\:bg-teal-400:nth-child(even) {
    background-color: #4fd1c5;
  }

  .tablet\:even\:bg-teal-500:nth-child(even) {
    background-color: #38b2ac;
  }

  .tablet\:even\:bg-teal-600:nth-child(even) {
    background-color: #319795;
  }

  .tablet\:even\:bg-teal-700:nth-child(even) {
    background-color: #2c7a7b;
  }

  .tablet\:even\:bg-teal-800:nth-child(even) {
    background-color: #285e61;
  }

  .tablet\:even\:bg-teal-900:nth-child(even) {
    background-color: #234e52;
  }

  .tablet\:even\:bg-blue-100:nth-child(even) {
    background-color: #ebf8ff;
  }

  .tablet\:even\:bg-blue-200:nth-child(even) {
    background-color: #bee3f8;
  }

  .tablet\:even\:bg-blue-300:nth-child(even) {
    background-color: #90cdf4;
  }

  .tablet\:even\:bg-blue-400:nth-child(even) {
    background-color: #63b3ed;
  }

  .tablet\:even\:bg-blue-500:nth-child(even) {
    background-color: #4299e1;
  }

  .tablet\:even\:bg-blue-600:nth-child(even) {
    background-color: #3182ce;
  }

  .tablet\:even\:bg-blue-700:nth-child(even) {
    background-color: #2b6cb0;
  }

  .tablet\:even\:bg-blue-800:nth-child(even) {
    background-color: #2c5282;
  }

  .tablet\:even\:bg-blue-900:nth-child(even) {
    background-color: #2a4365;
  }

  .tablet\:even\:bg-indigo-100:nth-child(even) {
    background-color: #ebf4ff;
  }

  .tablet\:even\:bg-indigo-200:nth-child(even) {
    background-color: #c3dafe;
  }

  .tablet\:even\:bg-indigo-300:nth-child(even) {
    background-color: #a3bffa;
  }

  .tablet\:even\:bg-indigo-400:nth-child(even) {
    background-color: #7f9cf5;
  }

  .tablet\:even\:bg-indigo-500:nth-child(even) {
    background-color: #667eea;
  }

  .tablet\:even\:bg-indigo-600:nth-child(even) {
    background-color: #5a67d8;
  }

  .tablet\:even\:bg-indigo-700:nth-child(even) {
    background-color: #4c51bf;
  }

  .tablet\:even\:bg-indigo-800:nth-child(even) {
    background-color: #434190;
  }

  .tablet\:even\:bg-indigo-900:nth-child(even) {
    background-color: #3c366b;
  }

  .tablet\:even\:bg-purple-100:nth-child(even) {
    background-color: #faf5ff;
  }

  .tablet\:even\:bg-purple-200:nth-child(even) {
    background-color: #e9d8fd;
  }

  .tablet\:even\:bg-purple-300:nth-child(even) {
    background-color: #d6bcfa;
  }

  .tablet\:even\:bg-purple-400:nth-child(even) {
    background-color: #b794f4;
  }

  .tablet\:even\:bg-purple-500:nth-child(even) {
    background-color: #9f7aea;
  }

  .tablet\:even\:bg-purple-600:nth-child(even) {
    background-color: #805ad5;
  }

  .tablet\:even\:bg-purple-700:nth-child(even) {
    background-color: #6b46c1;
  }

  .tablet\:even\:bg-purple-800:nth-child(even) {
    background-color: #553c9a;
  }

  .tablet\:even\:bg-purple-900:nth-child(even) {
    background-color: #44337a;
  }

  .tablet\:even\:bg-pink-100:nth-child(even) {
    background-color: #fff5f7;
  }

  .tablet\:even\:bg-pink-200:nth-child(even) {
    background-color: #fed7e2;
  }

  .tablet\:even\:bg-pink-300:nth-child(even) {
    background-color: #fbb6ce;
  }

  .tablet\:even\:bg-pink-400:nth-child(even) {
    background-color: #f687b3;
  }

  .tablet\:even\:bg-pink-500:nth-child(even) {
    background-color: #ed64a6;
  }

  .tablet\:even\:bg-pink-600:nth-child(even) {
    background-color: #d53f8c;
  }

  .tablet\:even\:bg-pink-700:nth-child(even) {
    background-color: #b83280;
  }

  .tablet\:even\:bg-pink-800:nth-child(even) {
    background-color: #97266d;
  }

  .tablet\:even\:bg-pink-900:nth-child(even) {
    background-color: #702459;
  }

  .tablet\:bg-bottom {
    background-position: bottom;
  }

  .tablet\:bg-center {
    background-position: center;
  }

  .tablet\:bg-left {
    background-position: left;
  }

  .tablet\:bg-left-bottom {
    background-position: left bottom;
  }

  .tablet\:bg-left-top {
    background-position: left top;
  }

  .tablet\:bg-right {
    background-position: right;
  }

  .tablet\:bg-right-bottom {
    background-position: right bottom;
  }

  .tablet\:bg-right-top {
    background-position: right top;
  }

  .tablet\:bg-top {
    background-position: top;
  }

  .tablet\:bg-repeat {
    background-repeat: repeat;
  }

  .tablet\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .tablet\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .tablet\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .tablet\:bg-repeat-round {
    background-repeat: round;
  }

  .tablet\:bg-repeat-space {
    background-repeat: space;
  }

  .tablet\:bg-auto {
    background-size: auto;
  }

  .tablet\:bg-cover {
    background-size: cover;
  }

  .tablet\:bg-contain {
    background-size: contain;
  }

  .tablet\:border-collapse {
    border-collapse: collapse;
  }

  .tablet\:border-separate {
    border-collapse: separate;
  }

  .tablet\:border-transparent {
    border-color: transparent;
  }

  .tablet\:border-black {
    border-color: #000;
  }

  .tablet\:border-white {
    border-color: #fff;
  }

  .tablet\:border-primary {
    border-color: var(--color-primary);
  }

  .tablet\:border-link {
    border-color: #4299e1;
  }

  .tablet\:border-gray-100 {
    border-color: #f7fafc;
  }

  .tablet\:border-gray-200 {
    border-color: #edf2f7;
  }

  .tablet\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .tablet\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .tablet\:border-gray-500 {
    border-color: #a0aec0;
  }

  .tablet\:border-gray-600 {
    border-color: #718096;
  }

  .tablet\:border-gray-700 {
    border-color: #4a5568;
  }

  .tablet\:border-gray-800 {
    border-color: #2d3748;
  }

  .tablet\:border-gray-900 {
    border-color: #1a202c;
  }

  .tablet\:border-red-100 {
    border-color: #fff5f5;
  }

  .tablet\:border-red-200 {
    border-color: #fed7d7;
  }

  .tablet\:border-red-300 {
    border-color: #feb2b2;
  }

  .tablet\:border-red-400 {
    border-color: #fc8181;
  }

  .tablet\:border-red-500 {
    border-color: #f56565;
  }

  .tablet\:border-red-600 {
    border-color: #e53e3e;
  }

  .tablet\:border-red-700 {
    border-color: #c53030;
  }

  .tablet\:border-red-800 {
    border-color: #9b2c2c;
  }

  .tablet\:border-red-900 {
    border-color: #742a2a;
  }

  .tablet\:border-orange-100 {
    border-color: #fffaf0;
  }

  .tablet\:border-orange-200 {
    border-color: #feebc8;
  }

  .tablet\:border-orange-300 {
    border-color: #fbd38d;
  }

  .tablet\:border-orange-400 {
    border-color: #f6ad55;
  }

  .tablet\:border-orange-500 {
    border-color: #ed8936;
  }

  .tablet\:border-orange-600 {
    border-color: #dd6b20;
  }

  .tablet\:border-orange-700 {
    border-color: #c05621;
  }

  .tablet\:border-orange-800 {
    border-color: #9c4221;
  }

  .tablet\:border-orange-900 {
    border-color: #7b341e;
  }

  .tablet\:border-yellow-100 {
    border-color: #fffff0;
  }

  .tablet\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .tablet\:border-yellow-300 {
    border-color: #faf089;
  }

  .tablet\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .tablet\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .tablet\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .tablet\:border-yellow-700 {
    border-color: #b7791f;
  }

  .tablet\:border-yellow-800 {
    border-color: #975a16;
  }

  .tablet\:border-yellow-900 {
    border-color: #744210;
  }

  .tablet\:border-green-100 {
    border-color: #f0fff4;
  }

  .tablet\:border-green-200 {
    border-color: #c6f6d5;
  }

  .tablet\:border-green-300 {
    border-color: #9ae6b4;
  }

  .tablet\:border-green-400 {
    border-color: #68d391;
  }

  .tablet\:border-green-500 {
    border-color: #48bb78;
  }

  .tablet\:border-green-600 {
    border-color: #38a169;
  }

  .tablet\:border-green-700 {
    border-color: #2f855a;
  }

  .tablet\:border-green-800 {
    border-color: #276749;
  }

  .tablet\:border-green-900 {
    border-color: #22543d;
  }

  .tablet\:border-teal-100 {
    border-color: #e6fffa;
  }

  .tablet\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .tablet\:border-teal-300 {
    border-color: #81e6d9;
  }

  .tablet\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .tablet\:border-teal-500 {
    border-color: #38b2ac;
  }

  .tablet\:border-teal-600 {
    border-color: #319795;
  }

  .tablet\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .tablet\:border-teal-800 {
    border-color: #285e61;
  }

  .tablet\:border-teal-900 {
    border-color: #234e52;
  }

  .tablet\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .tablet\:border-blue-200 {
    border-color: #bee3f8;
  }

  .tablet\:border-blue-300 {
    border-color: #90cdf4;
  }

  .tablet\:border-blue-400 {
    border-color: #63b3ed;
  }

  .tablet\:border-blue-500 {
    border-color: #4299e1;
  }

  .tablet\:border-blue-600 {
    border-color: #3182ce;
  }

  .tablet\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .tablet\:border-blue-800 {
    border-color: #2c5282;
  }

  .tablet\:border-blue-900 {
    border-color: #2a4365;
  }

  .tablet\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .tablet\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .tablet\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .tablet\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .tablet\:border-indigo-500 {
    border-color: #667eea;
  }

  .tablet\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .tablet\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .tablet\:border-indigo-800 {
    border-color: #434190;
  }

  .tablet\:border-indigo-900 {
    border-color: #3c366b;
  }

  .tablet\:border-purple-100 {
    border-color: #faf5ff;
  }

  .tablet\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .tablet\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .tablet\:border-purple-400 {
    border-color: #b794f4;
  }

  .tablet\:border-purple-500 {
    border-color: #9f7aea;
  }

  .tablet\:border-purple-600 {
    border-color: #805ad5;
  }

  .tablet\:border-purple-700 {
    border-color: #6b46c1;
  }

  .tablet\:border-purple-800 {
    border-color: #553c9a;
  }

  .tablet\:border-purple-900 {
    border-color: #44337a;
  }

  .tablet\:border-pink-100 {
    border-color: #fff5f7;
  }

  .tablet\:border-pink-200 {
    border-color: #fed7e2;
  }

  .tablet\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .tablet\:border-pink-400 {
    border-color: #f687b3;
  }

  .tablet\:border-pink-500 {
    border-color: #ed64a6;
  }

  .tablet\:border-pink-600 {
    border-color: #d53f8c;
  }

  .tablet\:border-pink-700 {
    border-color: #b83280;
  }

  .tablet\:border-pink-800 {
    border-color: #97266d;
  }

  .tablet\:border-pink-900 {
    border-color: #702459;
  }

  .tablet\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .tablet\:hover\:border-black:hover {
    border-color: #000;
  }

  .tablet\:hover\:border-white:hover {
    border-color: #fff;
  }

  .tablet\:hover\:border-primary:hover {
    border-color: var(--color-primary);
  }

  .tablet\:hover\:border-link:hover {
    border-color: #4299e1;
  }

  .tablet\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .tablet\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .tablet\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .tablet\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .tablet\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .tablet\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .tablet\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .tablet\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .tablet\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .tablet\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .tablet\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .tablet\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .tablet\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .tablet\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .tablet\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .tablet\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .tablet\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .tablet\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .tablet\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .tablet\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .tablet\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .tablet\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .tablet\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .tablet\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .tablet\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .tablet\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .tablet\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .tablet\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .tablet\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .tablet\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .tablet\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .tablet\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .tablet\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .tablet\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .tablet\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .tablet\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .tablet\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .tablet\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .tablet\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .tablet\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .tablet\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .tablet\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .tablet\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .tablet\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .tablet\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .tablet\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .tablet\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .tablet\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .tablet\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .tablet\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .tablet\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .tablet\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .tablet\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .tablet\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .tablet\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .tablet\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .tablet\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .tablet\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .tablet\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .tablet\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .tablet\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .tablet\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .tablet\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .tablet\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .tablet\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .tablet\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .tablet\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .tablet\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .tablet\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .tablet\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .tablet\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .tablet\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .tablet\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .tablet\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .tablet\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .tablet\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .tablet\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .tablet\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .tablet\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .tablet\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .tablet\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .tablet\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .tablet\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .tablet\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .tablet\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .tablet\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .tablet\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .tablet\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .tablet\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .tablet\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .tablet\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .tablet\:focus\:border-black:focus {
    border-color: #000;
  }

  .tablet\:focus\:border-white:focus {
    border-color: #fff;
  }

  .tablet\:focus\:border-primary:focus {
    border-color: var(--color-primary);
  }

  .tablet\:focus\:border-link:focus {
    border-color: #4299e1;
  }

  .tablet\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .tablet\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .tablet\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .tablet\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .tablet\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .tablet\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .tablet\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .tablet\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .tablet\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .tablet\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .tablet\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .tablet\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .tablet\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .tablet\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .tablet\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .tablet\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .tablet\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .tablet\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .tablet\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .tablet\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .tablet\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .tablet\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .tablet\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .tablet\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .tablet\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .tablet\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .tablet\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .tablet\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .tablet\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .tablet\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .tablet\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .tablet\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .tablet\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .tablet\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .tablet\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .tablet\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .tablet\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .tablet\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .tablet\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .tablet\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .tablet\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .tablet\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .tablet\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .tablet\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .tablet\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .tablet\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .tablet\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .tablet\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .tablet\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .tablet\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .tablet\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .tablet\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .tablet\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .tablet\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .tablet\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .tablet\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .tablet\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .tablet\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .tablet\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .tablet\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .tablet\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .tablet\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .tablet\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .tablet\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .tablet\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .tablet\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .tablet\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .tablet\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .tablet\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .tablet\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .tablet\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .tablet\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .tablet\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .tablet\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .tablet\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .tablet\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .tablet\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .tablet\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .tablet\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .tablet\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .tablet\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .tablet\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .tablet\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .tablet\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .tablet\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .tablet\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .tablet\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .tablet\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .tablet\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .tablet\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .tablet\:rounded-none {
    border-radius: 0;
  }

  .tablet\:rounded-sm {
    border-radius: 0.125rem;
  }

  .tablet\:rounded {
    border-radius: 0.25rem;
  }

  .tablet\:rounded-lg {
    border-radius: 0.5rem;
  }

  .tablet\:rounded-full {
    border-radius: 9999px;
  }

  .tablet\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tablet\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tablet\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tablet\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tablet\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .tablet\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .tablet\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .tablet\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .tablet\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .tablet\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .tablet\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .tablet\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .tablet\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .tablet\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .tablet\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .tablet\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .tablet\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .tablet\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .tablet\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .tablet\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .tablet\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .tablet\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .tablet\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .tablet\:border-solid {
    border-style: solid;
  }

  .tablet\:border-dashed {
    border-style: dashed;
  }

  .tablet\:border-dotted {
    border-style: dotted;
  }

  .tablet\:border-double {
    border-style: double;
  }

  .tablet\:border-none {
    border-style: none;
  }

  .tablet\:border-0 {
    border-width: 0;
  }

  .tablet\:border-2 {
    border-width: 2px;
  }

  .tablet\:border-4 {
    border-width: 4px;
  }

  .tablet\:border-8 {
    border-width: 8px;
  }

  .tablet\:border {
    border-width: 1px;
  }

  .tablet\:border-t-0 {
    border-top-width: 0;
  }

  .tablet\:border-r-0 {
    border-right-width: 0;
  }

  .tablet\:border-b-0 {
    border-bottom-width: 0;
  }

  .tablet\:border-l-0 {
    border-left-width: 0;
  }

  .tablet\:border-t-2 {
    border-top-width: 2px;
  }

  .tablet\:border-r-2 {
    border-right-width: 2px;
  }

  .tablet\:border-b-2 {
    border-bottom-width: 2px;
  }

  .tablet\:border-l-2 {
    border-left-width: 2px;
  }

  .tablet\:border-t-4 {
    border-top-width: 4px;
  }

  .tablet\:border-r-4 {
    border-right-width: 4px;
  }

  .tablet\:border-b-4 {
    border-bottom-width: 4px;
  }

  .tablet\:border-l-4 {
    border-left-width: 4px;
  }

  .tablet\:border-t-8 {
    border-top-width: 8px;
  }

  .tablet\:border-r-8 {
    border-right-width: 8px;
  }

  .tablet\:border-b-8 {
    border-bottom-width: 8px;
  }

  .tablet\:border-l-8 {
    border-left-width: 8px;
  }

  .tablet\:border-t {
    border-top-width: 1px;
  }

  .tablet\:border-r {
    border-right-width: 1px;
  }

  .tablet\:border-b {
    border-bottom-width: 1px;
  }

  .tablet\:border-l {
    border-left-width: 1px;
  }

  .tablet\:cursor-auto {
    cursor: auto;
  }

  .tablet\:cursor-default {
    cursor: default;
  }

  .tablet\:cursor-pointer {
    cursor: pointer;
  }

  .tablet\:cursor-wait {
    cursor: wait;
  }

  .tablet\:cursor-text {
    cursor: text;
  }

  .tablet\:cursor-move {
    cursor: move;
  }

  .tablet\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:inline-block {
    display: inline-block;
  }

  .tablet\:inline {
    display: inline;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:inline-flex {
    display: inline-flex;
  }

  .tablet\:table {
    display: table;
  }

  .tablet\:table-row {
    display: table-row;
  }

  .tablet\:table-cell {
    display: table-cell;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:flex-row {
    flex-direction: row;
  }

  .tablet\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .tablet\:flex-col {
    flex-direction: column;
  }

  .tablet\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .tablet\:flex-wrap {
    flex-wrap: wrap;
  }

  .tablet\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .tablet\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .tablet\:items-start {
    align-items: flex-start;
  }

  .tablet\:items-end {
    align-items: flex-end;
  }

  .tablet\:items-center {
    align-items: center;
  }

  .tablet\:items-baseline {
    align-items: baseline;
  }

  .tablet\:items-stretch {
    align-items: stretch;
  }

  .tablet\:self-auto {
    align-self: auto;
  }

  .tablet\:self-start {
    align-self: flex-start;
  }

  .tablet\:self-end {
    align-self: flex-end;
  }

  .tablet\:self-center {
    align-self: center;
  }

  .tablet\:self-stretch {
    align-self: stretch;
  }

  .tablet\:justify-start {
    justify-content: flex-start;
  }

  .tablet\:justify-end {
    justify-content: flex-end;
  }

  .tablet\:justify-center {
    justify-content: center;
  }

  .tablet\:justify-between {
    justify-content: space-between;
  }

  .tablet\:justify-around {
    justify-content: space-around;
  }

  .tablet\:content-center {
    align-content: center;
  }

  .tablet\:content-start {
    align-content: flex-start;
  }

  .tablet\:content-end {
    align-content: flex-end;
  }

  .tablet\:content-between {
    align-content: space-between;
  }

  .tablet\:content-around {
    align-content: space-around;
  }

  .tablet\:flex-1 {
    flex: 1 1 0%;
  }

  .tablet\:flex-auto {
    flex: 1 1 auto;
  }

  .tablet\:flex-initial {
    flex: 0 1 auto;
  }

  .tablet\:flex-none {
    flex: none;
  }

  .tablet\:flex-grow-0 {
    flex-grow: 0;
  }

  .tablet\:flex-grow {
    flex-grow: 1;
  }

  .tablet\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .tablet\:flex-shrink {
    flex-shrink: 1;
  }

  .tablet\:order-1 {
    order: 1;
  }

  .tablet\:order-2 {
    order: 2;
  }

  .tablet\:order-3 {
    order: 3;
  }

  .tablet\:order-4 {
    order: 4;
  }

  .tablet\:order-5 {
    order: 5;
  }

  .tablet\:order-6 {
    order: 6;
  }

  .tablet\:order-7 {
    order: 7;
  }

  .tablet\:order-8 {
    order: 8;
  }

  .tablet\:order-9 {
    order: 9;
  }

  .tablet\:order-10 {
    order: 10;
  }

  .tablet\:order-11 {
    order: 11;
  }

  .tablet\:order-12 {
    order: 12;
  }

  .tablet\:order-first {
    order: -9999;
  }

  .tablet\:order-last {
    order: 9999;
  }

  .tablet\:order-none {
    order: 0;
  }

  .tablet\:float-right {
    float: right;
  }

  .tablet\:float-left {
    float: left;
  }

  .tablet\:float-none {
    float: none;
  }

  .tablet\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .tablet\:font-sans {
    font-family: "Helvetica Neue", sans-serif;
  }

  .tablet\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tablet\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .tablet\:font-hairline {
    font-weight: 100;
  }

  .tablet\:font-thin {
    font-weight: 200;
  }

  .tablet\:font-light {
    font-weight: 300;
  }

  .tablet\:font-normal {
    font-weight: 400;
  }

  .tablet\:font-medium {
    font-weight: 500;
  }

  .tablet\:font-semibold {
    font-weight: 600;
  }

  .tablet\:font-bold {
    font-weight: 700;
  }

  .tablet\:font-extrabold {
    font-weight: 800;
  }

  .tablet\:font-black {
    font-weight: 900;
  }

  .tablet\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .tablet\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .tablet\:hover\:font-light:hover {
    font-weight: 300;
  }

  .tablet\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .tablet\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .tablet\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .tablet\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .tablet\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .tablet\:hover\:font-black:hover {
    font-weight: 900;
  }

  .tablet\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .tablet\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .tablet\:focus\:font-light:focus {
    font-weight: 300;
  }

  .tablet\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .tablet\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .tablet\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .tablet\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .tablet\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .tablet\:focus\:font-black:focus {
    font-weight: 900;
  }

  .tablet\:h-0 {
    height: 0;
  }

  .tablet\:h-1 {
    height: 0.25rem;
  }

  .tablet\:h-2 {
    height: 0.5rem;
  }

  .tablet\:h-3 {
    height: 0.75rem;
  }

  .tablet\:h-4 {
    height: 1rem;
  }

  .tablet\:h-5 {
    height: 1.25rem;
  }

  .tablet\:h-6 {
    height: 1.5rem;
  }

  .tablet\:h-8 {
    height: 2rem;
  }

  .tablet\:h-10 {
    height: 2.5rem;
  }

  .tablet\:h-12 {
    height: 3rem;
  }

  .tablet\:h-16 {
    height: 4rem;
  }

  .tablet\:h-20 {
    height: 5rem;
  }

  .tablet\:h-24 {
    height: 6rem;
  }

  .tablet\:h-32 {
    height: 8rem;
  }

  .tablet\:h-40 {
    height: 10rem;
  }

  .tablet\:h-48 {
    height: 12rem;
  }

  .tablet\:h-56 {
    height: 14rem;
  }

  .tablet\:h-64 {
    height: 16rem;
  }

  .tablet\:h-auto {
    height: auto;
  }

  .tablet\:h-px {
    height: 1px;
  }

  .tablet\:h-1\/5 {
    height: 20%;
  }

  .tablet\:h-full {
    height: 100%;
  }

  .tablet\:h-screen {
    height: 100vh;
  }

  .tablet\:leading-none {
    line-height: 1;
  }

  .tablet\:leading-tight {
    line-height: 1.25;
  }

  .tablet\:leading-snug {
    line-height: 1.375;
  }

  .tablet\:leading-normal {
    line-height: 1.5;
  }

  .tablet\:leading-relaxed {
    line-height: 1.625;
  }

  .tablet\:leading-loose {
    line-height: 2;
  }

  .tablet\:list-inside {
    list-style-position: inside;
  }

  .tablet\:list-outside {
    list-style-position: outside;
  }

  .tablet\:list-none {
    list-style-type: none;
  }

  .tablet\:list-disc {
    list-style-type: disc;
  }

  .tablet\:list-decimal {
    list-style-type: decimal;
  }

  .tablet\:m-0 {
    margin: 0;
  }

  .tablet\:m-1 {
    margin: 0.25rem;
  }

  .tablet\:m-2 {
    margin: 0.5rem;
  }

  .tablet\:m-3 {
    margin: 0.75rem;
  }

  .tablet\:m-4 {
    margin: 1rem;
  }

  .tablet\:m-5 {
    margin: 1.25rem;
  }

  .tablet\:m-6 {
    margin: 1.5rem;
  }

  .tablet\:m-8 {
    margin: 2rem;
  }

  .tablet\:m-10 {
    margin: 2.5rem;
  }

  .tablet\:m-12 {
    margin: 3rem;
  }

  .tablet\:m-16 {
    margin: 4rem;
  }

  .tablet\:m-20 {
    margin: 5rem;
  }

  .tablet\:m-24 {
    margin: 6rem;
  }

  .tablet\:m-32 {
    margin: 8rem;
  }

  .tablet\:m-40 {
    margin: 10rem;
  }

  .tablet\:m-48 {
    margin: 12rem;
  }

  .tablet\:m-56 {
    margin: 14rem;
  }

  .tablet\:m-64 {
    margin: 16rem;
  }

  .tablet\:m-auto {
    margin: auto;
  }

  .tablet\:m-px {
    margin: 1px;
  }

  .tablet\:m-1\/5 {
    margin: 20%;
  }

  .tablet\:-m-1 {
    margin: -0.25rem;
  }

  .tablet\:-m-2 {
    margin: -0.5rem;
  }

  .tablet\:-m-3 {
    margin: -0.75rem;
  }

  .tablet\:-m-4 {
    margin: -1rem;
  }

  .tablet\:-m-5 {
    margin: -1.25rem;
  }

  .tablet\:-m-6 {
    margin: -1.5rem;
  }

  .tablet\:-m-8 {
    margin: -2rem;
  }

  .tablet\:-m-10 {
    margin: -2.5rem;
  }

  .tablet\:-m-12 {
    margin: -3rem;
  }

  .tablet\:-m-16 {
    margin: -4rem;
  }

  .tablet\:-m-20 {
    margin: -5rem;
  }

  .tablet\:-m-24 {
    margin: -6rem;
  }

  .tablet\:-m-32 {
    margin: -8rem;
  }

  .tablet\:-m-40 {
    margin: -10rem;
  }

  .tablet\:-m-48 {
    margin: -12rem;
  }

  .tablet\:-m-56 {
    margin: -14rem;
  }

  .tablet\:-m-64 {
    margin: -16rem;
  }

  .tablet\:-m-px {
    margin: -1px;
  }

  .tablet\:-m-1\/5 {
    margin: -20%;
  }

  .tablet\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .tablet\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tablet\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tablet\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tablet\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tablet\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tablet\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tablet\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablet\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tablet\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tablet\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tablet\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tablet\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tablet\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .tablet\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .tablet\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tablet\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tablet\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tablet\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tablet\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tablet\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tablet\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .tablet\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .tablet\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .tablet\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .tablet\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .tablet\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .tablet\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .tablet\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .tablet\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .tablet\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .tablet\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .tablet\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .tablet\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tablet\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tablet\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .tablet\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .tablet\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tablet\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tablet\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tablet\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tablet\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tablet\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tablet\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tablet\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tablet\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tablet\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tablet\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tablet\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tablet\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .tablet\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .tablet\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .tablet\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .tablet\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tablet\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tablet\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tablet\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tablet\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tablet\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tablet\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .tablet\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .tablet\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .tablet\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .tablet\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .tablet\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .tablet\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .tablet\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .tablet\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .tablet\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .tablet\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .tablet\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .tablet\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tablet\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tablet\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .tablet\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .tablet\:mt-0 {
    margin-top: 0;
  }

  .tablet\:mr-0 {
    margin-right: 0;
  }

  .tablet\:mb-0 {
    margin-bottom: 0;
  }

  .tablet\:ml-0 {
    margin-left: 0;
  }

  .tablet\:mt-1 {
    margin-top: 0.25rem;
  }

  .tablet\:mr-1 {
    margin-right: 0.25rem;
  }

  .tablet\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .tablet\:ml-1 {
    margin-left: 0.25rem;
  }

  .tablet\:mt-2 {
    margin-top: 0.5rem;
  }

  .tablet\:mr-2 {
    margin-right: 0.5rem;
  }

  .tablet\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .tablet\:ml-2 {
    margin-left: 0.5rem;
  }

  .tablet\:mt-3 {
    margin-top: 0.75rem;
  }

  .tablet\:mr-3 {
    margin-right: 0.75rem;
  }

  .tablet\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .tablet\:ml-3 {
    margin-left: 0.75rem;
  }

  .tablet\:mt-4 {
    margin-top: 1rem;
  }

  .tablet\:mr-4 {
    margin-right: 1rem;
  }

  .tablet\:mb-4 {
    margin-bottom: 1rem;
  }

  .tablet\:ml-4 {
    margin-left: 1rem;
  }

  .tablet\:mt-5 {
    margin-top: 1.25rem;
  }

  .tablet\:mr-5 {
    margin-right: 1.25rem;
  }

  .tablet\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .tablet\:ml-5 {
    margin-left: 1.25rem;
  }

  .tablet\:mt-6 {
    margin-top: 1.5rem;
  }

  .tablet\:mr-6 {
    margin-right: 1.5rem;
  }

  .tablet\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .tablet\:ml-6 {
    margin-left: 1.5rem;
  }

  .tablet\:mt-8 {
    margin-top: 2rem;
  }

  .tablet\:mr-8 {
    margin-right: 2rem;
  }

  .tablet\:mb-8 {
    margin-bottom: 2rem;
  }

  .tablet\:ml-8 {
    margin-left: 2rem;
  }

  .tablet\:mt-10 {
    margin-top: 2.5rem;
  }

  .tablet\:mr-10 {
    margin-right: 2.5rem;
  }

  .tablet\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .tablet\:ml-10 {
    margin-left: 2.5rem;
  }

  .tablet\:mt-12 {
    margin-top: 3rem;
  }

  .tablet\:mr-12 {
    margin-right: 3rem;
  }

  .tablet\:mb-12 {
    margin-bottom: 3rem;
  }

  .tablet\:ml-12 {
    margin-left: 3rem;
  }

  .tablet\:mt-16 {
    margin-top: 4rem;
  }

  .tablet\:mr-16 {
    margin-right: 4rem;
  }

  .tablet\:mb-16 {
    margin-bottom: 4rem;
  }

  .tablet\:ml-16 {
    margin-left: 4rem;
  }

  .tablet\:mt-20 {
    margin-top: 5rem;
  }

  .tablet\:mr-20 {
    margin-right: 5rem;
  }

  .tablet\:mb-20 {
    margin-bottom: 5rem;
  }

  .tablet\:ml-20 {
    margin-left: 5rem;
  }

  .tablet\:mt-24 {
    margin-top: 6rem;
  }

  .tablet\:mr-24 {
    margin-right: 6rem;
  }

  .tablet\:mb-24 {
    margin-bottom: 6rem;
  }

  .tablet\:ml-24 {
    margin-left: 6rem;
  }

  .tablet\:mt-32 {
    margin-top: 8rem;
  }

  .tablet\:mr-32 {
    margin-right: 8rem;
  }

  .tablet\:mb-32 {
    margin-bottom: 8rem;
  }

  .tablet\:ml-32 {
    margin-left: 8rem;
  }

  .tablet\:mt-40 {
    margin-top: 10rem;
  }

  .tablet\:mr-40 {
    margin-right: 10rem;
  }

  .tablet\:mb-40 {
    margin-bottom: 10rem;
  }

  .tablet\:ml-40 {
    margin-left: 10rem;
  }

  .tablet\:mt-48 {
    margin-top: 12rem;
  }

  .tablet\:mr-48 {
    margin-right: 12rem;
  }

  .tablet\:mb-48 {
    margin-bottom: 12rem;
  }

  .tablet\:ml-48 {
    margin-left: 12rem;
  }

  .tablet\:mt-56 {
    margin-top: 14rem;
  }

  .tablet\:mr-56 {
    margin-right: 14rem;
  }

  .tablet\:mb-56 {
    margin-bottom: 14rem;
  }

  .tablet\:ml-56 {
    margin-left: 14rem;
  }

  .tablet\:mt-64 {
    margin-top: 16rem;
  }

  .tablet\:mr-64 {
    margin-right: 16rem;
  }

  .tablet\:mb-64 {
    margin-bottom: 16rem;
  }

  .tablet\:ml-64 {
    margin-left: 16rem;
  }

  .tablet\:mt-auto {
    margin-top: auto;
  }

  .tablet\:mr-auto {
    margin-right: auto;
  }

  .tablet\:mb-auto {
    margin-bottom: auto;
  }

  .tablet\:ml-auto {
    margin-left: auto;
  }

  .tablet\:mt-px {
    margin-top: 1px;
  }

  .tablet\:mr-px {
    margin-right: 1px;
  }

  .tablet\:mb-px {
    margin-bottom: 1px;
  }

  .tablet\:ml-px {
    margin-left: 1px;
  }

  .tablet\:mt-1\/5 {
    margin-top: 20%;
  }

  .tablet\:mr-1\/5 {
    margin-right: 20%;
  }

  .tablet\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .tablet\:ml-1\/5 {
    margin-left: 20%;
  }

  .tablet\:-mt-1 {
    margin-top: -0.25rem;
  }

  .tablet\:-mr-1 {
    margin-right: -0.25rem;
  }

  .tablet\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .tablet\:-ml-1 {
    margin-left: -0.25rem;
  }

  .tablet\:-mt-2 {
    margin-top: -0.5rem;
  }

  .tablet\:-mr-2 {
    margin-right: -0.5rem;
  }

  .tablet\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .tablet\:-ml-2 {
    margin-left: -0.5rem;
  }

  .tablet\:-mt-3 {
    margin-top: -0.75rem;
  }

  .tablet\:-mr-3 {
    margin-right: -0.75rem;
  }

  .tablet\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .tablet\:-ml-3 {
    margin-left: -0.75rem;
  }

  .tablet\:-mt-4 {
    margin-top: -1rem;
  }

  .tablet\:-mr-4 {
    margin-right: -1rem;
  }

  .tablet\:-mb-4 {
    margin-bottom: -1rem;
  }

  .tablet\:-ml-4 {
    margin-left: -1rem;
  }

  .tablet\:-mt-5 {
    margin-top: -1.25rem;
  }

  .tablet\:-mr-5 {
    margin-right: -1.25rem;
  }

  .tablet\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .tablet\:-ml-5 {
    margin-left: -1.25rem;
  }

  .tablet\:-mt-6 {
    margin-top: -1.5rem;
  }

  .tablet\:-mr-6 {
    margin-right: -1.5rem;
  }

  .tablet\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .tablet\:-ml-6 {
    margin-left: -1.5rem;
  }

  .tablet\:-mt-8 {
    margin-top: -2rem;
  }

  .tablet\:-mr-8 {
    margin-right: -2rem;
  }

  .tablet\:-mb-8 {
    margin-bottom: -2rem;
  }

  .tablet\:-ml-8 {
    margin-left: -2rem;
  }

  .tablet\:-mt-10 {
    margin-top: -2.5rem;
  }

  .tablet\:-mr-10 {
    margin-right: -2.5rem;
  }

  .tablet\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .tablet\:-ml-10 {
    margin-left: -2.5rem;
  }

  .tablet\:-mt-12 {
    margin-top: -3rem;
  }

  .tablet\:-mr-12 {
    margin-right: -3rem;
  }

  .tablet\:-mb-12 {
    margin-bottom: -3rem;
  }

  .tablet\:-ml-12 {
    margin-left: -3rem;
  }

  .tablet\:-mt-16 {
    margin-top: -4rem;
  }

  .tablet\:-mr-16 {
    margin-right: -4rem;
  }

  .tablet\:-mb-16 {
    margin-bottom: -4rem;
  }

  .tablet\:-ml-16 {
    margin-left: -4rem;
  }

  .tablet\:-mt-20 {
    margin-top: -5rem;
  }

  .tablet\:-mr-20 {
    margin-right: -5rem;
  }

  .tablet\:-mb-20 {
    margin-bottom: -5rem;
  }

  .tablet\:-ml-20 {
    margin-left: -5rem;
  }

  .tablet\:-mt-24 {
    margin-top: -6rem;
  }

  .tablet\:-mr-24 {
    margin-right: -6rem;
  }

  .tablet\:-mb-24 {
    margin-bottom: -6rem;
  }

  .tablet\:-ml-24 {
    margin-left: -6rem;
  }

  .tablet\:-mt-32 {
    margin-top: -8rem;
  }

  .tablet\:-mr-32 {
    margin-right: -8rem;
  }

  .tablet\:-mb-32 {
    margin-bottom: -8rem;
  }

  .tablet\:-ml-32 {
    margin-left: -8rem;
  }

  .tablet\:-mt-40 {
    margin-top: -10rem;
  }

  .tablet\:-mr-40 {
    margin-right: -10rem;
  }

  .tablet\:-mb-40 {
    margin-bottom: -10rem;
  }

  .tablet\:-ml-40 {
    margin-left: -10rem;
  }

  .tablet\:-mt-48 {
    margin-top: -12rem;
  }

  .tablet\:-mr-48 {
    margin-right: -12rem;
  }

  .tablet\:-mb-48 {
    margin-bottom: -12rem;
  }

  .tablet\:-ml-48 {
    margin-left: -12rem;
  }

  .tablet\:-mt-56 {
    margin-top: -14rem;
  }

  .tablet\:-mr-56 {
    margin-right: -14rem;
  }

  .tablet\:-mb-56 {
    margin-bottom: -14rem;
  }

  .tablet\:-ml-56 {
    margin-left: -14rem;
  }

  .tablet\:-mt-64 {
    margin-top: -16rem;
  }

  .tablet\:-mr-64 {
    margin-right: -16rem;
  }

  .tablet\:-mb-64 {
    margin-bottom: -16rem;
  }

  .tablet\:-ml-64 {
    margin-left: -16rem;
  }

  .tablet\:-mt-px {
    margin-top: -1px;
  }

  .tablet\:-mr-px {
    margin-right: -1px;
  }

  .tablet\:-mb-px {
    margin-bottom: -1px;
  }

  .tablet\:-ml-px {
    margin-left: -1px;
  }

  .tablet\:-mt-1\/5 {
    margin-top: -20%;
  }

  .tablet\:-mr-1\/5 {
    margin-right: -20%;
  }

  .tablet\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .tablet\:-ml-1\/5 {
    margin-left: -20%;
  }

  .tablet\:max-h-0 {
    max-height: 0;
  }

  .tablet\:max-h-1 {
    max-height: 0.25rem;
  }

  .tablet\:max-h-2 {
    max-height: 0.5rem;
  }

  .tablet\:max-h-3 {
    max-height: 0.75rem;
  }

  .tablet\:max-h-4 {
    max-height: 1rem;
  }

  .tablet\:max-h-5 {
    max-height: 1.25rem;
  }

  .tablet\:max-h-6 {
    max-height: 1.5rem;
  }

  .tablet\:max-h-8 {
    max-height: 2rem;
  }

  .tablet\:max-h-10 {
    max-height: 2.5rem;
  }

  .tablet\:max-h-12 {
    max-height: 3rem;
  }

  .tablet\:max-h-16 {
    max-height: 4rem;
  }

  .tablet\:max-h-20 {
    max-height: 5rem;
  }

  .tablet\:max-h-24 {
    max-height: 6rem;
  }

  .tablet\:max-h-32 {
    max-height: 8rem;
  }

  .tablet\:max-h-40 {
    max-height: 10rem;
  }

  .tablet\:max-h-48 {
    max-height: 12rem;
  }

  .tablet\:max-h-56 {
    max-height: 14rem;
  }

  .tablet\:max-h-64 {
    max-height: 16rem;
  }

  .tablet\:max-h-full {
    max-height: 100%;
  }

  .tablet\:max-h-screen {
    max-height: 100vh;
  }

  .tablet\:max-h-px {
    max-height: 1px;
  }

  .tablet\:max-h-1\/5 {
    max-height: 20%;
  }

  .tablet\:max-w-0 {
    max-width: 0;
  }

  .tablet\:max-w-1 {
    max-width: 0.25rem;
  }

  .tablet\:max-w-2 {
    max-width: 0.5rem;
  }

  .tablet\:max-w-3 {
    max-width: 0.75rem;
  }

  .tablet\:max-w-4 {
    max-width: 1rem;
  }

  .tablet\:max-w-5 {
    max-width: 1.25rem;
  }

  .tablet\:max-w-6 {
    max-width: 1.5rem;
  }

  .tablet\:max-w-8 {
    max-width: 2rem;
  }

  .tablet\:max-w-10 {
    max-width: 2.5rem;
  }

  .tablet\:max-w-12 {
    max-width: 3rem;
  }

  .tablet\:max-w-16 {
    max-width: 4rem;
  }

  .tablet\:max-w-20 {
    max-width: 5rem;
  }

  .tablet\:max-w-24 {
    max-width: 6rem;
  }

  .tablet\:max-w-32 {
    max-width: 8rem;
  }

  .tablet\:max-w-40 {
    max-width: 10rem;
  }

  .tablet\:max-w-48 {
    max-width: 12rem;
  }

  .tablet\:max-w-56 {
    max-width: 14rem;
  }

  .tablet\:max-w-64 {
    max-width: 16rem;
  }

  .tablet\:max-w-xs {
    max-width: 20rem;
  }

  .tablet\:max-w-sm {
    max-width: 24rem;
  }

  .tablet\:max-w-md {
    max-width: 28rem;
  }

  .tablet\:max-w-lg {
    max-width: 32rem;
  }

  .tablet\:max-w-xl {
    max-width: 36rem;
  }

  .tablet\:max-w-2xl {
    max-width: 42rem;
  }

  .tablet\:max-w-3xl {
    max-width: 48rem;
  }

  .tablet\:max-w-4xl {
    max-width: 56rem;
  }

  .tablet\:max-w-5xl {
    max-width: 64rem;
  }

  .tablet\:max-w-6xl {
    max-width: 72rem;
  }

  .tablet\:max-w-1\/4 {
    max-width: 25%;
  }

  .tablet\:max-w-2\/4 {
    max-width: 50%;
  }

  .tablet\:max-w-3\/4 {
    max-width: 75%;
  }

  .tablet\:max-w-full {
    max-width: 100%;
  }

  .tablet\:max-w-app {
    max-width: 100rem;
  }

  .tablet\:max-w-auto {
    max-width: auto;
  }

  .tablet\:max-w-px {
    max-width: 1px;
  }

  .tablet\:max-w-1\/5 {
    max-width: 20%;
  }

  .tablet\:max-w-1\/2 {
    max-width: 50%;
  }

  .tablet\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .tablet\:max-w-2\/3 {
    max-width: 66.666667%;
  }

  .tablet\:max-w-2\/5 {
    max-width: 40%;
  }

  .tablet\:max-w-3\/5 {
    max-width: 60%;
  }

  .tablet\:max-w-4\/5 {
    max-width: 80%;
  }

  .tablet\:max-w-1\/6 {
    max-width: 16.666667%;
  }

  .tablet\:max-w-2\/6 {
    max-width: 33.333333%;
  }

  .tablet\:max-w-3\/6 {
    max-width: 50%;
  }

  .tablet\:max-w-4\/6 {
    max-width: 66.666667%;
  }

  .tablet\:max-w-5\/6 {
    max-width: 83.333333%;
  }

  .tablet\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .tablet\:max-w-2\/12 {
    max-width: 16.666667%;
  }

  .tablet\:max-w-3\/12 {
    max-width: 25%;
  }

  .tablet\:max-w-4\/12 {
    max-width: 33.333333%;
  }

  .tablet\:max-w-5\/12 {
    max-width: 41.666667%;
  }

  .tablet\:max-w-6\/12 {
    max-width: 50%;
  }

  .tablet\:max-w-7\/12 {
    max-width: 58.333333%;
  }

  .tablet\:max-w-8\/12 {
    max-width: 66.666667%;
  }

  .tablet\:max-w-9\/12 {
    max-width: 75%;
  }

  .tablet\:max-w-10\/12 {
    max-width: 83.333333%;
  }

  .tablet\:max-w-11\/12 {
    max-width: 91.666667%;
  }

  .tablet\:max-w-screen {
    max-width: 100vw;
  }

  .tablet\:max-w-modal {
    max-width: 30vw;
  }

  .tablet\:min-h-0 {
    min-height: 0;
  }

  .tablet\:min-h-full {
    min-height: 100%;
  }

  .tablet\:min-h-screen {
    min-height: 100vh;
  }

  .tablet\:min-h-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .tablet\:min-w-0 {
    min-width: 0;
  }

  .tablet\:min-w-1 {
    min-width: 0.25rem;
  }

  .tablet\:min-w-2 {
    min-width: 0.5rem;
  }

  .tablet\:min-w-3 {
    min-width: 0.75rem;
  }

  .tablet\:min-w-4 {
    min-width: 1rem;
  }

  .tablet\:min-w-5 {
    min-width: 1.25rem;
  }

  .tablet\:min-w-6 {
    min-width: 1.5rem;
  }

  .tablet\:min-w-8 {
    min-width: 2rem;
  }

  .tablet\:min-w-10 {
    min-width: 2.5rem;
  }

  .tablet\:min-w-12 {
    min-width: 3rem;
  }

  .tablet\:min-w-16 {
    min-width: 4rem;
  }

  .tablet\:min-w-20 {
    min-width: 5rem;
  }

  .tablet\:min-w-24 {
    min-width: 6rem;
  }

  .tablet\:min-w-32 {
    min-width: 8rem;
  }

  .tablet\:min-w-40 {
    min-width: 10rem;
  }

  .tablet\:min-w-48 {
    min-width: 12rem;
  }

  .tablet\:min-w-56 {
    min-width: 14rem;
  }

  .tablet\:min-w-64 {
    min-width: 16rem;
  }

  .tablet\:min-w-px {
    min-width: 1px;
  }

  .tablet\:min-w-1\/5 {
    min-width: 20%;
  }

  .tablet\:min-w-1\/4 {
    min-width: 25%;
  }

  .tablet\:min-w-2\/4 {
    min-width: 50%;
  }

  .tablet\:min-w-3\/4 {
    min-width: 75%;
  }

  .tablet\:min-w-full {
    min-width: 100%;
  }

  .tablet\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tablet\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .tablet\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .tablet\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .tablet\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .tablet\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .tablet\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .tablet\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .tablet\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .tablet\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .tablet\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .tablet\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .tablet\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .tablet\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .tablet\:opacity-0 {
    opacity: 0;
  }

  .tablet\:opacity-25 {
    opacity: 0.25;
  }

  .tablet\:opacity-50 {
    opacity: 0.5;
  }

  .tablet\:opacity-75 {
    opacity: 0.75;
  }

  .tablet\:opacity-100 {
    opacity: 1;
  }

  .tablet\:outline-none {
    outline: 0;
  }

  .tablet\:focus\:outline-none:focus {
    outline: 0;
  }

  .tablet\:overflow-auto {
    overflow: auto;
  }

  .tablet\:overflow-hidden {
    overflow: hidden;
  }

  .tablet\:overflow-visible {
    overflow: visible;
  }

  .tablet\:overflow-scroll {
    overflow: scroll;
  }

  .tablet\:overflow-x-auto {
    overflow-x: auto;
  }

  .tablet\:overflow-y-auto {
    overflow-y: auto;
  }

  .tablet\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .tablet\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .tablet\:overflow-x-visible {
    overflow-x: visible;
  }

  .tablet\:overflow-y-visible {
    overflow-y: visible;
  }

  .tablet\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .tablet\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .tablet\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .tablet\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .tablet\:p-0 {
    padding: 0;
  }

  .tablet\:p-1 {
    padding: 0.25rem;
  }

  .tablet\:p-2 {
    padding: 0.5rem;
  }

  .tablet\:p-3 {
    padding: 0.75rem;
  }

  .tablet\:p-4 {
    padding: 1rem;
  }

  .tablet\:p-5 {
    padding: 1.25rem;
  }

  .tablet\:p-6 {
    padding: 1.5rem;
  }

  .tablet\:p-8 {
    padding: 2rem;
  }

  .tablet\:p-10 {
    padding: 2.5rem;
  }

  .tablet\:p-12 {
    padding: 3rem;
  }

  .tablet\:p-16 {
    padding: 4rem;
  }

  .tablet\:p-20 {
    padding: 5rem;
  }

  .tablet\:p-24 {
    padding: 6rem;
  }

  .tablet\:p-32 {
    padding: 8rem;
  }

  .tablet\:p-40 {
    padding: 10rem;
  }

  .tablet\:p-48 {
    padding: 12rem;
  }

  .tablet\:p-56 {
    padding: 14rem;
  }

  .tablet\:p-64 {
    padding: 16rem;
  }

  .tablet\:p-px {
    padding: 1px;
  }

  .tablet\:p-1\/5 {
    padding: 20%;
  }

  .tablet\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tablet\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tablet\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tablet\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tablet\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tablet\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tablet\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tablet\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tablet\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tablet\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tablet\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tablet\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tablet\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tablet\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tablet\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tablet\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tablet\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tablet\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tablet\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tablet\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .tablet\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .tablet\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .tablet\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .tablet\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .tablet\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .tablet\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .tablet\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .tablet\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .tablet\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .tablet\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .tablet\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tablet\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tablet\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .tablet\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .tablet\:pt-0 {
    padding-top: 0;
  }

  .tablet\:pr-0 {
    padding-right: 0;
  }

  .tablet\:pb-0 {
    padding-bottom: 0;
  }

  .tablet\:pl-0 {
    padding-left: 0;
  }

  .tablet\:pt-1 {
    padding-top: 0.25rem;
  }

  .tablet\:pr-1 {
    padding-right: 0.25rem;
  }

  .tablet\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .tablet\:pl-1 {
    padding-left: 0.25rem;
  }

  .tablet\:pt-2 {
    padding-top: 0.5rem;
  }

  .tablet\:pr-2 {
    padding-right: 0.5rem;
  }

  .tablet\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .tablet\:pl-2 {
    padding-left: 0.5rem;
  }

  .tablet\:pt-3 {
    padding-top: 0.75rem;
  }

  .tablet\:pr-3 {
    padding-right: 0.75rem;
  }

  .tablet\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .tablet\:pl-3 {
    padding-left: 0.75rem;
  }

  .tablet\:pt-4 {
    padding-top: 1rem;
  }

  .tablet\:pr-4 {
    padding-right: 1rem;
  }

  .tablet\:pb-4 {
    padding-bottom: 1rem;
  }

  .tablet\:pl-4 {
    padding-left: 1rem;
  }

  .tablet\:pt-5 {
    padding-top: 1.25rem;
  }

  .tablet\:pr-5 {
    padding-right: 1.25rem;
  }

  .tablet\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .tablet\:pl-5 {
    padding-left: 1.25rem;
  }

  .tablet\:pt-6 {
    padding-top: 1.5rem;
  }

  .tablet\:pr-6 {
    padding-right: 1.5rem;
  }

  .tablet\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .tablet\:pl-6 {
    padding-left: 1.5rem;
  }

  .tablet\:pt-8 {
    padding-top: 2rem;
  }

  .tablet\:pr-8 {
    padding-right: 2rem;
  }

  .tablet\:pb-8 {
    padding-bottom: 2rem;
  }

  .tablet\:pl-8 {
    padding-left: 2rem;
  }

  .tablet\:pt-10 {
    padding-top: 2.5rem;
  }

  .tablet\:pr-10 {
    padding-right: 2.5rem;
  }

  .tablet\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .tablet\:pl-10 {
    padding-left: 2.5rem;
  }

  .tablet\:pt-12 {
    padding-top: 3rem;
  }

  .tablet\:pr-12 {
    padding-right: 3rem;
  }

  .tablet\:pb-12 {
    padding-bottom: 3rem;
  }

  .tablet\:pl-12 {
    padding-left: 3rem;
  }

  .tablet\:pt-16 {
    padding-top: 4rem;
  }

  .tablet\:pr-16 {
    padding-right: 4rem;
  }

  .tablet\:pb-16 {
    padding-bottom: 4rem;
  }

  .tablet\:pl-16 {
    padding-left: 4rem;
  }

  .tablet\:pt-20 {
    padding-top: 5rem;
  }

  .tablet\:pr-20 {
    padding-right: 5rem;
  }

  .tablet\:pb-20 {
    padding-bottom: 5rem;
  }

  .tablet\:pl-20 {
    padding-left: 5rem;
  }

  .tablet\:pt-24 {
    padding-top: 6rem;
  }

  .tablet\:pr-24 {
    padding-right: 6rem;
  }

  .tablet\:pb-24 {
    padding-bottom: 6rem;
  }

  .tablet\:pl-24 {
    padding-left: 6rem;
  }

  .tablet\:pt-32 {
    padding-top: 8rem;
  }

  .tablet\:pr-32 {
    padding-right: 8rem;
  }

  .tablet\:pb-32 {
    padding-bottom: 8rem;
  }

  .tablet\:pl-32 {
    padding-left: 8rem;
  }

  .tablet\:pt-40 {
    padding-top: 10rem;
  }

  .tablet\:pr-40 {
    padding-right: 10rem;
  }

  .tablet\:pb-40 {
    padding-bottom: 10rem;
  }

  .tablet\:pl-40 {
    padding-left: 10rem;
  }

  .tablet\:pt-48 {
    padding-top: 12rem;
  }

  .tablet\:pr-48 {
    padding-right: 12rem;
  }

  .tablet\:pb-48 {
    padding-bottom: 12rem;
  }

  .tablet\:pl-48 {
    padding-left: 12rem;
  }

  .tablet\:pt-56 {
    padding-top: 14rem;
  }

  .tablet\:pr-56 {
    padding-right: 14rem;
  }

  .tablet\:pb-56 {
    padding-bottom: 14rem;
  }

  .tablet\:pl-56 {
    padding-left: 14rem;
  }

  .tablet\:pt-64 {
    padding-top: 16rem;
  }

  .tablet\:pr-64 {
    padding-right: 16rem;
  }

  .tablet\:pb-64 {
    padding-bottom: 16rem;
  }

  .tablet\:pl-64 {
    padding-left: 16rem;
  }

  .tablet\:pt-px {
    padding-top: 1px;
  }

  .tablet\:pr-px {
    padding-right: 1px;
  }

  .tablet\:pb-px {
    padding-bottom: 1px;
  }

  .tablet\:pl-px {
    padding-left: 1px;
  }

  .tablet\:pt-1\/5 {
    padding-top: 20%;
  }

  .tablet\:pr-1\/5 {
    padding-right: 20%;
  }

  .tablet\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .tablet\:pl-1\/5 {
    padding-left: 20%;
  }

  .tablet\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .tablet\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .tablet\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .tablet\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .tablet\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .tablet\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .tablet\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .tablet\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .tablet\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .tablet\:placeholder-black::placeholder {
    color: #000;
  }

  .tablet\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .tablet\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .tablet\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .tablet\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .tablet\:placeholder-white::placeholder {
    color: #fff;
  }

  .tablet\:placeholder-primary::-webkit-input-placeholder {
    color: var(--color-primary);
  }

  .tablet\:placeholder-primary::-moz-placeholder {
    color: var(--color-primary);
  }

  .tablet\:placeholder-primary:-ms-input-placeholder {
    color: var(--color-primary);
  }

  .tablet\:placeholder-primary::-ms-input-placeholder {
    color: var(--color-primary);
  }

  .tablet\:placeholder-primary::placeholder {
    color: var(--color-primary);
  }

  .tablet\:placeholder-link::-webkit-input-placeholder {
    color: #4299e1;
  }

  .tablet\:placeholder-link::-moz-placeholder {
    color: #4299e1;
  }

  .tablet\:placeholder-link:-ms-input-placeholder {
    color: #4299e1;
  }

  .tablet\:placeholder-link::-ms-input-placeholder {
    color: #4299e1;
  }

  .tablet\:placeholder-link::placeholder {
    color: #4299e1;
  }

  .tablet\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .tablet\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .tablet\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .tablet\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .tablet\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .tablet\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .tablet\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .tablet\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .tablet\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .tablet\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .tablet\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .tablet\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .tablet\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .tablet\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .tablet\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .tablet\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .tablet\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .tablet\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .tablet\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .tablet\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .tablet\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .tablet\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .tablet\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .tablet\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .tablet\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .tablet\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .tablet\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .tablet\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .tablet\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .tablet\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .tablet\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .tablet\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .tablet\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .tablet\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .tablet\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .tablet\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .tablet\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .tablet\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .tablet\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .tablet\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .tablet\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .tablet\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .tablet\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .tablet\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .tablet\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .tablet\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .tablet\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .tablet\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .tablet\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .tablet\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .tablet\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .tablet\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .tablet\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .tablet\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .tablet\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .tablet\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .tablet\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .tablet\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .tablet\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .tablet\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .tablet\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .tablet\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .tablet\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .tablet\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .tablet\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .tablet\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .tablet\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .tablet\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .tablet\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .tablet\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .tablet\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .tablet\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .tablet\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .tablet\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .tablet\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .tablet\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .tablet\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .tablet\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .tablet\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .tablet\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .tablet\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .tablet\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .tablet\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .tablet\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .tablet\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .tablet\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .tablet\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .tablet\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .tablet\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .tablet\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .tablet\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .tablet\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .tablet\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .tablet\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .tablet\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .tablet\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .tablet\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .tablet\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .tablet\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .tablet\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .tablet\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .tablet\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .tablet\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .tablet\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .tablet\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .tablet\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .tablet\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .tablet\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .tablet\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .tablet\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .tablet\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .tablet\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .tablet\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .tablet\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .tablet\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .tablet\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .tablet\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .tablet\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .tablet\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .tablet\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .tablet\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .tablet\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .tablet\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .tablet\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .tablet\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .tablet\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .tablet\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .tablet\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .tablet\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .tablet\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .tablet\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .tablet\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .tablet\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .tablet\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .tablet\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .tablet\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .tablet\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .tablet\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .tablet\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .tablet\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .tablet\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .tablet\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .tablet\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .tablet\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .tablet\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .tablet\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .tablet\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .tablet\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .tablet\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .tablet\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .tablet\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .tablet\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .tablet\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .tablet\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .tablet\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .tablet\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .tablet\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .tablet\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .tablet\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .tablet\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .tablet\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .tablet\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .tablet\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .tablet\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .tablet\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .tablet\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .tablet\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .tablet\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .tablet\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .tablet\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .tablet\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .tablet\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .tablet\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .tablet\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .tablet\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .tablet\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .tablet\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .tablet\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .tablet\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .tablet\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .tablet\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .tablet\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .tablet\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .tablet\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .tablet\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .tablet\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .tablet\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .tablet\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .tablet\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .tablet\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .tablet\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .tablet\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .tablet\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .tablet\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .tablet\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .tablet\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .tablet\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .tablet\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .tablet\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .tablet\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .tablet\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .tablet\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .tablet\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .tablet\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .tablet\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .tablet\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .tablet\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .tablet\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .tablet\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .tablet\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .tablet\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .tablet\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .tablet\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .tablet\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .tablet\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .tablet\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .tablet\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .tablet\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .tablet\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .tablet\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .tablet\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .tablet\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .tablet\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .tablet\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .tablet\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .tablet\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .tablet\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .tablet\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .tablet\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .tablet\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .tablet\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .tablet\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .tablet\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .tablet\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .tablet\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .tablet\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .tablet\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .tablet\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .tablet\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .tablet\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .tablet\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .tablet\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .tablet\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .tablet\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .tablet\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .tablet\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .tablet\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .tablet\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .tablet\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .tablet\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .tablet\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .tablet\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .tablet\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .tablet\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .tablet\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .tablet\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .tablet\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .tablet\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .tablet\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .tablet\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .tablet\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .tablet\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .tablet\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .tablet\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .tablet\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .tablet\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .tablet\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .tablet\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .tablet\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .tablet\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .tablet\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .tablet\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .tablet\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .tablet\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .tablet\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .tablet\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .tablet\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .tablet\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .tablet\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .tablet\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .tablet\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .tablet\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .tablet\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .tablet\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .tablet\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .tablet\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .tablet\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .tablet\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .tablet\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .tablet\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .tablet\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .tablet\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .tablet\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .tablet\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .tablet\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .tablet\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .tablet\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .tablet\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .tablet\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .tablet\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .tablet\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .tablet\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .tablet\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .tablet\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .tablet\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .tablet\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .tablet\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .tablet\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .tablet\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .tablet\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .tablet\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .tablet\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .tablet\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .tablet\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .tablet\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .tablet\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .tablet\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .tablet\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .tablet\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .tablet\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .tablet\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .tablet\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .tablet\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .tablet\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .tablet\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .tablet\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .tablet\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .tablet\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .tablet\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .tablet\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .tablet\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .tablet\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .tablet\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .tablet\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .tablet\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .tablet\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .tablet\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .tablet\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .tablet\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .tablet\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .tablet\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .tablet\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .tablet\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .tablet\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .tablet\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .tablet\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .tablet\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .tablet\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .tablet\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .tablet\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .tablet\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .tablet\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .tablet\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .tablet\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .tablet\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .tablet\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .tablet\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .tablet\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .tablet\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .tablet\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .tablet\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .tablet\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .tablet\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .tablet\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .tablet\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .tablet\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .tablet\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .tablet\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .tablet\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .tablet\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .tablet\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .tablet\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .tablet\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .tablet\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .tablet\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .tablet\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .tablet\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .tablet\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .tablet\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .tablet\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .tablet\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .tablet\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .tablet\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .tablet\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .tablet\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .tablet\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .tablet\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .tablet\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .tablet\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .tablet\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .tablet\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .tablet\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .tablet\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .tablet\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .tablet\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .tablet\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .tablet\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .tablet\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .tablet\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .tablet\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .tablet\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .tablet\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .tablet\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .tablet\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .tablet\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .tablet\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .tablet\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .tablet\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .tablet\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .tablet\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .tablet\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .tablet\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .tablet\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .tablet\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .tablet\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .tablet\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .tablet\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .tablet\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .tablet\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .tablet\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .tablet\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .tablet\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .tablet\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .tablet\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .tablet\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .tablet\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .tablet\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .tablet\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .tablet\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .tablet\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .tablet\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .tablet\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .tablet\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .tablet\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .tablet\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .tablet\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .tablet\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .tablet\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .tablet\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .tablet\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .tablet\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .tablet\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .tablet\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .tablet\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .tablet\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .tablet\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .tablet\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .tablet\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .tablet\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .tablet\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .tablet\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .tablet\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .tablet\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .tablet\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .tablet\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .tablet\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .tablet\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .tablet\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .tablet\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .tablet\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .tablet\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .tablet\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .tablet\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .tablet\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .tablet\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .tablet\:focus\:placeholder-primary:focus::-webkit-input-placeholder {
    color: var(--color-primary);
  }

  .tablet\:focus\:placeholder-primary:focus::-moz-placeholder {
    color: var(--color-primary);
  }

  .tablet\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: var(--color-primary);
  }

  .tablet\:focus\:placeholder-primary:focus::-ms-input-placeholder {
    color: var(--color-primary);
  }

  .tablet\:focus\:placeholder-primary:focus::placeholder {
    color: var(--color-primary);
  }

  .tablet\:focus\:placeholder-link:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .tablet\:focus\:placeholder-link:focus::-moz-placeholder {
    color: #4299e1;
  }

  .tablet\:focus\:placeholder-link:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .tablet\:focus\:placeholder-link:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .tablet\:focus\:placeholder-link:focus::placeholder {
    color: #4299e1;
  }

  .tablet\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .tablet\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .tablet\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .tablet\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .tablet\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .tablet\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .tablet\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .tablet\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .tablet\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .tablet\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .tablet\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .tablet\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .tablet\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .tablet\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .tablet\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .tablet\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .tablet\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .tablet\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .tablet\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .tablet\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .tablet\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .tablet\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .tablet\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .tablet\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .tablet\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .tablet\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .tablet\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .tablet\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .tablet\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .tablet\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .tablet\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  .tablet\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .tablet\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .tablet\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  .tablet\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .tablet\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .tablet\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .tablet\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .tablet\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .tablet\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .tablet\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .tablet\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .tablet\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .tablet\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .tablet\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .tablet\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .tablet\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .tablet\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .tablet\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .tablet\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .tablet\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .tablet\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .tablet\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .tablet\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .tablet\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .tablet\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .tablet\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .tablet\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .tablet\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .tablet\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .tablet\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .tablet\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .tablet\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .tablet\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .tablet\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .tablet\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .tablet\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .tablet\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .tablet\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .tablet\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .tablet\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .tablet\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .tablet\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .tablet\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .tablet\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .tablet\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .tablet\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .tablet\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .tablet\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .tablet\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .tablet\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .tablet\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .tablet\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .tablet\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .tablet\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .tablet\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .tablet\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .tablet\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .tablet\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .tablet\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .tablet\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .tablet\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .tablet\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .tablet\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .tablet\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .tablet\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .tablet\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .tablet\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .tablet\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .tablet\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .tablet\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .tablet\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .tablet\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .tablet\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .tablet\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .tablet\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .tablet\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .tablet\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .tablet\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .tablet\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .tablet\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .tablet\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .tablet\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .tablet\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .tablet\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .tablet\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .tablet\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .tablet\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .tablet\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .tablet\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .tablet\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .tablet\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .tablet\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .tablet\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .tablet\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .tablet\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .tablet\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .tablet\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .tablet\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .tablet\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .tablet\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .tablet\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .tablet\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .tablet\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .tablet\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .tablet\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .tablet\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .tablet\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .tablet\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .tablet\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .tablet\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .tablet\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .tablet\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .tablet\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .tablet\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .tablet\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .tablet\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .tablet\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .tablet\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .tablet\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .tablet\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .tablet\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .tablet\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .tablet\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .tablet\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .tablet\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .tablet\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .tablet\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .tablet\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .tablet\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .tablet\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .tablet\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .tablet\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .tablet\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .tablet\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .tablet\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .tablet\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .tablet\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .tablet\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .tablet\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .tablet\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .tablet\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .tablet\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .tablet\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .tablet\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .tablet\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .tablet\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .tablet\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .tablet\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .tablet\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .tablet\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .tablet\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .tablet\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .tablet\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .tablet\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .tablet\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .tablet\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .tablet\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .tablet\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .tablet\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .tablet\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .tablet\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .tablet\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .tablet\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .tablet\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .tablet\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .tablet\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .tablet\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .tablet\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .tablet\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .tablet\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .tablet\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .tablet\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .tablet\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .tablet\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .tablet\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .tablet\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .tablet\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .tablet\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .tablet\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .tablet\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .tablet\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .tablet\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .tablet\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .tablet\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .tablet\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .tablet\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .tablet\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .tablet\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .tablet\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .tablet\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .tablet\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .tablet\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .tablet\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .tablet\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .tablet\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .tablet\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .tablet\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .tablet\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .tablet\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .tablet\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .tablet\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .tablet\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .tablet\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .tablet\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .tablet\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .tablet\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .tablet\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .tablet\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .tablet\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .tablet\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .tablet\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .tablet\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .tablet\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .tablet\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .tablet\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .tablet\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .tablet\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .tablet\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .tablet\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .tablet\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .tablet\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .tablet\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .tablet\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .tablet\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .tablet\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .tablet\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .tablet\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .tablet\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .tablet\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .tablet\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .tablet\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .tablet\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .tablet\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .tablet\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .tablet\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .tablet\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .tablet\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .tablet\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .tablet\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .tablet\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .tablet\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .tablet\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .tablet\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .tablet\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .tablet\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .tablet\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .tablet\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .tablet\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .tablet\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .tablet\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .tablet\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .tablet\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .tablet\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .tablet\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .tablet\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .tablet\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .tablet\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .tablet\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .tablet\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .tablet\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .tablet\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .tablet\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .tablet\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .tablet\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .tablet\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .tablet\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .tablet\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .tablet\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .tablet\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .tablet\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .tablet\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .tablet\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .tablet\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .tablet\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .tablet\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .tablet\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .tablet\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .tablet\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .tablet\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .tablet\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  .tablet\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .tablet\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .tablet\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  .tablet\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .tablet\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .tablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .tablet\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .tablet\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .tablet\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .tablet\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .tablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .tablet\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .tablet\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .tablet\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .tablet\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .tablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .tablet\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .tablet\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .tablet\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .tablet\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .tablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .tablet\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .tablet\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .tablet\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .tablet\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .tablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .tablet\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .tablet\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .tablet\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .tablet\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .tablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .tablet\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .tablet\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .tablet\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .tablet\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .tablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .tablet\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .tablet\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .tablet\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .tablet\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .tablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .tablet\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .tablet\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .tablet\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .tablet\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .tablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .tablet\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .tablet\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .tablet\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .tablet\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .tablet\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .tablet\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .tablet\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .tablet\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .tablet\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .tablet\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .tablet\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .tablet\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .tablet\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .tablet\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .tablet\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .tablet\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .tablet\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .tablet\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .tablet\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .tablet\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .tablet\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .tablet\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .tablet\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .tablet\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .tablet\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .tablet\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .tablet\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .tablet\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .tablet\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .tablet\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .tablet\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .tablet\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .tablet\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .tablet\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .tablet\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .tablet\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .tablet\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .tablet\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .tablet\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .tablet\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .tablet\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .tablet\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .tablet\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .tablet\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .tablet\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .tablet\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .tablet\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .tablet\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .tablet\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .tablet\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .tablet\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .tablet\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .tablet\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .tablet\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .tablet\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .tablet\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .tablet\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .tablet\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .tablet\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .tablet\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .tablet\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .tablet\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .tablet\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .tablet\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .tablet\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .tablet\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .tablet\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .tablet\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .tablet\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .tablet\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .tablet\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .tablet\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .tablet\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .tablet\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .tablet\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .tablet\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .tablet\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .tablet\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .tablet\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .tablet\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .tablet\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .tablet\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .tablet\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .tablet\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .tablet\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .tablet\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .tablet\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .tablet\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .tablet\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .tablet\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .tablet\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .tablet\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .tablet\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .tablet\:pointer-events-none {
    pointer-events: none;
  }

  .tablet\:pointer-events-auto {
    pointer-events: auto;
  }

  .tablet\:static {
    position: static;
  }

  .tablet\:fixed {
    position: fixed;
  }

  .tablet\:absolute {
    position: absolute;
  }

  .tablet\:relative {
    position: relative;
  }

  .tablet\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .tablet\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .tablet\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .tablet\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tablet\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .tablet\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .tablet\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .tablet\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .tablet\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .tablet\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .tablet\:top-0 {
    top: 0;
  }

  .tablet\:right-0 {
    right: 0;
  }

  .tablet\:bottom-0 {
    bottom: 0;
  }

  .tablet\:left-0 {
    left: 0;
  }

  .tablet\:top-20 {
    top: 5rem;
  }

  .tablet\:right-20 {
    right: 5rem;
  }

  .tablet\:bottom-20 {
    bottom: 5rem;
  }

  .tablet\:left-20 {
    left: 5rem;
  }

  .tablet\:top-auto {
    top: auto;
  }

  .tablet\:right-auto {
    right: auto;
  }

  .tablet\:bottom-auto {
    bottom: auto;
  }

  .tablet\:left-auto {
    left: auto;
  }

  .tablet\:resize-none {
    resize: none;
  }

  .tablet\:resize-y {
    resize: vertical;
  }

  .tablet\:resize-x {
    resize: horizontal;
  }

  .tablet\:resize {
    resize: both;
  }

  .tablet\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .tablet\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .tablet\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .tablet\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .tablet\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .tablet\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .tablet\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .tablet\:shadow-none {
    box-shadow: none;
  }

  .tablet\: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);
  }

  .tablet\: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);
  }

  .tablet\: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);
  }

  .tablet\: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);
  }

  .tablet\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .tablet\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .tablet\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .tablet\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .tablet\: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);
  }

  .tablet\: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);
  }

  .tablet\: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);
  }

  .tablet\: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);
  }

  .tablet\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .tablet\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .tablet\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .tablet\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .tablet\:fill-current {
    fill: currentColor;
  }

  .tablet\:stroke-current {
    stroke: currentColor;
  }

  .tablet\:table-auto {
    table-layout: auto;
  }

  .tablet\:table-fixed {
    table-layout: fixed;
  }

  .tablet\:text-left {
    text-align: left;
  }

  .tablet\:text-center {
    text-align: center;
  }

  .tablet\:text-right {
    text-align: right;
  }

  .tablet\:text-justify {
    text-align: justify;
  }

  .tablet\:text-transparent {
    color: transparent;
  }

  .tablet\:text-black {
    color: #000;
  }

  .tablet\:text-white {
    color: #fff;
  }

  .tablet\:text-primary {
    color: var(--color-primary);
  }

  .tablet\:text-link {
    color: #4299e1;
  }

  .tablet\:text-gray-100 {
    color: #f7fafc;
  }

  .tablet\:text-gray-200 {
    color: #edf2f7;
  }

  .tablet\:text-gray-300 {
    color: #e2e8f0;
  }

  .tablet\:text-gray-400 {
    color: #cbd5e0;
  }

  .tablet\:text-gray-500 {
    color: #a0aec0;
  }

  .tablet\:text-gray-600 {
    color: #718096;
  }

  .tablet\:text-gray-700 {
    color: #4a5568;
  }

  .tablet\:text-gray-800 {
    color: #2d3748;
  }

  .tablet\:text-gray-900 {
    color: #1a202c;
  }

  .tablet\:text-red-100 {
    color: #fff5f5;
  }

  .tablet\:text-red-200 {
    color: #fed7d7;
  }

  .tablet\:text-red-300 {
    color: #feb2b2;
  }

  .tablet\:text-red-400 {
    color: #fc8181;
  }

  .tablet\:text-red-500 {
    color: #f56565;
  }

  .tablet\:text-red-600 {
    color: #e53e3e;
  }

  .tablet\:text-red-700 {
    color: #c53030;
  }

  .tablet\:text-red-800 {
    color: #9b2c2c;
  }

  .tablet\:text-red-900 {
    color: #742a2a;
  }

  .tablet\:text-orange-100 {
    color: #fffaf0;
  }

  .tablet\:text-orange-200 {
    color: #feebc8;
  }

  .tablet\:text-orange-300 {
    color: #fbd38d;
  }

  .tablet\:text-orange-400 {
    color: #f6ad55;
  }

  .tablet\:text-orange-500 {
    color: #ed8936;
  }

  .tablet\:text-orange-600 {
    color: #dd6b20;
  }

  .tablet\:text-orange-700 {
    color: #c05621;
  }

  .tablet\:text-orange-800 {
    color: #9c4221;
  }

  .tablet\:text-orange-900 {
    color: #7b341e;
  }

  .tablet\:text-yellow-100 {
    color: #fffff0;
  }

  .tablet\:text-yellow-200 {
    color: #fefcbf;
  }

  .tablet\:text-yellow-300 {
    color: #faf089;
  }

  .tablet\:text-yellow-400 {
    color: #f6e05e;
  }

  .tablet\:text-yellow-500 {
    color: #ecc94b;
  }

  .tablet\:text-yellow-600 {
    color: #d69e2e;
  }

  .tablet\:text-yellow-700 {
    color: #b7791f;
  }

  .tablet\:text-yellow-800 {
    color: #975a16;
  }

  .tablet\:text-yellow-900 {
    color: #744210;
  }

  .tablet\:text-green-100 {
    color: #f0fff4;
  }

  .tablet\:text-green-200 {
    color: #c6f6d5;
  }

  .tablet\:text-green-300 {
    color: #9ae6b4;
  }

  .tablet\:text-green-400 {
    color: #68d391;
  }

  .tablet\:text-green-500 {
    color: #48bb78;
  }

  .tablet\:text-green-600 {
    color: #38a169;
  }

  .tablet\:text-green-700 {
    color: #2f855a;
  }

  .tablet\:text-green-800 {
    color: #276749;
  }

  .tablet\:text-green-900 {
    color: #22543d;
  }

  .tablet\:text-teal-100 {
    color: #e6fffa;
  }

  .tablet\:text-teal-200 {
    color: #b2f5ea;
  }

  .tablet\:text-teal-300 {
    color: #81e6d9;
  }

  .tablet\:text-teal-400 {
    color: #4fd1c5;
  }

  .tablet\:text-teal-500 {
    color: #38b2ac;
  }

  .tablet\:text-teal-600 {
    color: #319795;
  }

  .tablet\:text-teal-700 {
    color: #2c7a7b;
  }

  .tablet\:text-teal-800 {
    color: #285e61;
  }

  .tablet\:text-teal-900 {
    color: #234e52;
  }

  .tablet\:text-blue-100 {
    color: #ebf8ff;
  }

  .tablet\:text-blue-200 {
    color: #bee3f8;
  }

  .tablet\:text-blue-300 {
    color: #90cdf4;
  }

  .tablet\:text-blue-400 {
    color: #63b3ed;
  }

  .tablet\:text-blue-500 {
    color: #4299e1;
  }

  .tablet\:text-blue-600 {
    color: #3182ce;
  }

  .tablet\:text-blue-700 {
    color: #2b6cb0;
  }

  .tablet\:text-blue-800 {
    color: #2c5282;
  }

  .tablet\:text-blue-900 {
    color: #2a4365;
  }

  .tablet\:text-indigo-100 {
    color: #ebf4ff;
  }

  .tablet\:text-indigo-200 {
    color: #c3dafe;
  }

  .tablet\:text-indigo-300 {
    color: #a3bffa;
  }

  .tablet\:text-indigo-400 {
    color: #7f9cf5;
  }

  .tablet\:text-indigo-500 {
    color: #667eea;
  }

  .tablet\:text-indigo-600 {
    color: #5a67d8;
  }

  .tablet\:text-indigo-700 {
    color: #4c51bf;
  }

  .tablet\:text-indigo-800 {
    color: #434190;
  }

  .tablet\:text-indigo-900 {
    color: #3c366b;
  }

  .tablet\:text-purple-100 {
    color: #faf5ff;
  }

  .tablet\:text-purple-200 {
    color: #e9d8fd;
  }

  .tablet\:text-purple-300 {
    color: #d6bcfa;
  }

  .tablet\:text-purple-400 {
    color: #b794f4;
  }

  .tablet\:text-purple-500 {
    color: #9f7aea;
  }

  .tablet\:text-purple-600 {
    color: #805ad5;
  }

  .tablet\:text-purple-700 {
    color: #6b46c1;
  }

  .tablet\:text-purple-800 {
    color: #553c9a;
  }

  .tablet\:text-purple-900 {
    color: #44337a;
  }

  .tablet\:text-pink-100 {
    color: #fff5f7;
  }

  .tablet\:text-pink-200 {
    color: #fed7e2;
  }

  .tablet\:text-pink-300 {
    color: #fbb6ce;
  }

  .tablet\:text-pink-400 {
    color: #f687b3;
  }

  .tablet\:text-pink-500 {
    color: #ed64a6;
  }

  .tablet\:text-pink-600 {
    color: #d53f8c;
  }

  .tablet\:text-pink-700 {
    color: #b83280;
  }

  .tablet\:text-pink-800 {
    color: #97266d;
  }

  .tablet\:text-pink-900 {
    color: #702459;
  }

  .tablet\:hover\:text-transparent:hover {
    color: transparent;
  }

  .tablet\:hover\:text-black:hover {
    color: #000;
  }

  .tablet\:hover\:text-white:hover {
    color: #fff;
  }

  .tablet\:hover\:text-primary:hover {
    color: var(--color-primary);
  }

  .tablet\:hover\:text-link:hover {
    color: #4299e1;
  }

  .tablet\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .tablet\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .tablet\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .tablet\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .tablet\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .tablet\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .tablet\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .tablet\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .tablet\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .tablet\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .tablet\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .tablet\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .tablet\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .tablet\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .tablet\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .tablet\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .tablet\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .tablet\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .tablet\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .tablet\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .tablet\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .tablet\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .tablet\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .tablet\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .tablet\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .tablet\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .tablet\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .tablet\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .tablet\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .tablet\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .tablet\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .tablet\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .tablet\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .tablet\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .tablet\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .tablet\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .tablet\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .tablet\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .tablet\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .tablet\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .tablet\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .tablet\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .tablet\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .tablet\:hover\:text-green-800:hover {
    color: #276749;
  }

  .tablet\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .tablet\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .tablet\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .tablet\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .tablet\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .tablet\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .tablet\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .tablet\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .tablet\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .tablet\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .tablet\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .tablet\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .tablet\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .tablet\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .tablet\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .tablet\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .tablet\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .tablet\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .tablet\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .tablet\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .tablet\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .tablet\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .tablet\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .tablet\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .tablet\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .tablet\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .tablet\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .tablet\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .tablet\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .tablet\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .tablet\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .tablet\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .tablet\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .tablet\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .tablet\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .tablet\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .tablet\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .tablet\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .tablet\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .tablet\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .tablet\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .tablet\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .tablet\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .tablet\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .tablet\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .tablet\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .tablet\:focus\:text-transparent:focus {
    color: transparent;
  }

  .tablet\:focus\:text-black:focus {
    color: #000;
  }

  .tablet\:focus\:text-white:focus {
    color: #fff;
  }

  .tablet\:focus\:text-primary:focus {
    color: var(--color-primary);
  }

  .tablet\:focus\:text-link:focus {
    color: #4299e1;
  }

  .tablet\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .tablet\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .tablet\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .tablet\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .tablet\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .tablet\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .tablet\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .tablet\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .tablet\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .tablet\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .tablet\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .tablet\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .tablet\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .tablet\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .tablet\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .tablet\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .tablet\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .tablet\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .tablet\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .tablet\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .tablet\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .tablet\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .tablet\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .tablet\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .tablet\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .tablet\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .tablet\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .tablet\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .tablet\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .tablet\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .tablet\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .tablet\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .tablet\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .tablet\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .tablet\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .tablet\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .tablet\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .tablet\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .tablet\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .tablet\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .tablet\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .tablet\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .tablet\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .tablet\:focus\:text-green-800:focus {
    color: #276749;
  }

  .tablet\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .tablet\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .tablet\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .tablet\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .tablet\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .tablet\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .tablet\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .tablet\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .tablet\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .tablet\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .tablet\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .tablet\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .tablet\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .tablet\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .tablet\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .tablet\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .tablet\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .tablet\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .tablet\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .tablet\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .tablet\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .tablet\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .tablet\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .tablet\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .tablet\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .tablet\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .tablet\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .tablet\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .tablet\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .tablet\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .tablet\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .tablet\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .tablet\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .tablet\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .tablet\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .tablet\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .tablet\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .tablet\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .tablet\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .tablet\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .tablet\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .tablet\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .tablet\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .tablet\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .tablet\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .tablet\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .tablet\:text-xs {
    font-size: 0.75rem;
  }

  .tablet\:text-sm {
    font-size: 0.875rem;
  }

  .tablet\:text-base {
    font-size: 1rem;
  }

  .tablet\:text-lg {
    font-size: 1.125rem;
  }

  .tablet\:text-xl {
    font-size: 1.25rem;
  }

  .tablet\:text-2xl {
    font-size: 1.5rem;
  }

  .tablet\:text-3xl {
    font-size: 1.875rem;
  }

  .tablet\:text-4xl {
    font-size: 2.25rem;
  }

  .tablet\:text-5xl {
    font-size: 3rem;
  }

  .tablet\:text-6xl {
    font-size: 4rem;
  }

  .tablet\:italic {
    font-style: italic;
  }

  .tablet\:not-italic {
    font-style: normal;
  }

  .tablet\:uppercase {
    text-transform: uppercase;
  }

  .tablet\:lowercase {
    text-transform: lowercase;
  }

  .tablet\:capitalize {
    text-transform: capitalize;
  }

  .tablet\:normal-case {
    text-transform: none;
  }

  .tablet\:underline {
    text-decoration: underline;
  }

  .tablet\:line-through {
    text-decoration: line-through;
  }

  .tablet\:no-underline {
    text-decoration: none;
  }

  .tablet\:hover\:underline:hover {
    text-decoration: underline;
  }

  .tablet\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .tablet\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .tablet\:focus\:underline:focus {
    text-decoration: underline;
  }

  .tablet\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .tablet\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .tablet\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tablet\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tablet\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .tablet\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .tablet\:tracking-normal {
    letter-spacing: 0;
  }

  .tablet\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .tablet\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .tablet\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .tablet\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .tablet\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .tablet\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .tablet\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .tablet\:align-baseline {
    vertical-align: baseline;
  }

  .tablet\:align-top {
    vertical-align: top;
  }

  .tablet\:align-middle {
    vertical-align: middle;
  }

  .tablet\:align-bottom {
    vertical-align: bottom;
  }

  .tablet\:align-text-top {
    vertical-align: text-top;
  }

  .tablet\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .tablet\:visible {
    visibility: visible;
  }

  .tablet\:invisible {
    visibility: hidden;
  }

  .tablet\:whitespace-normal {
    white-space: normal;
  }

  .tablet\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .tablet\:whitespace-pre {
    white-space: pre;
  }

  .tablet\:whitespace-pre-line {
    white-space: pre-line;
  }

  .tablet\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .tablet\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .tablet\:break-words {
    overflow-wrap: break-word;
  }

  .tablet\:break-all {
    word-break: break-all;
  }

  .tablet\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tablet\:w-0 {
    width: 0;
  }

  .tablet\:w-1 {
    width: 0.25rem;
  }

  .tablet\:w-2 {
    width: 0.5rem;
  }

  .tablet\:w-3 {
    width: 0.75rem;
  }

  .tablet\:w-4 {
    width: 1rem;
  }

  .tablet\:w-5 {
    width: 1.25rem;
  }

  .tablet\:w-6 {
    width: 1.5rem;
  }

  .tablet\:w-8 {
    width: 2rem;
  }

  .tablet\:w-10 {
    width: 2.5rem;
  }

  .tablet\:w-12 {
    width: 3rem;
  }

  .tablet\:w-16 {
    width: 4rem;
  }

  .tablet\:w-20 {
    width: 5rem;
  }

  .tablet\:w-24 {
    width: 6rem;
  }

  .tablet\:w-32 {
    width: 8rem;
  }

  .tablet\:w-40 {
    width: 10rem;
  }

  .tablet\:w-48 {
    width: 12rem;
  }

  .tablet\:w-56 {
    width: 14rem;
  }

  .tablet\:w-64 {
    width: 16rem;
  }

  .tablet\:w-auto {
    width: auto;
  }

  .tablet\:w-px {
    width: 1px;
  }

  .tablet\:w-1\/5 {
    width: 20%;
  }

  .tablet\:w-1\/2 {
    width: 50%;
  }

  .tablet\:w-1\/3 {
    width: 33.333333%;
  }

  .tablet\:w-2\/3 {
    width: 66.666667%;
  }

  .tablet\:w-1\/4 {
    width: 25%;
  }

  .tablet\:w-2\/4 {
    width: 50%;
  }

  .tablet\:w-3\/4 {
    width: 75%;
  }

  .tablet\:w-2\/5 {
    width: 40%;
  }

  .tablet\:w-3\/5 {
    width: 60%;
  }

  .tablet\:w-4\/5 {
    width: 80%;
  }

  .tablet\:w-1\/6 {
    width: 16.666667%;
  }

  .tablet\:w-2\/6 {
    width: 33.333333%;
  }

  .tablet\:w-3\/6 {
    width: 50%;
  }

  .tablet\:w-4\/6 {
    width: 66.666667%;
  }

  .tablet\:w-5\/6 {
    width: 83.333333%;
  }

  .tablet\:w-1\/12 {
    width: 8.333333%;
  }

  .tablet\:w-2\/12 {
    width: 16.666667%;
  }

  .tablet\:w-3\/12 {
    width: 25%;
  }

  .tablet\:w-4\/12 {
    width: 33.333333%;
  }

  .tablet\:w-5\/12 {
    width: 41.666667%;
  }

  .tablet\:w-6\/12 {
    width: 50%;
  }

  .tablet\:w-7\/12 {
    width: 58.333333%;
  }

  .tablet\:w-8\/12 {
    width: 66.666667%;
  }

  .tablet\:w-9\/12 {
    width: 75%;
  }

  .tablet\:w-10\/12 {
    width: 83.333333%;
  }

  .tablet\:w-11\/12 {
    width: 91.666667%;
  }

  .tablet\:w-full {
    width: 100%;
  }

  .tablet\:w-screen {
    width: 100vw;
  }

  .tablet\:w-modal {
    width: 30vw;
  }

  .tablet\:z-0 {
    z-index: 0;
  }

  .tablet\:z-10 {
    z-index: 10;
  }

  .tablet\:z-20 {
    z-index: 20;
  }

  .tablet\:z-30 {
    z-index: 30;
  }

  .tablet\:z-40 {
    z-index: 40;
  }

  .tablet\:z-50 {
    z-index: 50;
  }

  .tablet\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1025px) {
  .laptop\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .laptop\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .laptop\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .laptop\:bg-fixed {
    background-attachment: fixed;
  }

  .laptop\:bg-local {
    background-attachment: local;
  }

  .laptop\:bg-scroll {
    background-attachment: scroll;
  }

  .laptop\:bg-transparent {
    background-color: transparent;
  }

  .laptop\:bg-black {
    background-color: #000;
  }

  .laptop\:bg-white {
    background-color: #fff;
  }

  .laptop\:bg-primary {
    background-color: var(--color-primary);
  }

  .laptop\:bg-link {
    background-color: #4299e1;
  }

  .laptop\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .laptop\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .laptop\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .laptop\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .laptop\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .laptop\:bg-gray-600 {
    background-color: #718096;
  }

  .laptop\:bg-gray-700 {
    background-color: #4a5568;
  }

  .laptop\:bg-gray-800 {
    background-color: #2d3748;
  }

  .laptop\:bg-gray-900 {
    background-color: #1a202c;
  }

  .laptop\:bg-red-100 {
    background-color: #fff5f5;
  }

  .laptop\:bg-red-200 {
    background-color: #fed7d7;
  }

  .laptop\:bg-red-300 {
    background-color: #feb2b2;
  }

  .laptop\:bg-red-400 {
    background-color: #fc8181;
  }

  .laptop\:bg-red-500 {
    background-color: #f56565;
  }

  .laptop\:bg-red-600 {
    background-color: #e53e3e;
  }

  .laptop\:bg-red-700 {
    background-color: #c53030;
  }

  .laptop\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .laptop\:bg-red-900 {
    background-color: #742a2a;
  }

  .laptop\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .laptop\:bg-orange-200 {
    background-color: #feebc8;
  }

  .laptop\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .laptop\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .laptop\:bg-orange-500 {
    background-color: #ed8936;
  }

  .laptop\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .laptop\:bg-orange-700 {
    background-color: #c05621;
  }

  .laptop\:bg-orange-800 {
    background-color: #9c4221;
  }

  .laptop\:bg-orange-900 {
    background-color: #7b341e;
  }

  .laptop\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .laptop\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .laptop\:bg-yellow-300 {
    background-color: #faf089;
  }

  .laptop\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .laptop\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .laptop\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .laptop\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .laptop\:bg-yellow-800 {
    background-color: #975a16;
  }

  .laptop\:bg-yellow-900 {
    background-color: #744210;
  }

  .laptop\:bg-green-100 {
    background-color: #f0fff4;
  }

  .laptop\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .laptop\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .laptop\:bg-green-400 {
    background-color: #68d391;
  }

  .laptop\:bg-green-500 {
    background-color: #48bb78;
  }

  .laptop\:bg-green-600 {
    background-color: #38a169;
  }

  .laptop\:bg-green-700 {
    background-color: #2f855a;
  }

  .laptop\:bg-green-800 {
    background-color: #276749;
  }

  .laptop\:bg-green-900 {
    background-color: #22543d;
  }

  .laptop\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .laptop\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .laptop\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .laptop\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .laptop\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .laptop\:bg-teal-600 {
    background-color: #319795;
  }

  .laptop\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .laptop\:bg-teal-800 {
    background-color: #285e61;
  }

  .laptop\:bg-teal-900 {
    background-color: #234e52;
  }

  .laptop\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .laptop\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .laptop\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .laptop\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .laptop\:bg-blue-500 {
    background-color: #4299e1;
  }

  .laptop\:bg-blue-600 {
    background-color: #3182ce;
  }

  .laptop\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .laptop\:bg-blue-800 {
    background-color: #2c5282;
  }

  .laptop\:bg-blue-900 {
    background-color: #2a4365;
  }

  .laptop\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .laptop\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .laptop\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .laptop\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .laptop\:bg-indigo-500 {
    background-color: #667eea;
  }

  .laptop\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .laptop\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .laptop\:bg-indigo-800 {
    background-color: #434190;
  }

  .laptop\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .laptop\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .laptop\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .laptop\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .laptop\:bg-purple-400 {
    background-color: #b794f4;
  }

  .laptop\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .laptop\:bg-purple-600 {
    background-color: #805ad5;
  }

  .laptop\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .laptop\:bg-purple-800 {
    background-color: #553c9a;
  }

  .laptop\:bg-purple-900 {
    background-color: #44337a;
  }

  .laptop\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .laptop\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .laptop\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .laptop\:bg-pink-400 {
    background-color: #f687b3;
  }

  .laptop\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .laptop\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .laptop\:bg-pink-700 {
    background-color: #b83280;
  }

  .laptop\:bg-pink-800 {
    background-color: #97266d;
  }

  .laptop\:bg-pink-900 {
    background-color: #702459;
  }

  .laptop\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .laptop\:hover\:bg-black:hover {
    background-color: #000;
  }

  .laptop\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .laptop\:hover\:bg-primary:hover {
    background-color: var(--color-primary);
  }

  .laptop\:hover\:bg-link:hover {
    background-color: #4299e1;
  }

  .laptop\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .laptop\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .laptop\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .laptop\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .laptop\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .laptop\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .laptop\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .laptop\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .laptop\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .laptop\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .laptop\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .laptop\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .laptop\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .laptop\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .laptop\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .laptop\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .laptop\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .laptop\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .laptop\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .laptop\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .laptop\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .laptop\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .laptop\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .laptop\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .laptop\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .laptop\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .laptop\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .laptop\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .laptop\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .laptop\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .laptop\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .laptop\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .laptop\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .laptop\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .laptop\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .laptop\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .laptop\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .laptop\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .laptop\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .laptop\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .laptop\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .laptop\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .laptop\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .laptop\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .laptop\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .laptop\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .laptop\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .laptop\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .laptop\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .laptop\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .laptop\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .laptop\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .laptop\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .laptop\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .laptop\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .laptop\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .laptop\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .laptop\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .laptop\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .laptop\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .laptop\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .laptop\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .laptop\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .laptop\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .laptop\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .laptop\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .laptop\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .laptop\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .laptop\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .laptop\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .laptop\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .laptop\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .laptop\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .laptop\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .laptop\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .laptop\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .laptop\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .laptop\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .laptop\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .laptop\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .laptop\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .laptop\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .laptop\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .laptop\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .laptop\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .laptop\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .laptop\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .laptop\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .laptop\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .laptop\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .laptop\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .laptop\:focus\:bg-black:focus {
    background-color: #000;
  }

  .laptop\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .laptop\:focus\:bg-primary:focus {
    background-color: var(--color-primary);
  }

  .laptop\:focus\:bg-link:focus {
    background-color: #4299e1;
  }

  .laptop\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .laptop\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .laptop\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .laptop\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .laptop\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .laptop\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .laptop\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .laptop\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .laptop\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .laptop\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .laptop\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .laptop\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .laptop\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .laptop\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .laptop\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .laptop\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .laptop\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .laptop\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .laptop\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .laptop\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .laptop\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .laptop\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .laptop\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .laptop\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .laptop\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .laptop\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .laptop\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .laptop\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .laptop\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .laptop\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .laptop\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .laptop\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .laptop\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .laptop\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .laptop\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .laptop\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .laptop\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .laptop\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .laptop\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .laptop\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .laptop\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .laptop\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .laptop\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .laptop\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .laptop\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .laptop\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .laptop\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .laptop\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .laptop\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .laptop\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .laptop\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .laptop\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .laptop\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .laptop\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .laptop\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .laptop\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .laptop\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .laptop\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .laptop\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .laptop\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .laptop\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .laptop\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .laptop\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .laptop\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .laptop\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .laptop\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .laptop\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .laptop\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .laptop\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .laptop\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .laptop\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .laptop\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .laptop\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .laptop\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .laptop\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .laptop\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .laptop\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .laptop\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .laptop\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .laptop\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .laptop\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .laptop\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .laptop\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .laptop\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .laptop\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .laptop\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .laptop\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .laptop\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .laptop\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .laptop\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .laptop\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .laptop\:odd\:bg-black:nth-child(odd) {
    background-color: #000;
  }

  .laptop\:odd\:bg-white:nth-child(odd) {
    background-color: #fff;
  }

  .laptop\:odd\:bg-primary:nth-child(odd) {
    background-color: var(--color-primary);
  }

  .laptop\:odd\:bg-link:nth-child(odd) {
    background-color: #4299e1;
  }

  .laptop\:odd\:bg-gray-100:nth-child(odd) {
    background-color: #f7fafc;
  }

  .laptop\:odd\:bg-gray-200:nth-child(odd) {
    background-color: #edf2f7;
  }

  .laptop\:odd\:bg-gray-300:nth-child(odd) {
    background-color: #e2e8f0;
  }

  .laptop\:odd\:bg-gray-400:nth-child(odd) {
    background-color: #cbd5e0;
  }

  .laptop\:odd\:bg-gray-500:nth-child(odd) {
    background-color: #a0aec0;
  }

  .laptop\:odd\:bg-gray-600:nth-child(odd) {
    background-color: #718096;
  }

  .laptop\:odd\:bg-gray-700:nth-child(odd) {
    background-color: #4a5568;
  }

  .laptop\:odd\:bg-gray-800:nth-child(odd) {
    background-color: #2d3748;
  }

  .laptop\:odd\:bg-gray-900:nth-child(odd) {
    background-color: #1a202c;
  }

  .laptop\:odd\:bg-red-100:nth-child(odd) {
    background-color: #fff5f5;
  }

  .laptop\:odd\:bg-red-200:nth-child(odd) {
    background-color: #fed7d7;
  }

  .laptop\:odd\:bg-red-300:nth-child(odd) {
    background-color: #feb2b2;
  }

  .laptop\:odd\:bg-red-400:nth-child(odd) {
    background-color: #fc8181;
  }

  .laptop\:odd\:bg-red-500:nth-child(odd) {
    background-color: #f56565;
  }

  .laptop\:odd\:bg-red-600:nth-child(odd) {
    background-color: #e53e3e;
  }

  .laptop\:odd\:bg-red-700:nth-child(odd) {
    background-color: #c53030;
  }

  .laptop\:odd\:bg-red-800:nth-child(odd) {
    background-color: #9b2c2c;
  }

  .laptop\:odd\:bg-red-900:nth-child(odd) {
    background-color: #742a2a;
  }

  .laptop\:odd\:bg-orange-100:nth-child(odd) {
    background-color: #fffaf0;
  }

  .laptop\:odd\:bg-orange-200:nth-child(odd) {
    background-color: #feebc8;
  }

  .laptop\:odd\:bg-orange-300:nth-child(odd) {
    background-color: #fbd38d;
  }

  .laptop\:odd\:bg-orange-400:nth-child(odd) {
    background-color: #f6ad55;
  }

  .laptop\:odd\:bg-orange-500:nth-child(odd) {
    background-color: #ed8936;
  }

  .laptop\:odd\:bg-orange-600:nth-child(odd) {
    background-color: #dd6b20;
  }

  .laptop\:odd\:bg-orange-700:nth-child(odd) {
    background-color: #c05621;
  }

  .laptop\:odd\:bg-orange-800:nth-child(odd) {
    background-color: #9c4221;
  }

  .laptop\:odd\:bg-orange-900:nth-child(odd) {
    background-color: #7b341e;
  }

  .laptop\:odd\:bg-yellow-100:nth-child(odd) {
    background-color: #fffff0;
  }

  .laptop\:odd\:bg-yellow-200:nth-child(odd) {
    background-color: #fefcbf;
  }

  .laptop\:odd\:bg-yellow-300:nth-child(odd) {
    background-color: #faf089;
  }

  .laptop\:odd\:bg-yellow-400:nth-child(odd) {
    background-color: #f6e05e;
  }

  .laptop\:odd\:bg-yellow-500:nth-child(odd) {
    background-color: #ecc94b;
  }

  .laptop\:odd\:bg-yellow-600:nth-child(odd) {
    background-color: #d69e2e;
  }

  .laptop\:odd\:bg-yellow-700:nth-child(odd) {
    background-color: #b7791f;
  }

  .laptop\:odd\:bg-yellow-800:nth-child(odd) {
    background-color: #975a16;
  }

  .laptop\:odd\:bg-yellow-900:nth-child(odd) {
    background-color: #744210;
  }

  .laptop\:odd\:bg-green-100:nth-child(odd) {
    background-color: #f0fff4;
  }

  .laptop\:odd\:bg-green-200:nth-child(odd) {
    background-color: #c6f6d5;
  }

  .laptop\:odd\:bg-green-300:nth-child(odd) {
    background-color: #9ae6b4;
  }

  .laptop\:odd\:bg-green-400:nth-child(odd) {
    background-color: #68d391;
  }

  .laptop\:odd\:bg-green-500:nth-child(odd) {
    background-color: #48bb78;
  }

  .laptop\:odd\:bg-green-600:nth-child(odd) {
    background-color: #38a169;
  }

  .laptop\:odd\:bg-green-700:nth-child(odd) {
    background-color: #2f855a;
  }

  .laptop\:odd\:bg-green-800:nth-child(odd) {
    background-color: #276749;
  }

  .laptop\:odd\:bg-green-900:nth-child(odd) {
    background-color: #22543d;
  }

  .laptop\:odd\:bg-teal-100:nth-child(odd) {
    background-color: #e6fffa;
  }

  .laptop\:odd\:bg-teal-200:nth-child(odd) {
    background-color: #b2f5ea;
  }

  .laptop\:odd\:bg-teal-300:nth-child(odd) {
    background-color: #81e6d9;
  }

  .laptop\:odd\:bg-teal-400:nth-child(odd) {
    background-color: #4fd1c5;
  }

  .laptop\:odd\:bg-teal-500:nth-child(odd) {
    background-color: #38b2ac;
  }

  .laptop\:odd\:bg-teal-600:nth-child(odd) {
    background-color: #319795;
  }

  .laptop\:odd\:bg-teal-700:nth-child(odd) {
    background-color: #2c7a7b;
  }

  .laptop\:odd\:bg-teal-800:nth-child(odd) {
    background-color: #285e61;
  }

  .laptop\:odd\:bg-teal-900:nth-child(odd) {
    background-color: #234e52;
  }

  .laptop\:odd\:bg-blue-100:nth-child(odd) {
    background-color: #ebf8ff;
  }

  .laptop\:odd\:bg-blue-200:nth-child(odd) {
    background-color: #bee3f8;
  }

  .laptop\:odd\:bg-blue-300:nth-child(odd) {
    background-color: #90cdf4;
  }

  .laptop\:odd\:bg-blue-400:nth-child(odd) {
    background-color: #63b3ed;
  }

  .laptop\:odd\:bg-blue-500:nth-child(odd) {
    background-color: #4299e1;
  }

  .laptop\:odd\:bg-blue-600:nth-child(odd) {
    background-color: #3182ce;
  }

  .laptop\:odd\:bg-blue-700:nth-child(odd) {
    background-color: #2b6cb0;
  }

  .laptop\:odd\:bg-blue-800:nth-child(odd) {
    background-color: #2c5282;
  }

  .laptop\:odd\:bg-blue-900:nth-child(odd) {
    background-color: #2a4365;
  }

  .laptop\:odd\:bg-indigo-100:nth-child(odd) {
    background-color: #ebf4ff;
  }

  .laptop\:odd\:bg-indigo-200:nth-child(odd) {
    background-color: #c3dafe;
  }

  .laptop\:odd\:bg-indigo-300:nth-child(odd) {
    background-color: #a3bffa;
  }

  .laptop\:odd\:bg-indigo-400:nth-child(odd) {
    background-color: #7f9cf5;
  }

  .laptop\:odd\:bg-indigo-500:nth-child(odd) {
    background-color: #667eea;
  }

  .laptop\:odd\:bg-indigo-600:nth-child(odd) {
    background-color: #5a67d8;
  }

  .laptop\:odd\:bg-indigo-700:nth-child(odd) {
    background-color: #4c51bf;
  }

  .laptop\:odd\:bg-indigo-800:nth-child(odd) {
    background-color: #434190;
  }

  .laptop\:odd\:bg-indigo-900:nth-child(odd) {
    background-color: #3c366b;
  }

  .laptop\:odd\:bg-purple-100:nth-child(odd) {
    background-color: #faf5ff;
  }

  .laptop\:odd\:bg-purple-200:nth-child(odd) {
    background-color: #e9d8fd;
  }

  .laptop\:odd\:bg-purple-300:nth-child(odd) {
    background-color: #d6bcfa;
  }

  .laptop\:odd\:bg-purple-400:nth-child(odd) {
    background-color: #b794f4;
  }

  .laptop\:odd\:bg-purple-500:nth-child(odd) {
    background-color: #9f7aea;
  }

  .laptop\:odd\:bg-purple-600:nth-child(odd) {
    background-color: #805ad5;
  }

  .laptop\:odd\:bg-purple-700:nth-child(odd) {
    background-color: #6b46c1;
  }

  .laptop\:odd\:bg-purple-800:nth-child(odd) {
    background-color: #553c9a;
  }

  .laptop\:odd\:bg-purple-900:nth-child(odd) {
    background-color: #44337a;
  }

  .laptop\:odd\:bg-pink-100:nth-child(odd) {
    background-color: #fff5f7;
  }

  .laptop\:odd\:bg-pink-200:nth-child(odd) {
    background-color: #fed7e2;
  }

  .laptop\:odd\:bg-pink-300:nth-child(odd) {
    background-color: #fbb6ce;
  }

  .laptop\:odd\:bg-pink-400:nth-child(odd) {
    background-color: #f687b3;
  }

  .laptop\:odd\:bg-pink-500:nth-child(odd) {
    background-color: #ed64a6;
  }

  .laptop\:odd\:bg-pink-600:nth-child(odd) {
    background-color: #d53f8c;
  }

  .laptop\:odd\:bg-pink-700:nth-child(odd) {
    background-color: #b83280;
  }

  .laptop\:odd\:bg-pink-800:nth-child(odd) {
    background-color: #97266d;
  }

  .laptop\:odd\:bg-pink-900:nth-child(odd) {
    background-color: #702459;
  }

  .laptop\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .laptop\:even\:bg-black:nth-child(even) {
    background-color: #000;
  }

  .laptop\:even\:bg-white:nth-child(even) {
    background-color: #fff;
  }

  .laptop\:even\:bg-primary:nth-child(even) {
    background-color: var(--color-primary);
  }

  .laptop\:even\:bg-link:nth-child(even) {
    background-color: #4299e1;
  }

  .laptop\:even\:bg-gray-100:nth-child(even) {
    background-color: #f7fafc;
  }

  .laptop\:even\:bg-gray-200:nth-child(even) {
    background-color: #edf2f7;
  }

  .laptop\:even\:bg-gray-300:nth-child(even) {
    background-color: #e2e8f0;
  }

  .laptop\:even\:bg-gray-400:nth-child(even) {
    background-color: #cbd5e0;
  }

  .laptop\:even\:bg-gray-500:nth-child(even) {
    background-color: #a0aec0;
  }

  .laptop\:even\:bg-gray-600:nth-child(even) {
    background-color: #718096;
  }

  .laptop\:even\:bg-gray-700:nth-child(even) {
    background-color: #4a5568;
  }

  .laptop\:even\:bg-gray-800:nth-child(even) {
    background-color: #2d3748;
  }

  .laptop\:even\:bg-gray-900:nth-child(even) {
    background-color: #1a202c;
  }

  .laptop\:even\:bg-red-100:nth-child(even) {
    background-color: #fff5f5;
  }

  .laptop\:even\:bg-red-200:nth-child(even) {
    background-color: #fed7d7;
  }

  .laptop\:even\:bg-red-300:nth-child(even) {
    background-color: #feb2b2;
  }

  .laptop\:even\:bg-red-400:nth-child(even) {
    background-color: #fc8181;
  }

  .laptop\:even\:bg-red-500:nth-child(even) {
    background-color: #f56565;
  }

  .laptop\:even\:bg-red-600:nth-child(even) {
    background-color: #e53e3e;
  }

  .laptop\:even\:bg-red-700:nth-child(even) {
    background-color: #c53030;
  }

  .laptop\:even\:bg-red-800:nth-child(even) {
    background-color: #9b2c2c;
  }

  .laptop\:even\:bg-red-900:nth-child(even) {
    background-color: #742a2a;
  }

  .laptop\:even\:bg-orange-100:nth-child(even) {
    background-color: #fffaf0;
  }

  .laptop\:even\:bg-orange-200:nth-child(even) {
    background-color: #feebc8;
  }

  .laptop\:even\:bg-orange-300:nth-child(even) {
    background-color: #fbd38d;
  }

  .laptop\:even\:bg-orange-400:nth-child(even) {
    background-color: #f6ad55;
  }

  .laptop\:even\:bg-orange-500:nth-child(even) {
    background-color: #ed8936;
  }

  .laptop\:even\:bg-orange-600:nth-child(even) {
    background-color: #dd6b20;
  }

  .laptop\:even\:bg-orange-700:nth-child(even) {
    background-color: #c05621;
  }

  .laptop\:even\:bg-orange-800:nth-child(even) {
    background-color: #9c4221;
  }

  .laptop\:even\:bg-orange-900:nth-child(even) {
    background-color: #7b341e;
  }

  .laptop\:even\:bg-yellow-100:nth-child(even) {
    background-color: #fffff0;
  }

  .laptop\:even\:bg-yellow-200:nth-child(even) {
    background-color: #fefcbf;
  }

  .laptop\:even\:bg-yellow-300:nth-child(even) {
    background-color: #faf089;
  }

  .laptop\:even\:bg-yellow-400:nth-child(even) {
    background-color: #f6e05e;
  }

  .laptop\:even\:bg-yellow-500:nth-child(even) {
    background-color: #ecc94b;
  }

  .laptop\:even\:bg-yellow-600:nth-child(even) {
    background-color: #d69e2e;
  }

  .laptop\:even\:bg-yellow-700:nth-child(even) {
    background-color: #b7791f;
  }

  .laptop\:even\:bg-yellow-800:nth-child(even) {
    background-color: #975a16;
  }

  .laptop\:even\:bg-yellow-900:nth-child(even) {
    background-color: #744210;
  }

  .laptop\:even\:bg-green-100:nth-child(even) {
    background-color: #f0fff4;
  }

  .laptop\:even\:bg-green-200:nth-child(even) {
    background-color: #c6f6d5;
  }

  .laptop\:even\:bg-green-300:nth-child(even) {
    background-color: #9ae6b4;
  }

  .laptop\:even\:bg-green-400:nth-child(even) {
    background-color: #68d391;
  }

  .laptop\:even\:bg-green-500:nth-child(even) {
    background-color: #48bb78;
  }

  .laptop\:even\:bg-green-600:nth-child(even) {
    background-color: #38a169;
  }

  .laptop\:even\:bg-green-700:nth-child(even) {
    background-color: #2f855a;
  }

  .laptop\:even\:bg-green-800:nth-child(even) {
    background-color: #276749;
  }

  .laptop\:even\:bg-green-900:nth-child(even) {
    background-color: #22543d;
  }

  .laptop\:even\:bg-teal-100:nth-child(even) {
    background-color: #e6fffa;
  }

  .laptop\:even\:bg-teal-200:nth-child(even) {
    background-color: #b2f5ea;
  }

  .laptop\:even\:bg-teal-300:nth-child(even) {
    background-color: #81e6d9;
  }

  .laptop\:even\:bg-teal-400:nth-child(even) {
    background-color: #4fd1c5;
  }

  .laptop\:even\:bg-teal-500:nth-child(even) {
    background-color: #38b2ac;
  }

  .laptop\:even\:bg-teal-600:nth-child(even) {
    background-color: #319795;
  }

  .laptop\:even\:bg-teal-700:nth-child(even) {
    background-color: #2c7a7b;
  }

  .laptop\:even\:bg-teal-800:nth-child(even) {
    background-color: #285e61;
  }

  .laptop\:even\:bg-teal-900:nth-child(even) {
    background-color: #234e52;
  }

  .laptop\:even\:bg-blue-100:nth-child(even) {
    background-color: #ebf8ff;
  }

  .laptop\:even\:bg-blue-200:nth-child(even) {
    background-color: #bee3f8;
  }

  .laptop\:even\:bg-blue-300:nth-child(even) {
    background-color: #90cdf4;
  }

  .laptop\:even\:bg-blue-400:nth-child(even) {
    background-color: #63b3ed;
  }

  .laptop\:even\:bg-blue-500:nth-child(even) {
    background-color: #4299e1;
  }

  .laptop\:even\:bg-blue-600:nth-child(even) {
    background-color: #3182ce;
  }

  .laptop\:even\:bg-blue-700:nth-child(even) {
    background-color: #2b6cb0;
  }

  .laptop\:even\:bg-blue-800:nth-child(even) {
    background-color: #2c5282;
  }

  .laptop\:even\:bg-blue-900:nth-child(even) {
    background-color: #2a4365;
  }

  .laptop\:even\:bg-indigo-100:nth-child(even) {
    background-color: #ebf4ff;
  }

  .laptop\:even\:bg-indigo-200:nth-child(even) {
    background-color: #c3dafe;
  }

  .laptop\:even\:bg-indigo-300:nth-child(even) {
    background-color: #a3bffa;
  }

  .laptop\:even\:bg-indigo-400:nth-child(even) {
    background-color: #7f9cf5;
  }

  .laptop\:even\:bg-indigo-500:nth-child(even) {
    background-color: #667eea;
  }

  .laptop\:even\:bg-indigo-600:nth-child(even) {
    background-color: #5a67d8;
  }

  .laptop\:even\:bg-indigo-700:nth-child(even) {
    background-color: #4c51bf;
  }

  .laptop\:even\:bg-indigo-800:nth-child(even) {
    background-color: #434190;
  }

  .laptop\:even\:bg-indigo-900:nth-child(even) {
    background-color: #3c366b;
  }

  .laptop\:even\:bg-purple-100:nth-child(even) {
    background-color: #faf5ff;
  }

  .laptop\:even\:bg-purple-200:nth-child(even) {
    background-color: #e9d8fd;
  }

  .laptop\:even\:bg-purple-300:nth-child(even) {
    background-color: #d6bcfa;
  }

  .laptop\:even\:bg-purple-400:nth-child(even) {
    background-color: #b794f4;
  }

  .laptop\:even\:bg-purple-500:nth-child(even) {
    background-color: #9f7aea;
  }

  .laptop\:even\:bg-purple-600:nth-child(even) {
    background-color: #805ad5;
  }

  .laptop\:even\:bg-purple-700:nth-child(even) {
    background-color: #6b46c1;
  }

  .laptop\:even\:bg-purple-800:nth-child(even) {
    background-color: #553c9a;
  }

  .laptop\:even\:bg-purple-900:nth-child(even) {
    background-color: #44337a;
  }

  .laptop\:even\:bg-pink-100:nth-child(even) {
    background-color: #fff5f7;
  }

  .laptop\:even\:bg-pink-200:nth-child(even) {
    background-color: #fed7e2;
  }

  .laptop\:even\:bg-pink-300:nth-child(even) {
    background-color: #fbb6ce;
  }

  .laptop\:even\:bg-pink-400:nth-child(even) {
    background-color: #f687b3;
  }

  .laptop\:even\:bg-pink-500:nth-child(even) {
    background-color: #ed64a6;
  }

  .laptop\:even\:bg-pink-600:nth-child(even) {
    background-color: #d53f8c;
  }

  .laptop\:even\:bg-pink-700:nth-child(even) {
    background-color: #b83280;
  }

  .laptop\:even\:bg-pink-800:nth-child(even) {
    background-color: #97266d;
  }

  .laptop\:even\:bg-pink-900:nth-child(even) {
    background-color: #702459;
  }

  .laptop\:bg-bottom {
    background-position: bottom;
  }

  .laptop\:bg-center {
    background-position: center;
  }

  .laptop\:bg-left {
    background-position: left;
  }

  .laptop\:bg-left-bottom {
    background-position: left bottom;
  }

  .laptop\:bg-left-top {
    background-position: left top;
  }

  .laptop\:bg-right {
    background-position: right;
  }

  .laptop\:bg-right-bottom {
    background-position: right bottom;
  }

  .laptop\:bg-right-top {
    background-position: right top;
  }

  .laptop\:bg-top {
    background-position: top;
  }

  .laptop\:bg-repeat {
    background-repeat: repeat;
  }

  .laptop\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .laptop\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .laptop\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .laptop\:bg-repeat-round {
    background-repeat: round;
  }

  .laptop\:bg-repeat-space {
    background-repeat: space;
  }

  .laptop\:bg-auto {
    background-size: auto;
  }

  .laptop\:bg-cover {
    background-size: cover;
  }

  .laptop\:bg-contain {
    background-size: contain;
  }

  .laptop\:border-collapse {
    border-collapse: collapse;
  }

  .laptop\:border-separate {
    border-collapse: separate;
  }

  .laptop\:border-transparent {
    border-color: transparent;
  }

  .laptop\:border-black {
    border-color: #000;
  }

  .laptop\:border-white {
    border-color: #fff;
  }

  .laptop\:border-primary {
    border-color: var(--color-primary);
  }

  .laptop\:border-link {
    border-color: #4299e1;
  }

  .laptop\:border-gray-100 {
    border-color: #f7fafc;
  }

  .laptop\:border-gray-200 {
    border-color: #edf2f7;
  }

  .laptop\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .laptop\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .laptop\:border-gray-500 {
    border-color: #a0aec0;
  }

  .laptop\:border-gray-600 {
    border-color: #718096;
  }

  .laptop\:border-gray-700 {
    border-color: #4a5568;
  }

  .laptop\:border-gray-800 {
    border-color: #2d3748;
  }

  .laptop\:border-gray-900 {
    border-color: #1a202c;
  }

  .laptop\:border-red-100 {
    border-color: #fff5f5;
  }

  .laptop\:border-red-200 {
    border-color: #fed7d7;
  }

  .laptop\:border-red-300 {
    border-color: #feb2b2;
  }

  .laptop\:border-red-400 {
    border-color: #fc8181;
  }

  .laptop\:border-red-500 {
    border-color: #f56565;
  }

  .laptop\:border-red-600 {
    border-color: #e53e3e;
  }

  .laptop\:border-red-700 {
    border-color: #c53030;
  }

  .laptop\:border-red-800 {
    border-color: #9b2c2c;
  }

  .laptop\:border-red-900 {
    border-color: #742a2a;
  }

  .laptop\:border-orange-100 {
    border-color: #fffaf0;
  }

  .laptop\:border-orange-200 {
    border-color: #feebc8;
  }

  .laptop\:border-orange-300 {
    border-color: #fbd38d;
  }

  .laptop\:border-orange-400 {
    border-color: #f6ad55;
  }

  .laptop\:border-orange-500 {
    border-color: #ed8936;
  }

  .laptop\:border-orange-600 {
    border-color: #dd6b20;
  }

  .laptop\:border-orange-700 {
    border-color: #c05621;
  }

  .laptop\:border-orange-800 {
    border-color: #9c4221;
  }

  .laptop\:border-orange-900 {
    border-color: #7b341e;
  }

  .laptop\:border-yellow-100 {
    border-color: #fffff0;
  }

  .laptop\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .laptop\:border-yellow-300 {
    border-color: #faf089;
  }

  .laptop\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .laptop\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .laptop\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .laptop\:border-yellow-700 {
    border-color: #b7791f;
  }

  .laptop\:border-yellow-800 {
    border-color: #975a16;
  }

  .laptop\:border-yellow-900 {
    border-color: #744210;
  }

  .laptop\:border-green-100 {
    border-color: #f0fff4;
  }

  .laptop\:border-green-200 {
    border-color: #c6f6d5;
  }

  .laptop\:border-green-300 {
    border-color: #9ae6b4;
  }

  .laptop\:border-green-400 {
    border-color: #68d391;
  }

  .laptop\:border-green-500 {
    border-color: #48bb78;
  }

  .laptop\:border-green-600 {
    border-color: #38a169;
  }

  .laptop\:border-green-700 {
    border-color: #2f855a;
  }

  .laptop\:border-green-800 {
    border-color: #276749;
  }

  .laptop\:border-green-900 {
    border-color: #22543d;
  }

  .laptop\:border-teal-100 {
    border-color: #e6fffa;
  }

  .laptop\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .laptop\:border-teal-300 {
    border-color: #81e6d9;
  }

  .laptop\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .laptop\:border-teal-500 {
    border-color: #38b2ac;
  }

  .laptop\:border-teal-600 {
    border-color: #319795;
  }

  .laptop\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .laptop\:border-teal-800 {
    border-color: #285e61;
  }

  .laptop\:border-teal-900 {
    border-color: #234e52;
  }

  .laptop\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .laptop\:border-blue-200 {
    border-color: #bee3f8;
  }

  .laptop\:border-blue-300 {
    border-color: #90cdf4;
  }

  .laptop\:border-blue-400 {
    border-color: #63b3ed;
  }

  .laptop\:border-blue-500 {
    border-color: #4299e1;
  }

  .laptop\:border-blue-600 {
    border-color: #3182ce;
  }

  .laptop\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .laptop\:border-blue-800 {
    border-color: #2c5282;
  }

  .laptop\:border-blue-900 {
    border-color: #2a4365;
  }

  .laptop\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .laptop\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .laptop\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .laptop\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .laptop\:border-indigo-500 {
    border-color: #667eea;
  }

  .laptop\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .laptop\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .laptop\:border-indigo-800 {
    border-color: #434190;
  }

  .laptop\:border-indigo-900 {
    border-color: #3c366b;
  }

  .laptop\:border-purple-100 {
    border-color: #faf5ff;
  }

  .laptop\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .laptop\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .laptop\:border-purple-400 {
    border-color: #b794f4;
  }

  .laptop\:border-purple-500 {
    border-color: #9f7aea;
  }

  .laptop\:border-purple-600 {
    border-color: #805ad5;
  }

  .laptop\:border-purple-700 {
    border-color: #6b46c1;
  }

  .laptop\:border-purple-800 {
    border-color: #553c9a;
  }

  .laptop\:border-purple-900 {
    border-color: #44337a;
  }

  .laptop\:border-pink-100 {
    border-color: #fff5f7;
  }

  .laptop\:border-pink-200 {
    border-color: #fed7e2;
  }

  .laptop\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .laptop\:border-pink-400 {
    border-color: #f687b3;
  }

  .laptop\:border-pink-500 {
    border-color: #ed64a6;
  }

  .laptop\:border-pink-600 {
    border-color: #d53f8c;
  }

  .laptop\:border-pink-700 {
    border-color: #b83280;
  }

  .laptop\:border-pink-800 {
    border-color: #97266d;
  }

  .laptop\:border-pink-900 {
    border-color: #702459;
  }

  .laptop\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .laptop\:hover\:border-black:hover {
    border-color: #000;
  }

  .laptop\:hover\:border-white:hover {
    border-color: #fff;
  }

  .laptop\:hover\:border-primary:hover {
    border-color: var(--color-primary);
  }

  .laptop\:hover\:border-link:hover {
    border-color: #4299e1;
  }

  .laptop\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .laptop\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .laptop\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .laptop\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .laptop\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .laptop\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .laptop\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .laptop\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .laptop\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .laptop\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .laptop\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .laptop\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .laptop\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .laptop\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .laptop\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .laptop\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .laptop\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .laptop\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .laptop\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .laptop\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .laptop\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .laptop\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .laptop\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .laptop\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .laptop\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .laptop\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .laptop\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .laptop\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .laptop\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .laptop\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .laptop\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .laptop\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .laptop\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .laptop\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .laptop\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .laptop\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .laptop\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .laptop\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .laptop\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .laptop\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .laptop\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .laptop\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .laptop\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .laptop\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .laptop\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .laptop\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .laptop\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .laptop\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .laptop\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .laptop\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .laptop\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .laptop\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .laptop\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .laptop\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .laptop\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .laptop\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .laptop\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .laptop\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .laptop\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .laptop\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .laptop\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .laptop\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .laptop\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .laptop\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .laptop\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .laptop\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .laptop\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .laptop\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .laptop\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .laptop\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .laptop\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .laptop\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .laptop\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .laptop\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .laptop\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .laptop\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .laptop\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .laptop\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .laptop\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .laptop\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .laptop\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .laptop\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .laptop\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .laptop\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .laptop\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .laptop\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .laptop\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .laptop\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .laptop\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .laptop\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .laptop\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .laptop\:focus\:border-black:focus {
    border-color: #000;
  }

  .laptop\:focus\:border-white:focus {
    border-color: #fff;
  }

  .laptop\:focus\:border-primary:focus {
    border-color: var(--color-primary);
  }

  .laptop\:focus\:border-link:focus {
    border-color: #4299e1;
  }

  .laptop\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .laptop\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .laptop\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .laptop\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .laptop\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .laptop\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .laptop\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .laptop\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .laptop\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .laptop\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .laptop\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .laptop\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .laptop\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .laptop\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .laptop\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .laptop\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .laptop\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .laptop\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .laptop\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .laptop\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .laptop\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .laptop\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .laptop\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .laptop\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .laptop\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .laptop\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .laptop\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .laptop\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .laptop\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .laptop\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .laptop\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .laptop\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .laptop\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .laptop\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .laptop\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .laptop\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .laptop\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .laptop\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .laptop\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .laptop\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .laptop\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .laptop\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .laptop\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .laptop\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .laptop\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .laptop\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .laptop\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .laptop\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .laptop\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .laptop\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .laptop\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .laptop\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .laptop\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .laptop\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .laptop\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .laptop\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .laptop\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .laptop\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .laptop\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .laptop\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .laptop\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .laptop\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .laptop\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .laptop\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .laptop\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .laptop\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .laptop\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .laptop\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .laptop\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .laptop\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .laptop\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .laptop\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .laptop\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .laptop\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .laptop\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .laptop\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .laptop\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .laptop\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .laptop\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .laptop\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .laptop\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .laptop\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .laptop\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .laptop\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .laptop\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .laptop\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .laptop\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .laptop\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .laptop\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .laptop\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .laptop\:rounded-none {
    border-radius: 0;
  }

  .laptop\:rounded-sm {
    border-radius: 0.125rem;
  }

  .laptop\:rounded {
    border-radius: 0.25rem;
  }

  .laptop\:rounded-lg {
    border-radius: 0.5rem;
  }

  .laptop\:rounded-full {
    border-radius: 9999px;
  }

  .laptop\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .laptop\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .laptop\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .laptop\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .laptop\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .laptop\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .laptop\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .laptop\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .laptop\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .laptop\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .laptop\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .laptop\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .laptop\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .laptop\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .laptop\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .laptop\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .laptop\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .laptop\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .laptop\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .laptop\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .laptop\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .laptop\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .laptop\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .laptop\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .laptop\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .laptop\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .laptop\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .laptop\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .laptop\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .laptop\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .laptop\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .laptop\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .laptop\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .laptop\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .laptop\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .laptop\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .laptop\:border-solid {
    border-style: solid;
  }

  .laptop\:border-dashed {
    border-style: dashed;
  }

  .laptop\:border-dotted {
    border-style: dotted;
  }

  .laptop\:border-double {
    border-style: double;
  }

  .laptop\:border-none {
    border-style: none;
  }

  .laptop\:border-0 {
    border-width: 0;
  }

  .laptop\:border-2 {
    border-width: 2px;
  }

  .laptop\:border-4 {
    border-width: 4px;
  }

  .laptop\:border-8 {
    border-width: 8px;
  }

  .laptop\:border {
    border-width: 1px;
  }

  .laptop\:border-t-0 {
    border-top-width: 0;
  }

  .laptop\:border-r-0 {
    border-right-width: 0;
  }

  .laptop\:border-b-0 {
    border-bottom-width: 0;
  }

  .laptop\:border-l-0 {
    border-left-width: 0;
  }

  .laptop\:border-t-2 {
    border-top-width: 2px;
  }

  .laptop\:border-r-2 {
    border-right-width: 2px;
  }

  .laptop\:border-b-2 {
    border-bottom-width: 2px;
  }

  .laptop\:border-l-2 {
    border-left-width: 2px;
  }

  .laptop\:border-t-4 {
    border-top-width: 4px;
  }

  .laptop\:border-r-4 {
    border-right-width: 4px;
  }

  .laptop\:border-b-4 {
    border-bottom-width: 4px;
  }

  .laptop\:border-l-4 {
    border-left-width: 4px;
  }

  .laptop\:border-t-8 {
    border-top-width: 8px;
  }

  .laptop\:border-r-8 {
    border-right-width: 8px;
  }

  .laptop\:border-b-8 {
    border-bottom-width: 8px;
  }

  .laptop\:border-l-8 {
    border-left-width: 8px;
  }

  .laptop\:border-t {
    border-top-width: 1px;
  }

  .laptop\:border-r {
    border-right-width: 1px;
  }

  .laptop\:border-b {
    border-bottom-width: 1px;
  }

  .laptop\:border-l {
    border-left-width: 1px;
  }

  .laptop\:cursor-auto {
    cursor: auto;
  }

  .laptop\:cursor-default {
    cursor: default;
  }

  .laptop\:cursor-pointer {
    cursor: pointer;
  }

  .laptop\:cursor-wait {
    cursor: wait;
  }

  .laptop\:cursor-text {
    cursor: text;
  }

  .laptop\:cursor-move {
    cursor: move;
  }

  .laptop\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .laptop\:block {
    display: block;
  }

  .laptop\:inline-block {
    display: inline-block;
  }

  .laptop\:inline {
    display: inline;
  }

  .laptop\:flex {
    display: flex;
  }

  .laptop\:inline-flex {
    display: inline-flex;
  }

  .laptop\:table {
    display: table;
  }

  .laptop\:table-row {
    display: table-row;
  }

  .laptop\:table-cell {
    display: table-cell;
  }

  .laptop\:hidden {
    display: none;
  }

  .laptop\:flex-row {
    flex-direction: row;
  }

  .laptop\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .laptop\:flex-col {
    flex-direction: column;
  }

  .laptop\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .laptop\:flex-wrap {
    flex-wrap: wrap;
  }

  .laptop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .laptop\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .laptop\:items-start {
    align-items: flex-start;
  }

  .laptop\:items-end {
    align-items: flex-end;
  }

  .laptop\:items-center {
    align-items: center;
  }

  .laptop\:items-baseline {
    align-items: baseline;
  }

  .laptop\:items-stretch {
    align-items: stretch;
  }

  .laptop\:self-auto {
    align-self: auto;
  }

  .laptop\:self-start {
    align-self: flex-start;
  }

  .laptop\:self-end {
    align-self: flex-end;
  }

  .laptop\:self-center {
    align-self: center;
  }

  .laptop\:self-stretch {
    align-self: stretch;
  }

  .laptop\:justify-start {
    justify-content: flex-start;
  }

  .laptop\:justify-end {
    justify-content: flex-end;
  }

  .laptop\:justify-center {
    justify-content: center;
  }

  .laptop\:justify-between {
    justify-content: space-between;
  }

  .laptop\:justify-around {
    justify-content: space-around;
  }

  .laptop\:content-center {
    align-content: center;
  }

  .laptop\:content-start {
    align-content: flex-start;
  }

  .laptop\:content-end {
    align-content: flex-end;
  }

  .laptop\:content-between {
    align-content: space-between;
  }

  .laptop\:content-around {
    align-content: space-around;
  }

  .laptop\:flex-1 {
    flex: 1 1 0%;
  }

  .laptop\:flex-auto {
    flex: 1 1 auto;
  }

  .laptop\:flex-initial {
    flex: 0 1 auto;
  }

  .laptop\:flex-none {
    flex: none;
  }

  .laptop\:flex-grow-0 {
    flex-grow: 0;
  }

  .laptop\:flex-grow {
    flex-grow: 1;
  }

  .laptop\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .laptop\:flex-shrink {
    flex-shrink: 1;
  }

  .laptop\:order-1 {
    order: 1;
  }

  .laptop\:order-2 {
    order: 2;
  }

  .laptop\:order-3 {
    order: 3;
  }

  .laptop\:order-4 {
    order: 4;
  }

  .laptop\:order-5 {
    order: 5;
  }

  .laptop\:order-6 {
    order: 6;
  }

  .laptop\:order-7 {
    order: 7;
  }

  .laptop\:order-8 {
    order: 8;
  }

  .laptop\:order-9 {
    order: 9;
  }

  .laptop\:order-10 {
    order: 10;
  }

  .laptop\:order-11 {
    order: 11;
  }

  .laptop\:order-12 {
    order: 12;
  }

  .laptop\:order-first {
    order: -9999;
  }

  .laptop\:order-last {
    order: 9999;
  }

  .laptop\:order-none {
    order: 0;
  }

  .laptop\:float-right {
    float: right;
  }

  .laptop\:float-left {
    float: left;
  }

  .laptop\:float-none {
    float: none;
  }

  .laptop\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .laptop\:font-sans {
    font-family: "Helvetica Neue", sans-serif;
  }

  .laptop\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .laptop\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .laptop\:font-hairline {
    font-weight: 100;
  }

  .laptop\:font-thin {
    font-weight: 200;
  }

  .laptop\:font-light {
    font-weight: 300;
  }

  .laptop\:font-normal {
    font-weight: 400;
  }

  .laptop\:font-medium {
    font-weight: 500;
  }

  .laptop\:font-semibold {
    font-weight: 600;
  }

  .laptop\:font-bold {
    font-weight: 700;
  }

  .laptop\:font-extrabold {
    font-weight: 800;
  }

  .laptop\:font-black {
    font-weight: 900;
  }

  .laptop\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .laptop\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .laptop\:hover\:font-light:hover {
    font-weight: 300;
  }

  .laptop\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .laptop\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .laptop\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .laptop\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .laptop\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .laptop\:hover\:font-black:hover {
    font-weight: 900;
  }

  .laptop\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .laptop\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .laptop\:focus\:font-light:focus {
    font-weight: 300;
  }

  .laptop\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .laptop\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .laptop\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .laptop\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .laptop\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .laptop\:focus\:font-black:focus {
    font-weight: 900;
  }

  .laptop\:h-0 {
    height: 0;
  }

  .laptop\:h-1 {
    height: 0.25rem;
  }

  .laptop\:h-2 {
    height: 0.5rem;
  }

  .laptop\:h-3 {
    height: 0.75rem;
  }

  .laptop\:h-4 {
    height: 1rem;
  }

  .laptop\:h-5 {
    height: 1.25rem;
  }

  .laptop\:h-6 {
    height: 1.5rem;
  }

  .laptop\:h-8 {
    height: 2rem;
  }

  .laptop\:h-10 {
    height: 2.5rem;
  }

  .laptop\:h-12 {
    height: 3rem;
  }

  .laptop\:h-16 {
    height: 4rem;
  }

  .laptop\:h-20 {
    height: 5rem;
  }

  .laptop\:h-24 {
    height: 6rem;
  }

  .laptop\:h-32 {
    height: 8rem;
  }

  .laptop\:h-40 {
    height: 10rem;
  }

  .laptop\:h-48 {
    height: 12rem;
  }

  .laptop\:h-56 {
    height: 14rem;
  }

  .laptop\:h-64 {
    height: 16rem;
  }

  .laptop\:h-auto {
    height: auto;
  }

  .laptop\:h-px {
    height: 1px;
  }

  .laptop\:h-1\/5 {
    height: 20%;
  }

  .laptop\:h-full {
    height: 100%;
  }

  .laptop\:h-screen {
    height: 100vh;
  }

  .laptop\:leading-none {
    line-height: 1;
  }

  .laptop\:leading-tight {
    line-height: 1.25;
  }

  .laptop\:leading-snug {
    line-height: 1.375;
  }

  .laptop\:leading-normal {
    line-height: 1.5;
  }

  .laptop\:leading-relaxed {
    line-height: 1.625;
  }

  .laptop\:leading-loose {
    line-height: 2;
  }

  .laptop\:list-inside {
    list-style-position: inside;
  }

  .laptop\:list-outside {
    list-style-position: outside;
  }

  .laptop\:list-none {
    list-style-type: none;
  }

  .laptop\:list-disc {
    list-style-type: disc;
  }

  .laptop\:list-decimal {
    list-style-type: decimal;
  }

  .laptop\:m-0 {
    margin: 0;
  }

  .laptop\:m-1 {
    margin: 0.25rem;
  }

  .laptop\:m-2 {
    margin: 0.5rem;
  }

  .laptop\:m-3 {
    margin: 0.75rem;
  }

  .laptop\:m-4 {
    margin: 1rem;
  }

  .laptop\:m-5 {
    margin: 1.25rem;
  }

  .laptop\:m-6 {
    margin: 1.5rem;
  }

  .laptop\:m-8 {
    margin: 2rem;
  }

  .laptop\:m-10 {
    margin: 2.5rem;
  }

  .laptop\:m-12 {
    margin: 3rem;
  }

  .laptop\:m-16 {
    margin: 4rem;
  }

  .laptop\:m-20 {
    margin: 5rem;
  }

  .laptop\:m-24 {
    margin: 6rem;
  }

  .laptop\:m-32 {
    margin: 8rem;
  }

  .laptop\:m-40 {
    margin: 10rem;
  }

  .laptop\:m-48 {
    margin: 12rem;
  }

  .laptop\:m-56 {
    margin: 14rem;
  }

  .laptop\:m-64 {
    margin: 16rem;
  }

  .laptop\:m-auto {
    margin: auto;
  }

  .laptop\:m-px {
    margin: 1px;
  }

  .laptop\:m-1\/5 {
    margin: 20%;
  }

  .laptop\:-m-1 {
    margin: -0.25rem;
  }

  .laptop\:-m-2 {
    margin: -0.5rem;
  }

  .laptop\:-m-3 {
    margin: -0.75rem;
  }

  .laptop\:-m-4 {
    margin: -1rem;
  }

  .laptop\:-m-5 {
    margin: -1.25rem;
  }

  .laptop\:-m-6 {
    margin: -1.5rem;
  }

  .laptop\:-m-8 {
    margin: -2rem;
  }

  .laptop\:-m-10 {
    margin: -2.5rem;
  }

  .laptop\:-m-12 {
    margin: -3rem;
  }

  .laptop\:-m-16 {
    margin: -4rem;
  }

  .laptop\:-m-20 {
    margin: -5rem;
  }

  .laptop\:-m-24 {
    margin: -6rem;
  }

  .laptop\:-m-32 {
    margin: -8rem;
  }

  .laptop\:-m-40 {
    margin: -10rem;
  }

  .laptop\:-m-48 {
    margin: -12rem;
  }

  .laptop\:-m-56 {
    margin: -14rem;
  }

  .laptop\:-m-64 {
    margin: -16rem;
  }

  .laptop\:-m-px {
    margin: -1px;
  }

  .laptop\:-m-1\/5 {
    margin: -20%;
  }

  .laptop\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .laptop\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .laptop\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .laptop\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .laptop\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .laptop\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .laptop\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .laptop\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .laptop\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .laptop\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .laptop\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .laptop\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .laptop\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .laptop\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .laptop\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .laptop\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .laptop\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .laptop\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .laptop\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .laptop\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .laptop\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .laptop\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .laptop\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .laptop\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .laptop\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .laptop\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .laptop\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .laptop\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .laptop\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .laptop\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .laptop\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .laptop\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .laptop\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .laptop\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .laptop\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .laptop\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .laptop\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .laptop\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .laptop\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .laptop\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .laptop\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .laptop\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .laptop\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .laptop\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .laptop\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .laptop\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .laptop\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .laptop\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .laptop\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .laptop\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .laptop\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .laptop\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .laptop\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .laptop\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .laptop\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .laptop\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .laptop\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .laptop\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .laptop\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .laptop\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .laptop\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .laptop\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .laptop\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .laptop\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .laptop\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .laptop\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .laptop\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .laptop\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .laptop\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .laptop\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .laptop\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .laptop\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .laptop\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .laptop\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .laptop\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .laptop\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .laptop\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .laptop\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .laptop\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .laptop\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .laptop\:mt-0 {
    margin-top: 0;
  }

  .laptop\:mr-0 {
    margin-right: 0;
  }

  .laptop\:mb-0 {
    margin-bottom: 0;
  }

  .laptop\:ml-0 {
    margin-left: 0;
  }

  .laptop\:mt-1 {
    margin-top: 0.25rem;
  }

  .laptop\:mr-1 {
    margin-right: 0.25rem;
  }

  .laptop\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .laptop\:ml-1 {
    margin-left: 0.25rem;
  }

  .laptop\:mt-2 {
    margin-top: 0.5rem;
  }

  .laptop\:mr-2 {
    margin-right: 0.5rem;
  }

  .laptop\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .laptop\:ml-2 {
    margin-left: 0.5rem;
  }

  .laptop\:mt-3 {
    margin-top: 0.75rem;
  }

  .laptop\:mr-3 {
    margin-right: 0.75rem;
  }

  .laptop\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .laptop\:ml-3 {
    margin-left: 0.75rem;
  }

  .laptop\:mt-4 {
    margin-top: 1rem;
  }

  .laptop\:mr-4 {
    margin-right: 1rem;
  }

  .laptop\:mb-4 {
    margin-bottom: 1rem;
  }

  .laptop\:ml-4 {
    margin-left: 1rem;
  }

  .laptop\:mt-5 {
    margin-top: 1.25rem;
  }

  .laptop\:mr-5 {
    margin-right: 1.25rem;
  }

  .laptop\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .laptop\:ml-5 {
    margin-left: 1.25rem;
  }

  .laptop\:mt-6 {
    margin-top: 1.5rem;
  }

  .laptop\:mr-6 {
    margin-right: 1.5rem;
  }

  .laptop\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .laptop\:ml-6 {
    margin-left: 1.5rem;
  }

  .laptop\:mt-8 {
    margin-top: 2rem;
  }

  .laptop\:mr-8 {
    margin-right: 2rem;
  }

  .laptop\:mb-8 {
    margin-bottom: 2rem;
  }

  .laptop\:ml-8 {
    margin-left: 2rem;
  }

  .laptop\:mt-10 {
    margin-top: 2.5rem;
  }

  .laptop\:mr-10 {
    margin-right: 2.5rem;
  }

  .laptop\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .laptop\:ml-10 {
    margin-left: 2.5rem;
  }

  .laptop\:mt-12 {
    margin-top: 3rem;
  }

  .laptop\:mr-12 {
    margin-right: 3rem;
  }

  .laptop\:mb-12 {
    margin-bottom: 3rem;
  }

  .laptop\:ml-12 {
    margin-left: 3rem;
  }

  .laptop\:mt-16 {
    margin-top: 4rem;
  }

  .laptop\:mr-16 {
    margin-right: 4rem;
  }

  .laptop\:mb-16 {
    margin-bottom: 4rem;
  }

  .laptop\:ml-16 {
    margin-left: 4rem;
  }

  .laptop\:mt-20 {
    margin-top: 5rem;
  }

  .laptop\:mr-20 {
    margin-right: 5rem;
  }

  .laptop\:mb-20 {
    margin-bottom: 5rem;
  }

  .laptop\:ml-20 {
    margin-left: 5rem;
  }

  .laptop\:mt-24 {
    margin-top: 6rem;
  }

  .laptop\:mr-24 {
    margin-right: 6rem;
  }

  .laptop\:mb-24 {
    margin-bottom: 6rem;
  }

  .laptop\:ml-24 {
    margin-left: 6rem;
  }

  .laptop\:mt-32 {
    margin-top: 8rem;
  }

  .laptop\:mr-32 {
    margin-right: 8rem;
  }

  .laptop\:mb-32 {
    margin-bottom: 8rem;
  }

  .laptop\:ml-32 {
    margin-left: 8rem;
  }

  .laptop\:mt-40 {
    margin-top: 10rem;
  }

  .laptop\:mr-40 {
    margin-right: 10rem;
  }

  .laptop\:mb-40 {
    margin-bottom: 10rem;
  }

  .laptop\:ml-40 {
    margin-left: 10rem;
  }

  .laptop\:mt-48 {
    margin-top: 12rem;
  }

  .laptop\:mr-48 {
    margin-right: 12rem;
  }

  .laptop\:mb-48 {
    margin-bottom: 12rem;
  }

  .laptop\:ml-48 {
    margin-left: 12rem;
  }

  .laptop\:mt-56 {
    margin-top: 14rem;
  }

  .laptop\:mr-56 {
    margin-right: 14rem;
  }

  .laptop\:mb-56 {
    margin-bottom: 14rem;
  }

  .laptop\:ml-56 {
    margin-left: 14rem;
  }

  .laptop\:mt-64 {
    margin-top: 16rem;
  }

  .laptop\:mr-64 {
    margin-right: 16rem;
  }

  .laptop\:mb-64 {
    margin-bottom: 16rem;
  }

  .laptop\:ml-64 {
    margin-left: 16rem;
  }

  .laptop\:mt-auto {
    margin-top: auto;
  }

  .laptop\:mr-auto {
    margin-right: auto;
  }

  .laptop\:mb-auto {
    margin-bottom: auto;
  }

  .laptop\:ml-auto {
    margin-left: auto;
  }

  .laptop\:mt-px {
    margin-top: 1px;
  }

  .laptop\:mr-px {
    margin-right: 1px;
  }

  .laptop\:mb-px {
    margin-bottom: 1px;
  }

  .laptop\:ml-px {
    margin-left: 1px;
  }

  .laptop\:mt-1\/5 {
    margin-top: 20%;
  }

  .laptop\:mr-1\/5 {
    margin-right: 20%;
  }

  .laptop\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .laptop\:ml-1\/5 {
    margin-left: 20%;
  }

  .laptop\:-mt-1 {
    margin-top: -0.25rem;
  }

  .laptop\:-mr-1 {
    margin-right: -0.25rem;
  }

  .laptop\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .laptop\:-ml-1 {
    margin-left: -0.25rem;
  }

  .laptop\:-mt-2 {
    margin-top: -0.5rem;
  }

  .laptop\:-mr-2 {
    margin-right: -0.5rem;
  }

  .laptop\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .laptop\:-ml-2 {
    margin-left: -0.5rem;
  }

  .laptop\:-mt-3 {
    margin-top: -0.75rem;
  }

  .laptop\:-mr-3 {
    margin-right: -0.75rem;
  }

  .laptop\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .laptop\:-ml-3 {
    margin-left: -0.75rem;
  }

  .laptop\:-mt-4 {
    margin-top: -1rem;
  }

  .laptop\:-mr-4 {
    margin-right: -1rem;
  }

  .laptop\:-mb-4 {
    margin-bottom: -1rem;
  }

  .laptop\:-ml-4 {
    margin-left: -1rem;
  }

  .laptop\:-mt-5 {
    margin-top: -1.25rem;
  }

  .laptop\:-mr-5 {
    margin-right: -1.25rem;
  }

  .laptop\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .laptop\:-ml-5 {
    margin-left: -1.25rem;
  }

  .laptop\:-mt-6 {
    margin-top: -1.5rem;
  }

  .laptop\:-mr-6 {
    margin-right: -1.5rem;
  }

  .laptop\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .laptop\:-ml-6 {
    margin-left: -1.5rem;
  }

  .laptop\:-mt-8 {
    margin-top: -2rem;
  }

  .laptop\:-mr-8 {
    margin-right: -2rem;
  }

  .laptop\:-mb-8 {
    margin-bottom: -2rem;
  }

  .laptop\:-ml-8 {
    margin-left: -2rem;
  }

  .laptop\:-mt-10 {
    margin-top: -2.5rem;
  }

  .laptop\:-mr-10 {
    margin-right: -2.5rem;
  }

  .laptop\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .laptop\:-ml-10 {
    margin-left: -2.5rem;
  }

  .laptop\:-mt-12 {
    margin-top: -3rem;
  }

  .laptop\:-mr-12 {
    margin-right: -3rem;
  }

  .laptop\:-mb-12 {
    margin-bottom: -3rem;
  }

  .laptop\:-ml-12 {
    margin-left: -3rem;
  }

  .laptop\:-mt-16 {
    margin-top: -4rem;
  }

  .laptop\:-mr-16 {
    margin-right: -4rem;
  }

  .laptop\:-mb-16 {
    margin-bottom: -4rem;
  }

  .laptop\:-ml-16 {
    margin-left: -4rem;
  }

  .laptop\:-mt-20 {
    margin-top: -5rem;
  }

  .laptop\:-mr-20 {
    margin-right: -5rem;
  }

  .laptop\:-mb-20 {
    margin-bottom: -5rem;
  }

  .laptop\:-ml-20 {
    margin-left: -5rem;
  }

  .laptop\:-mt-24 {
    margin-top: -6rem;
  }

  .laptop\:-mr-24 {
    margin-right: -6rem;
  }

  .laptop\:-mb-24 {
    margin-bottom: -6rem;
  }

  .laptop\:-ml-24 {
    margin-left: -6rem;
  }

  .laptop\:-mt-32 {
    margin-top: -8rem;
  }

  .laptop\:-mr-32 {
    margin-right: -8rem;
  }

  .laptop\:-mb-32 {
    margin-bottom: -8rem;
  }

  .laptop\:-ml-32 {
    margin-left: -8rem;
  }

  .laptop\:-mt-40 {
    margin-top: -10rem;
  }

  .laptop\:-mr-40 {
    margin-right: -10rem;
  }

  .laptop\:-mb-40 {
    margin-bottom: -10rem;
  }

  .laptop\:-ml-40 {
    margin-left: -10rem;
  }

  .laptop\:-mt-48 {
    margin-top: -12rem;
  }

  .laptop\:-mr-48 {
    margin-right: -12rem;
  }

  .laptop\:-mb-48 {
    margin-bottom: -12rem;
  }

  .laptop\:-ml-48 {
    margin-left: -12rem;
  }

  .laptop\:-mt-56 {
    margin-top: -14rem;
  }

  .laptop\:-mr-56 {
    margin-right: -14rem;
  }

  .laptop\:-mb-56 {
    margin-bottom: -14rem;
  }

  .laptop\:-ml-56 {
    margin-left: -14rem;
  }

  .laptop\:-mt-64 {
    margin-top: -16rem;
  }

  .laptop\:-mr-64 {
    margin-right: -16rem;
  }

  .laptop\:-mb-64 {
    margin-bottom: -16rem;
  }

  .laptop\:-ml-64 {
    margin-left: -16rem;
  }

  .laptop\:-mt-px {
    margin-top: -1px;
  }

  .laptop\:-mr-px {
    margin-right: -1px;
  }

  .laptop\:-mb-px {
    margin-bottom: -1px;
  }

  .laptop\:-ml-px {
    margin-left: -1px;
  }

  .laptop\:-mt-1\/5 {
    margin-top: -20%;
  }

  .laptop\:-mr-1\/5 {
    margin-right: -20%;
  }

  .laptop\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .laptop\:-ml-1\/5 {
    margin-left: -20%;
  }

  .laptop\:max-h-0 {
    max-height: 0;
  }

  .laptop\:max-h-1 {
    max-height: 0.25rem;
  }

  .laptop\:max-h-2 {
    max-height: 0.5rem;
  }

  .laptop\:max-h-3 {
    max-height: 0.75rem;
  }

  .laptop\:max-h-4 {
    max-height: 1rem;
  }

  .laptop\:max-h-5 {
    max-height: 1.25rem;
  }

  .laptop\:max-h-6 {
    max-height: 1.5rem;
  }

  .laptop\:max-h-8 {
    max-height: 2rem;
  }

  .laptop\:max-h-10 {
    max-height: 2.5rem;
  }

  .laptop\:max-h-12 {
    max-height: 3rem;
  }

  .laptop\:max-h-16 {
    max-height: 4rem;
  }

  .laptop\:max-h-20 {
    max-height: 5rem;
  }

  .laptop\:max-h-24 {
    max-height: 6rem;
  }

  .laptop\:max-h-32 {
    max-height: 8rem;
  }

  .laptop\:max-h-40 {
    max-height: 10rem;
  }

  .laptop\:max-h-48 {
    max-height: 12rem;
  }

  .laptop\:max-h-56 {
    max-height: 14rem;
  }

  .laptop\:max-h-64 {
    max-height: 16rem;
  }

  .laptop\:max-h-full {
    max-height: 100%;
  }

  .laptop\:max-h-screen {
    max-height: 100vh;
  }

  .laptop\:max-h-px {
    max-height: 1px;
  }

  .laptop\:max-h-1\/5 {
    max-height: 20%;
  }

  .laptop\:max-w-0 {
    max-width: 0;
  }

  .laptop\:max-w-1 {
    max-width: 0.25rem;
  }

  .laptop\:max-w-2 {
    max-width: 0.5rem;
  }

  .laptop\:max-w-3 {
    max-width: 0.75rem;
  }

  .laptop\:max-w-4 {
    max-width: 1rem;
  }

  .laptop\:max-w-5 {
    max-width: 1.25rem;
  }

  .laptop\:max-w-6 {
    max-width: 1.5rem;
  }

  .laptop\:max-w-8 {
    max-width: 2rem;
  }

  .laptop\:max-w-10 {
    max-width: 2.5rem;
  }

  .laptop\:max-w-12 {
    max-width: 3rem;
  }

  .laptop\:max-w-16 {
    max-width: 4rem;
  }

  .laptop\:max-w-20 {
    max-width: 5rem;
  }

  .laptop\:max-w-24 {
    max-width: 6rem;
  }

  .laptop\:max-w-32 {
    max-width: 8rem;
  }

  .laptop\:max-w-40 {
    max-width: 10rem;
  }

  .laptop\:max-w-48 {
    max-width: 12rem;
  }

  .laptop\:max-w-56 {
    max-width: 14rem;
  }

  .laptop\:max-w-64 {
    max-width: 16rem;
  }

  .laptop\:max-w-xs {
    max-width: 20rem;
  }

  .laptop\:max-w-sm {
    max-width: 24rem;
  }

  .laptop\:max-w-md {
    max-width: 28rem;
  }

  .laptop\:max-w-lg {
    max-width: 32rem;
  }

  .laptop\:max-w-xl {
    max-width: 36rem;
  }

  .laptop\:max-w-2xl {
    max-width: 42rem;
  }

  .laptop\:max-w-3xl {
    max-width: 48rem;
  }

  .laptop\:max-w-4xl {
    max-width: 56rem;
  }

  .laptop\:max-w-5xl {
    max-width: 64rem;
  }

  .laptop\:max-w-6xl {
    max-width: 72rem;
  }

  .laptop\:max-w-1\/4 {
    max-width: 25%;
  }

  .laptop\:max-w-2\/4 {
    max-width: 50%;
  }

  .laptop\:max-w-3\/4 {
    max-width: 75%;
  }

  .laptop\:max-w-full {
    max-width: 100%;
  }

  .laptop\:max-w-app {
    max-width: 100rem;
  }

  .laptop\:max-w-auto {
    max-width: auto;
  }

  .laptop\:max-w-px {
    max-width: 1px;
  }

  .laptop\:max-w-1\/5 {
    max-width: 20%;
  }

  .laptop\:max-w-1\/2 {
    max-width: 50%;
  }

  .laptop\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .laptop\:max-w-2\/3 {
    max-width: 66.666667%;
  }

  .laptop\:max-w-2\/5 {
    max-width: 40%;
  }

  .laptop\:max-w-3\/5 {
    max-width: 60%;
  }

  .laptop\:max-w-4\/5 {
    max-width: 80%;
  }

  .laptop\:max-w-1\/6 {
    max-width: 16.666667%;
  }

  .laptop\:max-w-2\/6 {
    max-width: 33.333333%;
  }

  .laptop\:max-w-3\/6 {
    max-width: 50%;
  }

  .laptop\:max-w-4\/6 {
    max-width: 66.666667%;
  }

  .laptop\:max-w-5\/6 {
    max-width: 83.333333%;
  }

  .laptop\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .laptop\:max-w-2\/12 {
    max-width: 16.666667%;
  }

  .laptop\:max-w-3\/12 {
    max-width: 25%;
  }

  .laptop\:max-w-4\/12 {
    max-width: 33.333333%;
  }

  .laptop\:max-w-5\/12 {
    max-width: 41.666667%;
  }

  .laptop\:max-w-6\/12 {
    max-width: 50%;
  }

  .laptop\:max-w-7\/12 {
    max-width: 58.333333%;
  }

  .laptop\:max-w-8\/12 {
    max-width: 66.666667%;
  }

  .laptop\:max-w-9\/12 {
    max-width: 75%;
  }

  .laptop\:max-w-10\/12 {
    max-width: 83.333333%;
  }

  .laptop\:max-w-11\/12 {
    max-width: 91.666667%;
  }

  .laptop\:max-w-screen {
    max-width: 100vw;
  }

  .laptop\:max-w-modal {
    max-width: 30vw;
  }

  .laptop\:min-h-0 {
    min-height: 0;
  }

  .laptop\:min-h-full {
    min-height: 100%;
  }

  .laptop\:min-h-screen {
    min-height: 100vh;
  }

  .laptop\:min-h-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .laptop\:min-w-0 {
    min-width: 0;
  }

  .laptop\:min-w-1 {
    min-width: 0.25rem;
  }

  .laptop\:min-w-2 {
    min-width: 0.5rem;
  }

  .laptop\:min-w-3 {
    min-width: 0.75rem;
  }

  .laptop\:min-w-4 {
    min-width: 1rem;
  }

  .laptop\:min-w-5 {
    min-width: 1.25rem;
  }

  .laptop\:min-w-6 {
    min-width: 1.5rem;
  }

  .laptop\:min-w-8 {
    min-width: 2rem;
  }

  .laptop\:min-w-10 {
    min-width: 2.5rem;
  }

  .laptop\:min-w-12 {
    min-width: 3rem;
  }

  .laptop\:min-w-16 {
    min-width: 4rem;
  }

  .laptop\:min-w-20 {
    min-width: 5rem;
  }

  .laptop\:min-w-24 {
    min-width: 6rem;
  }

  .laptop\:min-w-32 {
    min-width: 8rem;
  }

  .laptop\:min-w-40 {
    min-width: 10rem;
  }

  .laptop\:min-w-48 {
    min-width: 12rem;
  }

  .laptop\:min-w-56 {
    min-width: 14rem;
  }

  .laptop\:min-w-64 {
    min-width: 16rem;
  }

  .laptop\:min-w-px {
    min-width: 1px;
  }

  .laptop\:min-w-1\/5 {
    min-width: 20%;
  }

  .laptop\:min-w-1\/4 {
    min-width: 25%;
  }

  .laptop\:min-w-2\/4 {
    min-width: 50%;
  }

  .laptop\:min-w-3\/4 {
    min-width: 75%;
  }

  .laptop\:min-w-full {
    min-width: 100%;
  }

  .laptop\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .laptop\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .laptop\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .laptop\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .laptop\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .laptop\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .laptop\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .laptop\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .laptop\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .laptop\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .laptop\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .laptop\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .laptop\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .laptop\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .laptop\:opacity-0 {
    opacity: 0;
  }

  .laptop\:opacity-25 {
    opacity: 0.25;
  }

  .laptop\:opacity-50 {
    opacity: 0.5;
  }

  .laptop\:opacity-75 {
    opacity: 0.75;
  }

  .laptop\:opacity-100 {
    opacity: 1;
  }

  .laptop\:outline-none {
    outline: 0;
  }

  .laptop\:focus\:outline-none:focus {
    outline: 0;
  }

  .laptop\:overflow-auto {
    overflow: auto;
  }

  .laptop\:overflow-hidden {
    overflow: hidden;
  }

  .laptop\:overflow-visible {
    overflow: visible;
  }

  .laptop\:overflow-scroll {
    overflow: scroll;
  }

  .laptop\:overflow-x-auto {
    overflow-x: auto;
  }

  .laptop\:overflow-y-auto {
    overflow-y: auto;
  }

  .laptop\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .laptop\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .laptop\:overflow-x-visible {
    overflow-x: visible;
  }

  .laptop\:overflow-y-visible {
    overflow-y: visible;
  }

  .laptop\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .laptop\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .laptop\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .laptop\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .laptop\:p-0 {
    padding: 0;
  }

  .laptop\:p-1 {
    padding: 0.25rem;
  }

  .laptop\:p-2 {
    padding: 0.5rem;
  }

  .laptop\:p-3 {
    padding: 0.75rem;
  }

  .laptop\:p-4 {
    padding: 1rem;
  }

  .laptop\:p-5 {
    padding: 1.25rem;
  }

  .laptop\:p-6 {
    padding: 1.5rem;
  }

  .laptop\:p-8 {
    padding: 2rem;
  }

  .laptop\:p-10 {
    padding: 2.5rem;
  }

  .laptop\:p-12 {
    padding: 3rem;
  }

  .laptop\:p-16 {
    padding: 4rem;
  }

  .laptop\:p-20 {
    padding: 5rem;
  }

  .laptop\:p-24 {
    padding: 6rem;
  }

  .laptop\:p-32 {
    padding: 8rem;
  }

  .laptop\:p-40 {
    padding: 10rem;
  }

  .laptop\:p-48 {
    padding: 12rem;
  }

  .laptop\:p-56 {
    padding: 14rem;
  }

  .laptop\:p-64 {
    padding: 16rem;
  }

  .laptop\:p-px {
    padding: 1px;
  }

  .laptop\:p-1\/5 {
    padding: 20%;
  }

  .laptop\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .laptop\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .laptop\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .laptop\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .laptop\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .laptop\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .laptop\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .laptop\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .laptop\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .laptop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .laptop\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .laptop\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .laptop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .laptop\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .laptop\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .laptop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .laptop\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .laptop\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .laptop\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .laptop\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .laptop\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .laptop\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .laptop\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .laptop\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .laptop\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .laptop\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .laptop\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .laptop\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .laptop\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .laptop\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .laptop\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .laptop\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .laptop\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .laptop\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .laptop\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .laptop\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .laptop\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .laptop\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .laptop\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .laptop\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .laptop\:pt-0 {
    padding-top: 0;
  }

  .laptop\:pr-0 {
    padding-right: 0;
  }

  .laptop\:pb-0 {
    padding-bottom: 0;
  }

  .laptop\:pl-0 {
    padding-left: 0;
  }

  .laptop\:pt-1 {
    padding-top: 0.25rem;
  }

  .laptop\:pr-1 {
    padding-right: 0.25rem;
  }

  .laptop\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .laptop\:pl-1 {
    padding-left: 0.25rem;
  }

  .laptop\:pt-2 {
    padding-top: 0.5rem;
  }

  .laptop\:pr-2 {
    padding-right: 0.5rem;
  }

  .laptop\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .laptop\:pl-2 {
    padding-left: 0.5rem;
  }

  .laptop\:pt-3 {
    padding-top: 0.75rem;
  }

  .laptop\:pr-3 {
    padding-right: 0.75rem;
  }

  .laptop\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .laptop\:pl-3 {
    padding-left: 0.75rem;
  }

  .laptop\:pt-4 {
    padding-top: 1rem;
  }

  .laptop\:pr-4 {
    padding-right: 1rem;
  }

  .laptop\:pb-4 {
    padding-bottom: 1rem;
  }

  .laptop\:pl-4 {
    padding-left: 1rem;
  }

  .laptop\:pt-5 {
    padding-top: 1.25rem;
  }

  .laptop\:pr-5 {
    padding-right: 1.25rem;
  }

  .laptop\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .laptop\:pl-5 {
    padding-left: 1.25rem;
  }

  .laptop\:pt-6 {
    padding-top: 1.5rem;
  }

  .laptop\:pr-6 {
    padding-right: 1.5rem;
  }

  .laptop\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .laptop\:pl-6 {
    padding-left: 1.5rem;
  }

  .laptop\:pt-8 {
    padding-top: 2rem;
  }

  .laptop\:pr-8 {
    padding-right: 2rem;
  }

  .laptop\:pb-8 {
    padding-bottom: 2rem;
  }

  .laptop\:pl-8 {
    padding-left: 2rem;
  }

  .laptop\:pt-10 {
    padding-top: 2.5rem;
  }

  .laptop\:pr-10 {
    padding-right: 2.5rem;
  }

  .laptop\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .laptop\:pl-10 {
    padding-left: 2.5rem;
  }

  .laptop\:pt-12 {
    padding-top: 3rem;
  }

  .laptop\:pr-12 {
    padding-right: 3rem;
  }

  .laptop\:pb-12 {
    padding-bottom: 3rem;
  }

  .laptop\:pl-12 {
    padding-left: 3rem;
  }

  .laptop\:pt-16 {
    padding-top: 4rem;
  }

  .laptop\:pr-16 {
    padding-right: 4rem;
  }

  .laptop\:pb-16 {
    padding-bottom: 4rem;
  }

  .laptop\:pl-16 {
    padding-left: 4rem;
  }

  .laptop\:pt-20 {
    padding-top: 5rem;
  }

  .laptop\:pr-20 {
    padding-right: 5rem;
  }

  .laptop\:pb-20 {
    padding-bottom: 5rem;
  }

  .laptop\:pl-20 {
    padding-left: 5rem;
  }

  .laptop\:pt-24 {
    padding-top: 6rem;
  }

  .laptop\:pr-24 {
    padding-right: 6rem;
  }

  .laptop\:pb-24 {
    padding-bottom: 6rem;
  }

  .laptop\:pl-24 {
    padding-left: 6rem;
  }

  .laptop\:pt-32 {
    padding-top: 8rem;
  }

  .laptop\:pr-32 {
    padding-right: 8rem;
  }

  .laptop\:pb-32 {
    padding-bottom: 8rem;
  }

  .laptop\:pl-32 {
    padding-left: 8rem;
  }

  .laptop\:pt-40 {
    padding-top: 10rem;
  }

  .laptop\:pr-40 {
    padding-right: 10rem;
  }

  .laptop\:pb-40 {
    padding-bottom: 10rem;
  }

  .laptop\:pl-40 {
    padding-left: 10rem;
  }

  .laptop\:pt-48 {
    padding-top: 12rem;
  }

  .laptop\:pr-48 {
    padding-right: 12rem;
  }

  .laptop\:pb-48 {
    padding-bottom: 12rem;
  }

  .laptop\:pl-48 {
    padding-left: 12rem;
  }

  .laptop\:pt-56 {
    padding-top: 14rem;
  }

  .laptop\:pr-56 {
    padding-right: 14rem;
  }

  .laptop\:pb-56 {
    padding-bottom: 14rem;
  }

  .laptop\:pl-56 {
    padding-left: 14rem;
  }

  .laptop\:pt-64 {
    padding-top: 16rem;
  }

  .laptop\:pr-64 {
    padding-right: 16rem;
  }

  .laptop\:pb-64 {
    padding-bottom: 16rem;
  }

  .laptop\:pl-64 {
    padding-left: 16rem;
  }

  .laptop\:pt-px {
    padding-top: 1px;
  }

  .laptop\:pr-px {
    padding-right: 1px;
  }

  .laptop\:pb-px {
    padding-bottom: 1px;
  }

  .laptop\:pl-px {
    padding-left: 1px;
  }

  .laptop\:pt-1\/5 {
    padding-top: 20%;
  }

  .laptop\:pr-1\/5 {
    padding-right: 20%;
  }

  .laptop\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .laptop\:pl-1\/5 {
    padding-left: 20%;
  }

  .laptop\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .laptop\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .laptop\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .laptop\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .laptop\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .laptop\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .laptop\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .laptop\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .laptop\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .laptop\:placeholder-black::placeholder {
    color: #000;
  }

  .laptop\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .laptop\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .laptop\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .laptop\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .laptop\:placeholder-white::placeholder {
    color: #fff;
  }

  .laptop\:placeholder-primary::-webkit-input-placeholder {
    color: var(--color-primary);
  }

  .laptop\:placeholder-primary::-moz-placeholder {
    color: var(--color-primary);
  }

  .laptop\:placeholder-primary:-ms-input-placeholder {
    color: var(--color-primary);
  }

  .laptop\:placeholder-primary::-ms-input-placeholder {
    color: var(--color-primary);
  }

  .laptop\:placeholder-primary::placeholder {
    color: var(--color-primary);
  }

  .laptop\:placeholder-link::-webkit-input-placeholder {
    color: #4299e1;
  }

  .laptop\:placeholder-link::-moz-placeholder {
    color: #4299e1;
  }

  .laptop\:placeholder-link:-ms-input-placeholder {
    color: #4299e1;
  }

  .laptop\:placeholder-link::-ms-input-placeholder {
    color: #4299e1;
  }

  .laptop\:placeholder-link::placeholder {
    color: #4299e1;
  }

  .laptop\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .laptop\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .laptop\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .laptop\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .laptop\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .laptop\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .laptop\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .laptop\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .laptop\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .laptop\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .laptop\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .laptop\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .laptop\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .laptop\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .laptop\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .laptop\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .laptop\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .laptop\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .laptop\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .laptop\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .laptop\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .laptop\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .laptop\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .laptop\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .laptop\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .laptop\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .laptop\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .laptop\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .laptop\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .laptop\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .laptop\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .laptop\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .laptop\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .laptop\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .laptop\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .laptop\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .laptop\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .laptop\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .laptop\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .laptop\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .laptop\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .laptop\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .laptop\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .laptop\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .laptop\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .laptop\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .laptop\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .laptop\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .laptop\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .laptop\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .laptop\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .laptop\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .laptop\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .laptop\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .laptop\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .laptop\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .laptop\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .laptop\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .laptop\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .laptop\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .laptop\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .laptop\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .laptop\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .laptop\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .laptop\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .laptop\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .laptop\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .laptop\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .laptop\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .laptop\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .laptop\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .laptop\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .laptop\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .laptop\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .laptop\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .laptop\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .laptop\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .laptop\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .laptop\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .laptop\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .laptop\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .laptop\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .laptop\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .laptop\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .laptop\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .laptop\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .laptop\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .laptop\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .laptop\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .laptop\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .laptop\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .laptop\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .laptop\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .laptop\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .laptop\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .laptop\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .laptop\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .laptop\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .laptop\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .laptop\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .laptop\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .laptop\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .laptop\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .laptop\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .laptop\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .laptop\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .laptop\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .laptop\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .laptop\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .laptop\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .laptop\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .laptop\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .laptop\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .laptop\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .laptop\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .laptop\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .laptop\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .laptop\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .laptop\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .laptop\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .laptop\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .laptop\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .laptop\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .laptop\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .laptop\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .laptop\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .laptop\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .laptop\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .laptop\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .laptop\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .laptop\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .laptop\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .laptop\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .laptop\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .laptop\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .laptop\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .laptop\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .laptop\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .laptop\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .laptop\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .laptop\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .laptop\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .laptop\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .laptop\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .laptop\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .laptop\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .laptop\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .laptop\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .laptop\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .laptop\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .laptop\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .laptop\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .laptop\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .laptop\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .laptop\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .laptop\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .laptop\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .laptop\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .laptop\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .laptop\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .laptop\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .laptop\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .laptop\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .laptop\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .laptop\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .laptop\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .laptop\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .laptop\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .laptop\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .laptop\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .laptop\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .laptop\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .laptop\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .laptop\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .laptop\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .laptop\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .laptop\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .laptop\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .laptop\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .laptop\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .laptop\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .laptop\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .laptop\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .laptop\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .laptop\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .laptop\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .laptop\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .laptop\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .laptop\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .laptop\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .laptop\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .laptop\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .laptop\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .laptop\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .laptop\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .laptop\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .laptop\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .laptop\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .laptop\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .laptop\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .laptop\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .laptop\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .laptop\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .laptop\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .laptop\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .laptop\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .laptop\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .laptop\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .laptop\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .laptop\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .laptop\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .laptop\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .laptop\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .laptop\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .laptop\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .laptop\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .laptop\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .laptop\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .laptop\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .laptop\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .laptop\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .laptop\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .laptop\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .laptop\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .laptop\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .laptop\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .laptop\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .laptop\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .laptop\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .laptop\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .laptop\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .laptop\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .laptop\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .laptop\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .laptop\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .laptop\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .laptop\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .laptop\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .laptop\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .laptop\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .laptop\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .laptop\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .laptop\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .laptop\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .laptop\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .laptop\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .laptop\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .laptop\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .laptop\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .laptop\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .laptop\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .laptop\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .laptop\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .laptop\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .laptop\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .laptop\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .laptop\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .laptop\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .laptop\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .laptop\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .laptop\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .laptop\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .laptop\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .laptop\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .laptop\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .laptop\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .laptop\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .laptop\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .laptop\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .laptop\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .laptop\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .laptop\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .laptop\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .laptop\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .laptop\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .laptop\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .laptop\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .laptop\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .laptop\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .laptop\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .laptop\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .laptop\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .laptop\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .laptop\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .laptop\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .laptop\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .laptop\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .laptop\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .laptop\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .laptop\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .laptop\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .laptop\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .laptop\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .laptop\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .laptop\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .laptop\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .laptop\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .laptop\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .laptop\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .laptop\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .laptop\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .laptop\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .laptop\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .laptop\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .laptop\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .laptop\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .laptop\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .laptop\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .laptop\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .laptop\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .laptop\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .laptop\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .laptop\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .laptop\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .laptop\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .laptop\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .laptop\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .laptop\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .laptop\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .laptop\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .laptop\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .laptop\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .laptop\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .laptop\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .laptop\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .laptop\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .laptop\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .laptop\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .laptop\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .laptop\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .laptop\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .laptop\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .laptop\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .laptop\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .laptop\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .laptop\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .laptop\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .laptop\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .laptop\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .laptop\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .laptop\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .laptop\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .laptop\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .laptop\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .laptop\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .laptop\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .laptop\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .laptop\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .laptop\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .laptop\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .laptop\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .laptop\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .laptop\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .laptop\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .laptop\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .laptop\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .laptop\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .laptop\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .laptop\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .laptop\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .laptop\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .laptop\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .laptop\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .laptop\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .laptop\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .laptop\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .laptop\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .laptop\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .laptop\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .laptop\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .laptop\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .laptop\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .laptop\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .laptop\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .laptop\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .laptop\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .laptop\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .laptop\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .laptop\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .laptop\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .laptop\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .laptop\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .laptop\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .laptop\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .laptop\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .laptop\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .laptop\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .laptop\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .laptop\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .laptop\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .laptop\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .laptop\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .laptop\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .laptop\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .laptop\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .laptop\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .laptop\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .laptop\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .laptop\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .laptop\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .laptop\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .laptop\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .laptop\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .laptop\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .laptop\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .laptop\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .laptop\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .laptop\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .laptop\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .laptop\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .laptop\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .laptop\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .laptop\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .laptop\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .laptop\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .laptop\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .laptop\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .laptop\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .laptop\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .laptop\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .laptop\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .laptop\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .laptop\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .laptop\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .laptop\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .laptop\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .laptop\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .laptop\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .laptop\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .laptop\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .laptop\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .laptop\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .laptop\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .laptop\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .laptop\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .laptop\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .laptop\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .laptop\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .laptop\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .laptop\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .laptop\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .laptop\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .laptop\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .laptop\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .laptop\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .laptop\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .laptop\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .laptop\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .laptop\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .laptop\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .laptop\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .laptop\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .laptop\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .laptop\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .laptop\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .laptop\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .laptop\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .laptop\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .laptop\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .laptop\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .laptop\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .laptop\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .laptop\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .laptop\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .laptop\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .laptop\:focus\:placeholder-primary:focus::-webkit-input-placeholder {
    color: var(--color-primary);
  }

  .laptop\:focus\:placeholder-primary:focus::-moz-placeholder {
    color: var(--color-primary);
  }

  .laptop\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: var(--color-primary);
  }

  .laptop\:focus\:placeholder-primary:focus::-ms-input-placeholder {
    color: var(--color-primary);
  }

  .laptop\:focus\:placeholder-primary:focus::placeholder {
    color: var(--color-primary);
  }

  .laptop\:focus\:placeholder-link:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .laptop\:focus\:placeholder-link:focus::-moz-placeholder {
    color: #4299e1;
  }

  .laptop\:focus\:placeholder-link:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .laptop\:focus\:placeholder-link:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .laptop\:focus\:placeholder-link:focus::placeholder {
    color: #4299e1;
  }

  .laptop\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .laptop\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .laptop\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .laptop\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .laptop\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .laptop\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .laptop\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .laptop\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .laptop\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .laptop\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .laptop\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .laptop\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .laptop\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .laptop\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .laptop\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .laptop\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .laptop\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .laptop\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .laptop\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .laptop\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .laptop\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .laptop\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .laptop\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .laptop\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .laptop\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .laptop\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .laptop\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .laptop\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .laptop\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .laptop\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .laptop\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  .laptop\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .laptop\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .laptop\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  .laptop\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .laptop\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .laptop\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .laptop\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .laptop\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .laptop\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .laptop\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .laptop\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .laptop\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .laptop\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .laptop\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .laptop\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .laptop\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .laptop\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .laptop\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .laptop\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .laptop\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .laptop\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .laptop\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .laptop\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .laptop\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .laptop\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .laptop\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .laptop\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .laptop\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .laptop\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .laptop\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .laptop\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .laptop\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .laptop\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .laptop\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .laptop\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .laptop\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .laptop\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .laptop\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .laptop\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .laptop\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .laptop\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .laptop\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .laptop\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .laptop\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .laptop\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .laptop\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .laptop\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .laptop\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .laptop\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .laptop\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .laptop\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .laptop\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .laptop\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .laptop\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .laptop\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .laptop\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .laptop\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .laptop\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .laptop\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .laptop\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .laptop\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .laptop\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .laptop\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .laptop\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .laptop\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .laptop\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .laptop\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .laptop\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .laptop\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .laptop\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .laptop\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .laptop\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .laptop\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .laptop\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .laptop\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .laptop\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .laptop\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .laptop\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .laptop\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .laptop\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .laptop\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .laptop\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .laptop\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .laptop\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .laptop\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .laptop\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .laptop\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .laptop\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .laptop\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .laptop\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .laptop\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .laptop\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .laptop\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .laptop\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .laptop\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .laptop\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .laptop\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .laptop\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .laptop\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .laptop\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .laptop\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .laptop\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .laptop\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .laptop\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .laptop\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .laptop\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .laptop\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .laptop\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .laptop\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .laptop\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .laptop\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .laptop\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .laptop\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .laptop\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .laptop\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .laptop\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .laptop\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .laptop\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .laptop\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .laptop\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .laptop\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .laptop\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .laptop\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .laptop\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .laptop\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .laptop\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .laptop\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .laptop\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .laptop\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .laptop\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .laptop\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .laptop\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .laptop\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .laptop\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .laptop\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .laptop\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .laptop\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .laptop\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .laptop\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .laptop\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .laptop\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .laptop\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .laptop\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .laptop\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .laptop\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .laptop\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .laptop\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .laptop\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .laptop\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .laptop\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .laptop\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .laptop\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .laptop\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .laptop\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .laptop\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .laptop\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .laptop\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .laptop\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .laptop\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .laptop\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .laptop\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .laptop\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .laptop\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .laptop\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .laptop\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .laptop\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .laptop\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .laptop\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .laptop\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .laptop\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .laptop\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .laptop\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .laptop\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .laptop\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .laptop\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .laptop\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .laptop\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .laptop\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .laptop\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .laptop\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .laptop\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .laptop\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .laptop\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .laptop\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .laptop\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .laptop\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .laptop\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .laptop\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .laptop\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .laptop\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .laptop\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .laptop\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .laptop\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .laptop\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .laptop\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .laptop\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .laptop\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .laptop\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .laptop\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .laptop\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .laptop\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .laptop\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .laptop\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .laptop\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .laptop\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .laptop\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .laptop\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .laptop\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .laptop\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .laptop\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .laptop\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .laptop\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .laptop\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .laptop\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .laptop\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .laptop\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .laptop\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .laptop\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .laptop\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .laptop\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .laptop\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .laptop\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .laptop\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .laptop\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .laptop\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .laptop\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .laptop\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .laptop\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .laptop\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .laptop\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .laptop\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .laptop\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .laptop\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .laptop\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .laptop\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .laptop\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .laptop\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .laptop\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .laptop\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .laptop\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .laptop\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .laptop\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .laptop\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .laptop\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .laptop\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .laptop\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .laptop\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .laptop\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .laptop\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .laptop\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .laptop\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .laptop\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .laptop\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .laptop\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .laptop\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .laptop\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .laptop\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .laptop\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .laptop\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .laptop\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .laptop\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .laptop\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .laptop\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .laptop\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .laptop\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .laptop\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .laptop\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .laptop\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .laptop\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .laptop\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .laptop\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .laptop\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .laptop\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .laptop\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .laptop\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .laptop\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .laptop\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .laptop\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .laptop\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .laptop\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  .laptop\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .laptop\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .laptop\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  .laptop\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .laptop\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .laptop\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .laptop\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .laptop\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .laptop\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .laptop\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .laptop\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .laptop\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .laptop\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .laptop\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .laptop\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .laptop\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .laptop\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .laptop\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .laptop\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .laptop\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .laptop\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .laptop\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .laptop\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .laptop\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .laptop\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .laptop\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .laptop\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .laptop\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .laptop\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .laptop\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .laptop\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .laptop\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .laptop\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .laptop\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .laptop\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .laptop\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .laptop\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .laptop\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .laptop\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .laptop\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .laptop\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .laptop\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .laptop\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .laptop\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .laptop\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .laptop\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .laptop\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .laptop\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .laptop\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .laptop\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .laptop\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .laptop\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .laptop\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .laptop\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .laptop\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .laptop\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .laptop\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .laptop\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .laptop\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .laptop\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .laptop\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .laptop\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .laptop\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .laptop\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .laptop\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .laptop\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .laptop\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .laptop\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .laptop\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .laptop\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .laptop\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .laptop\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .laptop\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .laptop\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .laptop\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .laptop\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .laptop\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .laptop\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .laptop\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .laptop\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .laptop\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .laptop\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .laptop\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .laptop\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .laptop\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .laptop\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .laptop\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .laptop\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .laptop\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .laptop\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .laptop\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .laptop\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .laptop\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .laptop\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .laptop\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .laptop\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .laptop\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .laptop\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .laptop\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .laptop\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .laptop\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .laptop\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .laptop\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .laptop\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .laptop\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .laptop\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .laptop\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .laptop\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .laptop\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .laptop\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .laptop\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .laptop\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .laptop\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .laptop\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .laptop\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .laptop\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .laptop\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .laptop\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .laptop\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .laptop\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .laptop\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .laptop\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .laptop\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .laptop\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .laptop\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .laptop\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .laptop\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .laptop\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .laptop\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .laptop\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .laptop\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .laptop\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .laptop\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .laptop\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .laptop\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .laptop\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .laptop\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .laptop\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .laptop\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .laptop\:pointer-events-none {
    pointer-events: none;
  }

  .laptop\:pointer-events-auto {
    pointer-events: auto;
  }

  .laptop\:static {
    position: static;
  }

  .laptop\:fixed {
    position: fixed;
  }

  .laptop\:absolute {
    position: absolute;
  }

  .laptop\:relative {
    position: relative;
  }

  .laptop\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .laptop\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .laptop\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .laptop\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .laptop\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .laptop\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .laptop\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .laptop\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .laptop\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .laptop\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .laptop\:top-0 {
    top: 0;
  }

  .laptop\:right-0 {
    right: 0;
  }

  .laptop\:bottom-0 {
    bottom: 0;
  }

  .laptop\:left-0 {
    left: 0;
  }

  .laptop\:top-20 {
    top: 5rem;
  }

  .laptop\:right-20 {
    right: 5rem;
  }

  .laptop\:bottom-20 {
    bottom: 5rem;
  }

  .laptop\:left-20 {
    left: 5rem;
  }

  .laptop\:top-auto {
    top: auto;
  }

  .laptop\:right-auto {
    right: auto;
  }

  .laptop\:bottom-auto {
    bottom: auto;
  }

  .laptop\:left-auto {
    left: auto;
  }

  .laptop\:resize-none {
    resize: none;
  }

  .laptop\:resize-y {
    resize: vertical;
  }

  .laptop\:resize-x {
    resize: horizontal;
  }

  .laptop\:resize {
    resize: both;
  }

  .laptop\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .laptop\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .laptop\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .laptop\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .laptop\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .laptop\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .laptop\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .laptop\:shadow-none {
    box-shadow: none;
  }

  .laptop\: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);
  }

  .laptop\: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);
  }

  .laptop\: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);
  }

  .laptop\: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);
  }

  .laptop\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .laptop\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .laptop\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .laptop\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .laptop\: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);
  }

  .laptop\: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);
  }

  .laptop\: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);
  }

  .laptop\: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);
  }

  .laptop\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .laptop\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .laptop\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .laptop\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .laptop\:fill-current {
    fill: currentColor;
  }

  .laptop\:stroke-current {
    stroke: currentColor;
  }

  .laptop\:table-auto {
    table-layout: auto;
  }

  .laptop\:table-fixed {
    table-layout: fixed;
  }

  .laptop\:text-left {
    text-align: left;
  }

  .laptop\:text-center {
    text-align: center;
  }

  .laptop\:text-right {
    text-align: right;
  }

  .laptop\:text-justify {
    text-align: justify;
  }

  .laptop\:text-transparent {
    color: transparent;
  }

  .laptop\:text-black {
    color: #000;
  }

  .laptop\:text-white {
    color: #fff;
  }

  .laptop\:text-primary {
    color: var(--color-primary);
  }

  .laptop\:text-link {
    color: #4299e1;
  }

  .laptop\:text-gray-100 {
    color: #f7fafc;
  }

  .laptop\:text-gray-200 {
    color: #edf2f7;
  }

  .laptop\:text-gray-300 {
    color: #e2e8f0;
  }

  .laptop\:text-gray-400 {
    color: #cbd5e0;
  }

  .laptop\:text-gray-500 {
    color: #a0aec0;
  }

  .laptop\:text-gray-600 {
    color: #718096;
  }

  .laptop\:text-gray-700 {
    color: #4a5568;
  }

  .laptop\:text-gray-800 {
    color: #2d3748;
  }

  .laptop\:text-gray-900 {
    color: #1a202c;
  }

  .laptop\:text-red-100 {
    color: #fff5f5;
  }

  .laptop\:text-red-200 {
    color: #fed7d7;
  }

  .laptop\:text-red-300 {
    color: #feb2b2;
  }

  .laptop\:text-red-400 {
    color: #fc8181;
  }

  .laptop\:text-red-500 {
    color: #f56565;
  }

  .laptop\:text-red-600 {
    color: #e53e3e;
  }

  .laptop\:text-red-700 {
    color: #c53030;
  }

  .laptop\:text-red-800 {
    color: #9b2c2c;
  }

  .laptop\:text-red-900 {
    color: #742a2a;
  }

  .laptop\:text-orange-100 {
    color: #fffaf0;
  }

  .laptop\:text-orange-200 {
    color: #feebc8;
  }

  .laptop\:text-orange-300 {
    color: #fbd38d;
  }

  .laptop\:text-orange-400 {
    color: #f6ad55;
  }

  .laptop\:text-orange-500 {
    color: #ed8936;
  }

  .laptop\:text-orange-600 {
    color: #dd6b20;
  }

  .laptop\:text-orange-700 {
    color: #c05621;
  }

  .laptop\:text-orange-800 {
    color: #9c4221;
  }

  .laptop\:text-orange-900 {
    color: #7b341e;
  }

  .laptop\:text-yellow-100 {
    color: #fffff0;
  }

  .laptop\:text-yellow-200 {
    color: #fefcbf;
  }

  .laptop\:text-yellow-300 {
    color: #faf089;
  }

  .laptop\:text-yellow-400 {
    color: #f6e05e;
  }

  .laptop\:text-yellow-500 {
    color: #ecc94b;
  }

  .laptop\:text-yellow-600 {
    color: #d69e2e;
  }

  .laptop\:text-yellow-700 {
    color: #b7791f;
  }

  .laptop\:text-yellow-800 {
    color: #975a16;
  }

  .laptop\:text-yellow-900 {
    color: #744210;
  }

  .laptop\:text-green-100 {
    color: #f0fff4;
  }

  .laptop\:text-green-200 {
    color: #c6f6d5;
  }

  .laptop\:text-green-300 {
    color: #9ae6b4;
  }

  .laptop\:text-green-400 {
    color: #68d391;
  }

  .laptop\:text-green-500 {
    color: #48bb78;
  }

  .laptop\:text-green-600 {
    color: #38a169;
  }

  .laptop\:text-green-700 {
    color: #2f855a;
  }

  .laptop\:text-green-800 {
    color: #276749;
  }

  .laptop\:text-green-900 {
    color: #22543d;
  }

  .laptop\:text-teal-100 {
    color: #e6fffa;
  }

  .laptop\:text-teal-200 {
    color: #b2f5ea;
  }

  .laptop\:text-teal-300 {
    color: #81e6d9;
  }

  .laptop\:text-teal-400 {
    color: #4fd1c5;
  }

  .laptop\:text-teal-500 {
    color: #38b2ac;
  }

  .laptop\:text-teal-600 {
    color: #319795;
  }

  .laptop\:text-teal-700 {
    color: #2c7a7b;
  }

  .laptop\:text-teal-800 {
    color: #285e61;
  }

  .laptop\:text-teal-900 {
    color: #234e52;
  }

  .laptop\:text-blue-100 {
    color: #ebf8ff;
  }

  .laptop\:text-blue-200 {
    color: #bee3f8;
  }

  .laptop\:text-blue-300 {
    color: #90cdf4;
  }

  .laptop\:text-blue-400 {
    color: #63b3ed;
  }

  .laptop\:text-blue-500 {
    color: #4299e1;
  }

  .laptop\:text-blue-600 {
    color: #3182ce;
  }

  .laptop\:text-blue-700 {
    color: #2b6cb0;
  }

  .laptop\:text-blue-800 {
    color: #2c5282;
  }

  .laptop\:text-blue-900 {
    color: #2a4365;
  }

  .laptop\:text-indigo-100 {
    color: #ebf4ff;
  }

  .laptop\:text-indigo-200 {
    color: #c3dafe;
  }

  .laptop\:text-indigo-300 {
    color: #a3bffa;
  }

  .laptop\:text-indigo-400 {
    color: #7f9cf5;
  }

  .laptop\:text-indigo-500 {
    color: #667eea;
  }

  .laptop\:text-indigo-600 {
    color: #5a67d8;
  }

  .laptop\:text-indigo-700 {
    color: #4c51bf;
  }

  .laptop\:text-indigo-800 {
    color: #434190;
  }

  .laptop\:text-indigo-900 {
    color: #3c366b;
  }

  .laptop\:text-purple-100 {
    color: #faf5ff;
  }

  .laptop\:text-purple-200 {
    color: #e9d8fd;
  }

  .laptop\:text-purple-300 {
    color: #d6bcfa;
  }

  .laptop\:text-purple-400 {
    color: #b794f4;
  }

  .laptop\:text-purple-500 {
    color: #9f7aea;
  }

  .laptop\:text-purple-600 {
    color: #805ad5;
  }

  .laptop\:text-purple-700 {
    color: #6b46c1;
  }

  .laptop\:text-purple-800 {
    color: #553c9a;
  }

  .laptop\:text-purple-900 {
    color: #44337a;
  }

  .laptop\:text-pink-100 {
    color: #fff5f7;
  }

  .laptop\:text-pink-200 {
    color: #fed7e2;
  }

  .laptop\:text-pink-300 {
    color: #fbb6ce;
  }

  .laptop\:text-pink-400 {
    color: #f687b3;
  }

  .laptop\:text-pink-500 {
    color: #ed64a6;
  }

  .laptop\:text-pink-600 {
    color: #d53f8c;
  }

  .laptop\:text-pink-700 {
    color: #b83280;
  }

  .laptop\:text-pink-800 {
    color: #97266d;
  }

  .laptop\:text-pink-900 {
    color: #702459;
  }

  .laptop\:hover\:text-transparent:hover {
    color: transparent;
  }

  .laptop\:hover\:text-black:hover {
    color: #000;
  }

  .laptop\:hover\:text-white:hover {
    color: #fff;
  }

  .laptop\:hover\:text-primary:hover {
    color: var(--color-primary);
  }

  .laptop\:hover\:text-link:hover {
    color: #4299e1;
  }

  .laptop\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .laptop\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .laptop\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .laptop\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .laptop\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .laptop\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .laptop\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .laptop\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .laptop\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .laptop\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .laptop\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .laptop\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .laptop\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .laptop\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .laptop\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .laptop\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .laptop\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .laptop\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .laptop\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .laptop\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .laptop\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .laptop\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .laptop\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .laptop\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .laptop\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .laptop\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .laptop\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .laptop\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .laptop\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .laptop\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .laptop\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .laptop\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .laptop\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .laptop\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .laptop\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .laptop\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .laptop\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .laptop\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .laptop\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .laptop\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .laptop\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .laptop\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .laptop\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .laptop\:hover\:text-green-800:hover {
    color: #276749;
  }

  .laptop\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .laptop\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .laptop\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .laptop\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .laptop\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .laptop\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .laptop\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .laptop\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .laptop\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .laptop\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .laptop\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .laptop\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .laptop\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .laptop\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .laptop\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .laptop\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .laptop\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .laptop\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .laptop\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .laptop\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .laptop\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .laptop\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .laptop\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .laptop\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .laptop\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .laptop\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .laptop\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .laptop\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .laptop\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .laptop\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .laptop\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .laptop\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .laptop\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .laptop\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .laptop\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .laptop\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .laptop\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .laptop\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .laptop\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .laptop\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .laptop\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .laptop\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .laptop\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .laptop\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .laptop\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .laptop\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .laptop\:focus\:text-transparent:focus {
    color: transparent;
  }

  .laptop\:focus\:text-black:focus {
    color: #000;
  }

  .laptop\:focus\:text-white:focus {
    color: #fff;
  }

  .laptop\:focus\:text-primary:focus {
    color: var(--color-primary);
  }

  .laptop\:focus\:text-link:focus {
    color: #4299e1;
  }

  .laptop\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .laptop\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .laptop\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .laptop\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .laptop\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .laptop\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .laptop\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .laptop\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .laptop\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .laptop\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .laptop\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .laptop\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .laptop\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .laptop\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .laptop\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .laptop\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .laptop\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .laptop\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .laptop\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .laptop\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .laptop\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .laptop\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .laptop\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .laptop\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .laptop\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .laptop\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .laptop\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .laptop\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .laptop\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .laptop\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .laptop\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .laptop\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .laptop\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .laptop\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .laptop\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .laptop\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .laptop\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .laptop\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .laptop\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .laptop\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .laptop\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .laptop\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .laptop\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .laptop\:focus\:text-green-800:focus {
    color: #276749;
  }

  .laptop\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .laptop\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .laptop\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .laptop\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .laptop\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .laptop\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .laptop\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .laptop\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .laptop\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .laptop\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .laptop\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .laptop\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .laptop\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .laptop\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .laptop\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .laptop\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .laptop\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .laptop\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .laptop\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .laptop\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .laptop\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .laptop\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .laptop\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .laptop\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .laptop\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .laptop\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .laptop\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .laptop\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .laptop\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .laptop\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .laptop\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .laptop\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .laptop\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .laptop\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .laptop\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .laptop\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .laptop\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .laptop\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .laptop\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .laptop\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .laptop\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .laptop\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .laptop\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .laptop\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .laptop\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .laptop\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .laptop\:text-xs {
    font-size: 0.75rem;
  }

  .laptop\:text-sm {
    font-size: 0.875rem;
  }

  .laptop\:text-base {
    font-size: 1rem;
  }

  .laptop\:text-lg {
    font-size: 1.125rem;
  }

  .laptop\:text-xl {
    font-size: 1.25rem;
  }

  .laptop\:text-2xl {
    font-size: 1.5rem;
  }

  .laptop\:text-3xl {
    font-size: 1.875rem;
  }

  .laptop\:text-4xl {
    font-size: 2.25rem;
  }

  .laptop\:text-5xl {
    font-size: 3rem;
  }

  .laptop\:text-6xl {
    font-size: 4rem;
  }

  .laptop\:italic {
    font-style: italic;
  }

  .laptop\:not-italic {
    font-style: normal;
  }

  .laptop\:uppercase {
    text-transform: uppercase;
  }

  .laptop\:lowercase {
    text-transform: lowercase;
  }

  .laptop\:capitalize {
    text-transform: capitalize;
  }

  .laptop\:normal-case {
    text-transform: none;
  }

  .laptop\:underline {
    text-decoration: underline;
  }

  .laptop\:line-through {
    text-decoration: line-through;
  }

  .laptop\:no-underline {
    text-decoration: none;
  }

  .laptop\:hover\:underline:hover {
    text-decoration: underline;
  }

  .laptop\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .laptop\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .laptop\:focus\:underline:focus {
    text-decoration: underline;
  }

  .laptop\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .laptop\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .laptop\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .laptop\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .laptop\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .laptop\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .laptop\:tracking-normal {
    letter-spacing: 0;
  }

  .laptop\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .laptop\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .laptop\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .laptop\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .laptop\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .laptop\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .laptop\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .laptop\:align-baseline {
    vertical-align: baseline;
  }

  .laptop\:align-top {
    vertical-align: top;
  }

  .laptop\:align-middle {
    vertical-align: middle;
  }

  .laptop\:align-bottom {
    vertical-align: bottom;
  }

  .laptop\:align-text-top {
    vertical-align: text-top;
  }

  .laptop\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .laptop\:visible {
    visibility: visible;
  }

  .laptop\:invisible {
    visibility: hidden;
  }

  .laptop\:whitespace-normal {
    white-space: normal;
  }

  .laptop\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .laptop\:whitespace-pre {
    white-space: pre;
  }

  .laptop\:whitespace-pre-line {
    white-space: pre-line;
  }

  .laptop\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .laptop\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .laptop\:break-words {
    overflow-wrap: break-word;
  }

  .laptop\:break-all {
    word-break: break-all;
  }

  .laptop\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .laptop\:w-0 {
    width: 0;
  }

  .laptop\:w-1 {
    width: 0.25rem;
  }

  .laptop\:w-2 {
    width: 0.5rem;
  }

  .laptop\:w-3 {
    width: 0.75rem;
  }

  .laptop\:w-4 {
    width: 1rem;
  }

  .laptop\:w-5 {
    width: 1.25rem;
  }

  .laptop\:w-6 {
    width: 1.5rem;
  }

  .laptop\:w-8 {
    width: 2rem;
  }

  .laptop\:w-10 {
    width: 2.5rem;
  }

  .laptop\:w-12 {
    width: 3rem;
  }

  .laptop\:w-16 {
    width: 4rem;
  }

  .laptop\:w-20 {
    width: 5rem;
  }

  .laptop\:w-24 {
    width: 6rem;
  }

  .laptop\:w-32 {
    width: 8rem;
  }

  .laptop\:w-40 {
    width: 10rem;
  }

  .laptop\:w-48 {
    width: 12rem;
  }

  .laptop\:w-56 {
    width: 14rem;
  }

  .laptop\:w-64 {
    width: 16rem;
  }

  .laptop\:w-auto {
    width: auto;
  }

  .laptop\:w-px {
    width: 1px;
  }

  .laptop\:w-1\/5 {
    width: 20%;
  }

  .laptop\:w-1\/2 {
    width: 50%;
  }

  .laptop\:w-1\/3 {
    width: 33.333333%;
  }

  .laptop\:w-2\/3 {
    width: 66.666667%;
  }

  .laptop\:w-1\/4 {
    width: 25%;
  }

  .laptop\:w-2\/4 {
    width: 50%;
  }

  .laptop\:w-3\/4 {
    width: 75%;
  }

  .laptop\:w-2\/5 {
    width: 40%;
  }

  .laptop\:w-3\/5 {
    width: 60%;
  }

  .laptop\:w-4\/5 {
    width: 80%;
  }

  .laptop\:w-1\/6 {
    width: 16.666667%;
  }

  .laptop\:w-2\/6 {
    width: 33.333333%;
  }

  .laptop\:w-3\/6 {
    width: 50%;
  }

  .laptop\:w-4\/6 {
    width: 66.666667%;
  }

  .laptop\:w-5\/6 {
    width: 83.333333%;
  }

  .laptop\:w-1\/12 {
    width: 8.333333%;
  }

  .laptop\:w-2\/12 {
    width: 16.666667%;
  }

  .laptop\:w-3\/12 {
    width: 25%;
  }

  .laptop\:w-4\/12 {
    width: 33.333333%;
  }

  .laptop\:w-5\/12 {
    width: 41.666667%;
  }

  .laptop\:w-6\/12 {
    width: 50%;
  }

  .laptop\:w-7\/12 {
    width: 58.333333%;
  }

  .laptop\:w-8\/12 {
    width: 66.666667%;
  }

  .laptop\:w-9\/12 {
    width: 75%;
  }

  .laptop\:w-10\/12 {
    width: 83.333333%;
  }

  .laptop\:w-11\/12 {
    width: 91.666667%;
  }

  .laptop\:w-full {
    width: 100%;
  }

  .laptop\:w-screen {
    width: 100vw;
  }

  .laptop\:w-modal {
    width: 30vw;
  }

  .laptop\:z-0 {
    z-index: 0;
  }

  .laptop\:z-10 {
    z-index: 10;
  }

  .laptop\:z-20 {
    z-index: 20;
  }

  .laptop\:z-30 {
    z-index: 30;
  }

  .laptop\:z-40 {
    z-index: 40;
  }

  .laptop\:z-50 {
    z-index: 50;
  }

  .laptop\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1400px) {
  .desktop\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .desktop\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .desktop\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .desktop\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .desktop\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop\:bg-fixed {
    background-attachment: fixed;
  }

  .desktop\:bg-local {
    background-attachment: local;
  }

  .desktop\:bg-scroll {
    background-attachment: scroll;
  }

  .desktop\:bg-transparent {
    background-color: transparent;
  }

  .desktop\:bg-black {
    background-color: #000;
  }

  .desktop\:bg-white {
    background-color: #fff;
  }

  .desktop\:bg-primary {
    background-color: var(--color-primary);
  }

  .desktop\:bg-link {
    background-color: #4299e1;
  }

  .desktop\:bg-gray-100 {
    background-color: #f7fafc;
  }

  .desktop\:bg-gray-200 {
    background-color: #edf2f7;
  }

  .desktop\:bg-gray-300 {
    background-color: #e2e8f0;
  }

  .desktop\:bg-gray-400 {
    background-color: #cbd5e0;
  }

  .desktop\:bg-gray-500 {
    background-color: #a0aec0;
  }

  .desktop\:bg-gray-600 {
    background-color: #718096;
  }

  .desktop\:bg-gray-700 {
    background-color: #4a5568;
  }

  .desktop\:bg-gray-800 {
    background-color: #2d3748;
  }

  .desktop\:bg-gray-900 {
    background-color: #1a202c;
  }

  .desktop\:bg-red-100 {
    background-color: #fff5f5;
  }

  .desktop\:bg-red-200 {
    background-color: #fed7d7;
  }

  .desktop\:bg-red-300 {
    background-color: #feb2b2;
  }

  .desktop\:bg-red-400 {
    background-color: #fc8181;
  }

  .desktop\:bg-red-500 {
    background-color: #f56565;
  }

  .desktop\:bg-red-600 {
    background-color: #e53e3e;
  }

  .desktop\:bg-red-700 {
    background-color: #c53030;
  }

  .desktop\:bg-red-800 {
    background-color: #9b2c2c;
  }

  .desktop\:bg-red-900 {
    background-color: #742a2a;
  }

  .desktop\:bg-orange-100 {
    background-color: #fffaf0;
  }

  .desktop\:bg-orange-200 {
    background-color: #feebc8;
  }

  .desktop\:bg-orange-300 {
    background-color: #fbd38d;
  }

  .desktop\:bg-orange-400 {
    background-color: #f6ad55;
  }

  .desktop\:bg-orange-500 {
    background-color: #ed8936;
  }

  .desktop\:bg-orange-600 {
    background-color: #dd6b20;
  }

  .desktop\:bg-orange-700 {
    background-color: #c05621;
  }

  .desktop\:bg-orange-800 {
    background-color: #9c4221;
  }

  .desktop\:bg-orange-900 {
    background-color: #7b341e;
  }

  .desktop\:bg-yellow-100 {
    background-color: #fffff0;
  }

  .desktop\:bg-yellow-200 {
    background-color: #fefcbf;
  }

  .desktop\:bg-yellow-300 {
    background-color: #faf089;
  }

  .desktop\:bg-yellow-400 {
    background-color: #f6e05e;
  }

  .desktop\:bg-yellow-500 {
    background-color: #ecc94b;
  }

  .desktop\:bg-yellow-600 {
    background-color: #d69e2e;
  }

  .desktop\:bg-yellow-700 {
    background-color: #b7791f;
  }

  .desktop\:bg-yellow-800 {
    background-color: #975a16;
  }

  .desktop\:bg-yellow-900 {
    background-color: #744210;
  }

  .desktop\:bg-green-100 {
    background-color: #f0fff4;
  }

  .desktop\:bg-green-200 {
    background-color: #c6f6d5;
  }

  .desktop\:bg-green-300 {
    background-color: #9ae6b4;
  }

  .desktop\:bg-green-400 {
    background-color: #68d391;
  }

  .desktop\:bg-green-500 {
    background-color: #48bb78;
  }

  .desktop\:bg-green-600 {
    background-color: #38a169;
  }

  .desktop\:bg-green-700 {
    background-color: #2f855a;
  }

  .desktop\:bg-green-800 {
    background-color: #276749;
  }

  .desktop\:bg-green-900 {
    background-color: #22543d;
  }

  .desktop\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .desktop\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .desktop\:bg-teal-300 {
    background-color: #81e6d9;
  }

  .desktop\:bg-teal-400 {
    background-color: #4fd1c5;
  }

  .desktop\:bg-teal-500 {
    background-color: #38b2ac;
  }

  .desktop\:bg-teal-600 {
    background-color: #319795;
  }

  .desktop\:bg-teal-700 {
    background-color: #2c7a7b;
  }

  .desktop\:bg-teal-800 {
    background-color: #285e61;
  }

  .desktop\:bg-teal-900 {
    background-color: #234e52;
  }

  .desktop\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .desktop\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .desktop\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .desktop\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .desktop\:bg-blue-500 {
    background-color: #4299e1;
  }

  .desktop\:bg-blue-600 {
    background-color: #3182ce;
  }

  .desktop\:bg-blue-700 {
    background-color: #2b6cb0;
  }

  .desktop\:bg-blue-800 {
    background-color: #2c5282;
  }

  .desktop\:bg-blue-900 {
    background-color: #2a4365;
  }

  .desktop\:bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .desktop\:bg-indigo-200 {
    background-color: #c3dafe;
  }

  .desktop\:bg-indigo-300 {
    background-color: #a3bffa;
  }

  .desktop\:bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .desktop\:bg-indigo-500 {
    background-color: #667eea;
  }

  .desktop\:bg-indigo-600 {
    background-color: #5a67d8;
  }

  .desktop\:bg-indigo-700 {
    background-color: #4c51bf;
  }

  .desktop\:bg-indigo-800 {
    background-color: #434190;
  }

  .desktop\:bg-indigo-900 {
    background-color: #3c366b;
  }

  .desktop\:bg-purple-100 {
    background-color: #faf5ff;
  }

  .desktop\:bg-purple-200 {
    background-color: #e9d8fd;
  }

  .desktop\:bg-purple-300 {
    background-color: #d6bcfa;
  }

  .desktop\:bg-purple-400 {
    background-color: #b794f4;
  }

  .desktop\:bg-purple-500 {
    background-color: #9f7aea;
  }

  .desktop\:bg-purple-600 {
    background-color: #805ad5;
  }

  .desktop\:bg-purple-700 {
    background-color: #6b46c1;
  }

  .desktop\:bg-purple-800 {
    background-color: #553c9a;
  }

  .desktop\:bg-purple-900 {
    background-color: #44337a;
  }

  .desktop\:bg-pink-100 {
    background-color: #fff5f7;
  }

  .desktop\:bg-pink-200 {
    background-color: #fed7e2;
  }

  .desktop\:bg-pink-300 {
    background-color: #fbb6ce;
  }

  .desktop\:bg-pink-400 {
    background-color: #f687b3;
  }

  .desktop\:bg-pink-500 {
    background-color: #ed64a6;
  }

  .desktop\:bg-pink-600 {
    background-color: #d53f8c;
  }

  .desktop\:bg-pink-700 {
    background-color: #b83280;
  }

  .desktop\:bg-pink-800 {
    background-color: #97266d;
  }

  .desktop\:bg-pink-900 {
    background-color: #702459;
  }

  .desktop\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .desktop\:hover\:bg-black:hover {
    background-color: #000;
  }

  .desktop\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .desktop\:hover\:bg-primary:hover {
    background-color: var(--color-primary);
  }

  .desktop\:hover\:bg-link:hover {
    background-color: #4299e1;
  }

  .desktop\:hover\:bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .desktop\:hover\:bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .desktop\:hover\:bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .desktop\:hover\:bg-gray-400:hover {
    background-color: #cbd5e0;
  }

  .desktop\:hover\:bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .desktop\:hover\:bg-gray-600:hover {
    background-color: #718096;
  }

  .desktop\:hover\:bg-gray-700:hover {
    background-color: #4a5568;
  }

  .desktop\:hover\:bg-gray-800:hover {
    background-color: #2d3748;
  }

  .desktop\:hover\:bg-gray-900:hover {
    background-color: #1a202c;
  }

  .desktop\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .desktop\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .desktop\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .desktop\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .desktop\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .desktop\:hover\:bg-red-600:hover {
    background-color: #e53e3e;
  }

  .desktop\:hover\:bg-red-700:hover {
    background-color: #c53030;
  }

  .desktop\:hover\:bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .desktop\:hover\:bg-red-900:hover {
    background-color: #742a2a;
  }

  .desktop\:hover\:bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .desktop\:hover\:bg-orange-200:hover {
    background-color: #feebc8;
  }

  .desktop\:hover\:bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .desktop\:hover\:bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .desktop\:hover\:bg-orange-500:hover {
    background-color: #ed8936;
  }

  .desktop\:hover\:bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .desktop\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .desktop\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .desktop\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .desktop\:hover\:bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .desktop\:hover\:bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .desktop\:hover\:bg-yellow-300:hover {
    background-color: #faf089;
  }

  .desktop\:hover\:bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .desktop\:hover\:bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .desktop\:hover\:bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .desktop\:hover\:bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .desktop\:hover\:bg-yellow-800:hover {
    background-color: #975a16;
  }

  .desktop\:hover\:bg-yellow-900:hover {
    background-color: #744210;
  }

  .desktop\:hover\:bg-green-100:hover {
    background-color: #f0fff4;
  }

  .desktop\:hover\:bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .desktop\:hover\:bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .desktop\:hover\:bg-green-400:hover {
    background-color: #68d391;
  }

  .desktop\:hover\:bg-green-500:hover {
    background-color: #48bb78;
  }

  .desktop\:hover\:bg-green-600:hover {
    background-color: #38a169;
  }

  .desktop\:hover\:bg-green-700:hover {
    background-color: #2f855a;
  }

  .desktop\:hover\:bg-green-800:hover {
    background-color: #276749;
  }

  .desktop\:hover\:bg-green-900:hover {
    background-color: #22543d;
  }

  .desktop\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .desktop\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .desktop\:hover\:bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .desktop\:hover\:bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .desktop\:hover\:bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .desktop\:hover\:bg-teal-600:hover {
    background-color: #319795;
  }

  .desktop\:hover\:bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .desktop\:hover\:bg-teal-800:hover {
    background-color: #285e61;
  }

  .desktop\:hover\:bg-teal-900:hover {
    background-color: #234e52;
  }

  .desktop\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .desktop\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .desktop\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .desktop\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .desktop\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .desktop\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .desktop\:hover\:bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .desktop\:hover\:bg-blue-800:hover {
    background-color: #2c5282;
  }

  .desktop\:hover\:bg-blue-900:hover {
    background-color: #2a4365;
  }

  .desktop\:hover\:bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .desktop\:hover\:bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .desktop\:hover\:bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .desktop\:hover\:bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .desktop\:hover\:bg-indigo-500:hover {
    background-color: #667eea;
  }

  .desktop\:hover\:bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .desktop\:hover\:bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .desktop\:hover\:bg-indigo-800:hover {
    background-color: #434190;
  }

  .desktop\:hover\:bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .desktop\:hover\:bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .desktop\:hover\:bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .desktop\:hover\:bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .desktop\:hover\:bg-purple-400:hover {
    background-color: #b794f4;
  }

  .desktop\:hover\:bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .desktop\:hover\:bg-purple-600:hover {
    background-color: #805ad5;
  }

  .desktop\:hover\:bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .desktop\:hover\:bg-purple-800:hover {
    background-color: #553c9a;
  }

  .desktop\:hover\:bg-purple-900:hover {
    background-color: #44337a;
  }

  .desktop\:hover\:bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .desktop\:hover\:bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .desktop\:hover\:bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .desktop\:hover\:bg-pink-400:hover {
    background-color: #f687b3;
  }

  .desktop\:hover\:bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .desktop\:hover\:bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .desktop\:hover\:bg-pink-700:hover {
    background-color: #b83280;
  }

  .desktop\:hover\:bg-pink-800:hover {
    background-color: #97266d;
  }

  .desktop\:hover\:bg-pink-900:hover {
    background-color: #702459;
  }

  .desktop\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .desktop\:focus\:bg-black:focus {
    background-color: #000;
  }

  .desktop\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .desktop\:focus\:bg-primary:focus {
    background-color: var(--color-primary);
  }

  .desktop\:focus\:bg-link:focus {
    background-color: #4299e1;
  }

  .desktop\:focus\:bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .desktop\:focus\:bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .desktop\:focus\:bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .desktop\:focus\:bg-gray-400:focus {
    background-color: #cbd5e0;
  }

  .desktop\:focus\:bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .desktop\:focus\:bg-gray-600:focus {
    background-color: #718096;
  }

  .desktop\:focus\:bg-gray-700:focus {
    background-color: #4a5568;
  }

  .desktop\:focus\:bg-gray-800:focus {
    background-color: #2d3748;
  }

  .desktop\:focus\:bg-gray-900:focus {
    background-color: #1a202c;
  }

  .desktop\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .desktop\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .desktop\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .desktop\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .desktop\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .desktop\:focus\:bg-red-600:focus {
    background-color: #e53e3e;
  }

  .desktop\:focus\:bg-red-700:focus {
    background-color: #c53030;
  }

  .desktop\:focus\:bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .desktop\:focus\:bg-red-900:focus {
    background-color: #742a2a;
  }

  .desktop\:focus\:bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .desktop\:focus\:bg-orange-200:focus {
    background-color: #feebc8;
  }

  .desktop\:focus\:bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .desktop\:focus\:bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .desktop\:focus\:bg-orange-500:focus {
    background-color: #ed8936;
  }

  .desktop\:focus\:bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .desktop\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .desktop\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .desktop\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .desktop\:focus\:bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .desktop\:focus\:bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .desktop\:focus\:bg-yellow-300:focus {
    background-color: #faf089;
  }

  .desktop\:focus\:bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .desktop\:focus\:bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .desktop\:focus\:bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .desktop\:focus\:bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .desktop\:focus\:bg-yellow-800:focus {
    background-color: #975a16;
  }

  .desktop\:focus\:bg-yellow-900:focus {
    background-color: #744210;
  }

  .desktop\:focus\:bg-green-100:focus {
    background-color: #f0fff4;
  }

  .desktop\:focus\:bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .desktop\:focus\:bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .desktop\:focus\:bg-green-400:focus {
    background-color: #68d391;
  }

  .desktop\:focus\:bg-green-500:focus {
    background-color: #48bb78;
  }

  .desktop\:focus\:bg-green-600:focus {
    background-color: #38a169;
  }

  .desktop\:focus\:bg-green-700:focus {
    background-color: #2f855a;
  }

  .desktop\:focus\:bg-green-800:focus {
    background-color: #276749;
  }

  .desktop\:focus\:bg-green-900:focus {
    background-color: #22543d;
  }

  .desktop\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .desktop\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .desktop\:focus\:bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .desktop\:focus\:bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .desktop\:focus\:bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .desktop\:focus\:bg-teal-600:focus {
    background-color: #319795;
  }

  .desktop\:focus\:bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .desktop\:focus\:bg-teal-800:focus {
    background-color: #285e61;
  }

  .desktop\:focus\:bg-teal-900:focus {
    background-color: #234e52;
  }

  .desktop\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .desktop\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .desktop\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .desktop\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .desktop\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .desktop\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .desktop\:focus\:bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .desktop\:focus\:bg-blue-800:focus {
    background-color: #2c5282;
  }

  .desktop\:focus\:bg-blue-900:focus {
    background-color: #2a4365;
  }

  .desktop\:focus\:bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .desktop\:focus\:bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .desktop\:focus\:bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .desktop\:focus\:bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .desktop\:focus\:bg-indigo-500:focus {
    background-color: #667eea;
  }

  .desktop\:focus\:bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .desktop\:focus\:bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .desktop\:focus\:bg-indigo-800:focus {
    background-color: #434190;
  }

  .desktop\:focus\:bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .desktop\:focus\:bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .desktop\:focus\:bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .desktop\:focus\:bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .desktop\:focus\:bg-purple-400:focus {
    background-color: #b794f4;
  }

  .desktop\:focus\:bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .desktop\:focus\:bg-purple-600:focus {
    background-color: #805ad5;
  }

  .desktop\:focus\:bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .desktop\:focus\:bg-purple-800:focus {
    background-color: #553c9a;
  }

  .desktop\:focus\:bg-purple-900:focus {
    background-color: #44337a;
  }

  .desktop\:focus\:bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .desktop\:focus\:bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .desktop\:focus\:bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .desktop\:focus\:bg-pink-400:focus {
    background-color: #f687b3;
  }

  .desktop\:focus\:bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .desktop\:focus\:bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .desktop\:focus\:bg-pink-700:focus {
    background-color: #b83280;
  }

  .desktop\:focus\:bg-pink-800:focus {
    background-color: #97266d;
  }

  .desktop\:focus\:bg-pink-900:focus {
    background-color: #702459;
  }

  .desktop\:odd\:bg-transparent:nth-child(odd) {
    background-color: transparent;
  }

  .desktop\:odd\:bg-black:nth-child(odd) {
    background-color: #000;
  }

  .desktop\:odd\:bg-white:nth-child(odd) {
    background-color: #fff;
  }

  .desktop\:odd\:bg-primary:nth-child(odd) {
    background-color: var(--color-primary);
  }

  .desktop\:odd\:bg-link:nth-child(odd) {
    background-color: #4299e1;
  }

  .desktop\:odd\:bg-gray-100:nth-child(odd) {
    background-color: #f7fafc;
  }

  .desktop\:odd\:bg-gray-200:nth-child(odd) {
    background-color: #edf2f7;
  }

  .desktop\:odd\:bg-gray-300:nth-child(odd) {
    background-color: #e2e8f0;
  }

  .desktop\:odd\:bg-gray-400:nth-child(odd) {
    background-color: #cbd5e0;
  }

  .desktop\:odd\:bg-gray-500:nth-child(odd) {
    background-color: #a0aec0;
  }

  .desktop\:odd\:bg-gray-600:nth-child(odd) {
    background-color: #718096;
  }

  .desktop\:odd\:bg-gray-700:nth-child(odd) {
    background-color: #4a5568;
  }

  .desktop\:odd\:bg-gray-800:nth-child(odd) {
    background-color: #2d3748;
  }

  .desktop\:odd\:bg-gray-900:nth-child(odd) {
    background-color: #1a202c;
  }

  .desktop\:odd\:bg-red-100:nth-child(odd) {
    background-color: #fff5f5;
  }

  .desktop\:odd\:bg-red-200:nth-child(odd) {
    background-color: #fed7d7;
  }

  .desktop\:odd\:bg-red-300:nth-child(odd) {
    background-color: #feb2b2;
  }

  .desktop\:odd\:bg-red-400:nth-child(odd) {
    background-color: #fc8181;
  }

  .desktop\:odd\:bg-red-500:nth-child(odd) {
    background-color: #f56565;
  }

  .desktop\:odd\:bg-red-600:nth-child(odd) {
    background-color: #e53e3e;
  }

  .desktop\:odd\:bg-red-700:nth-child(odd) {
    background-color: #c53030;
  }

  .desktop\:odd\:bg-red-800:nth-child(odd) {
    background-color: #9b2c2c;
  }

  .desktop\:odd\:bg-red-900:nth-child(odd) {
    background-color: #742a2a;
  }

  .desktop\:odd\:bg-orange-100:nth-child(odd) {
    background-color: #fffaf0;
  }

  .desktop\:odd\:bg-orange-200:nth-child(odd) {
    background-color: #feebc8;
  }

  .desktop\:odd\:bg-orange-300:nth-child(odd) {
    background-color: #fbd38d;
  }

  .desktop\:odd\:bg-orange-400:nth-child(odd) {
    background-color: #f6ad55;
  }

  .desktop\:odd\:bg-orange-500:nth-child(odd) {
    background-color: #ed8936;
  }

  .desktop\:odd\:bg-orange-600:nth-child(odd) {
    background-color: #dd6b20;
  }

  .desktop\:odd\:bg-orange-700:nth-child(odd) {
    background-color: #c05621;
  }

  .desktop\:odd\:bg-orange-800:nth-child(odd) {
    background-color: #9c4221;
  }

  .desktop\:odd\:bg-orange-900:nth-child(odd) {
    background-color: #7b341e;
  }

  .desktop\:odd\:bg-yellow-100:nth-child(odd) {
    background-color: #fffff0;
  }

  .desktop\:odd\:bg-yellow-200:nth-child(odd) {
    background-color: #fefcbf;
  }

  .desktop\:odd\:bg-yellow-300:nth-child(odd) {
    background-color: #faf089;
  }

  .desktop\:odd\:bg-yellow-400:nth-child(odd) {
    background-color: #f6e05e;
  }

  .desktop\:odd\:bg-yellow-500:nth-child(odd) {
    background-color: #ecc94b;
  }

  .desktop\:odd\:bg-yellow-600:nth-child(odd) {
    background-color: #d69e2e;
  }

  .desktop\:odd\:bg-yellow-700:nth-child(odd) {
    background-color: #b7791f;
  }

  .desktop\:odd\:bg-yellow-800:nth-child(odd) {
    background-color: #975a16;
  }

  .desktop\:odd\:bg-yellow-900:nth-child(odd) {
    background-color: #744210;
  }

  .desktop\:odd\:bg-green-100:nth-child(odd) {
    background-color: #f0fff4;
  }

  .desktop\:odd\:bg-green-200:nth-child(odd) {
    background-color: #c6f6d5;
  }

  .desktop\:odd\:bg-green-300:nth-child(odd) {
    background-color: #9ae6b4;
  }

  .desktop\:odd\:bg-green-400:nth-child(odd) {
    background-color: #68d391;
  }

  .desktop\:odd\:bg-green-500:nth-child(odd) {
    background-color: #48bb78;
  }

  .desktop\:odd\:bg-green-600:nth-child(odd) {
    background-color: #38a169;
  }

  .desktop\:odd\:bg-green-700:nth-child(odd) {
    background-color: #2f855a;
  }

  .desktop\:odd\:bg-green-800:nth-child(odd) {
    background-color: #276749;
  }

  .desktop\:odd\:bg-green-900:nth-child(odd) {
    background-color: #22543d;
  }

  .desktop\:odd\:bg-teal-100:nth-child(odd) {
    background-color: #e6fffa;
  }

  .desktop\:odd\:bg-teal-200:nth-child(odd) {
    background-color: #b2f5ea;
  }

  .desktop\:odd\:bg-teal-300:nth-child(odd) {
    background-color: #81e6d9;
  }

  .desktop\:odd\:bg-teal-400:nth-child(odd) {
    background-color: #4fd1c5;
  }

  .desktop\:odd\:bg-teal-500:nth-child(odd) {
    background-color: #38b2ac;
  }

  .desktop\:odd\:bg-teal-600:nth-child(odd) {
    background-color: #319795;
  }

  .desktop\:odd\:bg-teal-700:nth-child(odd) {
    background-color: #2c7a7b;
  }

  .desktop\:odd\:bg-teal-800:nth-child(odd) {
    background-color: #285e61;
  }

  .desktop\:odd\:bg-teal-900:nth-child(odd) {
    background-color: #234e52;
  }

  .desktop\:odd\:bg-blue-100:nth-child(odd) {
    background-color: #ebf8ff;
  }

  .desktop\:odd\:bg-blue-200:nth-child(odd) {
    background-color: #bee3f8;
  }

  .desktop\:odd\:bg-blue-300:nth-child(odd) {
    background-color: #90cdf4;
  }

  .desktop\:odd\:bg-blue-400:nth-child(odd) {
    background-color: #63b3ed;
  }

  .desktop\:odd\:bg-blue-500:nth-child(odd) {
    background-color: #4299e1;
  }

  .desktop\:odd\:bg-blue-600:nth-child(odd) {
    background-color: #3182ce;
  }

  .desktop\:odd\:bg-blue-700:nth-child(odd) {
    background-color: #2b6cb0;
  }

  .desktop\:odd\:bg-blue-800:nth-child(odd) {
    background-color: #2c5282;
  }

  .desktop\:odd\:bg-blue-900:nth-child(odd) {
    background-color: #2a4365;
  }

  .desktop\:odd\:bg-indigo-100:nth-child(odd) {
    background-color: #ebf4ff;
  }

  .desktop\:odd\:bg-indigo-200:nth-child(odd) {
    background-color: #c3dafe;
  }

  .desktop\:odd\:bg-indigo-300:nth-child(odd) {
    background-color: #a3bffa;
  }

  .desktop\:odd\:bg-indigo-400:nth-child(odd) {
    background-color: #7f9cf5;
  }

  .desktop\:odd\:bg-indigo-500:nth-child(odd) {
    background-color: #667eea;
  }

  .desktop\:odd\:bg-indigo-600:nth-child(odd) {
    background-color: #5a67d8;
  }

  .desktop\:odd\:bg-indigo-700:nth-child(odd) {
    background-color: #4c51bf;
  }

  .desktop\:odd\:bg-indigo-800:nth-child(odd) {
    background-color: #434190;
  }

  .desktop\:odd\:bg-indigo-900:nth-child(odd) {
    background-color: #3c366b;
  }

  .desktop\:odd\:bg-purple-100:nth-child(odd) {
    background-color: #faf5ff;
  }

  .desktop\:odd\:bg-purple-200:nth-child(odd) {
    background-color: #e9d8fd;
  }

  .desktop\:odd\:bg-purple-300:nth-child(odd) {
    background-color: #d6bcfa;
  }

  .desktop\:odd\:bg-purple-400:nth-child(odd) {
    background-color: #b794f4;
  }

  .desktop\:odd\:bg-purple-500:nth-child(odd) {
    background-color: #9f7aea;
  }

  .desktop\:odd\:bg-purple-600:nth-child(odd) {
    background-color: #805ad5;
  }

  .desktop\:odd\:bg-purple-700:nth-child(odd) {
    background-color: #6b46c1;
  }

  .desktop\:odd\:bg-purple-800:nth-child(odd) {
    background-color: #553c9a;
  }

  .desktop\:odd\:bg-purple-900:nth-child(odd) {
    background-color: #44337a;
  }

  .desktop\:odd\:bg-pink-100:nth-child(odd) {
    background-color: #fff5f7;
  }

  .desktop\:odd\:bg-pink-200:nth-child(odd) {
    background-color: #fed7e2;
  }

  .desktop\:odd\:bg-pink-300:nth-child(odd) {
    background-color: #fbb6ce;
  }

  .desktop\:odd\:bg-pink-400:nth-child(odd) {
    background-color: #f687b3;
  }

  .desktop\:odd\:bg-pink-500:nth-child(odd) {
    background-color: #ed64a6;
  }

  .desktop\:odd\:bg-pink-600:nth-child(odd) {
    background-color: #d53f8c;
  }

  .desktop\:odd\:bg-pink-700:nth-child(odd) {
    background-color: #b83280;
  }

  .desktop\:odd\:bg-pink-800:nth-child(odd) {
    background-color: #97266d;
  }

  .desktop\:odd\:bg-pink-900:nth-child(odd) {
    background-color: #702459;
  }

  .desktop\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .desktop\:even\:bg-black:nth-child(even) {
    background-color: #000;
  }

  .desktop\:even\:bg-white:nth-child(even) {
    background-color: #fff;
  }

  .desktop\:even\:bg-primary:nth-child(even) {
    background-color: var(--color-primary);
  }

  .desktop\:even\:bg-link:nth-child(even) {
    background-color: #4299e1;
  }

  .desktop\:even\:bg-gray-100:nth-child(even) {
    background-color: #f7fafc;
  }

  .desktop\:even\:bg-gray-200:nth-child(even) {
    background-color: #edf2f7;
  }

  .desktop\:even\:bg-gray-300:nth-child(even) {
    background-color: #e2e8f0;
  }

  .desktop\:even\:bg-gray-400:nth-child(even) {
    background-color: #cbd5e0;
  }

  .desktop\:even\:bg-gray-500:nth-child(even) {
    background-color: #a0aec0;
  }

  .desktop\:even\:bg-gray-600:nth-child(even) {
    background-color: #718096;
  }

  .desktop\:even\:bg-gray-700:nth-child(even) {
    background-color: #4a5568;
  }

  .desktop\:even\:bg-gray-800:nth-child(even) {
    background-color: #2d3748;
  }

  .desktop\:even\:bg-gray-900:nth-child(even) {
    background-color: #1a202c;
  }

  .desktop\:even\:bg-red-100:nth-child(even) {
    background-color: #fff5f5;
  }

  .desktop\:even\:bg-red-200:nth-child(even) {
    background-color: #fed7d7;
  }

  .desktop\:even\:bg-red-300:nth-child(even) {
    background-color: #feb2b2;
  }

  .desktop\:even\:bg-red-400:nth-child(even) {
    background-color: #fc8181;
  }

  .desktop\:even\:bg-red-500:nth-child(even) {
    background-color: #f56565;
  }

  .desktop\:even\:bg-red-600:nth-child(even) {
    background-color: #e53e3e;
  }

  .desktop\:even\:bg-red-700:nth-child(even) {
    background-color: #c53030;
  }

  .desktop\:even\:bg-red-800:nth-child(even) {
    background-color: #9b2c2c;
  }

  .desktop\:even\:bg-red-900:nth-child(even) {
    background-color: #742a2a;
  }

  .desktop\:even\:bg-orange-100:nth-child(even) {
    background-color: #fffaf0;
  }

  .desktop\:even\:bg-orange-200:nth-child(even) {
    background-color: #feebc8;
  }

  .desktop\:even\:bg-orange-300:nth-child(even) {
    background-color: #fbd38d;
  }

  .desktop\:even\:bg-orange-400:nth-child(even) {
    background-color: #f6ad55;
  }

  .desktop\:even\:bg-orange-500:nth-child(even) {
    background-color: #ed8936;
  }

  .desktop\:even\:bg-orange-600:nth-child(even) {
    background-color: #dd6b20;
  }

  .desktop\:even\:bg-orange-700:nth-child(even) {
    background-color: #c05621;
  }

  .desktop\:even\:bg-orange-800:nth-child(even) {
    background-color: #9c4221;
  }

  .desktop\:even\:bg-orange-900:nth-child(even) {
    background-color: #7b341e;
  }

  .desktop\:even\:bg-yellow-100:nth-child(even) {
    background-color: #fffff0;
  }

  .desktop\:even\:bg-yellow-200:nth-child(even) {
    background-color: #fefcbf;
  }

  .desktop\:even\:bg-yellow-300:nth-child(even) {
    background-color: #faf089;
  }

  .desktop\:even\:bg-yellow-400:nth-child(even) {
    background-color: #f6e05e;
  }

  .desktop\:even\:bg-yellow-500:nth-child(even) {
    background-color: #ecc94b;
  }

  .desktop\:even\:bg-yellow-600:nth-child(even) {
    background-color: #d69e2e;
  }

  .desktop\:even\:bg-yellow-700:nth-child(even) {
    background-color: #b7791f;
  }

  .desktop\:even\:bg-yellow-800:nth-child(even) {
    background-color: #975a16;
  }

  .desktop\:even\:bg-yellow-900:nth-child(even) {
    background-color: #744210;
  }

  .desktop\:even\:bg-green-100:nth-child(even) {
    background-color: #f0fff4;
  }

  .desktop\:even\:bg-green-200:nth-child(even) {
    background-color: #c6f6d5;
  }

  .desktop\:even\:bg-green-300:nth-child(even) {
    background-color: #9ae6b4;
  }

  .desktop\:even\:bg-green-400:nth-child(even) {
    background-color: #68d391;
  }

  .desktop\:even\:bg-green-500:nth-child(even) {
    background-color: #48bb78;
  }

  .desktop\:even\:bg-green-600:nth-child(even) {
    background-color: #38a169;
  }

  .desktop\:even\:bg-green-700:nth-child(even) {
    background-color: #2f855a;
  }

  .desktop\:even\:bg-green-800:nth-child(even) {
    background-color: #276749;
  }

  .desktop\:even\:bg-green-900:nth-child(even) {
    background-color: #22543d;
  }

  .desktop\:even\:bg-teal-100:nth-child(even) {
    background-color: #e6fffa;
  }

  .desktop\:even\:bg-teal-200:nth-child(even) {
    background-color: #b2f5ea;
  }

  .desktop\:even\:bg-teal-300:nth-child(even) {
    background-color: #81e6d9;
  }

  .desktop\:even\:bg-teal-400:nth-child(even) {
    background-color: #4fd1c5;
  }

  .desktop\:even\:bg-teal-500:nth-child(even) {
    background-color: #38b2ac;
  }

  .desktop\:even\:bg-teal-600:nth-child(even) {
    background-color: #319795;
  }

  .desktop\:even\:bg-teal-700:nth-child(even) {
    background-color: #2c7a7b;
  }

  .desktop\:even\:bg-teal-800:nth-child(even) {
    background-color: #285e61;
  }

  .desktop\:even\:bg-teal-900:nth-child(even) {
    background-color: #234e52;
  }

  .desktop\:even\:bg-blue-100:nth-child(even) {
    background-color: #ebf8ff;
  }

  .desktop\:even\:bg-blue-200:nth-child(even) {
    background-color: #bee3f8;
  }

  .desktop\:even\:bg-blue-300:nth-child(even) {
    background-color: #90cdf4;
  }

  .desktop\:even\:bg-blue-400:nth-child(even) {
    background-color: #63b3ed;
  }

  .desktop\:even\:bg-blue-500:nth-child(even) {
    background-color: #4299e1;
  }

  .desktop\:even\:bg-blue-600:nth-child(even) {
    background-color: #3182ce;
  }

  .desktop\:even\:bg-blue-700:nth-child(even) {
    background-color: #2b6cb0;
  }

  .desktop\:even\:bg-blue-800:nth-child(even) {
    background-color: #2c5282;
  }

  .desktop\:even\:bg-blue-900:nth-child(even) {
    background-color: #2a4365;
  }

  .desktop\:even\:bg-indigo-100:nth-child(even) {
    background-color: #ebf4ff;
  }

  .desktop\:even\:bg-indigo-200:nth-child(even) {
    background-color: #c3dafe;
  }

  .desktop\:even\:bg-indigo-300:nth-child(even) {
    background-color: #a3bffa;
  }

  .desktop\:even\:bg-indigo-400:nth-child(even) {
    background-color: #7f9cf5;
  }

  .desktop\:even\:bg-indigo-500:nth-child(even) {
    background-color: #667eea;
  }

  .desktop\:even\:bg-indigo-600:nth-child(even) {
    background-color: #5a67d8;
  }

  .desktop\:even\:bg-indigo-700:nth-child(even) {
    background-color: #4c51bf;
  }

  .desktop\:even\:bg-indigo-800:nth-child(even) {
    background-color: #434190;
  }

  .desktop\:even\:bg-indigo-900:nth-child(even) {
    background-color: #3c366b;
  }

  .desktop\:even\:bg-purple-100:nth-child(even) {
    background-color: #faf5ff;
  }

  .desktop\:even\:bg-purple-200:nth-child(even) {
    background-color: #e9d8fd;
  }

  .desktop\:even\:bg-purple-300:nth-child(even) {
    background-color: #d6bcfa;
  }

  .desktop\:even\:bg-purple-400:nth-child(even) {
    background-color: #b794f4;
  }

  .desktop\:even\:bg-purple-500:nth-child(even) {
    background-color: #9f7aea;
  }

  .desktop\:even\:bg-purple-600:nth-child(even) {
    background-color: #805ad5;
  }

  .desktop\:even\:bg-purple-700:nth-child(even) {
    background-color: #6b46c1;
  }

  .desktop\:even\:bg-purple-800:nth-child(even) {
    background-color: #553c9a;
  }

  .desktop\:even\:bg-purple-900:nth-child(even) {
    background-color: #44337a;
  }

  .desktop\:even\:bg-pink-100:nth-child(even) {
    background-color: #fff5f7;
  }

  .desktop\:even\:bg-pink-200:nth-child(even) {
    background-color: #fed7e2;
  }

  .desktop\:even\:bg-pink-300:nth-child(even) {
    background-color: #fbb6ce;
  }

  .desktop\:even\:bg-pink-400:nth-child(even) {
    background-color: #f687b3;
  }

  .desktop\:even\:bg-pink-500:nth-child(even) {
    background-color: #ed64a6;
  }

  .desktop\:even\:bg-pink-600:nth-child(even) {
    background-color: #d53f8c;
  }

  .desktop\:even\:bg-pink-700:nth-child(even) {
    background-color: #b83280;
  }

  .desktop\:even\:bg-pink-800:nth-child(even) {
    background-color: #97266d;
  }

  .desktop\:even\:bg-pink-900:nth-child(even) {
    background-color: #702459;
  }

  .desktop\:bg-bottom {
    background-position: bottom;
  }

  .desktop\:bg-center {
    background-position: center;
  }

  .desktop\:bg-left {
    background-position: left;
  }

  .desktop\:bg-left-bottom {
    background-position: left bottom;
  }

  .desktop\:bg-left-top {
    background-position: left top;
  }

  .desktop\:bg-right {
    background-position: right;
  }

  .desktop\:bg-right-bottom {
    background-position: right bottom;
  }

  .desktop\:bg-right-top {
    background-position: right top;
  }

  .desktop\:bg-top {
    background-position: top;
  }

  .desktop\:bg-repeat {
    background-repeat: repeat;
  }

  .desktop\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .desktop\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .desktop\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .desktop\:bg-repeat-round {
    background-repeat: round;
  }

  .desktop\:bg-repeat-space {
    background-repeat: space;
  }

  .desktop\:bg-auto {
    background-size: auto;
  }

  .desktop\:bg-cover {
    background-size: cover;
  }

  .desktop\:bg-contain {
    background-size: contain;
  }

  .desktop\:border-collapse {
    border-collapse: collapse;
  }

  .desktop\:border-separate {
    border-collapse: separate;
  }

  .desktop\:border-transparent {
    border-color: transparent;
  }

  .desktop\:border-black {
    border-color: #000;
  }

  .desktop\:border-white {
    border-color: #fff;
  }

  .desktop\:border-primary {
    border-color: var(--color-primary);
  }

  .desktop\:border-link {
    border-color: #4299e1;
  }

  .desktop\:border-gray-100 {
    border-color: #f7fafc;
  }

  .desktop\:border-gray-200 {
    border-color: #edf2f7;
  }

  .desktop\:border-gray-300 {
    border-color: #e2e8f0;
  }

  .desktop\:border-gray-400 {
    border-color: #cbd5e0;
  }

  .desktop\:border-gray-500 {
    border-color: #a0aec0;
  }

  .desktop\:border-gray-600 {
    border-color: #718096;
  }

  .desktop\:border-gray-700 {
    border-color: #4a5568;
  }

  .desktop\:border-gray-800 {
    border-color: #2d3748;
  }

  .desktop\:border-gray-900 {
    border-color: #1a202c;
  }

  .desktop\:border-red-100 {
    border-color: #fff5f5;
  }

  .desktop\:border-red-200 {
    border-color: #fed7d7;
  }

  .desktop\:border-red-300 {
    border-color: #feb2b2;
  }

  .desktop\:border-red-400 {
    border-color: #fc8181;
  }

  .desktop\:border-red-500 {
    border-color: #f56565;
  }

  .desktop\:border-red-600 {
    border-color: #e53e3e;
  }

  .desktop\:border-red-700 {
    border-color: #c53030;
  }

  .desktop\:border-red-800 {
    border-color: #9b2c2c;
  }

  .desktop\:border-red-900 {
    border-color: #742a2a;
  }

  .desktop\:border-orange-100 {
    border-color: #fffaf0;
  }

  .desktop\:border-orange-200 {
    border-color: #feebc8;
  }

  .desktop\:border-orange-300 {
    border-color: #fbd38d;
  }

  .desktop\:border-orange-400 {
    border-color: #f6ad55;
  }

  .desktop\:border-orange-500 {
    border-color: #ed8936;
  }

  .desktop\:border-orange-600 {
    border-color: #dd6b20;
  }

  .desktop\:border-orange-700 {
    border-color: #c05621;
  }

  .desktop\:border-orange-800 {
    border-color: #9c4221;
  }

  .desktop\:border-orange-900 {
    border-color: #7b341e;
  }

  .desktop\:border-yellow-100 {
    border-color: #fffff0;
  }

  .desktop\:border-yellow-200 {
    border-color: #fefcbf;
  }

  .desktop\:border-yellow-300 {
    border-color: #faf089;
  }

  .desktop\:border-yellow-400 {
    border-color: #f6e05e;
  }

  .desktop\:border-yellow-500 {
    border-color: #ecc94b;
  }

  .desktop\:border-yellow-600 {
    border-color: #d69e2e;
  }

  .desktop\:border-yellow-700 {
    border-color: #b7791f;
  }

  .desktop\:border-yellow-800 {
    border-color: #975a16;
  }

  .desktop\:border-yellow-900 {
    border-color: #744210;
  }

  .desktop\:border-green-100 {
    border-color: #f0fff4;
  }

  .desktop\:border-green-200 {
    border-color: #c6f6d5;
  }

  .desktop\:border-green-300 {
    border-color: #9ae6b4;
  }

  .desktop\:border-green-400 {
    border-color: #68d391;
  }

  .desktop\:border-green-500 {
    border-color: #48bb78;
  }

  .desktop\:border-green-600 {
    border-color: #38a169;
  }

  .desktop\:border-green-700 {
    border-color: #2f855a;
  }

  .desktop\:border-green-800 {
    border-color: #276749;
  }

  .desktop\:border-green-900 {
    border-color: #22543d;
  }

  .desktop\:border-teal-100 {
    border-color: #e6fffa;
  }

  .desktop\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .desktop\:border-teal-300 {
    border-color: #81e6d9;
  }

  .desktop\:border-teal-400 {
    border-color: #4fd1c5;
  }

  .desktop\:border-teal-500 {
    border-color: #38b2ac;
  }

  .desktop\:border-teal-600 {
    border-color: #319795;
  }

  .desktop\:border-teal-700 {
    border-color: #2c7a7b;
  }

  .desktop\:border-teal-800 {
    border-color: #285e61;
  }

  .desktop\:border-teal-900 {
    border-color: #234e52;
  }

  .desktop\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .desktop\:border-blue-200 {
    border-color: #bee3f8;
  }

  .desktop\:border-blue-300 {
    border-color: #90cdf4;
  }

  .desktop\:border-blue-400 {
    border-color: #63b3ed;
  }

  .desktop\:border-blue-500 {
    border-color: #4299e1;
  }

  .desktop\:border-blue-600 {
    border-color: #3182ce;
  }

  .desktop\:border-blue-700 {
    border-color: #2b6cb0;
  }

  .desktop\:border-blue-800 {
    border-color: #2c5282;
  }

  .desktop\:border-blue-900 {
    border-color: #2a4365;
  }

  .desktop\:border-indigo-100 {
    border-color: #ebf4ff;
  }

  .desktop\:border-indigo-200 {
    border-color: #c3dafe;
  }

  .desktop\:border-indigo-300 {
    border-color: #a3bffa;
  }

  .desktop\:border-indigo-400 {
    border-color: #7f9cf5;
  }

  .desktop\:border-indigo-500 {
    border-color: #667eea;
  }

  .desktop\:border-indigo-600 {
    border-color: #5a67d8;
  }

  .desktop\:border-indigo-700 {
    border-color: #4c51bf;
  }

  .desktop\:border-indigo-800 {
    border-color: #434190;
  }

  .desktop\:border-indigo-900 {
    border-color: #3c366b;
  }

  .desktop\:border-purple-100 {
    border-color: #faf5ff;
  }

  .desktop\:border-purple-200 {
    border-color: #e9d8fd;
  }

  .desktop\:border-purple-300 {
    border-color: #d6bcfa;
  }

  .desktop\:border-purple-400 {
    border-color: #b794f4;
  }

  .desktop\:border-purple-500 {
    border-color: #9f7aea;
  }

  .desktop\:border-purple-600 {
    border-color: #805ad5;
  }

  .desktop\:border-purple-700 {
    border-color: #6b46c1;
  }

  .desktop\:border-purple-800 {
    border-color: #553c9a;
  }

  .desktop\:border-purple-900 {
    border-color: #44337a;
  }

  .desktop\:border-pink-100 {
    border-color: #fff5f7;
  }

  .desktop\:border-pink-200 {
    border-color: #fed7e2;
  }

  .desktop\:border-pink-300 {
    border-color: #fbb6ce;
  }

  .desktop\:border-pink-400 {
    border-color: #f687b3;
  }

  .desktop\:border-pink-500 {
    border-color: #ed64a6;
  }

  .desktop\:border-pink-600 {
    border-color: #d53f8c;
  }

  .desktop\:border-pink-700 {
    border-color: #b83280;
  }

  .desktop\:border-pink-800 {
    border-color: #97266d;
  }

  .desktop\:border-pink-900 {
    border-color: #702459;
  }

  .desktop\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .desktop\:hover\:border-black:hover {
    border-color: #000;
  }

  .desktop\:hover\:border-white:hover {
    border-color: #fff;
  }

  .desktop\:hover\:border-primary:hover {
    border-color: var(--color-primary);
  }

  .desktop\:hover\:border-link:hover {
    border-color: #4299e1;
  }

  .desktop\:hover\:border-gray-100:hover {
    border-color: #f7fafc;
  }

  .desktop\:hover\:border-gray-200:hover {
    border-color: #edf2f7;
  }

  .desktop\:hover\:border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .desktop\:hover\:border-gray-400:hover {
    border-color: #cbd5e0;
  }

  .desktop\:hover\:border-gray-500:hover {
    border-color: #a0aec0;
  }

  .desktop\:hover\:border-gray-600:hover {
    border-color: #718096;
  }

  .desktop\:hover\:border-gray-700:hover {
    border-color: #4a5568;
  }

  .desktop\:hover\:border-gray-800:hover {
    border-color: #2d3748;
  }

  .desktop\:hover\:border-gray-900:hover {
    border-color: #1a202c;
  }

  .desktop\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .desktop\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .desktop\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .desktop\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .desktop\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .desktop\:hover\:border-red-600:hover {
    border-color: #e53e3e;
  }

  .desktop\:hover\:border-red-700:hover {
    border-color: #c53030;
  }

  .desktop\:hover\:border-red-800:hover {
    border-color: #9b2c2c;
  }

  .desktop\:hover\:border-red-900:hover {
    border-color: #742a2a;
  }

  .desktop\:hover\:border-orange-100:hover {
    border-color: #fffaf0;
  }

  .desktop\:hover\:border-orange-200:hover {
    border-color: #feebc8;
  }

  .desktop\:hover\:border-orange-300:hover {
    border-color: #fbd38d;
  }

  .desktop\:hover\:border-orange-400:hover {
    border-color: #f6ad55;
  }

  .desktop\:hover\:border-orange-500:hover {
    border-color: #ed8936;
  }

  .desktop\:hover\:border-orange-600:hover {
    border-color: #dd6b20;
  }

  .desktop\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .desktop\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .desktop\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .desktop\:hover\:border-yellow-100:hover {
    border-color: #fffff0;
  }

  .desktop\:hover\:border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .desktop\:hover\:border-yellow-300:hover {
    border-color: #faf089;
  }

  .desktop\:hover\:border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .desktop\:hover\:border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .desktop\:hover\:border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .desktop\:hover\:border-yellow-700:hover {
    border-color: #b7791f;
  }

  .desktop\:hover\:border-yellow-800:hover {
    border-color: #975a16;
  }

  .desktop\:hover\:border-yellow-900:hover {
    border-color: #744210;
  }

  .desktop\:hover\:border-green-100:hover {
    border-color: #f0fff4;
  }

  .desktop\:hover\:border-green-200:hover {
    border-color: #c6f6d5;
  }

  .desktop\:hover\:border-green-300:hover {
    border-color: #9ae6b4;
  }

  .desktop\:hover\:border-green-400:hover {
    border-color: #68d391;
  }

  .desktop\:hover\:border-green-500:hover {
    border-color: #48bb78;
  }

  .desktop\:hover\:border-green-600:hover {
    border-color: #38a169;
  }

  .desktop\:hover\:border-green-700:hover {
    border-color: #2f855a;
  }

  .desktop\:hover\:border-green-800:hover {
    border-color: #276749;
  }

  .desktop\:hover\:border-green-900:hover {
    border-color: #22543d;
  }

  .desktop\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .desktop\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .desktop\:hover\:border-teal-300:hover {
    border-color: #81e6d9;
  }

  .desktop\:hover\:border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .desktop\:hover\:border-teal-500:hover {
    border-color: #38b2ac;
  }

  .desktop\:hover\:border-teal-600:hover {
    border-color: #319795;
  }

  .desktop\:hover\:border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .desktop\:hover\:border-teal-800:hover {
    border-color: #285e61;
  }

  .desktop\:hover\:border-teal-900:hover {
    border-color: #234e52;
  }

  .desktop\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .desktop\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .desktop\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .desktop\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .desktop\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .desktop\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .desktop\:hover\:border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .desktop\:hover\:border-blue-800:hover {
    border-color: #2c5282;
  }

  .desktop\:hover\:border-blue-900:hover {
    border-color: #2a4365;
  }

  .desktop\:hover\:border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .desktop\:hover\:border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .desktop\:hover\:border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .desktop\:hover\:border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .desktop\:hover\:border-indigo-500:hover {
    border-color: #667eea;
  }

  .desktop\:hover\:border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .desktop\:hover\:border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .desktop\:hover\:border-indigo-800:hover {
    border-color: #434190;
  }

  .desktop\:hover\:border-indigo-900:hover {
    border-color: #3c366b;
  }

  .desktop\:hover\:border-purple-100:hover {
    border-color: #faf5ff;
  }

  .desktop\:hover\:border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .desktop\:hover\:border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .desktop\:hover\:border-purple-400:hover {
    border-color: #b794f4;
  }

  .desktop\:hover\:border-purple-500:hover {
    border-color: #9f7aea;
  }

  .desktop\:hover\:border-purple-600:hover {
    border-color: #805ad5;
  }

  .desktop\:hover\:border-purple-700:hover {
    border-color: #6b46c1;
  }

  .desktop\:hover\:border-purple-800:hover {
    border-color: #553c9a;
  }

  .desktop\:hover\:border-purple-900:hover {
    border-color: #44337a;
  }

  .desktop\:hover\:border-pink-100:hover {
    border-color: #fff5f7;
  }

  .desktop\:hover\:border-pink-200:hover {
    border-color: #fed7e2;
  }

  .desktop\:hover\:border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .desktop\:hover\:border-pink-400:hover {
    border-color: #f687b3;
  }

  .desktop\:hover\:border-pink-500:hover {
    border-color: #ed64a6;
  }

  .desktop\:hover\:border-pink-600:hover {
    border-color: #d53f8c;
  }

  .desktop\:hover\:border-pink-700:hover {
    border-color: #b83280;
  }

  .desktop\:hover\:border-pink-800:hover {
    border-color: #97266d;
  }

  .desktop\:hover\:border-pink-900:hover {
    border-color: #702459;
  }

  .desktop\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .desktop\:focus\:border-black:focus {
    border-color: #000;
  }

  .desktop\:focus\:border-white:focus {
    border-color: #fff;
  }

  .desktop\:focus\:border-primary:focus {
    border-color: var(--color-primary);
  }

  .desktop\:focus\:border-link:focus {
    border-color: #4299e1;
  }

  .desktop\:focus\:border-gray-100:focus {
    border-color: #f7fafc;
  }

  .desktop\:focus\:border-gray-200:focus {
    border-color: #edf2f7;
  }

  .desktop\:focus\:border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .desktop\:focus\:border-gray-400:focus {
    border-color: #cbd5e0;
  }

  .desktop\:focus\:border-gray-500:focus {
    border-color: #a0aec0;
  }

  .desktop\:focus\:border-gray-600:focus {
    border-color: #718096;
  }

  .desktop\:focus\:border-gray-700:focus {
    border-color: #4a5568;
  }

  .desktop\:focus\:border-gray-800:focus {
    border-color: #2d3748;
  }

  .desktop\:focus\:border-gray-900:focus {
    border-color: #1a202c;
  }

  .desktop\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .desktop\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .desktop\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .desktop\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .desktop\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .desktop\:focus\:border-red-600:focus {
    border-color: #e53e3e;
  }

  .desktop\:focus\:border-red-700:focus {
    border-color: #c53030;
  }

  .desktop\:focus\:border-red-800:focus {
    border-color: #9b2c2c;
  }

  .desktop\:focus\:border-red-900:focus {
    border-color: #742a2a;
  }

  .desktop\:focus\:border-orange-100:focus {
    border-color: #fffaf0;
  }

  .desktop\:focus\:border-orange-200:focus {
    border-color: #feebc8;
  }

  .desktop\:focus\:border-orange-300:focus {
    border-color: #fbd38d;
  }

  .desktop\:focus\:border-orange-400:focus {
    border-color: #f6ad55;
  }

  .desktop\:focus\:border-orange-500:focus {
    border-color: #ed8936;
  }

  .desktop\:focus\:border-orange-600:focus {
    border-color: #dd6b20;
  }

  .desktop\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .desktop\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .desktop\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .desktop\:focus\:border-yellow-100:focus {
    border-color: #fffff0;
  }

  .desktop\:focus\:border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .desktop\:focus\:border-yellow-300:focus {
    border-color: #faf089;
  }

  .desktop\:focus\:border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .desktop\:focus\:border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .desktop\:focus\:border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .desktop\:focus\:border-yellow-700:focus {
    border-color: #b7791f;
  }

  .desktop\:focus\:border-yellow-800:focus {
    border-color: #975a16;
  }

  .desktop\:focus\:border-yellow-900:focus {
    border-color: #744210;
  }

  .desktop\:focus\:border-green-100:focus {
    border-color: #f0fff4;
  }

  .desktop\:focus\:border-green-200:focus {
    border-color: #c6f6d5;
  }

  .desktop\:focus\:border-green-300:focus {
    border-color: #9ae6b4;
  }

  .desktop\:focus\:border-green-400:focus {
    border-color: #68d391;
  }

  .desktop\:focus\:border-green-500:focus {
    border-color: #48bb78;
  }

  .desktop\:focus\:border-green-600:focus {
    border-color: #38a169;
  }

  .desktop\:focus\:border-green-700:focus {
    border-color: #2f855a;
  }

  .desktop\:focus\:border-green-800:focus {
    border-color: #276749;
  }

  .desktop\:focus\:border-green-900:focus {
    border-color: #22543d;
  }

  .desktop\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .desktop\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .desktop\:focus\:border-teal-300:focus {
    border-color: #81e6d9;
  }

  .desktop\:focus\:border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .desktop\:focus\:border-teal-500:focus {
    border-color: #38b2ac;
  }

  .desktop\:focus\:border-teal-600:focus {
    border-color: #319795;
  }

  .desktop\:focus\:border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .desktop\:focus\:border-teal-800:focus {
    border-color: #285e61;
  }

  .desktop\:focus\:border-teal-900:focus {
    border-color: #234e52;
  }

  .desktop\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .desktop\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .desktop\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .desktop\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .desktop\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .desktop\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .desktop\:focus\:border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .desktop\:focus\:border-blue-800:focus {
    border-color: #2c5282;
  }

  .desktop\:focus\:border-blue-900:focus {
    border-color: #2a4365;
  }

  .desktop\:focus\:border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .desktop\:focus\:border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .desktop\:focus\:border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .desktop\:focus\:border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .desktop\:focus\:border-indigo-500:focus {
    border-color: #667eea;
  }

  .desktop\:focus\:border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .desktop\:focus\:border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .desktop\:focus\:border-indigo-800:focus {
    border-color: #434190;
  }

  .desktop\:focus\:border-indigo-900:focus {
    border-color: #3c366b;
  }

  .desktop\:focus\:border-purple-100:focus {
    border-color: #faf5ff;
  }

  .desktop\:focus\:border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .desktop\:focus\:border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .desktop\:focus\:border-purple-400:focus {
    border-color: #b794f4;
  }

  .desktop\:focus\:border-purple-500:focus {
    border-color: #9f7aea;
  }

  .desktop\:focus\:border-purple-600:focus {
    border-color: #805ad5;
  }

  .desktop\:focus\:border-purple-700:focus {
    border-color: #6b46c1;
  }

  .desktop\:focus\:border-purple-800:focus {
    border-color: #553c9a;
  }

  .desktop\:focus\:border-purple-900:focus {
    border-color: #44337a;
  }

  .desktop\:focus\:border-pink-100:focus {
    border-color: #fff5f7;
  }

  .desktop\:focus\:border-pink-200:focus {
    border-color: #fed7e2;
  }

  .desktop\:focus\:border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .desktop\:focus\:border-pink-400:focus {
    border-color: #f687b3;
  }

  .desktop\:focus\:border-pink-500:focus {
    border-color: #ed64a6;
  }

  .desktop\:focus\:border-pink-600:focus {
    border-color: #d53f8c;
  }

  .desktop\:focus\:border-pink-700:focus {
    border-color: #b83280;
  }

  .desktop\:focus\:border-pink-800:focus {
    border-color: #97266d;
  }

  .desktop\:focus\:border-pink-900:focus {
    border-color: #702459;
  }

  .desktop\:rounded-none {
    border-radius: 0;
  }

  .desktop\:rounded-sm {
    border-radius: 0.125rem;
  }

  .desktop\:rounded {
    border-radius: 0.25rem;
  }

  .desktop\:rounded-lg {
    border-radius: 0.5rem;
  }

  .desktop\:rounded-full {
    border-radius: 9999px;
  }

  .desktop\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .desktop\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .desktop\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .desktop\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .desktop\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .desktop\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .desktop\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .desktop\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .desktop\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .desktop\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .desktop\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .desktop\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .desktop\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .desktop\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .desktop\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .desktop\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .desktop\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .desktop\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .desktop\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .desktop\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .desktop\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .desktop\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .desktop\:border-solid {
    border-style: solid;
  }

  .desktop\:border-dashed {
    border-style: dashed;
  }

  .desktop\:border-dotted {
    border-style: dotted;
  }

  .desktop\:border-double {
    border-style: double;
  }

  .desktop\:border-none {
    border-style: none;
  }

  .desktop\:border-0 {
    border-width: 0;
  }

  .desktop\:border-2 {
    border-width: 2px;
  }

  .desktop\:border-4 {
    border-width: 4px;
  }

  .desktop\:border-8 {
    border-width: 8px;
  }

  .desktop\:border {
    border-width: 1px;
  }

  .desktop\:border-t-0 {
    border-top-width: 0;
  }

  .desktop\:border-r-0 {
    border-right-width: 0;
  }

  .desktop\:border-b-0 {
    border-bottom-width: 0;
  }

  .desktop\:border-l-0 {
    border-left-width: 0;
  }

  .desktop\:border-t-2 {
    border-top-width: 2px;
  }

  .desktop\:border-r-2 {
    border-right-width: 2px;
  }

  .desktop\:border-b-2 {
    border-bottom-width: 2px;
  }

  .desktop\:border-l-2 {
    border-left-width: 2px;
  }

  .desktop\:border-t-4 {
    border-top-width: 4px;
  }

  .desktop\:border-r-4 {
    border-right-width: 4px;
  }

  .desktop\:border-b-4 {
    border-bottom-width: 4px;
  }

  .desktop\:border-l-4 {
    border-left-width: 4px;
  }

  .desktop\:border-t-8 {
    border-top-width: 8px;
  }

  .desktop\:border-r-8 {
    border-right-width: 8px;
  }

  .desktop\:border-b-8 {
    border-bottom-width: 8px;
  }

  .desktop\:border-l-8 {
    border-left-width: 8px;
  }

  .desktop\:border-t {
    border-top-width: 1px;
  }

  .desktop\:border-r {
    border-right-width: 1px;
  }

  .desktop\:border-b {
    border-bottom-width: 1px;
  }

  .desktop\:border-l {
    border-left-width: 1px;
  }

  .desktop\:cursor-auto {
    cursor: auto;
  }

  .desktop\:cursor-default {
    cursor: default;
  }

  .desktop\:cursor-pointer {
    cursor: pointer;
  }

  .desktop\:cursor-wait {
    cursor: wait;
  }

  .desktop\:cursor-text {
    cursor: text;
  }

  .desktop\:cursor-move {
    cursor: move;
  }

  .desktop\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:inline-block {
    display: inline-block;
  }

  .desktop\:inline {
    display: inline;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:inline-flex {
    display: inline-flex;
  }

  .desktop\:table {
    display: table;
  }

  .desktop\:table-row {
    display: table-row;
  }

  .desktop\:table-cell {
    display: table-cell;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:flex-row {
    flex-direction: row;
  }

  .desktop\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .desktop\:flex-col {
    flex-direction: column;
  }

  .desktop\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .desktop\:flex-wrap {
    flex-wrap: wrap;
  }

  .desktop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .desktop\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .desktop\:items-start {
    align-items: flex-start;
  }

  .desktop\:items-end {
    align-items: flex-end;
  }

  .desktop\:items-center {
    align-items: center;
  }

  .desktop\:items-baseline {
    align-items: baseline;
  }

  .desktop\:items-stretch {
    align-items: stretch;
  }

  .desktop\:self-auto {
    align-self: auto;
  }

  .desktop\:self-start {
    align-self: flex-start;
  }

  .desktop\:self-end {
    align-self: flex-end;
  }

  .desktop\:self-center {
    align-self: center;
  }

  .desktop\:self-stretch {
    align-self: stretch;
  }

  .desktop\:justify-start {
    justify-content: flex-start;
  }

  .desktop\:justify-end {
    justify-content: flex-end;
  }

  .desktop\:justify-center {
    justify-content: center;
  }

  .desktop\:justify-between {
    justify-content: space-between;
  }

  .desktop\:justify-around {
    justify-content: space-around;
  }

  .desktop\:content-center {
    align-content: center;
  }

  .desktop\:content-start {
    align-content: flex-start;
  }

  .desktop\:content-end {
    align-content: flex-end;
  }

  .desktop\:content-between {
    align-content: space-between;
  }

  .desktop\:content-around {
    align-content: space-around;
  }

  .desktop\:flex-1 {
    flex: 1 1 0%;
  }

  .desktop\:flex-auto {
    flex: 1 1 auto;
  }

  .desktop\:flex-initial {
    flex: 0 1 auto;
  }

  .desktop\:flex-none {
    flex: none;
  }

  .desktop\:flex-grow-0 {
    flex-grow: 0;
  }

  .desktop\:flex-grow {
    flex-grow: 1;
  }

  .desktop\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .desktop\:flex-shrink {
    flex-shrink: 1;
  }

  .desktop\:order-1 {
    order: 1;
  }

  .desktop\:order-2 {
    order: 2;
  }

  .desktop\:order-3 {
    order: 3;
  }

  .desktop\:order-4 {
    order: 4;
  }

  .desktop\:order-5 {
    order: 5;
  }

  .desktop\:order-6 {
    order: 6;
  }

  .desktop\:order-7 {
    order: 7;
  }

  .desktop\:order-8 {
    order: 8;
  }

  .desktop\:order-9 {
    order: 9;
  }

  .desktop\:order-10 {
    order: 10;
  }

  .desktop\:order-11 {
    order: 11;
  }

  .desktop\:order-12 {
    order: 12;
  }

  .desktop\:order-first {
    order: -9999;
  }

  .desktop\:order-last {
    order: 9999;
  }

  .desktop\:order-none {
    order: 0;
  }

  .desktop\:float-right {
    float: right;
  }

  .desktop\:float-left {
    float: left;
  }

  .desktop\:float-none {
    float: none;
  }

  .desktop\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop\:font-sans {
    font-family: "Helvetica Neue", sans-serif;
  }

  .desktop\:font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .desktop\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .desktop\:font-hairline {
    font-weight: 100;
  }

  .desktop\:font-thin {
    font-weight: 200;
  }

  .desktop\:font-light {
    font-weight: 300;
  }

  .desktop\:font-normal {
    font-weight: 400;
  }

  .desktop\:font-medium {
    font-weight: 500;
  }

  .desktop\:font-semibold {
    font-weight: 600;
  }

  .desktop\:font-bold {
    font-weight: 700;
  }

  .desktop\:font-extrabold {
    font-weight: 800;
  }

  .desktop\:font-black {
    font-weight: 900;
  }

  .desktop\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .desktop\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .desktop\:hover\:font-light:hover {
    font-weight: 300;
  }

  .desktop\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .desktop\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .desktop\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .desktop\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .desktop\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .desktop\:hover\:font-black:hover {
    font-weight: 900;
  }

  .desktop\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .desktop\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .desktop\:focus\:font-light:focus {
    font-weight: 300;
  }

  .desktop\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .desktop\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .desktop\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .desktop\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .desktop\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .desktop\:focus\:font-black:focus {
    font-weight: 900;
  }

  .desktop\:h-0 {
    height: 0;
  }

  .desktop\:h-1 {
    height: 0.25rem;
  }

  .desktop\:h-2 {
    height: 0.5rem;
  }

  .desktop\:h-3 {
    height: 0.75rem;
  }

  .desktop\:h-4 {
    height: 1rem;
  }

  .desktop\:h-5 {
    height: 1.25rem;
  }

  .desktop\:h-6 {
    height: 1.5rem;
  }

  .desktop\:h-8 {
    height: 2rem;
  }

  .desktop\:h-10 {
    height: 2.5rem;
  }

  .desktop\:h-12 {
    height: 3rem;
  }

  .desktop\:h-16 {
    height: 4rem;
  }

  .desktop\:h-20 {
    height: 5rem;
  }

  .desktop\:h-24 {
    height: 6rem;
  }

  .desktop\:h-32 {
    height: 8rem;
  }

  .desktop\:h-40 {
    height: 10rem;
  }

  .desktop\:h-48 {
    height: 12rem;
  }

  .desktop\:h-56 {
    height: 14rem;
  }

  .desktop\:h-64 {
    height: 16rem;
  }

  .desktop\:h-auto {
    height: auto;
  }

  .desktop\:h-px {
    height: 1px;
  }

  .desktop\:h-1\/5 {
    height: 20%;
  }

  .desktop\:h-full {
    height: 100%;
  }

  .desktop\:h-screen {
    height: 100vh;
  }

  .desktop\:leading-none {
    line-height: 1;
  }

  .desktop\:leading-tight {
    line-height: 1.25;
  }

  .desktop\:leading-snug {
    line-height: 1.375;
  }

  .desktop\:leading-normal {
    line-height: 1.5;
  }

  .desktop\:leading-relaxed {
    line-height: 1.625;
  }

  .desktop\:leading-loose {
    line-height: 2;
  }

  .desktop\:list-inside {
    list-style-position: inside;
  }

  .desktop\:list-outside {
    list-style-position: outside;
  }

  .desktop\:list-none {
    list-style-type: none;
  }

  .desktop\:list-disc {
    list-style-type: disc;
  }

  .desktop\:list-decimal {
    list-style-type: decimal;
  }

  .desktop\:m-0 {
    margin: 0;
  }

  .desktop\:m-1 {
    margin: 0.25rem;
  }

  .desktop\:m-2 {
    margin: 0.5rem;
  }

  .desktop\:m-3 {
    margin: 0.75rem;
  }

  .desktop\:m-4 {
    margin: 1rem;
  }

  .desktop\:m-5 {
    margin: 1.25rem;
  }

  .desktop\:m-6 {
    margin: 1.5rem;
  }

  .desktop\:m-8 {
    margin: 2rem;
  }

  .desktop\:m-10 {
    margin: 2.5rem;
  }

  .desktop\:m-12 {
    margin: 3rem;
  }

  .desktop\:m-16 {
    margin: 4rem;
  }

  .desktop\:m-20 {
    margin: 5rem;
  }

  .desktop\:m-24 {
    margin: 6rem;
  }

  .desktop\:m-32 {
    margin: 8rem;
  }

  .desktop\:m-40 {
    margin: 10rem;
  }

  .desktop\:m-48 {
    margin: 12rem;
  }

  .desktop\:m-56 {
    margin: 14rem;
  }

  .desktop\:m-64 {
    margin: 16rem;
  }

  .desktop\:m-auto {
    margin: auto;
  }

  .desktop\:m-px {
    margin: 1px;
  }

  .desktop\:m-1\/5 {
    margin: 20%;
  }

  .desktop\:-m-1 {
    margin: -0.25rem;
  }

  .desktop\:-m-2 {
    margin: -0.5rem;
  }

  .desktop\:-m-3 {
    margin: -0.75rem;
  }

  .desktop\:-m-4 {
    margin: -1rem;
  }

  .desktop\:-m-5 {
    margin: -1.25rem;
  }

  .desktop\:-m-6 {
    margin: -1.5rem;
  }

  .desktop\:-m-8 {
    margin: -2rem;
  }

  .desktop\:-m-10 {
    margin: -2.5rem;
  }

  .desktop\:-m-12 {
    margin: -3rem;
  }

  .desktop\:-m-16 {
    margin: -4rem;
  }

  .desktop\:-m-20 {
    margin: -5rem;
  }

  .desktop\:-m-24 {
    margin: -6rem;
  }

  .desktop\:-m-32 {
    margin: -8rem;
  }

  .desktop\:-m-40 {
    margin: -10rem;
  }

  .desktop\:-m-48 {
    margin: -12rem;
  }

  .desktop\:-m-56 {
    margin: -14rem;
  }

  .desktop\:-m-64 {
    margin: -16rem;
  }

  .desktop\:-m-px {
    margin: -1px;
  }

  .desktop\:-m-1\/5 {
    margin: -20%;
  }

  .desktop\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .desktop\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .desktop\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .desktop\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .desktop\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .desktop\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .desktop\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .desktop\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .desktop\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .desktop\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .desktop\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .desktop\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .desktop\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .desktop\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .desktop\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .desktop\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .desktop\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .desktop\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .desktop\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .desktop\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .desktop\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .desktop\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .desktop\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .desktop\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .desktop\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .desktop\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .desktop\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .desktop\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .desktop\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .desktop\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .desktop\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .desktop\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .desktop\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .desktop\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .desktop\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .desktop\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .desktop\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .desktop\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .desktop\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .desktop\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .desktop\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .desktop\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .desktop\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .desktop\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .desktop\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .desktop\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .desktop\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .desktop\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .desktop\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .desktop\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .desktop\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .desktop\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .desktop\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .desktop\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .desktop\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .desktop\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .desktop\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .desktop\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .desktop\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .desktop\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .desktop\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .desktop\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .desktop\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .desktop\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .desktop\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .desktop\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .desktop\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .desktop\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .desktop\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .desktop\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .desktop\:mt-0 {
    margin-top: 0;
  }

  .desktop\:mr-0 {
    margin-right: 0;
  }

  .desktop\:mb-0 {
    margin-bottom: 0;
  }

  .desktop\:ml-0 {
    margin-left: 0;
  }

  .desktop\:mt-1 {
    margin-top: 0.25rem;
  }

  .desktop\:mr-1 {
    margin-right: 0.25rem;
  }

  .desktop\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .desktop\:ml-1 {
    margin-left: 0.25rem;
  }

  .desktop\:mt-2 {
    margin-top: 0.5rem;
  }

  .desktop\:mr-2 {
    margin-right: 0.5rem;
  }

  .desktop\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .desktop\:ml-2 {
    margin-left: 0.5rem;
  }

  .desktop\:mt-3 {
    margin-top: 0.75rem;
  }

  .desktop\:mr-3 {
    margin-right: 0.75rem;
  }

  .desktop\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .desktop\:ml-3 {
    margin-left: 0.75rem;
  }

  .desktop\:mt-4 {
    margin-top: 1rem;
  }

  .desktop\:mr-4 {
    margin-right: 1rem;
  }

  .desktop\:mb-4 {
    margin-bottom: 1rem;
  }

  .desktop\:ml-4 {
    margin-left: 1rem;
  }

  .desktop\:mt-5 {
    margin-top: 1.25rem;
  }

  .desktop\:mr-5 {
    margin-right: 1.25rem;
  }

  .desktop\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .desktop\:ml-5 {
    margin-left: 1.25rem;
  }

  .desktop\:mt-6 {
    margin-top: 1.5rem;
  }

  .desktop\:mr-6 {
    margin-right: 1.5rem;
  }

  .desktop\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .desktop\:ml-6 {
    margin-left: 1.5rem;
  }

  .desktop\:mt-8 {
    margin-top: 2rem;
  }

  .desktop\:mr-8 {
    margin-right: 2rem;
  }

  .desktop\:mb-8 {
    margin-bottom: 2rem;
  }

  .desktop\:ml-8 {
    margin-left: 2rem;
  }

  .desktop\:mt-10 {
    margin-top: 2.5rem;
  }

  .desktop\:mr-10 {
    margin-right: 2.5rem;
  }

  .desktop\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .desktop\:ml-10 {
    margin-left: 2.5rem;
  }

  .desktop\:mt-12 {
    margin-top: 3rem;
  }

  .desktop\:mr-12 {
    margin-right: 3rem;
  }

  .desktop\:mb-12 {
    margin-bottom: 3rem;
  }

  .desktop\:ml-12 {
    margin-left: 3rem;
  }

  .desktop\:mt-16 {
    margin-top: 4rem;
  }

  .desktop\:mr-16 {
    margin-right: 4rem;
  }

  .desktop\:mb-16 {
    margin-bottom: 4rem;
  }

  .desktop\:ml-16 {
    margin-left: 4rem;
  }

  .desktop\:mt-20 {
    margin-top: 5rem;
  }

  .desktop\:mr-20 {
    margin-right: 5rem;
  }

  .desktop\:mb-20 {
    margin-bottom: 5rem;
  }

  .desktop\:ml-20 {
    margin-left: 5rem;
  }

  .desktop\:mt-24 {
    margin-top: 6rem;
  }

  .desktop\:mr-24 {
    margin-right: 6rem;
  }

  .desktop\:mb-24 {
    margin-bottom: 6rem;
  }

  .desktop\:ml-24 {
    margin-left: 6rem;
  }

  .desktop\:mt-32 {
    margin-top: 8rem;
  }

  .desktop\:mr-32 {
    margin-right: 8rem;
  }

  .desktop\:mb-32 {
    margin-bottom: 8rem;
  }

  .desktop\:ml-32 {
    margin-left: 8rem;
  }

  .desktop\:mt-40 {
    margin-top: 10rem;
  }

  .desktop\:mr-40 {
    margin-right: 10rem;
  }

  .desktop\:mb-40 {
    margin-bottom: 10rem;
  }

  .desktop\:ml-40 {
    margin-left: 10rem;
  }

  .desktop\:mt-48 {
    margin-top: 12rem;
  }

  .desktop\:mr-48 {
    margin-right: 12rem;
  }

  .desktop\:mb-48 {
    margin-bottom: 12rem;
  }

  .desktop\:ml-48 {
    margin-left: 12rem;
  }

  .desktop\:mt-56 {
    margin-top: 14rem;
  }

  .desktop\:mr-56 {
    margin-right: 14rem;
  }

  .desktop\:mb-56 {
    margin-bottom: 14rem;
  }

  .desktop\:ml-56 {
    margin-left: 14rem;
  }

  .desktop\:mt-64 {
    margin-top: 16rem;
  }

  .desktop\:mr-64 {
    margin-right: 16rem;
  }

  .desktop\:mb-64 {
    margin-bottom: 16rem;
  }

  .desktop\:ml-64 {
    margin-left: 16rem;
  }

  .desktop\:mt-auto {
    margin-top: auto;
  }

  .desktop\:mr-auto {
    margin-right: auto;
  }

  .desktop\:mb-auto {
    margin-bottom: auto;
  }

  .desktop\:ml-auto {
    margin-left: auto;
  }

  .desktop\:mt-px {
    margin-top: 1px;
  }

  .desktop\:mr-px {
    margin-right: 1px;
  }

  .desktop\:mb-px {
    margin-bottom: 1px;
  }

  .desktop\:ml-px {
    margin-left: 1px;
  }

  .desktop\:mt-1\/5 {
    margin-top: 20%;
  }

  .desktop\:mr-1\/5 {
    margin-right: 20%;
  }

  .desktop\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .desktop\:ml-1\/5 {
    margin-left: 20%;
  }

  .desktop\:-mt-1 {
    margin-top: -0.25rem;
  }

  .desktop\:-mr-1 {
    margin-right: -0.25rem;
  }

  .desktop\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .desktop\:-ml-1 {
    margin-left: -0.25rem;
  }

  .desktop\:-mt-2 {
    margin-top: -0.5rem;
  }

  .desktop\:-mr-2 {
    margin-right: -0.5rem;
  }

  .desktop\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .desktop\:-ml-2 {
    margin-left: -0.5rem;
  }

  .desktop\:-mt-3 {
    margin-top: -0.75rem;
  }

  .desktop\:-mr-3 {
    margin-right: -0.75rem;
  }

  .desktop\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .desktop\:-ml-3 {
    margin-left: -0.75rem;
  }

  .desktop\:-mt-4 {
    margin-top: -1rem;
  }

  .desktop\:-mr-4 {
    margin-right: -1rem;
  }

  .desktop\:-mb-4 {
    margin-bottom: -1rem;
  }

  .desktop\:-ml-4 {
    margin-left: -1rem;
  }

  .desktop\:-mt-5 {
    margin-top: -1.25rem;
  }

  .desktop\:-mr-5 {
    margin-right: -1.25rem;
  }

  .desktop\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .desktop\:-ml-5 {
    margin-left: -1.25rem;
  }

  .desktop\:-mt-6 {
    margin-top: -1.5rem;
  }

  .desktop\:-mr-6 {
    margin-right: -1.5rem;
  }

  .desktop\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .desktop\:-ml-6 {
    margin-left: -1.5rem;
  }

  .desktop\:-mt-8 {
    margin-top: -2rem;
  }

  .desktop\:-mr-8 {
    margin-right: -2rem;
  }

  .desktop\:-mb-8 {
    margin-bottom: -2rem;
  }

  .desktop\:-ml-8 {
    margin-left: -2rem;
  }

  .desktop\:-mt-10 {
    margin-top: -2.5rem;
  }

  .desktop\:-mr-10 {
    margin-right: -2.5rem;
  }

  .desktop\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .desktop\:-ml-10 {
    margin-left: -2.5rem;
  }

  .desktop\:-mt-12 {
    margin-top: -3rem;
  }

  .desktop\:-mr-12 {
    margin-right: -3rem;
  }

  .desktop\:-mb-12 {
    margin-bottom: -3rem;
  }

  .desktop\:-ml-12 {
    margin-left: -3rem;
  }

  .desktop\:-mt-16 {
    margin-top: -4rem;
  }

  .desktop\:-mr-16 {
    margin-right: -4rem;
  }

  .desktop\:-mb-16 {
    margin-bottom: -4rem;
  }

  .desktop\:-ml-16 {
    margin-left: -4rem;
  }

  .desktop\:-mt-20 {
    margin-top: -5rem;
  }

  .desktop\:-mr-20 {
    margin-right: -5rem;
  }

  .desktop\:-mb-20 {
    margin-bottom: -5rem;
  }

  .desktop\:-ml-20 {
    margin-left: -5rem;
  }

  .desktop\:-mt-24 {
    margin-top: -6rem;
  }

  .desktop\:-mr-24 {
    margin-right: -6rem;
  }

  .desktop\:-mb-24 {
    margin-bottom: -6rem;
  }

  .desktop\:-ml-24 {
    margin-left: -6rem;
  }

  .desktop\:-mt-32 {
    margin-top: -8rem;
  }

  .desktop\:-mr-32 {
    margin-right: -8rem;
  }

  .desktop\:-mb-32 {
    margin-bottom: -8rem;
  }

  .desktop\:-ml-32 {
    margin-left: -8rem;
  }

  .desktop\:-mt-40 {
    margin-top: -10rem;
  }

  .desktop\:-mr-40 {
    margin-right: -10rem;
  }

  .desktop\:-mb-40 {
    margin-bottom: -10rem;
  }

  .desktop\:-ml-40 {
    margin-left: -10rem;
  }

  .desktop\:-mt-48 {
    margin-top: -12rem;
  }

  .desktop\:-mr-48 {
    margin-right: -12rem;
  }

  .desktop\:-mb-48 {
    margin-bottom: -12rem;
  }

  .desktop\:-ml-48 {
    margin-left: -12rem;
  }

  .desktop\:-mt-56 {
    margin-top: -14rem;
  }

  .desktop\:-mr-56 {
    margin-right: -14rem;
  }

  .desktop\:-mb-56 {
    margin-bottom: -14rem;
  }

  .desktop\:-ml-56 {
    margin-left: -14rem;
  }

  .desktop\:-mt-64 {
    margin-top: -16rem;
  }

  .desktop\:-mr-64 {
    margin-right: -16rem;
  }

  .desktop\:-mb-64 {
    margin-bottom: -16rem;
  }

  .desktop\:-ml-64 {
    margin-left: -16rem;
  }

  .desktop\:-mt-px {
    margin-top: -1px;
  }

  .desktop\:-mr-px {
    margin-right: -1px;
  }

  .desktop\:-mb-px {
    margin-bottom: -1px;
  }

  .desktop\:-ml-px {
    margin-left: -1px;
  }

  .desktop\:-mt-1\/5 {
    margin-top: -20%;
  }

  .desktop\:-mr-1\/5 {
    margin-right: -20%;
  }

  .desktop\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .desktop\:-ml-1\/5 {
    margin-left: -20%;
  }

  .desktop\:max-h-0 {
    max-height: 0;
  }

  .desktop\:max-h-1 {
    max-height: 0.25rem;
  }

  .desktop\:max-h-2 {
    max-height: 0.5rem;
  }

  .desktop\:max-h-3 {
    max-height: 0.75rem;
  }

  .desktop\:max-h-4 {
    max-height: 1rem;
  }

  .desktop\:max-h-5 {
    max-height: 1.25rem;
  }

  .desktop\:max-h-6 {
    max-height: 1.5rem;
  }

  .desktop\:max-h-8 {
    max-height: 2rem;
  }

  .desktop\:max-h-10 {
    max-height: 2.5rem;
  }

  .desktop\:max-h-12 {
    max-height: 3rem;
  }

  .desktop\:max-h-16 {
    max-height: 4rem;
  }

  .desktop\:max-h-20 {
    max-height: 5rem;
  }

  .desktop\:max-h-24 {
    max-height: 6rem;
  }

  .desktop\:max-h-32 {
    max-height: 8rem;
  }

  .desktop\:max-h-40 {
    max-height: 10rem;
  }

  .desktop\:max-h-48 {
    max-height: 12rem;
  }

  .desktop\:max-h-56 {
    max-height: 14rem;
  }

  .desktop\:max-h-64 {
    max-height: 16rem;
  }

  .desktop\:max-h-full {
    max-height: 100%;
  }

  .desktop\:max-h-screen {
    max-height: 100vh;
  }

  .desktop\:max-h-px {
    max-height: 1px;
  }

  .desktop\:max-h-1\/5 {
    max-height: 20%;
  }

  .desktop\:max-w-0 {
    max-width: 0;
  }

  .desktop\:max-w-1 {
    max-width: 0.25rem;
  }

  .desktop\:max-w-2 {
    max-width: 0.5rem;
  }

  .desktop\:max-w-3 {
    max-width: 0.75rem;
  }

  .desktop\:max-w-4 {
    max-width: 1rem;
  }

  .desktop\:max-w-5 {
    max-width: 1.25rem;
  }

  .desktop\:max-w-6 {
    max-width: 1.5rem;
  }

  .desktop\:max-w-8 {
    max-width: 2rem;
  }

  .desktop\:max-w-10 {
    max-width: 2.5rem;
  }

  .desktop\:max-w-12 {
    max-width: 3rem;
  }

  .desktop\:max-w-16 {
    max-width: 4rem;
  }

  .desktop\:max-w-20 {
    max-width: 5rem;
  }

  .desktop\:max-w-24 {
    max-width: 6rem;
  }

  .desktop\:max-w-32 {
    max-width: 8rem;
  }

  .desktop\:max-w-40 {
    max-width: 10rem;
  }

  .desktop\:max-w-48 {
    max-width: 12rem;
  }

  .desktop\:max-w-56 {
    max-width: 14rem;
  }

  .desktop\:max-w-64 {
    max-width: 16rem;
  }

  .desktop\:max-w-xs {
    max-width: 20rem;
  }

  .desktop\:max-w-sm {
    max-width: 24rem;
  }

  .desktop\:max-w-md {
    max-width: 28rem;
  }

  .desktop\:max-w-lg {
    max-width: 32rem;
  }

  .desktop\:max-w-xl {
    max-width: 36rem;
  }

  .desktop\:max-w-2xl {
    max-width: 42rem;
  }

  .desktop\:max-w-3xl {
    max-width: 48rem;
  }

  .desktop\:max-w-4xl {
    max-width: 56rem;
  }

  .desktop\:max-w-5xl {
    max-width: 64rem;
  }

  .desktop\:max-w-6xl {
    max-width: 72rem;
  }

  .desktop\:max-w-1\/4 {
    max-width: 25%;
  }

  .desktop\:max-w-2\/4 {
    max-width: 50%;
  }

  .desktop\:max-w-3\/4 {
    max-width: 75%;
  }

  .desktop\:max-w-full {
    max-width: 100%;
  }

  .desktop\:max-w-app {
    max-width: 100rem;
  }

  .desktop\:max-w-auto {
    max-width: auto;
  }

  .desktop\:max-w-px {
    max-width: 1px;
  }

  .desktop\:max-w-1\/5 {
    max-width: 20%;
  }

  .desktop\:max-w-1\/2 {
    max-width: 50%;
  }

  .desktop\:max-w-1\/3 {
    max-width: 33.333333%;
  }

  .desktop\:max-w-2\/3 {
    max-width: 66.666667%;
  }

  .desktop\:max-w-2\/5 {
    max-width: 40%;
  }

  .desktop\:max-w-3\/5 {
    max-width: 60%;
  }

  .desktop\:max-w-4\/5 {
    max-width: 80%;
  }

  .desktop\:max-w-1\/6 {
    max-width: 16.666667%;
  }

  .desktop\:max-w-2\/6 {
    max-width: 33.333333%;
  }

  .desktop\:max-w-3\/6 {
    max-width: 50%;
  }

  .desktop\:max-w-4\/6 {
    max-width: 66.666667%;
  }

  .desktop\:max-w-5\/6 {
    max-width: 83.333333%;
  }

  .desktop\:max-w-1\/12 {
    max-width: 8.333333%;
  }

  .desktop\:max-w-2\/12 {
    max-width: 16.666667%;
  }

  .desktop\:max-w-3\/12 {
    max-width: 25%;
  }

  .desktop\:max-w-4\/12 {
    max-width: 33.333333%;
  }

  .desktop\:max-w-5\/12 {
    max-width: 41.666667%;
  }

  .desktop\:max-w-6\/12 {
    max-width: 50%;
  }

  .desktop\:max-w-7\/12 {
    max-width: 58.333333%;
  }

  .desktop\:max-w-8\/12 {
    max-width: 66.666667%;
  }

  .desktop\:max-w-9\/12 {
    max-width: 75%;
  }

  .desktop\:max-w-10\/12 {
    max-width: 83.333333%;
  }

  .desktop\:max-w-11\/12 {
    max-width: 91.666667%;
  }

  .desktop\:max-w-screen {
    max-width: 100vw;
  }

  .desktop\:max-w-modal {
    max-width: 30vw;
  }

  .desktop\:min-h-0 {
    min-height: 0;
  }

  .desktop\:min-h-full {
    min-height: 100%;
  }

  .desktop\:min-h-screen {
    min-height: 100vh;
  }

  .desktop\:min-h-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .desktop\:min-w-0 {
    min-width: 0;
  }

  .desktop\:min-w-1 {
    min-width: 0.25rem;
  }

  .desktop\:min-w-2 {
    min-width: 0.5rem;
  }

  .desktop\:min-w-3 {
    min-width: 0.75rem;
  }

  .desktop\:min-w-4 {
    min-width: 1rem;
  }

  .desktop\:min-w-5 {
    min-width: 1.25rem;
  }

  .desktop\:min-w-6 {
    min-width: 1.5rem;
  }

  .desktop\:min-w-8 {
    min-width: 2rem;
  }

  .desktop\:min-w-10 {
    min-width: 2.5rem;
  }

  .desktop\:min-w-12 {
    min-width: 3rem;
  }

  .desktop\:min-w-16 {
    min-width: 4rem;
  }

  .desktop\:min-w-20 {
    min-width: 5rem;
  }

  .desktop\:min-w-24 {
    min-width: 6rem;
  }

  .desktop\:min-w-32 {
    min-width: 8rem;
  }

  .desktop\:min-w-40 {
    min-width: 10rem;
  }

  .desktop\:min-w-48 {
    min-width: 12rem;
  }

  .desktop\:min-w-56 {
    min-width: 14rem;
  }

  .desktop\:min-w-64 {
    min-width: 16rem;
  }

  .desktop\:min-w-px {
    min-width: 1px;
  }

  .desktop\:min-w-1\/5 {
    min-width: 20%;
  }

  .desktop\:min-w-1\/4 {
    min-width: 25%;
  }

  .desktop\:min-w-2\/4 {
    min-width: 50%;
  }

  .desktop\:min-w-3\/4 {
    min-width: 75%;
  }

  .desktop\:min-w-full {
    min-width: 100%;
  }

  .desktop\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .desktop\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .desktop\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .desktop\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .desktop\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .desktop\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .desktop\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .desktop\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .desktop\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .desktop\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .desktop\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .desktop\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .desktop\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .desktop\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .desktop\:opacity-0 {
    opacity: 0;
  }

  .desktop\:opacity-25 {
    opacity: 0.25;
  }

  .desktop\:opacity-50 {
    opacity: 0.5;
  }

  .desktop\:opacity-75 {
    opacity: 0.75;
  }

  .desktop\:opacity-100 {
    opacity: 1;
  }

  .desktop\:outline-none {
    outline: 0;
  }

  .desktop\:focus\:outline-none:focus {
    outline: 0;
  }

  .desktop\:overflow-auto {
    overflow: auto;
  }

  .desktop\:overflow-hidden {
    overflow: hidden;
  }

  .desktop\:overflow-visible {
    overflow: visible;
  }

  .desktop\:overflow-scroll {
    overflow: scroll;
  }

  .desktop\:overflow-x-auto {
    overflow-x: auto;
  }

  .desktop\:overflow-y-auto {
    overflow-y: auto;
  }

  .desktop\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .desktop\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .desktop\:overflow-x-visible {
    overflow-x: visible;
  }

  .desktop\:overflow-y-visible {
    overflow-y: visible;
  }

  .desktop\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .desktop\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .desktop\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .desktop\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .desktop\:p-0 {
    padding: 0;
  }

  .desktop\:p-1 {
    padding: 0.25rem;
  }

  .desktop\:p-2 {
    padding: 0.5rem;
  }

  .desktop\:p-3 {
    padding: 0.75rem;
  }

  .desktop\:p-4 {
    padding: 1rem;
  }

  .desktop\:p-5 {
    padding: 1.25rem;
  }

  .desktop\:p-6 {
    padding: 1.5rem;
  }

  .desktop\:p-8 {
    padding: 2rem;
  }

  .desktop\:p-10 {
    padding: 2.5rem;
  }

  .desktop\:p-12 {
    padding: 3rem;
  }

  .desktop\:p-16 {
    padding: 4rem;
  }

  .desktop\:p-20 {
    padding: 5rem;
  }

  .desktop\:p-24 {
    padding: 6rem;
  }

  .desktop\:p-32 {
    padding: 8rem;
  }

  .desktop\:p-40 {
    padding: 10rem;
  }

  .desktop\:p-48 {
    padding: 12rem;
  }

  .desktop\:p-56 {
    padding: 14rem;
  }

  .desktop\:p-64 {
    padding: 16rem;
  }

  .desktop\:p-px {
    padding: 1px;
  }

  .desktop\:p-1\/5 {
    padding: 20%;
  }

  .desktop\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .desktop\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .desktop\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .desktop\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .desktop\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desktop\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .desktop\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .desktop\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .desktop\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .desktop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desktop\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .desktop\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .desktop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .desktop\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .desktop\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .desktop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .desktop\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .desktop\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .desktop\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .desktop\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .desktop\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .desktop\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .desktop\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .desktop\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .desktop\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .desktop\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .desktop\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .desktop\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .desktop\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .desktop\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .desktop\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .desktop\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .desktop\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .desktop\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .desktop\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .desktop\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .desktop\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .desktop\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .desktop\:pt-0 {
    padding-top: 0;
  }

  .desktop\:pr-0 {
    padding-right: 0;
  }

  .desktop\:pb-0 {
    padding-bottom: 0;
  }

  .desktop\:pl-0 {
    padding-left: 0;
  }

  .desktop\:pt-1 {
    padding-top: 0.25rem;
  }

  .desktop\:pr-1 {
    padding-right: 0.25rem;
  }

  .desktop\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .desktop\:pl-1 {
    padding-left: 0.25rem;
  }

  .desktop\:pt-2 {
    padding-top: 0.5rem;
  }

  .desktop\:pr-2 {
    padding-right: 0.5rem;
  }

  .desktop\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .desktop\:pl-2 {
    padding-left: 0.5rem;
  }

  .desktop\:pt-3 {
    padding-top: 0.75rem;
  }

  .desktop\:pr-3 {
    padding-right: 0.75rem;
  }

  .desktop\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .desktop\:pl-3 {
    padding-left: 0.75rem;
  }

  .desktop\:pt-4 {
    padding-top: 1rem;
  }

  .desktop\:pr-4 {
    padding-right: 1rem;
  }

  .desktop\:pb-4 {
    padding-bottom: 1rem;
  }

  .desktop\:pl-4 {
    padding-left: 1rem;
  }

  .desktop\:pt-5 {
    padding-top: 1.25rem;
  }

  .desktop\:pr-5 {
    padding-right: 1.25rem;
  }

  .desktop\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .desktop\:pl-5 {
    padding-left: 1.25rem;
  }

  .desktop\:pt-6 {
    padding-top: 1.5rem;
  }

  .desktop\:pr-6 {
    padding-right: 1.5rem;
  }

  .desktop\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .desktop\:pl-6 {
    padding-left: 1.5rem;
  }

  .desktop\:pt-8 {
    padding-top: 2rem;
  }

  .desktop\:pr-8 {
    padding-right: 2rem;
  }

  .desktop\:pb-8 {
    padding-bottom: 2rem;
  }

  .desktop\:pl-8 {
    padding-left: 2rem;
  }

  .desktop\:pt-10 {
    padding-top: 2.5rem;
  }

  .desktop\:pr-10 {
    padding-right: 2.5rem;
  }

  .desktop\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .desktop\:pl-10 {
    padding-left: 2.5rem;
  }

  .desktop\:pt-12 {
    padding-top: 3rem;
  }

  .desktop\:pr-12 {
    padding-right: 3rem;
  }

  .desktop\:pb-12 {
    padding-bottom: 3rem;
  }

  .desktop\:pl-12 {
    padding-left: 3rem;
  }

  .desktop\:pt-16 {
    padding-top: 4rem;
  }

  .desktop\:pr-16 {
    padding-right: 4rem;
  }

  .desktop\:pb-16 {
    padding-bottom: 4rem;
  }

  .desktop\:pl-16 {
    padding-left: 4rem;
  }

  .desktop\:pt-20 {
    padding-top: 5rem;
  }

  .desktop\:pr-20 {
    padding-right: 5rem;
  }

  .desktop\:pb-20 {
    padding-bottom: 5rem;
  }

  .desktop\:pl-20 {
    padding-left: 5rem;
  }

  .desktop\:pt-24 {
    padding-top: 6rem;
  }

  .desktop\:pr-24 {
    padding-right: 6rem;
  }

  .desktop\:pb-24 {
    padding-bottom: 6rem;
  }

  .desktop\:pl-24 {
    padding-left: 6rem;
  }

  .desktop\:pt-32 {
    padding-top: 8rem;
  }

  .desktop\:pr-32 {
    padding-right: 8rem;
  }

  .desktop\:pb-32 {
    padding-bottom: 8rem;
  }

  .desktop\:pl-32 {
    padding-left: 8rem;
  }

  .desktop\:pt-40 {
    padding-top: 10rem;
  }

  .desktop\:pr-40 {
    padding-right: 10rem;
  }

  .desktop\:pb-40 {
    padding-bottom: 10rem;
  }

  .desktop\:pl-40 {
    padding-left: 10rem;
  }

  .desktop\:pt-48 {
    padding-top: 12rem;
  }

  .desktop\:pr-48 {
    padding-right: 12rem;
  }

  .desktop\:pb-48 {
    padding-bottom: 12rem;
  }

  .desktop\:pl-48 {
    padding-left: 12rem;
  }

  .desktop\:pt-56 {
    padding-top: 14rem;
  }

  .desktop\:pr-56 {
    padding-right: 14rem;
  }

  .desktop\:pb-56 {
    padding-bottom: 14rem;
  }

  .desktop\:pl-56 {
    padding-left: 14rem;
  }

  .desktop\:pt-64 {
    padding-top: 16rem;
  }

  .desktop\:pr-64 {
    padding-right: 16rem;
  }

  .desktop\:pb-64 {
    padding-bottom: 16rem;
  }

  .desktop\:pl-64 {
    padding-left: 16rem;
  }

  .desktop\:pt-px {
    padding-top: 1px;
  }

  .desktop\:pr-px {
    padding-right: 1px;
  }

  .desktop\:pb-px {
    padding-bottom: 1px;
  }

  .desktop\:pl-px {
    padding-left: 1px;
  }

  .desktop\:pt-1\/5 {
    padding-top: 20%;
  }

  .desktop\:pr-1\/5 {
    padding-right: 20%;
  }

  .desktop\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .desktop\:pl-1\/5 {
    padding-left: 20%;
  }

  .desktop\:placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .desktop\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .desktop\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .desktop\:placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .desktop\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .desktop\:placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .desktop\:placeholder-black::-moz-placeholder {
    color: #000;
  }

  .desktop\:placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .desktop\:placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .desktop\:placeholder-black::placeholder {
    color: #000;
  }

  .desktop\:placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .desktop\:placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .desktop\:placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .desktop\:placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .desktop\:placeholder-white::placeholder {
    color: #fff;
  }

  .desktop\:placeholder-primary::-webkit-input-placeholder {
    color: var(--color-primary);
  }

  .desktop\:placeholder-primary::-moz-placeholder {
    color: var(--color-primary);
  }

  .desktop\:placeholder-primary:-ms-input-placeholder {
    color: var(--color-primary);
  }

  .desktop\:placeholder-primary::-ms-input-placeholder {
    color: var(--color-primary);
  }

  .desktop\:placeholder-primary::placeholder {
    color: var(--color-primary);
  }

  .desktop\:placeholder-link::-webkit-input-placeholder {
    color: #4299e1;
  }

  .desktop\:placeholder-link::-moz-placeholder {
    color: #4299e1;
  }

  .desktop\:placeholder-link:-ms-input-placeholder {
    color: #4299e1;
  }

  .desktop\:placeholder-link::-ms-input-placeholder {
    color: #4299e1;
  }

  .desktop\:placeholder-link::placeholder {
    color: #4299e1;
  }

  .desktop\:placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .desktop\:placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .desktop\:placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .desktop\:placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .desktop\:placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .desktop\:placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .desktop\:placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .desktop\:placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .desktop\:placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .desktop\:placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .desktop\:placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .desktop\:placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .desktop\:placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .desktop\:placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .desktop\:placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .desktop\:placeholder-gray-400::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .desktop\:placeholder-gray-400::-moz-placeholder {
    color: #cbd5e0;
  }

  .desktop\:placeholder-gray-400:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .desktop\:placeholder-gray-400::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .desktop\:placeholder-gray-400::placeholder {
    color: #cbd5e0;
  }

  .desktop\:placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .desktop\:placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .desktop\:placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .desktop\:placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .desktop\:placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .desktop\:placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .desktop\:placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .desktop\:placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .desktop\:placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .desktop\:placeholder-gray-600::placeholder {
    color: #718096;
  }

  .desktop\:placeholder-gray-700::-webkit-input-placeholder {
    color: #4a5568;
  }

  .desktop\:placeholder-gray-700::-moz-placeholder {
    color: #4a5568;
  }

  .desktop\:placeholder-gray-700:-ms-input-placeholder {
    color: #4a5568;
  }

  .desktop\:placeholder-gray-700::-ms-input-placeholder {
    color: #4a5568;
  }

  .desktop\:placeholder-gray-700::placeholder {
    color: #4a5568;
  }

  .desktop\:placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .desktop\:placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .desktop\:placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .desktop\:placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .desktop\:placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .desktop\:placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .desktop\:placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .desktop\:placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .desktop\:placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .desktop\:placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .desktop\:placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .desktop\:placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .desktop\:placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .desktop\:placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .desktop\:placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .desktop\:placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .desktop\:placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .desktop\:placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .desktop\:placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .desktop\:placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .desktop\:placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .desktop\:placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .desktop\:placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .desktop\:placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .desktop\:placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .desktop\:placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .desktop\:placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .desktop\:placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .desktop\:placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .desktop\:placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .desktop\:placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .desktop\:placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .desktop\:placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .desktop\:placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .desktop\:placeholder-red-500::placeholder {
    color: #f56565;
  }

  .desktop\:placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .desktop\:placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .desktop\:placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .desktop\:placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .desktop\:placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .desktop\:placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .desktop\:placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .desktop\:placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .desktop\:placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .desktop\:placeholder-red-700::placeholder {
    color: #c53030;
  }

  .desktop\:placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .desktop\:placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .desktop\:placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .desktop\:placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .desktop\:placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .desktop\:placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .desktop\:placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .desktop\:placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .desktop\:placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .desktop\:placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .desktop\:placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .desktop\:placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .desktop\:placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .desktop\:placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .desktop\:placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .desktop\:placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .desktop\:placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .desktop\:placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .desktop\:placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .desktop\:placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .desktop\:placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .desktop\:placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .desktop\:placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .desktop\:placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .desktop\:placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .desktop\:placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .desktop\:placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .desktop\:placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .desktop\:placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .desktop\:placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .desktop\:placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .desktop\:placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .desktop\:placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .desktop\:placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .desktop\:placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .desktop\:placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .desktop\:placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .desktop\:placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .desktop\:placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .desktop\:placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .desktop\:placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .desktop\:placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .desktop\:placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .desktop\:placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .desktop\:placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .desktop\:placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .desktop\:placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .desktop\:placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .desktop\:placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .desktop\:placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .desktop\:placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .desktop\:placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .desktop\:placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .desktop\:placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .desktop\:placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .desktop\:placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .desktop\:placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .desktop\:placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .desktop\:placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .desktop\:placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .desktop\:placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .desktop\:placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .desktop\:placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .desktop\:placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .desktop\:placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .desktop\:placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .desktop\:placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .desktop\:placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .desktop\:placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .desktop\:placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .desktop\:placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .desktop\:placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .desktop\:placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .desktop\:placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .desktop\:placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .desktop\:placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .desktop\:placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .desktop\:placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .desktop\:placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .desktop\:placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .desktop\:placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .desktop\:placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .desktop\:placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .desktop\:placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .desktop\:placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .desktop\:placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .desktop\:placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .desktop\:placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .desktop\:placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .desktop\:placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .desktop\:placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .desktop\:placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .desktop\:placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .desktop\:placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .desktop\:placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .desktop\:placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .desktop\:placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .desktop\:placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .desktop\:placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .desktop\:placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .desktop\:placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .desktop\:placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .desktop\:placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .desktop\:placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .desktop\:placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .desktop\:placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .desktop\:placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .desktop\:placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .desktop\:placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .desktop\:placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .desktop\:placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .desktop\:placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .desktop\:placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .desktop\:placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .desktop\:placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .desktop\:placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .desktop\:placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .desktop\:placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .desktop\:placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .desktop\:placeholder-green-400::placeholder {
    color: #68d391;
  }

  .desktop\:placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .desktop\:placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .desktop\:placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .desktop\:placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .desktop\:placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .desktop\:placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .desktop\:placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .desktop\:placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .desktop\:placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .desktop\:placeholder-green-600::placeholder {
    color: #38a169;
  }

  .desktop\:placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .desktop\:placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .desktop\:placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .desktop\:placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .desktop\:placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .desktop\:placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .desktop\:placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .desktop\:placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .desktop\:placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .desktop\:placeholder-green-800::placeholder {
    color: #276749;
  }

  .desktop\:placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .desktop\:placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .desktop\:placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .desktop\:placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .desktop\:placeholder-green-900::placeholder {
    color: #22543d;
  }

  .desktop\:placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .desktop\:placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .desktop\:placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .desktop\:placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .desktop\:placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .desktop\:placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .desktop\:placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .desktop\:placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .desktop\:placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .desktop\:placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .desktop\:placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .desktop\:placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .desktop\:placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .desktop\:placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .desktop\:placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .desktop\:placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .desktop\:placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .desktop\:placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .desktop\:placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .desktop\:placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .desktop\:placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .desktop\:placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .desktop\:placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .desktop\:placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .desktop\:placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .desktop\:placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .desktop\:placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .desktop\:placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .desktop\:placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .desktop\:placeholder-teal-600::placeholder {
    color: #319795;
  }

  .desktop\:placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .desktop\:placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .desktop\:placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .desktop\:placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .desktop\:placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .desktop\:placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .desktop\:placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .desktop\:placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .desktop\:placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .desktop\:placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .desktop\:placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .desktop\:placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .desktop\:placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .desktop\:placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .desktop\:placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .desktop\:placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .desktop\:placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .desktop\:placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .desktop\:placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .desktop\:placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .desktop\:placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .desktop\:placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .desktop\:placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .desktop\:placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .desktop\:placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .desktop\:placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .desktop\:placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .desktop\:placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .desktop\:placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .desktop\:placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .desktop\:placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .desktop\:placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .desktop\:placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .desktop\:placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .desktop\:placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .desktop\:placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .desktop\:placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .desktop\:placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .desktop\:placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .desktop\:placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .desktop\:placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .desktop\:placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .desktop\:placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .desktop\:placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .desktop\:placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .desktop\:placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .desktop\:placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .desktop\:placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .desktop\:placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .desktop\:placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .desktop\:placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .desktop\:placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .desktop\:placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .desktop\:placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .desktop\:placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .desktop\:placeholder-blue-900::-webkit-input-placeholder {
    color: #2a4365;
  }

  .desktop\:placeholder-blue-900::-moz-placeholder {
    color: #2a4365;
  }

  .desktop\:placeholder-blue-900:-ms-input-placeholder {
    color: #2a4365;
  }

  .desktop\:placeholder-blue-900::-ms-input-placeholder {
    color: #2a4365;
  }

  .desktop\:placeholder-blue-900::placeholder {
    color: #2a4365;
  }

  .desktop\:placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .desktop\:placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .desktop\:placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .desktop\:placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .desktop\:placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .desktop\:placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .desktop\:placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .desktop\:placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .desktop\:placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .desktop\:placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .desktop\:placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .desktop\:placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .desktop\:placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .desktop\:placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .desktop\:placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .desktop\:placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .desktop\:placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .desktop\:placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .desktop\:placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .desktop\:placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .desktop\:placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .desktop\:placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .desktop\:placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .desktop\:placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .desktop\:placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .desktop\:placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .desktop\:placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .desktop\:placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .desktop\:placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .desktop\:placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .desktop\:placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .desktop\:placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .desktop\:placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .desktop\:placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .desktop\:placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .desktop\:placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .desktop\:placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .desktop\:placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .desktop\:placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .desktop\:placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .desktop\:placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .desktop\:placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .desktop\:placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .desktop\:placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .desktop\:placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .desktop\:placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .desktop\:placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .desktop\:placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .desktop\:placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .desktop\:placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .desktop\:placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .desktop\:placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .desktop\:placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .desktop\:placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .desktop\:placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .desktop\:placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .desktop\:placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .desktop\:placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .desktop\:placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .desktop\:placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .desktop\:placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .desktop\:placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .desktop\:placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .desktop\:placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .desktop\:placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .desktop\:placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .desktop\:placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .desktop\:placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .desktop\:placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .desktop\:placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .desktop\:placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .desktop\:placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .desktop\:placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .desktop\:placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .desktop\:placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .desktop\:placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .desktop\:placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .desktop\:placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .desktop\:placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .desktop\:placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .desktop\:placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .desktop\:placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .desktop\:placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .desktop\:placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .desktop\:placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .desktop\:placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .desktop\:placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .desktop\:placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .desktop\:placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .desktop\:placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .desktop\:placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .desktop\:placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .desktop\:placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .desktop\:placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .desktop\:placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .desktop\:placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .desktop\:placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .desktop\:placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .desktop\:placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .desktop\:placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .desktop\:placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .desktop\:placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .desktop\:placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .desktop\:placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .desktop\:placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .desktop\:placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .desktop\:placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .desktop\:placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .desktop\:placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .desktop\:placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .desktop\:placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .desktop\:placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .desktop\:placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .desktop\:placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .desktop\:placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .desktop\:placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .desktop\:placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .desktop\:placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .desktop\:placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .desktop\:placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .desktop\:placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .desktop\:placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .desktop\:placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .desktop\:placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .desktop\:placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .desktop\:placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .desktop\:placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .desktop\:placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .desktop\:placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .desktop\:placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .desktop\:placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .desktop\:placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .desktop\:placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .desktop\:placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .desktop\:placeholder-pink-900::placeholder {
    color: #702459;
  }

  .desktop\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .desktop\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .desktop\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .desktop\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .desktop\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .desktop\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .desktop\:focus\:placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .desktop\:focus\:placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .desktop\:focus\:placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .desktop\:focus\:placeholder-black:focus::placeholder {
    color: #000;
  }

  .desktop\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .desktop\:focus\:placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .desktop\:focus\:placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .desktop\:focus\:placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .desktop\:focus\:placeholder-white:focus::placeholder {
    color: #fff;
  }

  .desktop\:focus\:placeholder-primary:focus::-webkit-input-placeholder {
    color: var(--color-primary);
  }

  .desktop\:focus\:placeholder-primary:focus::-moz-placeholder {
    color: var(--color-primary);
  }

  .desktop\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    color: var(--color-primary);
  }

  .desktop\:focus\:placeholder-primary:focus::-ms-input-placeholder {
    color: var(--color-primary);
  }

  .desktop\:focus\:placeholder-primary:focus::placeholder {
    color: var(--color-primary);
  }

  .desktop\:focus\:placeholder-link:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .desktop\:focus\:placeholder-link:focus::-moz-placeholder {
    color: #4299e1;
  }

  .desktop\:focus\:placeholder-link:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .desktop\:focus\:placeholder-link:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .desktop\:focus\:placeholder-link:focus::placeholder {
    color: #4299e1;
  }

  .desktop\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .desktop\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .desktop\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .desktop\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .desktop\:focus\:placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .desktop\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .desktop\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .desktop\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .desktop\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .desktop\:focus\:placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .desktop\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .desktop\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .desktop\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .desktop\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .desktop\:focus\:placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .desktop\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #cbd5e0;
  }

  .desktop\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    color: #cbd5e0;
  }

  .desktop\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    color: #cbd5e0;
  }

  .desktop\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
    color: #cbd5e0;
  }

  .desktop\:focus\:placeholder-gray-400:focus::placeholder {
    color: #cbd5e0;
  }

  .desktop\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .desktop\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .desktop\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .desktop\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .desktop\:focus\:placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .desktop\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .desktop\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .desktop\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .desktop\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .desktop\:focus\:placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .desktop\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #4a5568;
  }

  .desktop\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    color: #4a5568;
  }

  .desktop\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    color: #4a5568;
  }

  .desktop\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
    color: #4a5568;
  }

  .desktop\:focus\:placeholder-gray-700:focus::placeholder {
    color: #4a5568;
  }

  .desktop\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .desktop\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .desktop\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .desktop\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .desktop\:focus\:placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .desktop\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .desktop\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .desktop\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .desktop\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .desktop\:focus\:placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .desktop\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .desktop\:focus\:placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .desktop\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .desktop\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .desktop\:focus\:placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .desktop\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .desktop\:focus\:placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .desktop\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .desktop\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .desktop\:focus\:placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .desktop\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .desktop\:focus\:placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .desktop\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .desktop\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .desktop\:focus\:placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .desktop\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .desktop\:focus\:placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .desktop\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .desktop\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .desktop\:focus\:placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .desktop\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .desktop\:focus\:placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .desktop\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .desktop\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .desktop\:focus\:placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .desktop\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .desktop\:focus\:placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .desktop\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .desktop\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .desktop\:focus\:placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .desktop\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .desktop\:focus\:placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .desktop\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .desktop\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .desktop\:focus\:placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .desktop\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .desktop\:focus\:placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .desktop\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .desktop\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .desktop\:focus\:placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .desktop\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .desktop\:focus\:placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .desktop\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .desktop\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .desktop\:focus\:placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .desktop\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .desktop\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .desktop\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .desktop\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .desktop\:focus\:placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .desktop\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .desktop\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .desktop\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .desktop\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .desktop\:focus\:placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .desktop\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .desktop\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .desktop\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .desktop\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .desktop\:focus\:placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .desktop\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .desktop\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .desktop\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .desktop\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .desktop\:focus\:placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .desktop\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .desktop\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .desktop\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .desktop\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .desktop\:focus\:placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .desktop\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .desktop\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .desktop\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .desktop\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .desktop\:focus\:placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .desktop\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .desktop\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .desktop\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .desktop\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .desktop\:focus\:placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .desktop\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .desktop\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .desktop\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .desktop\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .desktop\:focus\:placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .desktop\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .desktop\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .desktop\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .desktop\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .desktop\:focus\:placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .desktop\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .desktop\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .desktop\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .desktop\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .desktop\:focus\:placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .desktop\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .desktop\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .desktop\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .desktop\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .desktop\:focus\:placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .desktop\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .desktop\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .desktop\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .desktop\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .desktop\:focus\:placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .desktop\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .desktop\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .desktop\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .desktop\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .desktop\:focus\:placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .desktop\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .desktop\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .desktop\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .desktop\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .desktop\:focus\:placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .desktop\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .desktop\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .desktop\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .desktop\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .desktop\:focus\:placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .desktop\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .desktop\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .desktop\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .desktop\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .desktop\:focus\:placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .desktop\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .desktop\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .desktop\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .desktop\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .desktop\:focus\:placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .desktop\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .desktop\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .desktop\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .desktop\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .desktop\:focus\:placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .desktop\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .desktop\:focus\:placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .desktop\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .desktop\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .desktop\:focus\:placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .desktop\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .desktop\:focus\:placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .desktop\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .desktop\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .desktop\:focus\:placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .desktop\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .desktop\:focus\:placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .desktop\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .desktop\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .desktop\:focus\:placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .desktop\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .desktop\:focus\:placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .desktop\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .desktop\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .desktop\:focus\:placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .desktop\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .desktop\:focus\:placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .desktop\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .desktop\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .desktop\:focus\:placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .desktop\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .desktop\:focus\:placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .desktop\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .desktop\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .desktop\:focus\:placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .desktop\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .desktop\:focus\:placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .desktop\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .desktop\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .desktop\:focus\:placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .desktop\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .desktop\:focus\:placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .desktop\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .desktop\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .desktop\:focus\:placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .desktop\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .desktop\:focus\:placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .desktop\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .desktop\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .desktop\:focus\:placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .desktop\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .desktop\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .desktop\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .desktop\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .desktop\:focus\:placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .desktop\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .desktop\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .desktop\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .desktop\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .desktop\:focus\:placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .desktop\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .desktop\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .desktop\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .desktop\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .desktop\:focus\:placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .desktop\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .desktop\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .desktop\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .desktop\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .desktop\:focus\:placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .desktop\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .desktop\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .desktop\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .desktop\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .desktop\:focus\:placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .desktop\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .desktop\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .desktop\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .desktop\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .desktop\:focus\:placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .desktop\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .desktop\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .desktop\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .desktop\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .desktop\:focus\:placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .desktop\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .desktop\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .desktop\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .desktop\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .desktop\:focus\:placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .desktop\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .desktop\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .desktop\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .desktop\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .desktop\:focus\:placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .desktop\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .desktop\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .desktop\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .desktop\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .desktop\:focus\:placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .desktop\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .desktop\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .desktop\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .desktop\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .desktop\:focus\:placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .desktop\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .desktop\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .desktop\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .desktop\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .desktop\:focus\:placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .desktop\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .desktop\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .desktop\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .desktop\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .desktop\:focus\:placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .desktop\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .desktop\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .desktop\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .desktop\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .desktop\:focus\:placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .desktop\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .desktop\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .desktop\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .desktop\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .desktop\:focus\:placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .desktop\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .desktop\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .desktop\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .desktop\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .desktop\:focus\:placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .desktop\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .desktop\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .desktop\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .desktop\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .desktop\:focus\:placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .desktop\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2a4365;
  }

  .desktop\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    color: #2a4365;
  }

  .desktop\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2a4365;
  }

  .desktop\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2a4365;
  }

  .desktop\:focus\:placeholder-blue-900:focus::placeholder {
    color: #2a4365;
  }

  .desktop\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .desktop\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .desktop\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .desktop\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .desktop\:focus\:placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .desktop\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .desktop\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .desktop\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .desktop\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .desktop\:focus\:placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .desktop\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .desktop\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .desktop\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .desktop\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .desktop\:focus\:placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .desktop\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .desktop\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .desktop\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .desktop\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .desktop\:focus\:placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .desktop\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .desktop\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .desktop\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .desktop\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .desktop\:focus\:placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .desktop\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .desktop\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .desktop\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .desktop\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .desktop\:focus\:placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .desktop\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .desktop\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .desktop\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .desktop\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .desktop\:focus\:placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .desktop\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .desktop\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .desktop\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .desktop\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .desktop\:focus\:placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .desktop\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .desktop\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .desktop\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .desktop\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .desktop\:focus\:placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .desktop\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .desktop\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .desktop\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .desktop\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .desktop\:focus\:placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .desktop\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .desktop\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .desktop\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .desktop\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .desktop\:focus\:placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .desktop\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .desktop\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .desktop\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .desktop\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .desktop\:focus\:placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .desktop\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .desktop\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .desktop\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .desktop\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .desktop\:focus\:placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .desktop\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .desktop\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .desktop\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .desktop\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .desktop\:focus\:placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .desktop\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .desktop\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .desktop\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .desktop\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .desktop\:focus\:placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .desktop\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .desktop\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .desktop\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .desktop\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .desktop\:focus\:placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .desktop\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .desktop\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .desktop\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .desktop\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .desktop\:focus\:placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .desktop\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .desktop\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .desktop\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .desktop\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .desktop\:focus\:placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .desktop\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .desktop\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .desktop\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .desktop\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .desktop\:focus\:placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .desktop\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .desktop\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .desktop\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .desktop\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .desktop\:focus\:placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .desktop\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .desktop\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .desktop\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .desktop\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .desktop\:focus\:placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .desktop\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .desktop\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .desktop\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .desktop\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .desktop\:focus\:placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .desktop\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .desktop\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .desktop\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .desktop\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .desktop\:focus\:placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .desktop\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .desktop\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .desktop\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .desktop\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .desktop\:focus\:placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .desktop\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .desktop\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .desktop\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .desktop\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .desktop\:focus\:placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .desktop\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .desktop\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .desktop\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .desktop\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .desktop\:focus\:placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .desktop\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .desktop\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .desktop\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .desktop\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .desktop\:focus\:placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .desktop\:pointer-events-none {
    pointer-events: none;
  }

  .desktop\:pointer-events-auto {
    pointer-events: auto;
  }

  .desktop\:static {
    position: static;
  }

  .desktop\:fixed {
    position: fixed;
  }

  .desktop\:absolute {
    position: absolute;
  }

  .desktop\:relative {
    position: relative;
  }

  .desktop\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .desktop\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .desktop\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .desktop\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .desktop\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .desktop\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .desktop\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .desktop\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .desktop\:top-0 {
    top: 0;
  }

  .desktop\:right-0 {
    right: 0;
  }

  .desktop\:bottom-0 {
    bottom: 0;
  }

  .desktop\:left-0 {
    left: 0;
  }

  .desktop\:top-20 {
    top: 5rem;
  }

  .desktop\:right-20 {
    right: 5rem;
  }

  .desktop\:bottom-20 {
    bottom: 5rem;
  }

  .desktop\:left-20 {
    left: 5rem;
  }

  .desktop\:top-auto {
    top: auto;
  }

  .desktop\:right-auto {
    right: auto;
  }

  .desktop\:bottom-auto {
    bottom: auto;
  }

  .desktop\:left-auto {
    left: auto;
  }

  .desktop\:resize-none {
    resize: none;
  }

  .desktop\:resize-y {
    resize: vertical;
  }

  .desktop\:resize-x {
    resize: horizontal;
  }

  .desktop\:resize {
    resize: both;
  }

  .desktop\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop\:shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop\:shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop\:shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .desktop\:shadow-none {
    box-shadow: none;
  }

  .desktop\:hover\:shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:hover\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop\:hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop\:hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop\:hover\:shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .desktop\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .desktop\:focus\:shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:focus\:shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .desktop\:focus\:shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .desktop\:focus\:shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .desktop\:focus\:shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .desktop\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .desktop\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .desktop\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .desktop\:fill-current {
    fill: currentColor;
  }

  .desktop\:stroke-current {
    stroke: currentColor;
  }

  .desktop\:table-auto {
    table-layout: auto;
  }

  .desktop\:table-fixed {
    table-layout: fixed;
  }

  .desktop\:text-left {
    text-align: left;
  }

  .desktop\:text-center {
    text-align: center;
  }

  .desktop\:text-right {
    text-align: right;
  }

  .desktop\:text-justify {
    text-align: justify;
  }

  .desktop\:text-transparent {
    color: transparent;
  }

  .desktop\:text-black {
    color: #000;
  }

  .desktop\:text-white {
    color: #fff;
  }

  .desktop\:text-primary {
    color: var(--color-primary);
  }

  .desktop\:text-link {
    color: #4299e1;
  }

  .desktop\:text-gray-100 {
    color: #f7fafc;
  }

  .desktop\:text-gray-200 {
    color: #edf2f7;
  }

  .desktop\:text-gray-300 {
    color: #e2e8f0;
  }

  .desktop\:text-gray-400 {
    color: #cbd5e0;
  }

  .desktop\:text-gray-500 {
    color: #a0aec0;
  }

  .desktop\:text-gray-600 {
    color: #718096;
  }

  .desktop\:text-gray-700 {
    color: #4a5568;
  }

  .desktop\:text-gray-800 {
    color: #2d3748;
  }

  .desktop\:text-gray-900 {
    color: #1a202c;
  }

  .desktop\:text-red-100 {
    color: #fff5f5;
  }

  .desktop\:text-red-200 {
    color: #fed7d7;
  }

  .desktop\:text-red-300 {
    color: #feb2b2;
  }

  .desktop\:text-red-400 {
    color: #fc8181;
  }

  .desktop\:text-red-500 {
    color: #f56565;
  }

  .desktop\:text-red-600 {
    color: #e53e3e;
  }

  .desktop\:text-red-700 {
    color: #c53030;
  }

  .desktop\:text-red-800 {
    color: #9b2c2c;
  }

  .desktop\:text-red-900 {
    color: #742a2a;
  }

  .desktop\:text-orange-100 {
    color: #fffaf0;
  }

  .desktop\:text-orange-200 {
    color: #feebc8;
  }

  .desktop\:text-orange-300 {
    color: #fbd38d;
  }

  .desktop\:text-orange-400 {
    color: #f6ad55;
  }

  .desktop\:text-orange-500 {
    color: #ed8936;
  }

  .desktop\:text-orange-600 {
    color: #dd6b20;
  }

  .desktop\:text-orange-700 {
    color: #c05621;
  }

  .desktop\:text-orange-800 {
    color: #9c4221;
  }

  .desktop\:text-orange-900 {
    color: #7b341e;
  }

  .desktop\:text-yellow-100 {
    color: #fffff0;
  }

  .desktop\:text-yellow-200 {
    color: #fefcbf;
  }

  .desktop\:text-yellow-300 {
    color: #faf089;
  }

  .desktop\:text-yellow-400 {
    color: #f6e05e;
  }

  .desktop\:text-yellow-500 {
    color: #ecc94b;
  }

  .desktop\:text-yellow-600 {
    color: #d69e2e;
  }

  .desktop\:text-yellow-700 {
    color: #b7791f;
  }

  .desktop\:text-yellow-800 {
    color: #975a16;
  }

  .desktop\:text-yellow-900 {
    color: #744210;
  }

  .desktop\:text-green-100 {
    color: #f0fff4;
  }

  .desktop\:text-green-200 {
    color: #c6f6d5;
  }

  .desktop\:text-green-300 {
    color: #9ae6b4;
  }

  .desktop\:text-green-400 {
    color: #68d391;
  }

  .desktop\:text-green-500 {
    color: #48bb78;
  }

  .desktop\:text-green-600 {
    color: #38a169;
  }

  .desktop\:text-green-700 {
    color: #2f855a;
  }

  .desktop\:text-green-800 {
    color: #276749;
  }

  .desktop\:text-green-900 {
    color: #22543d;
  }

  .desktop\:text-teal-100 {
    color: #e6fffa;
  }

  .desktop\:text-teal-200 {
    color: #b2f5ea;
  }

  .desktop\:text-teal-300 {
    color: #81e6d9;
  }

  .desktop\:text-teal-400 {
    color: #4fd1c5;
  }

  .desktop\:text-teal-500 {
    color: #38b2ac;
  }

  .desktop\:text-teal-600 {
    color: #319795;
  }

  .desktop\:text-teal-700 {
    color: #2c7a7b;
  }

  .desktop\:text-teal-800 {
    color: #285e61;
  }

  .desktop\:text-teal-900 {
    color: #234e52;
  }

  .desktop\:text-blue-100 {
    color: #ebf8ff;
  }

  .desktop\:text-blue-200 {
    color: #bee3f8;
  }

  .desktop\:text-blue-300 {
    color: #90cdf4;
  }

  .desktop\:text-blue-400 {
    color: #63b3ed;
  }

  .desktop\:text-blue-500 {
    color: #4299e1;
  }

  .desktop\:text-blue-600 {
    color: #3182ce;
  }

  .desktop\:text-blue-700 {
    color: #2b6cb0;
  }

  .desktop\:text-blue-800 {
    color: #2c5282;
  }

  .desktop\:text-blue-900 {
    color: #2a4365;
  }

  .desktop\:text-indigo-100 {
    color: #ebf4ff;
  }

  .desktop\:text-indigo-200 {
    color: #c3dafe;
  }

  .desktop\:text-indigo-300 {
    color: #a3bffa;
  }

  .desktop\:text-indigo-400 {
    color: #7f9cf5;
  }

  .desktop\:text-indigo-500 {
    color: #667eea;
  }

  .desktop\:text-indigo-600 {
    color: #5a67d8;
  }

  .desktop\:text-indigo-700 {
    color: #4c51bf;
  }

  .desktop\:text-indigo-800 {
    color: #434190;
  }

  .desktop\:text-indigo-900 {
    color: #3c366b;
  }

  .desktop\:text-purple-100 {
    color: #faf5ff;
  }

  .desktop\:text-purple-200 {
    color: #e9d8fd;
  }

  .desktop\:text-purple-300 {
    color: #d6bcfa;
  }

  .desktop\:text-purple-400 {
    color: #b794f4;
  }

  .desktop\:text-purple-500 {
    color: #9f7aea;
  }

  .desktop\:text-purple-600 {
    color: #805ad5;
  }

  .desktop\:text-purple-700 {
    color: #6b46c1;
  }

  .desktop\:text-purple-800 {
    color: #553c9a;
  }

  .desktop\:text-purple-900 {
    color: #44337a;
  }

  .desktop\:text-pink-100 {
    color: #fff5f7;
  }

  .desktop\:text-pink-200 {
    color: #fed7e2;
  }

  .desktop\:text-pink-300 {
    color: #fbb6ce;
  }

  .desktop\:text-pink-400 {
    color: #f687b3;
  }

  .desktop\:text-pink-500 {
    color: #ed64a6;
  }

  .desktop\:text-pink-600 {
    color: #d53f8c;
  }

  .desktop\:text-pink-700 {
    color: #b83280;
  }

  .desktop\:text-pink-800 {
    color: #97266d;
  }

  .desktop\:text-pink-900 {
    color: #702459;
  }

  .desktop\:hover\:text-transparent:hover {
    color: transparent;
  }

  .desktop\:hover\:text-black:hover {
    color: #000;
  }

  .desktop\:hover\:text-white:hover {
    color: #fff;
  }

  .desktop\:hover\:text-primary:hover {
    color: var(--color-primary);
  }

  .desktop\:hover\:text-link:hover {
    color: #4299e1;
  }

  .desktop\:hover\:text-gray-100:hover {
    color: #f7fafc;
  }

  .desktop\:hover\:text-gray-200:hover {
    color: #edf2f7;
  }

  .desktop\:hover\:text-gray-300:hover {
    color: #e2e8f0;
  }

  .desktop\:hover\:text-gray-400:hover {
    color: #cbd5e0;
  }

  .desktop\:hover\:text-gray-500:hover {
    color: #a0aec0;
  }

  .desktop\:hover\:text-gray-600:hover {
    color: #718096;
  }

  .desktop\:hover\:text-gray-700:hover {
    color: #4a5568;
  }

  .desktop\:hover\:text-gray-800:hover {
    color: #2d3748;
  }

  .desktop\:hover\:text-gray-900:hover {
    color: #1a202c;
  }

  .desktop\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .desktop\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .desktop\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .desktop\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .desktop\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .desktop\:hover\:text-red-600:hover {
    color: #e53e3e;
  }

  .desktop\:hover\:text-red-700:hover {
    color: #c53030;
  }

  .desktop\:hover\:text-red-800:hover {
    color: #9b2c2c;
  }

  .desktop\:hover\:text-red-900:hover {
    color: #742a2a;
  }

  .desktop\:hover\:text-orange-100:hover {
    color: #fffaf0;
  }

  .desktop\:hover\:text-orange-200:hover {
    color: #feebc8;
  }

  .desktop\:hover\:text-orange-300:hover {
    color: #fbd38d;
  }

  .desktop\:hover\:text-orange-400:hover {
    color: #f6ad55;
  }

  .desktop\:hover\:text-orange-500:hover {
    color: #ed8936;
  }

  .desktop\:hover\:text-orange-600:hover {
    color: #dd6b20;
  }

  .desktop\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .desktop\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .desktop\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .desktop\:hover\:text-yellow-100:hover {
    color: #fffff0;
  }

  .desktop\:hover\:text-yellow-200:hover {
    color: #fefcbf;
  }

  .desktop\:hover\:text-yellow-300:hover {
    color: #faf089;
  }

  .desktop\:hover\:text-yellow-400:hover {
    color: #f6e05e;
  }

  .desktop\:hover\:text-yellow-500:hover {
    color: #ecc94b;
  }

  .desktop\:hover\:text-yellow-600:hover {
    color: #d69e2e;
  }

  .desktop\:hover\:text-yellow-700:hover {
    color: #b7791f;
  }

  .desktop\:hover\:text-yellow-800:hover {
    color: #975a16;
  }

  .desktop\:hover\:text-yellow-900:hover {
    color: #744210;
  }

  .desktop\:hover\:text-green-100:hover {
    color: #f0fff4;
  }

  .desktop\:hover\:text-green-200:hover {
    color: #c6f6d5;
  }

  .desktop\:hover\:text-green-300:hover {
    color: #9ae6b4;
  }

  .desktop\:hover\:text-green-400:hover {
    color: #68d391;
  }

  .desktop\:hover\:text-green-500:hover {
    color: #48bb78;
  }

  .desktop\:hover\:text-green-600:hover {
    color: #38a169;
  }

  .desktop\:hover\:text-green-700:hover {
    color: #2f855a;
  }

  .desktop\:hover\:text-green-800:hover {
    color: #276749;
  }

  .desktop\:hover\:text-green-900:hover {
    color: #22543d;
  }

  .desktop\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .desktop\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .desktop\:hover\:text-teal-300:hover {
    color: #81e6d9;
  }

  .desktop\:hover\:text-teal-400:hover {
    color: #4fd1c5;
  }

  .desktop\:hover\:text-teal-500:hover {
    color: #38b2ac;
  }

  .desktop\:hover\:text-teal-600:hover {
    color: #319795;
  }

  .desktop\:hover\:text-teal-700:hover {
    color: #2c7a7b;
  }

  .desktop\:hover\:text-teal-800:hover {
    color: #285e61;
  }

  .desktop\:hover\:text-teal-900:hover {
    color: #234e52;
  }

  .desktop\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .desktop\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .desktop\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .desktop\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .desktop\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .desktop\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .desktop\:hover\:text-blue-700:hover {
    color: #2b6cb0;
  }

  .desktop\:hover\:text-blue-800:hover {
    color: #2c5282;
  }

  .desktop\:hover\:text-blue-900:hover {
    color: #2a4365;
  }

  .desktop\:hover\:text-indigo-100:hover {
    color: #ebf4ff;
  }

  .desktop\:hover\:text-indigo-200:hover {
    color: #c3dafe;
  }

  .desktop\:hover\:text-indigo-300:hover {
    color: #a3bffa;
  }

  .desktop\:hover\:text-indigo-400:hover {
    color: #7f9cf5;
  }

  .desktop\:hover\:text-indigo-500:hover {
    color: #667eea;
  }

  .desktop\:hover\:text-indigo-600:hover {
    color: #5a67d8;
  }

  .desktop\:hover\:text-indigo-700:hover {
    color: #4c51bf;
  }

  .desktop\:hover\:text-indigo-800:hover {
    color: #434190;
  }

  .desktop\:hover\:text-indigo-900:hover {
    color: #3c366b;
  }

  .desktop\:hover\:text-purple-100:hover {
    color: #faf5ff;
  }

  .desktop\:hover\:text-purple-200:hover {
    color: #e9d8fd;
  }

  .desktop\:hover\:text-purple-300:hover {
    color: #d6bcfa;
  }

  .desktop\:hover\:text-purple-400:hover {
    color: #b794f4;
  }

  .desktop\:hover\:text-purple-500:hover {
    color: #9f7aea;
  }

  .desktop\:hover\:text-purple-600:hover {
    color: #805ad5;
  }

  .desktop\:hover\:text-purple-700:hover {
    color: #6b46c1;
  }

  .desktop\:hover\:text-purple-800:hover {
    color: #553c9a;
  }

  .desktop\:hover\:text-purple-900:hover {
    color: #44337a;
  }

  .desktop\:hover\:text-pink-100:hover {
    color: #fff5f7;
  }

  .desktop\:hover\:text-pink-200:hover {
    color: #fed7e2;
  }

  .desktop\:hover\:text-pink-300:hover {
    color: #fbb6ce;
  }

  .desktop\:hover\:text-pink-400:hover {
    color: #f687b3;
  }

  .desktop\:hover\:text-pink-500:hover {
    color: #ed64a6;
  }

  .desktop\:hover\:text-pink-600:hover {
    color: #d53f8c;
  }

  .desktop\:hover\:text-pink-700:hover {
    color: #b83280;
  }

  .desktop\:hover\:text-pink-800:hover {
    color: #97266d;
  }

  .desktop\:hover\:text-pink-900:hover {
    color: #702459;
  }

  .desktop\:focus\:text-transparent:focus {
    color: transparent;
  }

  .desktop\:focus\:text-black:focus {
    color: #000;
  }

  .desktop\:focus\:text-white:focus {
    color: #fff;
  }

  .desktop\:focus\:text-primary:focus {
    color: var(--color-primary);
  }

  .desktop\:focus\:text-link:focus {
    color: #4299e1;
  }

  .desktop\:focus\:text-gray-100:focus {
    color: #f7fafc;
  }

  .desktop\:focus\:text-gray-200:focus {
    color: #edf2f7;
  }

  .desktop\:focus\:text-gray-300:focus {
    color: #e2e8f0;
  }

  .desktop\:focus\:text-gray-400:focus {
    color: #cbd5e0;
  }

  .desktop\:focus\:text-gray-500:focus {
    color: #a0aec0;
  }

  .desktop\:focus\:text-gray-600:focus {
    color: #718096;
  }

  .desktop\:focus\:text-gray-700:focus {
    color: #4a5568;
  }

  .desktop\:focus\:text-gray-800:focus {
    color: #2d3748;
  }

  .desktop\:focus\:text-gray-900:focus {
    color: #1a202c;
  }

  .desktop\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .desktop\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .desktop\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .desktop\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .desktop\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .desktop\:focus\:text-red-600:focus {
    color: #e53e3e;
  }

  .desktop\:focus\:text-red-700:focus {
    color: #c53030;
  }

  .desktop\:focus\:text-red-800:focus {
    color: #9b2c2c;
  }

  .desktop\:focus\:text-red-900:focus {
    color: #742a2a;
  }

  .desktop\:focus\:text-orange-100:focus {
    color: #fffaf0;
  }

  .desktop\:focus\:text-orange-200:focus {
    color: #feebc8;
  }

  .desktop\:focus\:text-orange-300:focus {
    color: #fbd38d;
  }

  .desktop\:focus\:text-orange-400:focus {
    color: #f6ad55;
  }

  .desktop\:focus\:text-orange-500:focus {
    color: #ed8936;
  }

  .desktop\:focus\:text-orange-600:focus {
    color: #dd6b20;
  }

  .desktop\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .desktop\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .desktop\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .desktop\:focus\:text-yellow-100:focus {
    color: #fffff0;
  }

  .desktop\:focus\:text-yellow-200:focus {
    color: #fefcbf;
  }

  .desktop\:focus\:text-yellow-300:focus {
    color: #faf089;
  }

  .desktop\:focus\:text-yellow-400:focus {
    color: #f6e05e;
  }

  .desktop\:focus\:text-yellow-500:focus {
    color: #ecc94b;
  }

  .desktop\:focus\:text-yellow-600:focus {
    color: #d69e2e;
  }

  .desktop\:focus\:text-yellow-700:focus {
    color: #b7791f;
  }

  .desktop\:focus\:text-yellow-800:focus {
    color: #975a16;
  }

  .desktop\:focus\:text-yellow-900:focus {
    color: #744210;
  }

  .desktop\:focus\:text-green-100:focus {
    color: #f0fff4;
  }

  .desktop\:focus\:text-green-200:focus {
    color: #c6f6d5;
  }

  .desktop\:focus\:text-green-300:focus {
    color: #9ae6b4;
  }

  .desktop\:focus\:text-green-400:focus {
    color: #68d391;
  }

  .desktop\:focus\:text-green-500:focus {
    color: #48bb78;
  }

  .desktop\:focus\:text-green-600:focus {
    color: #38a169;
  }

  .desktop\:focus\:text-green-700:focus {
    color: #2f855a;
  }

  .desktop\:focus\:text-green-800:focus {
    color: #276749;
  }

  .desktop\:focus\:text-green-900:focus {
    color: #22543d;
  }

  .desktop\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .desktop\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .desktop\:focus\:text-teal-300:focus {
    color: #81e6d9;
  }

  .desktop\:focus\:text-teal-400:focus {
    color: #4fd1c5;
  }

  .desktop\:focus\:text-teal-500:focus {
    color: #38b2ac;
  }

  .desktop\:focus\:text-teal-600:focus {
    color: #319795;
  }

  .desktop\:focus\:text-teal-700:focus {
    color: #2c7a7b;
  }

  .desktop\:focus\:text-teal-800:focus {
    color: #285e61;
  }

  .desktop\:focus\:text-teal-900:focus {
    color: #234e52;
  }

  .desktop\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .desktop\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .desktop\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .desktop\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .desktop\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .desktop\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .desktop\:focus\:text-blue-700:focus {
    color: #2b6cb0;
  }

  .desktop\:focus\:text-blue-800:focus {
    color: #2c5282;
  }

  .desktop\:focus\:text-blue-900:focus {
    color: #2a4365;
  }

  .desktop\:focus\:text-indigo-100:focus {
    color: #ebf4ff;
  }

  .desktop\:focus\:text-indigo-200:focus {
    color: #c3dafe;
  }

  .desktop\:focus\:text-indigo-300:focus {
    color: #a3bffa;
  }

  .desktop\:focus\:text-indigo-400:focus {
    color: #7f9cf5;
  }

  .desktop\:focus\:text-indigo-500:focus {
    color: #667eea;
  }

  .desktop\:focus\:text-indigo-600:focus {
    color: #5a67d8;
  }

  .desktop\:focus\:text-indigo-700:focus {
    color: #4c51bf;
  }

  .desktop\:focus\:text-indigo-800:focus {
    color: #434190;
  }

  .desktop\:focus\:text-indigo-900:focus {
    color: #3c366b;
  }

  .desktop\:focus\:text-purple-100:focus {
    color: #faf5ff;
  }

  .desktop\:focus\:text-purple-200:focus {
    color: #e9d8fd;
  }

  .desktop\:focus\:text-purple-300:focus {
    color: #d6bcfa;
  }

  .desktop\:focus\:text-purple-400:focus {
    color: #b794f4;
  }

  .desktop\:focus\:text-purple-500:focus {
    color: #9f7aea;
  }

  .desktop\:focus\:text-purple-600:focus {
    color: #805ad5;
  }

  .desktop\:focus\:text-purple-700:focus {
    color: #6b46c1;
  }

  .desktop\:focus\:text-purple-800:focus {
    color: #553c9a;
  }

  .desktop\:focus\:text-purple-900:focus {
    color: #44337a;
  }

  .desktop\:focus\:text-pink-100:focus {
    color: #fff5f7;
  }

  .desktop\:focus\:text-pink-200:focus {
    color: #fed7e2;
  }

  .desktop\:focus\:text-pink-300:focus {
    color: #fbb6ce;
  }

  .desktop\:focus\:text-pink-400:focus {
    color: #f687b3;
  }

  .desktop\:focus\:text-pink-500:focus {
    color: #ed64a6;
  }

  .desktop\:focus\:text-pink-600:focus {
    color: #d53f8c;
  }

  .desktop\:focus\:text-pink-700:focus {
    color: #b83280;
  }

  .desktop\:focus\:text-pink-800:focus {
    color: #97266d;
  }

  .desktop\:focus\:text-pink-900:focus {
    color: #702459;
  }

  .desktop\:text-xs {
    font-size: 0.75rem;
  }

  .desktop\:text-sm {
    font-size: 0.875rem;
  }

  .desktop\:text-base {
    font-size: 1rem;
  }

  .desktop\:text-lg {
    font-size: 1.125rem;
  }

  .desktop\:text-xl {
    font-size: 1.25rem;
  }

  .desktop\:text-2xl {
    font-size: 1.5rem;
  }

  .desktop\:text-3xl {
    font-size: 1.875rem;
  }

  .desktop\:text-4xl {
    font-size: 2.25rem;
  }

  .desktop\:text-5xl {
    font-size: 3rem;
  }

  .desktop\:text-6xl {
    font-size: 4rem;
  }

  .desktop\:italic {
    font-style: italic;
  }

  .desktop\:not-italic {
    font-style: normal;
  }

  .desktop\:uppercase {
    text-transform: uppercase;
  }

  .desktop\:lowercase {
    text-transform: lowercase;
  }

  .desktop\:capitalize {
    text-transform: capitalize;
  }

  .desktop\:normal-case {
    text-transform: none;
  }

  .desktop\:underline {
    text-decoration: underline;
  }

  .desktop\:line-through {
    text-decoration: line-through;
  }

  .desktop\:no-underline {
    text-decoration: none;
  }

  .desktop\:hover\:underline:hover {
    text-decoration: underline;
  }

  .desktop\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .desktop\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .desktop\:focus\:underline:focus {
    text-decoration: underline;
  }

  .desktop\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .desktop\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .desktop\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .desktop\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .desktop\:tracking-normal {
    letter-spacing: 0;
  }

  .desktop\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .desktop\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .desktop\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .desktop\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .desktop\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .desktop\:align-baseline {
    vertical-align: baseline;
  }

  .desktop\:align-top {
    vertical-align: top;
  }

  .desktop\:align-middle {
    vertical-align: middle;
  }

  .desktop\:align-bottom {
    vertical-align: bottom;
  }

  .desktop\:align-text-top {
    vertical-align: text-top;
  }

  .desktop\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .desktop\:visible {
    visibility: visible;
  }

  .desktop\:invisible {
    visibility: hidden;
  }

  .desktop\:whitespace-normal {
    white-space: normal;
  }

  .desktop\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .desktop\:whitespace-pre {
    white-space: pre;
  }

  .desktop\:whitespace-pre-line {
    white-space: pre-line;
  }

  .desktop\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .desktop\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .desktop\:break-words {
    overflow-wrap: break-word;
  }

  .desktop\:break-all {
    word-break: break-all;
  }

  .desktop\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop\:w-0 {
    width: 0;
  }

  .desktop\:w-1 {
    width: 0.25rem;
  }

  .desktop\:w-2 {
    width: 0.5rem;
  }

  .desktop\:w-3 {
    width: 0.75rem;
  }

  .desktop\:w-4 {
    width: 1rem;
  }

  .desktop\:w-5 {
    width: 1.25rem;
  }

  .desktop\:w-6 {
    width: 1.5rem;
  }

  .desktop\:w-8 {
    width: 2rem;
  }

  .desktop\:w-10 {
    width: 2.5rem;
  }

  .desktop\:w-12 {
    width: 3rem;
  }

  .desktop\:w-16 {
    width: 4rem;
  }

  .desktop\:w-20 {
    width: 5rem;
  }

  .desktop\:w-24 {
    width: 6rem;
  }

  .desktop\:w-32 {
    width: 8rem;
  }

  .desktop\:w-40 {
    width: 10rem;
  }

  .desktop\:w-48 {
    width: 12rem;
  }

  .desktop\:w-56 {
    width: 14rem;
  }

  .desktop\:w-64 {
    width: 16rem;
  }

  .desktop\:w-auto {
    width: auto;
  }

  .desktop\:w-px {
    width: 1px;
  }

  .desktop\:w-1\/5 {
    width: 20%;
  }

  .desktop\:w-1\/2 {
    width: 50%;
  }

  .desktop\:w-1\/3 {
    width: 33.333333%;
  }

  .desktop\:w-2\/3 {
    width: 66.666667%;
  }

  .desktop\:w-1\/4 {
    width: 25%;
  }

  .desktop\:w-2\/4 {
    width: 50%;
  }

  .desktop\:w-3\/4 {
    width: 75%;
  }

  .desktop\:w-2\/5 {
    width: 40%;
  }

  .desktop\:w-3\/5 {
    width: 60%;
  }

  .desktop\:w-4\/5 {
    width: 80%;
  }

  .desktop\:w-1\/6 {
    width: 16.666667%;
  }

  .desktop\:w-2\/6 {
    width: 33.333333%;
  }

  .desktop\:w-3\/6 {
    width: 50%;
  }

  .desktop\:w-4\/6 {
    width: 66.666667%;
  }

  .desktop\:w-5\/6 {
    width: 83.333333%;
  }

  .desktop\:w-1\/12 {
    width: 8.333333%;
  }

  .desktop\:w-2\/12 {
    width: 16.666667%;
  }

  .desktop\:w-3\/12 {
    width: 25%;
  }

  .desktop\:w-4\/12 {
    width: 33.333333%;
  }

  .desktop\:w-5\/12 {
    width: 41.666667%;
  }

  .desktop\:w-6\/12 {
    width: 50%;
  }

  .desktop\:w-7\/12 {
    width: 58.333333%;
  }

  .desktop\:w-8\/12 {
    width: 66.666667%;
  }

  .desktop\:w-9\/12 {
    width: 75%;
  }

  .desktop\:w-10\/12 {
    width: 83.333333%;
  }

  .desktop\:w-11\/12 {
    width: 91.666667%;
  }

  .desktop\:w-full {
    width: 100%;
  }

  .desktop\:w-screen {
    width: 100vw;
  }

  .desktop\:w-modal {
    width: 30vw;
  }

  .desktop\:z-0 {
    z-index: 0;
  }

  .desktop\:z-10 {
    z-index: 10;
  }

  .desktop\:z-20 {
    z-index: 20;
  }

  .desktop\:z-30 {
    z-index: 30;
  }

  .desktop\:z-40 {
    z-index: 40;
  }

  .desktop\:z-50 {
    z-index: 50;
  }

  .desktop\:z-auto {
    z-index: auto;
  }
}