@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&display=swap);@charset "UTF-8";

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

button {
  background-color: transparent;
  background-image: none;
  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 user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: 'Noto Sans KR', sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-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: SFMono-Regular, 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: 0px){
  .container{
    max-width: 0px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-cyan{
  background-color: #9cdbff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-cyan:hover{
  background-color: #9cdbff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-cyan:focus{
  background-color: #9cdbff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-cyan{
  border-color: #9cdbff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:border-cyan:hover{
  border-color: #9cdbff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:border-cyan:focus{
  border-color: #9cdbff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border{
  box-sizing: border-box !important;
}

.box-content{
  box-sizing: content-box !important;
}

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

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

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

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

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

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

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

.block{
  display: block !important;
}

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

.inline{
  display: inline !important;
}

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

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

.grid{
  display: grid !important;
}

.table{
  display: table !important;
}

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

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

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

.table-column-group{
  display: table-column-group !important;
}

.table-footer-group{
  display: table-footer-group !important;
}

.table-header-group{
  display: table-header-group !important;
}

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

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

.hidden{
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-10{
  -webkit-box-ordinal-group: 11 !important;
          order: 10 !important;
}

.order-11{
  -webkit-box-ordinal-group: 12 !important;
          order: 11 !important;
}

.order-12{
  -webkit-box-ordinal-group: 13 !important;
          order: 12 !important;
}

.order-first{
  -webkit-box-ordinal-group: -9998 !important;
          order: -9999 !important;
}

.order-last{
  -webkit-box-ordinal-group: 10000 !important;
          order: 9999 !important;
}

.order-none{
  -webkit-box-ordinal-group: 1 !important;
          order: 0 !important;
}

.float-right{
  float: right !important;
}

.float-left{
  float: left !important;
}

.float-none{
  float: none !important;
}

.clearfix:after{
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.clear-left{
  clear: left !important;
}

.clear-right{
  clear: right !important;
}

.clear-both{
  clear: both !important;
}

.font-sans{
  font-family: 'Noto Sans KR', sans-serif !important;
}

.font-display{
  font-family: 'Noto Sans KR', sans-serif !important;
}

.font-body{
  font-family: 'Noto Sans KR', sans-serif !important;
}

.font-normal{
  font-weight: 400 !important;
}

.font-bold{
  font-weight: 500 !important;
}

.font-black{
  font-weight: 700 !important;
}

.hover\:font-normal:hover{
  font-weight: 400 !important;
}

.hover\:font-bold:hover{
  font-weight: 500 !important;
}

.hover\:font-black:hover{
  font-weight: 700 !important;
}

.focus\:font-normal:focus{
  font-weight: 400 !important;
}

.focus\:font-bold:focus{
  font-weight: 500 !important;
}

.focus\:font-black:focus{
  font-weight: 700 !important;
}

.h-0{
  height: 0 !important;
}

.h-1{
  height: 0.25rem !important;
}

.h-2{
  height: 0.5rem !important;
}

.h-3{
  height: 0.75rem !important;
}

.h-4{
  height: 1rem !important;
}

.h-5{
  height: 1.25rem !important;
}

.h-6{
  height: 1.5rem !important;
}

.h-8{
  height: 2rem !important;
}

.h-10{
  height: 2.5rem !important;
}

.h-12{
  height: 3rem !important;
}

.h-16{
  height: 4rem !important;
}

.h-20{
  height: 5rem !important;
}

.h-24{
  height: 6rem !important;
}

.h-32{
  height: 8rem !important;
}

.h-40{
  height: 10rem !important;
}

.h-48{
  height: 12rem !important;
}

.h-56{
  height: 14rem !important;
}

.h-64{
  height: 16rem !important;
}

.h-auto{
  height: auto !important;
}

.h-px{
  height: 1px !important;
}

.h-5px{
  height: 5px !important;
}

.h-25px{
  height: 25px !important;
}

.h-30px{
  height: 30px !important;
}

.h-50px{
  height: 50px !important;
}

.h-full{
  height: 100% !important;
}

.h-screen{
  height: 100vh !important;
}

.leading-3{
  line-height: .75rem !important;
}

.leading-4{
  line-height: 1rem !important;
}

.leading-5{
  line-height: 1.25rem !important;
}

.leading-6{
  line-height: 1.5rem !important;
}

.leading-7{
  line-height: 1.75rem !important;
}

.leading-8{
  line-height: 2rem !important;
}

.leading-9{
  line-height: 2.25rem !important;
}

.leading-10{
  line-height: 2.5rem !important;
}

.leading-none{
  line-height: 1 !important;
}

.leading-tight{
  line-height: 1.25 !important;
}

.leading-snug{
  line-height: 1.375 !important;
}

.leading-normal{
  line-height: 1.5 !important;
}

.leading-relaxed{
  line-height: 1.625 !important;
}

.leading-loose{
  line-height: 2 !important;
}

.list-inside{
  list-style-position: inside !important;
}

.list-outside{
  list-style-position: outside !important;
}

.list-none{
  list-style-type: none !important;
}

.list-disc{
  list-style-type: disc !important;
}

.list-decimal{
  list-style-type: decimal !important;
}

.m-0{
  margin: 0 !important;
}

.m-1{
  margin: 0.25rem !important;
}

.m-2{
  margin: 0.5rem !important;
}

.m-3{
  margin: 0.75rem !important;
}

.m-4{
  margin: 1rem !important;
}

.m-5{
  margin: 1.25rem !important;
}

.m-6{
  margin: 1.5rem !important;
}

.m-8{
  margin: 2rem !important;
}

.m-10{
  margin: 2.5rem !important;
}

.m-12{
  margin: 3rem !important;
}

.m-16{
  margin: 4rem !important;
}

.m-20{
  margin: 5rem !important;
}

.m-24{
  margin: 6rem !important;
}

.m-32{
  margin: 8rem !important;
}

.m-40{
  margin: 10rem !important;
}

.m-48{
  margin: 12rem !important;
}

.m-56{
  margin: 14rem !important;
}

.m-64{
  margin: 16rem !important;
}

.m-96{
  margin: 24rem !important;
}

.m-128{
  margin: 32rem !important;
}

.m-auto{
  margin: auto !important;
}

.m-px{
  margin: 1px !important;
}

.m-5px{
  margin: 5px !important;
}

.m-25px{
  margin: 25px !important;
}

.m-30px{
  margin: 30px !important;
}

.m-50px{
  margin: 50px !important;
}

.-m-1{
  margin: -0.25rem !important;
}

.-m-2{
  margin: -0.5rem !important;
}

.-m-3{
  margin: -0.75rem !important;
}

.-m-4{
  margin: -1rem !important;
}

.-m-5{
  margin: -1.25rem !important;
}

.-m-6{
  margin: -1.5rem !important;
}

.-m-8{
  margin: -2rem !important;
}

.-m-10{
  margin: -2.5rem !important;
}

.-m-12{
  margin: -3rem !important;
}

.-m-16{
  margin: -4rem !important;
}

.-m-20{
  margin: -5rem !important;
}

.-m-24{
  margin: -6rem !important;
}

.-m-32{
  margin: -8rem !important;
}

.-m-40{
  margin: -10rem !important;
}

.-m-48{
  margin: -12rem !important;
}

.-m-56{
  margin: -14rem !important;
}

.-m-64{
  margin: -16rem !important;
}

.-m-px{
  margin: -1px !important;
}

.-m-5px{
  margin: -5px !important;
}

.-m-25px{
  margin: -25px !important;
}

.-m-30px{
  margin: -30px !important;
}

.-m-50px{
  margin: -50px !important;
}

.my-0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-12{
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-16{
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mx-32{
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.my-96{
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

.mx-96{
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

.my-128{
  margin-top: 32rem !important;
  margin-bottom: 32rem !important;
}

.mx-128{
  margin-left: 32rem !important;
  margin-right: 32rem !important;
}

.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-px{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mx-px{
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.my-5px{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mx-5px{
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-25px{
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mx-25px{
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-30px{
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-30px{
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-50px{
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx-50px{
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.-my-1{
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.-mx-1{
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.-my-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.-mx-2{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.-my-3{
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.-mx-3{
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.-my-4{
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.-mx-4{
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.-my-5{
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.-mx-5{
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.-my-6{
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.-mx-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-my-8{
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.-mx-8{
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.-my-10{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-mx-10{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.-my-12{
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.-mx-12{
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.-my-16{
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-mx-16{
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.-my-20{
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-mx-20{
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-my-24{
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-mx-24{
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.-my-32{
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.-mx-32{
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.-my-40{
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-mx-40{
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-my-48{
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-mx-48{
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-my-56{
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-mx-56{
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.-my-px{
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.-mx-px{
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.-my-5px{
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.-mx-5px{
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.-my-25px{
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.-mx-25px{
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.-my-30px{
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.-mx-30px{
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.-my-50px{
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.-mx-50px{
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.mt-0{
  margin-top: 0 !important;
}

.mr-0{
  margin-right: 0 !important;
}

.mb-0{
  margin-bottom: 0 !important;
}

.ml-0{
  margin-left: 0 !important;
}

.mt-1{
  margin-top: 0.25rem !important;
}

.mr-1{
  margin-right: 0.25rem !important;
}

.mb-1{
  margin-bottom: 0.25rem !important;
}

.ml-1{
  margin-left: 0.25rem !important;
}

.mt-2{
  margin-top: 0.5rem !important;
}

.mr-2{
  margin-right: 0.5rem !important;
}

.mb-2{
  margin-bottom: 0.5rem !important;
}

.ml-2{
  margin-left: 0.5rem !important;
}

.mt-3{
  margin-top: 0.75rem !important;
}

.mr-3{
  margin-right: 0.75rem !important;
}

.mb-3{
  margin-bottom: 0.75rem !important;
}

.ml-3{
  margin-left: 0.75rem !important;
}

.mt-4{
  margin-top: 1rem !important;
}

.mr-4{
  margin-right: 1rem !important;
}

.mb-4{
  margin-bottom: 1rem !important;
}

.ml-4{
  margin-left: 1rem !important;
}

.mt-5{
  margin-top: 1.25rem !important;
}

.mr-5{
  margin-right: 1.25rem !important;
}

.mb-5{
  margin-bottom: 1.25rem !important;
}

.ml-5{
  margin-left: 1.25rem !important;
}

.mt-6{
  margin-top: 1.5rem !important;
}

.mr-6{
  margin-right: 1.5rem !important;
}

.mb-6{
  margin-bottom: 1.5rem !important;
}

.ml-6{
  margin-left: 1.5rem !important;
}

.mt-8{
  margin-top: 2rem !important;
}

.mr-8{
  margin-right: 2rem !important;
}

.mb-8{
  margin-bottom: 2rem !important;
}

.ml-8{
  margin-left: 2rem !important;
}

.mt-10{
  margin-top: 2.5rem !important;
}

.mr-10{
  margin-right: 2.5rem !important;
}

.mb-10{
  margin-bottom: 2.5rem !important;
}

.ml-10{
  margin-left: 2.5rem !important;
}

.mt-12{
  margin-top: 3rem !important;
}

.mr-12{
  margin-right: 3rem !important;
}

.mb-12{
  margin-bottom: 3rem !important;
}

.ml-12{
  margin-left: 3rem !important;
}

.mt-16{
  margin-top: 4rem !important;
}

.mr-16{
  margin-right: 4rem !important;
}

.mb-16{
  margin-bottom: 4rem !important;
}

.ml-16{
  margin-left: 4rem !important;
}

.mt-20{
  margin-top: 5rem !important;
}

.mr-20{
  margin-right: 5rem !important;
}

.mb-20{
  margin-bottom: 5rem !important;
}

.ml-20{
  margin-left: 5rem !important;
}

.mt-24{
  margin-top: 6rem !important;
}

.mr-24{
  margin-right: 6rem !important;
}

.mb-24{
  margin-bottom: 6rem !important;
}

.ml-24{
  margin-left: 6rem !important;
}

.mt-32{
  margin-top: 8rem !important;
}

.mr-32{
  margin-right: 8rem !important;
}

.mb-32{
  margin-bottom: 8rem !important;
}

.ml-32{
  margin-left: 8rem !important;
}

.mt-40{
  margin-top: 10rem !important;
}

.mr-40{
  margin-right: 10rem !important;
}

.mb-40{
  margin-bottom: 10rem !important;
}

.ml-40{
  margin-left: 10rem !important;
}

.mt-48{
  margin-top: 12rem !important;
}

.mr-48{
  margin-right: 12rem !important;
}

.mb-48{
  margin-bottom: 12rem !important;
}

.ml-48{
  margin-left: 12rem !important;
}

.mt-56{
  margin-top: 14rem !important;
}

.mr-56{
  margin-right: 14rem !important;
}

.mb-56{
  margin-bottom: 14rem !important;
}

.ml-56{
  margin-left: 14rem !important;
}

.mt-64{
  margin-top: 16rem !important;
}

.mr-64{
  margin-right: 16rem !important;
}

.mb-64{
  margin-bottom: 16rem !important;
}

.ml-64{
  margin-left: 16rem !important;
}

.mt-96{
  margin-top: 24rem !important;
}

.mr-96{
  margin-right: 24rem !important;
}

.mb-96{
  margin-bottom: 24rem !important;
}

.ml-96{
  margin-left: 24rem !important;
}

.mt-128{
  margin-top: 32rem !important;
}

.mr-128{
  margin-right: 32rem !important;
}

.mb-128{
  margin-bottom: 32rem !important;
}

.ml-128{
  margin-left: 32rem !important;
}

.mt-auto{
  margin-top: auto !important;
}

.mr-auto{
  margin-right: auto !important;
}

.mb-auto{
  margin-bottom: auto !important;
}

.ml-auto{
  margin-left: auto !important;
}

.mt-px{
  margin-top: 1px !important;
}

.mr-px{
  margin-right: 1px !important;
}

.mb-px{
  margin-bottom: 1px !important;
}

.ml-px{
  margin-left: 1px !important;
}

.mt-5px{
  margin-top: 5px !important;
}

.mr-5px{
  margin-right: 5px !important;
}

.mb-5px{
  margin-bottom: 5px !important;
}

.ml-5px{
  margin-left: 5px !important;
}

.mt-25px{
  margin-top: 25px !important;
}

.mr-25px{
  margin-right: 25px !important;
}

.mb-25px{
  margin-bottom: 25px !important;
}

.ml-25px{
  margin-left: 25px !important;
}

.mt-30px{
  margin-top: 30px !important;
}

.mr-30px{
  margin-right: 30px !important;
}

.mb-30px{
  margin-bottom: 30px !important;
}

.ml-30px{
  margin-left: 30px !important;
}

.mt-50px{
  margin-top: 50px !important;
}

.mr-50px{
  margin-right: 50px !important;
}

.mb-50px{
  margin-bottom: 50px !important;
}

.ml-50px{
  margin-left: 50px !important;
}

.-mt-1{
  margin-top: -0.25rem !important;
}

.-mr-1{
  margin-right: -0.25rem !important;
}

.-mb-1{
  margin-bottom: -0.25rem !important;
}

.-ml-1{
  margin-left: -0.25rem !important;
}

.-mt-2{
  margin-top: -0.5rem !important;
}

.-mr-2{
  margin-right: -0.5rem !important;
}

.-mb-2{
  margin-bottom: -0.5rem !important;
}

.-ml-2{
  margin-left: -0.5rem !important;
}

.-mt-3{
  margin-top: -0.75rem !important;
}

.-mr-3{
  margin-right: -0.75rem !important;
}

.-mb-3{
  margin-bottom: -0.75rem !important;
}

.-ml-3{
  margin-left: -0.75rem !important;
}

.-mt-4{
  margin-top: -1rem !important;
}

.-mr-4{
  margin-right: -1rem !important;
}

.-mb-4{
  margin-bottom: -1rem !important;
}

.-ml-4{
  margin-left: -1rem !important;
}

.-mt-5{
  margin-top: -1.25rem !important;
}

.-mr-5{
  margin-right: -1.25rem !important;
}

.-mb-5{
  margin-bottom: -1.25rem !important;
}

.-ml-5{
  margin-left: -1.25rem !important;
}

.-mt-6{
  margin-top: -1.5rem !important;
}

.-mr-6{
  margin-right: -1.5rem !important;
}

.-mb-6{
  margin-bottom: -1.5rem !important;
}

.-ml-6{
  margin-left: -1.5rem !important;
}

.-mt-8{
  margin-top: -2rem !important;
}

.-mr-8{
  margin-right: -2rem !important;
}

.-mb-8{
  margin-bottom: -2rem !important;
}

.-ml-8{
  margin-left: -2rem !important;
}

.-mt-10{
  margin-top: -2.5rem !important;
}

.-mr-10{
  margin-right: -2.5rem !important;
}

.-mb-10{
  margin-bottom: -2.5rem !important;
}

.-ml-10{
  margin-left: -2.5rem !important;
}

.-mt-12{
  margin-top: -3rem !important;
}

.-mr-12{
  margin-right: -3rem !important;
}

.-mb-12{
  margin-bottom: -3rem !important;
}

.-ml-12{
  margin-left: -3rem !important;
}

.-mt-16{
  margin-top: -4rem !important;
}

.-mr-16{
  margin-right: -4rem !important;
}

.-mb-16{
  margin-bottom: -4rem !important;
}

.-ml-16{
  margin-left: -4rem !important;
}

.-mt-20{
  margin-top: -5rem !important;
}

.-mr-20{
  margin-right: -5rem !important;
}

.-mb-20{
  margin-bottom: -5rem !important;
}

.-ml-20{
  margin-left: -5rem !important;
}

.-mt-24{
  margin-top: -6rem !important;
}

.-mr-24{
  margin-right: -6rem !important;
}

.-mb-24{
  margin-bottom: -6rem !important;
}

.-ml-24{
  margin-left: -6rem !important;
}

.-mt-32{
  margin-top: -8rem !important;
}

.-mr-32{
  margin-right: -8rem !important;
}

.-mb-32{
  margin-bottom: -8rem !important;
}

.-ml-32{
  margin-left: -8rem !important;
}

.-mt-40{
  margin-top: -10rem !important;
}

.-mr-40{
  margin-right: -10rem !important;
}

.-mb-40{
  margin-bottom: -10rem !important;
}

.-ml-40{
  margin-left: -10rem !important;
}

.-mt-48{
  margin-top: -12rem !important;
}

.-mr-48{
  margin-right: -12rem !important;
}

.-mb-48{
  margin-bottom: -12rem !important;
}

.-ml-48{
  margin-left: -12rem !important;
}

.-mt-56{
  margin-top: -14rem !important;
}

.-mr-56{
  margin-right: -14rem !important;
}

.-mb-56{
  margin-bottom: -14rem !important;
}

.-ml-56{
  margin-left: -14rem !important;
}

.-mt-64{
  margin-top: -16rem !important;
}

.-mr-64{
  margin-right: -16rem !important;
}

.-mb-64{
  margin-bottom: -16rem !important;
}

.-ml-64{
  margin-left: -16rem !important;
}

.-mt-px{
  margin-top: -1px !important;
}

.-mr-px{
  margin-right: -1px !important;
}

.-mb-px{
  margin-bottom: -1px !important;
}

.-ml-px{
  margin-left: -1px !important;
}

.-mt-5px{
  margin-top: -5px !important;
}

.-mr-5px{
  margin-right: -5px !important;
}

.-mb-5px{
  margin-bottom: -5px !important;
}

.-ml-5px{
  margin-left: -5px !important;
}

.-mt-25px{
  margin-top: -25px !important;
}

.-mr-25px{
  margin-right: -25px !important;
}

.-mb-25px{
  margin-bottom: -25px !important;
}

.-ml-25px{
  margin-left: -25px !important;
}

.-mt-30px{
  margin-top: -30px !important;
}

.-mr-30px{
  margin-right: -30px !important;
}

.-mb-30px{
  margin-bottom: -30px !important;
}

.-ml-30px{
  margin-left: -30px !important;
}

.-mt-50px{
  margin-top: -50px !important;
}

.-mr-50px{
  margin-right: -50px !important;
}

.-mb-50px{
  margin-bottom: -50px !important;
}

.-ml-50px{
  margin-left: -50px !important;
}

.max-h-full{
  max-height: 100% !important;
}

.max-h-screen{
  max-height: 100vh !important;
}

.max-w-none{
  max-width: none !important;
}

.max-w-xs{
  max-width: 20rem !important;
}

.max-w-sm{
  max-width: 24rem !important;
}

.max-w-md{
  max-width: 28rem !important;
}

.max-w-lg{
  max-width: 32rem !important;
}

.max-w-xl{
  max-width: 36rem !important;
}

.max-w-2xl{
  max-width: 42rem !important;
}

.max-w-3xl{
  max-width: 48rem !important;
}

.max-w-4xl{
  max-width: 56rem !important;
}

.max-w-5xl{
  max-width: 64rem !important;
}

.max-w-6xl{
  max-width: 72rem !important;
}

.max-w-full{
  max-width: 100% !important;
}

.min-h-0{
  min-height: 0 !important;
}

.min-h-full{
  min-height: 100% !important;
}

.min-h-screen{
  min-height: 100vh !important;
}

.min-w-0{
  min-width: 0 !important;
}

.min-w-full{
  min-width: 100% !important;
}

.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill{
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none{
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom{
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center{
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left{
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom{
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top{
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right{
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom{
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top{
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top{
  -o-object-position: top !important;
     object-position: top !important;
}

.opacity-0{
  opacity: 0 !important;
}

.opacity-25{
  opacity: 0.25 !important;
}

.opacity-50{
  opacity: 0.5 !important;
}

.opacity-75{
  opacity: 0.75 !important;
}

.opacity-100{
  opacity: 1 !important;
}

.hover\:opacity-0:hover{
  opacity: 0 !important;
}

.hover\:opacity-25:hover{
  opacity: 0.25 !important;
}

.hover\:opacity-50:hover{
  opacity: 0.5 !important;
}

.hover\:opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:opacity-100:hover{
  opacity: 1 !important;
}

.outline-none{
  outline: 0 !important;
}

.focus\:outline-none:focus{
  outline: 0 !important;
}

.overflow-auto{
  overflow: auto !important;
}

.overflow-hidden{
  overflow: hidden !important;
}

.overflow-visible{
  overflow: visible !important;
}

.overflow-scroll{
  overflow: scroll !important;
}

.overflow-x-auto{
  overflow-x: auto !important;
}

.overflow-y-auto{
  overflow-y: auto !important;
}

.overflow-x-hidden{
  overflow-x: hidden !important;
}

.overflow-y-hidden{
  overflow-y: hidden !important;
}

.overflow-x-visible{
  overflow-x: visible !important;
}

.overflow-y-visible{
  overflow-y: visible !important;
}

.overflow-x-scroll{
  overflow-x: scroll !important;
}

.overflow-y-scroll{
  overflow-y: scroll !important;
}

.scrolling-touch{
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto{
  -webkit-overflow-scrolling: auto !important;
}

.p-0{
  padding: 0 !important;
}

.p-1{
  padding: 0.25rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-3{
  padding: 0.75rem !important;
}

.p-4{
  padding: 1rem !important;
}

.p-5{
  padding: 1.25rem !important;
}

.p-6{
  padding: 1.5rem !important;
}

.p-8{
  padding: 2rem !important;
}

.p-10{
  padding: 2.5rem !important;
}

.p-12{
  padding: 3rem !important;
}

.p-16{
  padding: 4rem !important;
}

.p-20{
  padding: 5rem !important;
}

.p-24{
  padding: 6rem !important;
}

.p-32{
  padding: 8rem !important;
}

.p-40{
  padding: 10rem !important;
}

.p-48{
  padding: 12rem !important;
}

.p-56{
  padding: 14rem !important;
}

.p-64{
  padding: 16rem !important;
}

.p-px{
  padding: 1px !important;
}

.p-5px{
  padding: 5px !important;
}

.p-25px{
  padding: 25px !important;
}

.p-30px{
  padding: 30px !important;
}

.p-50px{
  padding: 50px !important;
}

.py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-5px{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-5px{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-25px{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px-25px{
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-30px{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30px{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-50px{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50px{
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt-0{
  padding-top: 0 !important;
}

.pr-0{
  padding-right: 0 !important;
}

.pb-0{
  padding-bottom: 0 !important;
}

.pl-0{
  padding-left: 0 !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

.pr-1{
  padding-right: 0.25rem !important;
}

.pb-1{
  padding-bottom: 0.25rem !important;
}

.pl-1{
  padding-left: 0.25rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pr-2{
  padding-right: 0.5rem !important;
}

.pb-2{
  padding-bottom: 0.5rem !important;
}

.pl-2{
  padding-left: 0.5rem !important;
}

.pt-3{
  padding-top: 0.75rem !important;
}

.pr-3{
  padding-right: 0.75rem !important;
}

.pb-3{
  padding-bottom: 0.75rem !important;
}

.pl-3{
  padding-left: 0.75rem !important;
}

.pt-4{
  padding-top: 1rem !important;
}

.pr-4{
  padding-right: 1rem !important;
}

.pb-4{
  padding-bottom: 1rem !important;
}

.pl-4{
  padding-left: 1rem !important;
}

.pt-5{
  padding-top: 1.25rem !important;
}

.pr-5{
  padding-right: 1.25rem !important;
}

.pb-5{
  padding-bottom: 1.25rem !important;
}

.pl-5{
  padding-left: 1.25rem !important;
}

.pt-6{
  padding-top: 1.5rem !important;
}

.pr-6{
  padding-right: 1.5rem !important;
}

.pb-6{
  padding-bottom: 1.5rem !important;
}

.pl-6{
  padding-left: 1.5rem !important;
}

.pt-8{
  padding-top: 2rem !important;
}

.pr-8{
  padding-right: 2rem !important;
}

.pb-8{
  padding-bottom: 2rem !important;
}

.pl-8{
  padding-left: 2rem !important;
}

.pt-10{
  padding-top: 2.5rem !important;
}

.pr-10{
  padding-right: 2.5rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pl-10{
  padding-left: 2.5rem !important;
}

.pt-12{
  padding-top: 3rem !important;
}

.pr-12{
  padding-right: 3rem !important;
}

.pb-12{
  padding-bottom: 3rem !important;
}

.pl-12{
  padding-left: 3rem !important;
}

.pt-16{
  padding-top: 4rem !important;
}

.pr-16{
  padding-right: 4rem !important;
}

.pb-16{
  padding-bottom: 4rem !important;
}

.pl-16{
  padding-left: 4rem !important;
}

.pt-20{
  padding-top: 5rem !important;
}

.pr-20{
  padding-right: 5rem !important;
}

.pb-20{
  padding-bottom: 5rem !important;
}

.pl-20{
  padding-left: 5rem !important;
}

.pt-24{
  padding-top: 6rem !important;
}

.pr-24{
  padding-right: 6rem !important;
}

.pb-24{
  padding-bottom: 6rem !important;
}

.pl-24{
  padding-left: 6rem !important;
}

.pt-32{
  padding-top: 8rem !important;
}

.pr-32{
  padding-right: 8rem !important;
}

.pb-32{
  padding-bottom: 8rem !important;
}

.pl-32{
  padding-left: 8rem !important;
}

.pt-40{
  padding-top: 10rem !important;
}

.pr-40{
  padding-right: 10rem !important;
}

.pb-40{
  padding-bottom: 10rem !important;
}

.pl-40{
  padding-left: 10rem !important;
}

.pt-48{
  padding-top: 12rem !important;
}

.pr-48{
  padding-right: 12rem !important;
}

.pb-48{
  padding-bottom: 12rem !important;
}

.pl-48{
  padding-left: 12rem !important;
}

.pt-56{
  padding-top: 14rem !important;
}

.pr-56{
  padding-right: 14rem !important;
}

.pb-56{
  padding-bottom: 14rem !important;
}

.pl-56{
  padding-left: 14rem !important;
}

.pt-64{
  padding-top: 16rem !important;
}

.pr-64{
  padding-right: 16rem !important;
}

.pb-64{
  padding-bottom: 16rem !important;
}

.pl-64{
  padding-left: 16rem !important;
}

.pt-px{
  padding-top: 1px !important;
}

.pr-px{
  padding-right: 1px !important;
}

.pb-px{
  padding-bottom: 1px !important;
}

.pl-px{
  padding-left: 1px !important;
}

.pt-5px{
  padding-top: 5px !important;
}

.pr-5px{
  padding-right: 5px !important;
}

.pb-5px{
  padding-bottom: 5px !important;
}

.pl-5px{
  padding-left: 5px !important;
}

.pt-25px{
  padding-top: 25px !important;
}

.pr-25px{
  padding-right: 25px !important;
}

.pb-25px{
  padding-bottom: 25px !important;
}

.pl-25px{
  padding-left: 25px !important;
}

.pt-30px{
  padding-top: 30px !important;
}

.pr-30px{
  padding-right: 30px !important;
}

.pb-30px{
  padding-bottom: 30px !important;
}

.pl-30px{
  padding-left: 30px !important;
}

.pt-50px{
  padding-top: 50px !important;
}

.pr-50px{
  padding-right: 50px !important;
}

.pb-50px{
  padding-bottom: 50px !important;
}

.pl-50px{
  padding-left: 50px !important;
}

.placeholder-transparent::-webkit-input-placeholder{
  color: transparent !important;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent !important;
}

.placeholder-transparent:-ms-input-placeholder{
  color: transparent !important;
}

.placeholder-transparent::-ms-input-placeholder{
  color: transparent !important;
}

.placeholder-transparent::placeholder{
  color: transparent !important;
}

.placeholder-black::-webkit-input-placeholder{
  color: #222222 !important;
}

.placeholder-black::-moz-placeholder{
  color: #222222 !important;
}

.placeholder-black:-ms-input-placeholder{
  color: #222222 !important;
}

.placeholder-black::-ms-input-placeholder{
  color: #222222 !important;
}

.placeholder-black::placeholder{
  color: #222222 !important;
}

.placeholder-white::-webkit-input-placeholder{
  color: #fff !important;
}

.placeholder-white::-moz-placeholder{
  color: #fff !important;
}

.placeholder-white:-ms-input-placeholder{
  color: #fff !important;
}

.placeholder-white::-ms-input-placeholder{
  color: #fff !important;
}

.placeholder-white::placeholder{
  color: #fff !important;
}

.placeholder-gray-100::-webkit-input-placeholder{
  color: #f5f5f5 !important;
}

.placeholder-gray-100::-moz-placeholder{
  color: #f5f5f5 !important;
}

.placeholder-gray-100:-ms-input-placeholder{
  color: #f5f5f5 !important;
}

.placeholder-gray-100::-ms-input-placeholder{
  color: #f5f5f5 !important;
}

.placeholder-gray-100::placeholder{
  color: #f5f5f5 !important;
}

.placeholder-gray-200::-webkit-input-placeholder{
  color: #eeeeee !important;
}

.placeholder-gray-200::-moz-placeholder{
  color: #eeeeee !important;
}

.placeholder-gray-200:-ms-input-placeholder{
  color: #eeeeee !important;
}

.placeholder-gray-200::-ms-input-placeholder{
  color: #eeeeee !important;
}

.placeholder-gray-200::placeholder{
  color: #eeeeee !important;
}

.placeholder-gray-300::-webkit-input-placeholder{
  color: #e0e0e0 !important;
}

.placeholder-gray-300::-moz-placeholder{
  color: #e0e0e0 !important;
}

.placeholder-gray-300:-ms-input-placeholder{
  color: #e0e0e0 !important;
}

.placeholder-gray-300::-ms-input-placeholder{
  color: #e0e0e0 !important;
}

.placeholder-gray-300::placeholder{
  color: #e0e0e0 !important;
}

.placeholder-gray-400::-webkit-input-placeholder{
  color: #bdbdbd !important;
}

.placeholder-gray-400::-moz-placeholder{
  color: #bdbdbd !important;
}

.placeholder-gray-400:-ms-input-placeholder{
  color: #bdbdbd !important;
}

.placeholder-gray-400::-ms-input-placeholder{
  color: #bdbdbd !important;
}

.placeholder-gray-400::placeholder{
  color: #bdbdbd !important;
}

.placeholder-gray-500::-webkit-input-placeholder{
  color: #9e9e9e !important;
}

.placeholder-gray-500::-moz-placeholder{
  color: #9e9e9e !important;
}

.placeholder-gray-500:-ms-input-placeholder{
  color: #9e9e9e !important;
}

.placeholder-gray-500::-ms-input-placeholder{
  color: #9e9e9e !important;
}

.placeholder-gray-500::placeholder{
  color: #9e9e9e !important;
}

.placeholder-gray-600::-webkit-input-placeholder{
  color: #757575 !important;
}

.placeholder-gray-600::-moz-placeholder{
  color: #757575 !important;
}

.placeholder-gray-600:-ms-input-placeholder{
  color: #757575 !important;
}

.placeholder-gray-600::-ms-input-placeholder{
  color: #757575 !important;
}

.placeholder-gray-600::placeholder{
  color: #757575 !important;
}

.placeholder-gray-700::-webkit-input-placeholder{
  color: #616161 !important;
}

.placeholder-gray-700::-moz-placeholder{
  color: #616161 !important;
}

.placeholder-gray-700:-ms-input-placeholder{
  color: #616161 !important;
}

.placeholder-gray-700::-ms-input-placeholder{
  color: #616161 !important;
}

.placeholder-gray-700::placeholder{
  color: #616161 !important;
}

.placeholder-gray-800::-webkit-input-placeholder{
  color: #424242 !important;
}

.placeholder-gray-800::-moz-placeholder{
  color: #424242 !important;
}

.placeholder-gray-800:-ms-input-placeholder{
  color: #424242 !important;
}

.placeholder-gray-800::-ms-input-placeholder{
  color: #424242 !important;
}

.placeholder-gray-800::placeholder{
  color: #424242 !important;
}

.placeholder-gray-900::-webkit-input-placeholder{
  color: #212121 !important;
}

.placeholder-gray-900::-moz-placeholder{
  color: #212121 !important;
}

.placeholder-gray-900:-ms-input-placeholder{
  color: #212121 !important;
}

.placeholder-gray-900::-ms-input-placeholder{
  color: #212121 !important;
}

.placeholder-gray-900::placeholder{
  color: #212121 !important;
}

.placeholder-red-100::-webkit-input-placeholder{
  color: #fff5f5 !important;
}

.placeholder-red-100::-moz-placeholder{
  color: #fff5f5 !important;
}

.placeholder-red-100:-ms-input-placeholder{
  color: #fff5f5 !important;
}

.placeholder-red-100::-ms-input-placeholder{
  color: #fff5f5 !important;
}

.placeholder-red-100::placeholder{
  color: #fff5f5 !important;
}

.placeholder-red-200::-webkit-input-placeholder{
  color: #fed7d7 !important;
}

.placeholder-red-200::-moz-placeholder{
  color: #fed7d7 !important;
}

.placeholder-red-200:-ms-input-placeholder{
  color: #fed7d7 !important;
}

.placeholder-red-200::-ms-input-placeholder{
  color: #fed7d7 !important;
}

.placeholder-red-200::placeholder{
  color: #fed7d7 !important;
}

.placeholder-red-300::-webkit-input-placeholder{
  color: #feb2b2 !important;
}

.placeholder-red-300::-moz-placeholder{
  color: #feb2b2 !important;
}

.placeholder-red-300:-ms-input-placeholder{
  color: #feb2b2 !important;
}

.placeholder-red-300::-ms-input-placeholder{
  color: #feb2b2 !important;
}

.placeholder-red-300::placeholder{
  color: #feb2b2 !important;
}

.placeholder-red-400::-webkit-input-placeholder{
  color: #fc8181 !important;
}

.placeholder-red-400::-moz-placeholder{
  color: #fc8181 !important;
}

.placeholder-red-400:-ms-input-placeholder{
  color: #fc8181 !important;
}

.placeholder-red-400::-ms-input-placeholder{
  color: #fc8181 !important;
}

.placeholder-red-400::placeholder{
  color: #fc8181 !important;
}

.placeholder-red-500::-webkit-input-placeholder{
  color: #f56565 !important;
}

.placeholder-red-500::-moz-placeholder{
  color: #f56565 !important;
}

.placeholder-red-500:-ms-input-placeholder{
  color: #f56565 !important;
}

.placeholder-red-500::-ms-input-placeholder{
  color: #f56565 !important;
}

.placeholder-red-500::placeholder{
  color: #f56565 !important;
}

.placeholder-red-600::-webkit-input-placeholder{
  color: #e53e3e !important;
}

.placeholder-red-600::-moz-placeholder{
  color: #e53e3e !important;
}

.placeholder-red-600:-ms-input-placeholder{
  color: #e53e3e !important;
}

.placeholder-red-600::-ms-input-placeholder{
  color: #e53e3e !important;
}

.placeholder-red-600::placeholder{
  color: #e53e3e !important;
}

.placeholder-red-700::-webkit-input-placeholder{
  color: #c53030 !important;
}

.placeholder-red-700::-moz-placeholder{
  color: #c53030 !important;
}

.placeholder-red-700:-ms-input-placeholder{
  color: #c53030 !important;
}

.placeholder-red-700::-ms-input-placeholder{
  color: #c53030 !important;
}

.placeholder-red-700::placeholder{
  color: #c53030 !important;
}

.placeholder-red-800::-webkit-input-placeholder{
  color: #9b2c2c !important;
}

.placeholder-red-800::-moz-placeholder{
  color: #9b2c2c !important;
}

.placeholder-red-800:-ms-input-placeholder{
  color: #9b2c2c !important;
}

.placeholder-red-800::-ms-input-placeholder{
  color: #9b2c2c !important;
}

.placeholder-red-800::placeholder{
  color: #9b2c2c !important;
}

.placeholder-red-900::-webkit-input-placeholder{
  color: #742a2a !important;
}

.placeholder-red-900::-moz-placeholder{
  color: #742a2a !important;
}

.placeholder-red-900:-ms-input-placeholder{
  color: #742a2a !important;
}

.placeholder-red-900::-ms-input-placeholder{
  color: #742a2a !important;
}

.placeholder-red-900::placeholder{
  color: #742a2a !important;
}

.placeholder-orange-100::-webkit-input-placeholder{
  color: #fffaf0 !important;
}

.placeholder-orange-100::-moz-placeholder{
  color: #fffaf0 !important;
}

.placeholder-orange-100:-ms-input-placeholder{
  color: #fffaf0 !important;
}

.placeholder-orange-100::-ms-input-placeholder{
  color: #fffaf0 !important;
}

.placeholder-orange-100::placeholder{
  color: #fffaf0 !important;
}

.placeholder-orange-200::-webkit-input-placeholder{
  color: #feebc8 !important;
}

.placeholder-orange-200::-moz-placeholder{
  color: #feebc8 !important;
}

.placeholder-orange-200:-ms-input-placeholder{
  color: #feebc8 !important;
}

.placeholder-orange-200::-ms-input-placeholder{
  color: #feebc8 !important;
}

.placeholder-orange-200::placeholder{
  color: #feebc8 !important;
}

.placeholder-orange-300::-webkit-input-placeholder{
  color: #fbd38d !important;
}

.placeholder-orange-300::-moz-placeholder{
  color: #fbd38d !important;
}

.placeholder-orange-300:-ms-input-placeholder{
  color: #fbd38d !important;
}

.placeholder-orange-300::-ms-input-placeholder{
  color: #fbd38d !important;
}

.placeholder-orange-300::placeholder{
  color: #fbd38d !important;
}

.placeholder-orange-400::-webkit-input-placeholder{
  color: #f6ad55 !important;
}

.placeholder-orange-400::-moz-placeholder{
  color: #f6ad55 !important;
}

.placeholder-orange-400:-ms-input-placeholder{
  color: #f6ad55 !important;
}

.placeholder-orange-400::-ms-input-placeholder{
  color: #f6ad55 !important;
}

.placeholder-orange-400::placeholder{
  color: #f6ad55 !important;
}

.placeholder-orange-500::-webkit-input-placeholder{
  color: #ed8936 !important;
}

.placeholder-orange-500::-moz-placeholder{
  color: #ed8936 !important;
}

.placeholder-orange-500:-ms-input-placeholder{
  color: #ed8936 !important;
}

.placeholder-orange-500::-ms-input-placeholder{
  color: #ed8936 !important;
}

.placeholder-orange-500::placeholder{
  color: #ed8936 !important;
}

.placeholder-orange-600::-webkit-input-placeholder{
  color: #dd6b20 !important;
}

.placeholder-orange-600::-moz-placeholder{
  color: #dd6b20 !important;
}

.placeholder-orange-600:-ms-input-placeholder{
  color: #dd6b20 !important;
}

.placeholder-orange-600::-ms-input-placeholder{
  color: #dd6b20 !important;
}

.placeholder-orange-600::placeholder{
  color: #dd6b20 !important;
}

.placeholder-orange-700::-webkit-input-placeholder{
  color: #c05621 !important;
}

.placeholder-orange-700::-moz-placeholder{
  color: #c05621 !important;
}

.placeholder-orange-700:-ms-input-placeholder{
  color: #c05621 !important;
}

.placeholder-orange-700::-ms-input-placeholder{
  color: #c05621 !important;
}

.placeholder-orange-700::placeholder{
  color: #c05621 !important;
}

.placeholder-orange-800::-webkit-input-placeholder{
  color: #9c4221 !important;
}

.placeholder-orange-800::-moz-placeholder{
  color: #9c4221 !important;
}

.placeholder-orange-800:-ms-input-placeholder{
  color: #9c4221 !important;
}

.placeholder-orange-800::-ms-input-placeholder{
  color: #9c4221 !important;
}

.placeholder-orange-800::placeholder{
  color: #9c4221 !important;
}

.placeholder-orange-900::-webkit-input-placeholder{
  color: #7b341e !important;
}

.placeholder-orange-900::-moz-placeholder{
  color: #7b341e !important;
}

.placeholder-orange-900:-ms-input-placeholder{
  color: #7b341e !important;
}

.placeholder-orange-900::-ms-input-placeholder{
  color: #7b341e !important;
}

.placeholder-orange-900::placeholder{
  color: #7b341e !important;
}

.placeholder-yellow-100::-webkit-input-placeholder{
  color: #fffff0 !important;
}

.placeholder-yellow-100::-moz-placeholder{
  color: #fffff0 !important;
}

.placeholder-yellow-100:-ms-input-placeholder{
  color: #fffff0 !important;
}

.placeholder-yellow-100::-ms-input-placeholder{
  color: #fffff0 !important;
}

.placeholder-yellow-100::placeholder{
  color: #fffff0 !important;
}

.placeholder-yellow-200::-webkit-input-placeholder{
  color: #fefcbf !important;
}

.placeholder-yellow-200::-moz-placeholder{
  color: #fefcbf !important;
}

.placeholder-yellow-200:-ms-input-placeholder{
  color: #fefcbf !important;
}

.placeholder-yellow-200::-ms-input-placeholder{
  color: #fefcbf !important;
}

.placeholder-yellow-200::placeholder{
  color: #fefcbf !important;
}

.placeholder-yellow-300::-webkit-input-placeholder{
  color: #faf089 !important;
}

.placeholder-yellow-300::-moz-placeholder{
  color: #faf089 !important;
}

.placeholder-yellow-300:-ms-input-placeholder{
  color: #faf089 !important;
}

.placeholder-yellow-300::-ms-input-placeholder{
  color: #faf089 !important;
}

.placeholder-yellow-300::placeholder{
  color: #faf089 !important;
}

.placeholder-yellow-400::-webkit-input-placeholder{
  color: #f6e05e !important;
}

.placeholder-yellow-400::-moz-placeholder{
  color: #f6e05e !important;
}

.placeholder-yellow-400:-ms-input-placeholder{
  color: #f6e05e !important;
}

.placeholder-yellow-400::-ms-input-placeholder{
  color: #f6e05e !important;
}

.placeholder-yellow-400::placeholder{
  color: #f6e05e !important;
}

.placeholder-yellow-500::-webkit-input-placeholder{
  color: #ecc94b !important;
}

.placeholder-yellow-500::-moz-placeholder{
  color: #ecc94b !important;
}

.placeholder-yellow-500:-ms-input-placeholder{
  color: #ecc94b !important;
}

.placeholder-yellow-500::-ms-input-placeholder{
  color: #ecc94b !important;
}

.placeholder-yellow-500::placeholder{
  color: #ecc94b !important;
}

.placeholder-yellow-600::-webkit-input-placeholder{
  color: #d69e2e !important;
}

.placeholder-yellow-600::-moz-placeholder{
  color: #d69e2e !important;
}

.placeholder-yellow-600:-ms-input-placeholder{
  color: #d69e2e !important;
}

.placeholder-yellow-600::-ms-input-placeholder{
  color: #d69e2e !important;
}

.placeholder-yellow-600::placeholder{
  color: #d69e2e !important;
}

.placeholder-yellow-700::-webkit-input-placeholder{
  color: #b7791f !important;
}

.placeholder-yellow-700::-moz-placeholder{
  color: #b7791f !important;
}

.placeholder-yellow-700:-ms-input-placeholder{
  color: #b7791f !important;
}

.placeholder-yellow-700::-ms-input-placeholder{
  color: #b7791f !important;
}

.placeholder-yellow-700::placeholder{
  color: #b7791f !important;
}

.placeholder-yellow-800::-webkit-input-placeholder{
  color: #975a16 !important;
}

.placeholder-yellow-800::-moz-placeholder{
  color: #975a16 !important;
}

.placeholder-yellow-800:-ms-input-placeholder{
  color: #975a16 !important;
}

.placeholder-yellow-800::-ms-input-placeholder{
  color: #975a16 !important;
}

.placeholder-yellow-800::placeholder{
  color: #975a16 !important;
}

.placeholder-yellow-900::-webkit-input-placeholder{
  color: #744210 !important;
}

.placeholder-yellow-900::-moz-placeholder{
  color: #744210 !important;
}

.placeholder-yellow-900:-ms-input-placeholder{
  color: #744210 !important;
}

.placeholder-yellow-900::-ms-input-placeholder{
  color: #744210 !important;
}

.placeholder-yellow-900::placeholder{
  color: #744210 !important;
}

.placeholder-green-100::-webkit-input-placeholder{
  color: #f0fff4 !important;
}

.placeholder-green-100::-moz-placeholder{
  color: #f0fff4 !important;
}

.placeholder-green-100:-ms-input-placeholder{
  color: #f0fff4 !important;
}

.placeholder-green-100::-ms-input-placeholder{
  color: #f0fff4 !important;
}

.placeholder-green-100::placeholder{
  color: #f0fff4 !important;
}

.placeholder-green-200::-webkit-input-placeholder{
  color: #c6f6d5 !important;
}

.placeholder-green-200::-moz-placeholder{
  color: #c6f6d5 !important;
}

.placeholder-green-200:-ms-input-placeholder{
  color: #c6f6d5 !important;
}

.placeholder-green-200::-ms-input-placeholder{
  color: #c6f6d5 !important;
}

.placeholder-green-200::placeholder{
  color: #c6f6d5 !important;
}

.placeholder-green-300::-webkit-input-placeholder{
  color: #9ae6b4 !important;
}

.placeholder-green-300::-moz-placeholder{
  color: #9ae6b4 !important;
}

.placeholder-green-300:-ms-input-placeholder{
  color: #9ae6b4 !important;
}

.placeholder-green-300::-ms-input-placeholder{
  color: #9ae6b4 !important;
}

.placeholder-green-300::placeholder{
  color: #9ae6b4 !important;
}

.placeholder-green-400::-webkit-input-placeholder{
  color: #68d391 !important;
}

.placeholder-green-400::-moz-placeholder{
  color: #68d391 !important;
}

.placeholder-green-400:-ms-input-placeholder{
  color: #68d391 !important;
}

.placeholder-green-400::-ms-input-placeholder{
  color: #68d391 !important;
}

.placeholder-green-400::placeholder{
  color: #68d391 !important;
}

.placeholder-green-500::-webkit-input-placeholder{
  color: #48bb78 !important;
}

.placeholder-green-500::-moz-placeholder{
  color: #48bb78 !important;
}

.placeholder-green-500:-ms-input-placeholder{
  color: #48bb78 !important;
}

.placeholder-green-500::-ms-input-placeholder{
  color: #48bb78 !important;
}

.placeholder-green-500::placeholder{
  color: #48bb78 !important;
}

.placeholder-green-600::-webkit-input-placeholder{
  color: #38a169 !important;
}

.placeholder-green-600::-moz-placeholder{
  color: #38a169 !important;
}

.placeholder-green-600:-ms-input-placeholder{
  color: #38a169 !important;
}

.placeholder-green-600::-ms-input-placeholder{
  color: #38a169 !important;
}

.placeholder-green-600::placeholder{
  color: #38a169 !important;
}

.placeholder-green-700::-webkit-input-placeholder{
  color: #2f855a !important;
}

.placeholder-green-700::-moz-placeholder{
  color: #2f855a !important;
}

.placeholder-green-700:-ms-input-placeholder{
  color: #2f855a !important;
}

.placeholder-green-700::-ms-input-placeholder{
  color: #2f855a !important;
}

.placeholder-green-700::placeholder{
  color: #2f855a !important;
}

.placeholder-green-800::-webkit-input-placeholder{
  color: #276749 !important;
}

.placeholder-green-800::-moz-placeholder{
  color: #276749 !important;
}

.placeholder-green-800:-ms-input-placeholder{
  color: #276749 !important;
}

.placeholder-green-800::-ms-input-placeholder{
  color: #276749 !important;
}

.placeholder-green-800::placeholder{
  color: #276749 !important;
}

.placeholder-green-900::-webkit-input-placeholder{
  color: #22543d !important;
}

.placeholder-green-900::-moz-placeholder{
  color: #22543d !important;
}

.placeholder-green-900:-ms-input-placeholder{
  color: #22543d !important;
}

.placeholder-green-900::-ms-input-placeholder{
  color: #22543d !important;
}

.placeholder-green-900::placeholder{
  color: #22543d !important;
}

.placeholder-teal-100::-webkit-input-placeholder{
  color: #e6fffa !important;
}

.placeholder-teal-100::-moz-placeholder{
  color: #e6fffa !important;
}

.placeholder-teal-100:-ms-input-placeholder{
  color: #e6fffa !important;
}

.placeholder-teal-100::-ms-input-placeholder{
  color: #e6fffa !important;
}

.placeholder-teal-100::placeholder{
  color: #e6fffa !important;
}

.placeholder-teal-200::-webkit-input-placeholder{
  color: #b2f5ea !important;
}

.placeholder-teal-200::-moz-placeholder{
  color: #b2f5ea !important;
}

.placeholder-teal-200:-ms-input-placeholder{
  color: #b2f5ea !important;
}

.placeholder-teal-200::-ms-input-placeholder{
  color: #b2f5ea !important;
}

.placeholder-teal-200::placeholder{
  color: #b2f5ea !important;
}

.placeholder-teal-300::-webkit-input-placeholder{
  color: #81e6d9 !important;
}

.placeholder-teal-300::-moz-placeholder{
  color: #81e6d9 !important;
}

.placeholder-teal-300:-ms-input-placeholder{
  color: #81e6d9 !important;
}

.placeholder-teal-300::-ms-input-placeholder{
  color: #81e6d9 !important;
}

.placeholder-teal-300::placeholder{
  color: #81e6d9 !important;
}

.placeholder-teal-400::-webkit-input-placeholder{
  color: #4fd1c5 !important;
}

.placeholder-teal-400::-moz-placeholder{
  color: #4fd1c5 !important;
}

.placeholder-teal-400:-ms-input-placeholder{
  color: #4fd1c5 !important;
}

.placeholder-teal-400::-ms-input-placeholder{
  color: #4fd1c5 !important;
}

.placeholder-teal-400::placeholder{
  color: #4fd1c5 !important;
}

.placeholder-teal-500::-webkit-input-placeholder{
  color: #38b2ac !important;
}

.placeholder-teal-500::-moz-placeholder{
  color: #38b2ac !important;
}

.placeholder-teal-500:-ms-input-placeholder{
  color: #38b2ac !important;
}

.placeholder-teal-500::-ms-input-placeholder{
  color: #38b2ac !important;
}

.placeholder-teal-500::placeholder{
  color: #38b2ac !important;
}

.placeholder-teal-600::-webkit-input-placeholder{
  color: #319795 !important;
}

.placeholder-teal-600::-moz-placeholder{
  color: #319795 !important;
}

.placeholder-teal-600:-ms-input-placeholder{
  color: #319795 !important;
}

.placeholder-teal-600::-ms-input-placeholder{
  color: #319795 !important;
}

.placeholder-teal-600::placeholder{
  color: #319795 !important;
}

.placeholder-teal-700::-webkit-input-placeholder{
  color: #2c7a7b !important;
}

.placeholder-teal-700::-moz-placeholder{
  color: #2c7a7b !important;
}

.placeholder-teal-700:-ms-input-placeholder{
  color: #2c7a7b !important;
}

.placeholder-teal-700::-ms-input-placeholder{
  color: #2c7a7b !important;
}

.placeholder-teal-700::placeholder{
  color: #2c7a7b !important;
}

.placeholder-teal-800::-webkit-input-placeholder{
  color: #285e61 !important;
}

.placeholder-teal-800::-moz-placeholder{
  color: #285e61 !important;
}

.placeholder-teal-800:-ms-input-placeholder{
  color: #285e61 !important;
}

.placeholder-teal-800::-ms-input-placeholder{
  color: #285e61 !important;
}

.placeholder-teal-800::placeholder{
  color: #285e61 !important;
}

.placeholder-teal-900::-webkit-input-placeholder{
  color: #234e52 !important;
}

.placeholder-teal-900::-moz-placeholder{
  color: #234e52 !important;
}

.placeholder-teal-900:-ms-input-placeholder{
  color: #234e52 !important;
}

.placeholder-teal-900::-ms-input-placeholder{
  color: #234e52 !important;
}

.placeholder-teal-900::placeholder{
  color: #234e52 !important;
}

.placeholder-blue-100::-webkit-input-placeholder{
  color: #ebf8ff !important;
}

.placeholder-blue-100::-moz-placeholder{
  color: #ebf8ff !important;
}

.placeholder-blue-100:-ms-input-placeholder{
  color: #ebf8ff !important;
}

.placeholder-blue-100::-ms-input-placeholder{
  color: #ebf8ff !important;
}

.placeholder-blue-100::placeholder{
  color: #ebf8ff !important;
}

.placeholder-blue-200::-webkit-input-placeholder{
  color: #bee3f8 !important;
}

.placeholder-blue-200::-moz-placeholder{
  color: #bee3f8 !important;
}

.placeholder-blue-200:-ms-input-placeholder{
  color: #bee3f8 !important;
}

.placeholder-blue-200::-ms-input-placeholder{
  color: #bee3f8 !important;
}

.placeholder-blue-200::placeholder{
  color: #bee3f8 !important;
}

.placeholder-blue-300::-webkit-input-placeholder{
  color: #90cdf4 !important;
}

.placeholder-blue-300::-moz-placeholder{
  color: #90cdf4 !important;
}

.placeholder-blue-300:-ms-input-placeholder{
  color: #90cdf4 !important;
}

.placeholder-blue-300::-ms-input-placeholder{
  color: #90cdf4 !important;
}

.placeholder-blue-300::placeholder{
  color: #90cdf4 !important;
}

.placeholder-blue-400::-webkit-input-placeholder{
  color: #63b3ed !important;
}

.placeholder-blue-400::-moz-placeholder{
  color: #63b3ed !important;
}

.placeholder-blue-400:-ms-input-placeholder{
  color: #63b3ed !important;
}

.placeholder-blue-400::-ms-input-placeholder{
  color: #63b3ed !important;
}

.placeholder-blue-400::placeholder{
  color: #63b3ed !important;
}

.placeholder-blue-500::-webkit-input-placeholder{
  color: #4299e1 !important;
}

.placeholder-blue-500::-moz-placeholder{
  color: #4299e1 !important;
}

.placeholder-blue-500:-ms-input-placeholder{
  color: #4299e1 !important;
}

.placeholder-blue-500::-ms-input-placeholder{
  color: #4299e1 !important;
}

.placeholder-blue-500::placeholder{
  color: #4299e1 !important;
}

.placeholder-blue-600::-webkit-input-placeholder{
  color: #3182ce !important;
}

.placeholder-blue-600::-moz-placeholder{
  color: #3182ce !important;
}

.placeholder-blue-600:-ms-input-placeholder{
  color: #3182ce !important;
}

.placeholder-blue-600::-ms-input-placeholder{
  color: #3182ce !important;
}

.placeholder-blue-600::placeholder{
  color: #3182ce !important;
}

.placeholder-blue-700::-webkit-input-placeholder{
  color: #2b6cb0 !important;
}

.placeholder-blue-700::-moz-placeholder{
  color: #2b6cb0 !important;
}

.placeholder-blue-700:-ms-input-placeholder{
  color: #2b6cb0 !important;
}

.placeholder-blue-700::-ms-input-placeholder{
  color: #2b6cb0 !important;
}

.placeholder-blue-700::placeholder{
  color: #2b6cb0 !important;
}

.placeholder-blue-800::-webkit-input-placeholder{
  color: #2c5282 !important;
}

.placeholder-blue-800::-moz-placeholder{
  color: #2c5282 !important;
}

.placeholder-blue-800:-ms-input-placeholder{
  color: #2c5282 !important;
}

.placeholder-blue-800::-ms-input-placeholder{
  color: #2c5282 !important;
}

.placeholder-blue-800::placeholder{
  color: #2c5282 !important;
}

.placeholder-blue-900::-webkit-input-placeholder{
  color: #2a4365 !important;
}

.placeholder-blue-900::-moz-placeholder{
  color: #2a4365 !important;
}

.placeholder-blue-900:-ms-input-placeholder{
  color: #2a4365 !important;
}

.placeholder-blue-900::-ms-input-placeholder{
  color: #2a4365 !important;
}

.placeholder-blue-900::placeholder{
  color: #2a4365 !important;
}

.placeholder-indigo-100::-webkit-input-placeholder{
  color: #ebf4ff !important;
}

.placeholder-indigo-100::-moz-placeholder{
  color: #ebf4ff !important;
}

.placeholder-indigo-100:-ms-input-placeholder{
  color: #ebf4ff !important;
}

.placeholder-indigo-100::-ms-input-placeholder{
  color: #ebf4ff !important;
}

.placeholder-indigo-100::placeholder{
  color: #ebf4ff !important;
}

.placeholder-indigo-200::-webkit-input-placeholder{
  color: #c3dafe !important;
}

.placeholder-indigo-200::-moz-placeholder{
  color: #c3dafe !important;
}

.placeholder-indigo-200:-ms-input-placeholder{
  color: #c3dafe !important;
}

.placeholder-indigo-200::-ms-input-placeholder{
  color: #c3dafe !important;
}

.placeholder-indigo-200::placeholder{
  color: #c3dafe !important;
}

.placeholder-indigo-300::-webkit-input-placeholder{
  color: #a3bffa !important;
}

.placeholder-indigo-300::-moz-placeholder{
  color: #a3bffa !important;
}

.placeholder-indigo-300:-ms-input-placeholder{
  color: #a3bffa !important;
}

.placeholder-indigo-300::-ms-input-placeholder{
  color: #a3bffa !important;
}

.placeholder-indigo-300::placeholder{
  color: #a3bffa !important;
}

.placeholder-indigo-400::-webkit-input-placeholder{
  color: #7f9cf5 !important;
}

.placeholder-indigo-400::-moz-placeholder{
  color: #7f9cf5 !important;
}

.placeholder-indigo-400:-ms-input-placeholder{
  color: #7f9cf5 !important;
}

.placeholder-indigo-400::-ms-input-placeholder{
  color: #7f9cf5 !important;
}

.placeholder-indigo-400::placeholder{
  color: #7f9cf5 !important;
}

.placeholder-indigo-500::-webkit-input-placeholder{
  color: #667eea !important;
}

.placeholder-indigo-500::-moz-placeholder{
  color: #667eea !important;
}

.placeholder-indigo-500:-ms-input-placeholder{
  color: #667eea !important;
}

.placeholder-indigo-500::-ms-input-placeholder{
  color: #667eea !important;
}

.placeholder-indigo-500::placeholder{
  color: #667eea !important;
}

.placeholder-indigo-600::-webkit-input-placeholder{
  color: #5a67d8 !important;
}

.placeholder-indigo-600::-moz-placeholder{
  color: #5a67d8 !important;
}

.placeholder-indigo-600:-ms-input-placeholder{
  color: #5a67d8 !important;
}

.placeholder-indigo-600::-ms-input-placeholder{
  color: #5a67d8 !important;
}

.placeholder-indigo-600::placeholder{
  color: #5a67d8 !important;
}

.placeholder-indigo-700::-webkit-input-placeholder{
  color: #4c51bf !important;
}

.placeholder-indigo-700::-moz-placeholder{
  color: #4c51bf !important;
}

.placeholder-indigo-700:-ms-input-placeholder{
  color: #4c51bf !important;
}

.placeholder-indigo-700::-ms-input-placeholder{
  color: #4c51bf !important;
}

.placeholder-indigo-700::placeholder{
  color: #4c51bf !important;
}

.placeholder-indigo-800::-webkit-input-placeholder{
  color: #434190 !important;
}

.placeholder-indigo-800::-moz-placeholder{
  color: #434190 !important;
}

.placeholder-indigo-800:-ms-input-placeholder{
  color: #434190 !important;
}

.placeholder-indigo-800::-ms-input-placeholder{
  color: #434190 !important;
}

.placeholder-indigo-800::placeholder{
  color: #434190 !important;
}

.placeholder-indigo-900::-webkit-input-placeholder{
  color: #3c366b !important;
}

.placeholder-indigo-900::-moz-placeholder{
  color: #3c366b !important;
}

.placeholder-indigo-900:-ms-input-placeholder{
  color: #3c366b !important;
}

.placeholder-indigo-900::-ms-input-placeholder{
  color: #3c366b !important;
}

.placeholder-indigo-900::placeholder{
  color: #3c366b !important;
}

.placeholder-purple-100::-webkit-input-placeholder{
  color: #faf5ff !important;
}

.placeholder-purple-100::-moz-placeholder{
  color: #faf5ff !important;
}

.placeholder-purple-100:-ms-input-placeholder{
  color: #faf5ff !important;
}

.placeholder-purple-100::-ms-input-placeholder{
  color: #faf5ff !important;
}

.placeholder-purple-100::placeholder{
  color: #faf5ff !important;
}

.placeholder-purple-200::-webkit-input-placeholder{
  color: #e9d8fd !important;
}

.placeholder-purple-200::-moz-placeholder{
  color: #e9d8fd !important;
}

.placeholder-purple-200:-ms-input-placeholder{
  color: #e9d8fd !important;
}

.placeholder-purple-200::-ms-input-placeholder{
  color: #e9d8fd !important;
}

.placeholder-purple-200::placeholder{
  color: #e9d8fd !important;
}

.placeholder-purple-300::-webkit-input-placeholder{
  color: #d6bcfa !important;
}

.placeholder-purple-300::-moz-placeholder{
  color: #d6bcfa !important;
}

.placeholder-purple-300:-ms-input-placeholder{
  color: #d6bcfa !important;
}

.placeholder-purple-300::-ms-input-placeholder{
  color: #d6bcfa !important;
}

.placeholder-purple-300::placeholder{
  color: #d6bcfa !important;
}

.placeholder-purple-400::-webkit-input-placeholder{
  color: #b794f4 !important;
}

.placeholder-purple-400::-moz-placeholder{
  color: #b794f4 !important;
}

.placeholder-purple-400:-ms-input-placeholder{
  color: #b794f4 !important;
}

.placeholder-purple-400::-ms-input-placeholder{
  color: #b794f4 !important;
}

.placeholder-purple-400::placeholder{
  color: #b794f4 !important;
}

.placeholder-purple-500::-webkit-input-placeholder{
  color: #9f7aea !important;
}

.placeholder-purple-500::-moz-placeholder{
  color: #9f7aea !important;
}

.placeholder-purple-500:-ms-input-placeholder{
  color: #9f7aea !important;
}

.placeholder-purple-500::-ms-input-placeholder{
  color: #9f7aea !important;
}

.placeholder-purple-500::placeholder{
  color: #9f7aea !important;
}

.placeholder-purple-600::-webkit-input-placeholder{
  color: #805ad5 !important;
}

.placeholder-purple-600::-moz-placeholder{
  color: #805ad5 !important;
}

.placeholder-purple-600:-ms-input-placeholder{
  color: #805ad5 !important;
}

.placeholder-purple-600::-ms-input-placeholder{
  color: #805ad5 !important;
}

.placeholder-purple-600::placeholder{
  color: #805ad5 !important;
}

.placeholder-purple-700::-webkit-input-placeholder{
  color: #6b46c1 !important;
}

.placeholder-purple-700::-moz-placeholder{
  color: #6b46c1 !important;
}

.placeholder-purple-700:-ms-input-placeholder{
  color: #6b46c1 !important;
}

.placeholder-purple-700::-ms-input-placeholder{
  color: #6b46c1 !important;
}

.placeholder-purple-700::placeholder{
  color: #6b46c1 !important;
}

.placeholder-purple-800::-webkit-input-placeholder{
  color: #553c9a !important;
}

.placeholder-purple-800::-moz-placeholder{
  color: #553c9a !important;
}

.placeholder-purple-800:-ms-input-placeholder{
  color: #553c9a !important;
}

.placeholder-purple-800::-ms-input-placeholder{
  color: #553c9a !important;
}

.placeholder-purple-800::placeholder{
  color: #553c9a !important;
}

.placeholder-purple-900::-webkit-input-placeholder{
  color: #44337a !important;
}

.placeholder-purple-900::-moz-placeholder{
  color: #44337a !important;
}

.placeholder-purple-900:-ms-input-placeholder{
  color: #44337a !important;
}

.placeholder-purple-900::-ms-input-placeholder{
  color: #44337a !important;
}

.placeholder-purple-900::placeholder{
  color: #44337a !important;
}

.placeholder-pink-100::-webkit-input-placeholder{
  color: #fff5f7 !important;
}

.placeholder-pink-100::-moz-placeholder{
  color: #fff5f7 !important;
}

.placeholder-pink-100:-ms-input-placeholder{
  color: #fff5f7 !important;
}

.placeholder-pink-100::-ms-input-placeholder{
  color: #fff5f7 !important;
}

.placeholder-pink-100::placeholder{
  color: #fff5f7 !important;
}

.placeholder-pink-200::-webkit-input-placeholder{
  color: #fed7e2 !important;
}

.placeholder-pink-200::-moz-placeholder{
  color: #fed7e2 !important;
}

.placeholder-pink-200:-ms-input-placeholder{
  color: #fed7e2 !important;
}

.placeholder-pink-200::-ms-input-placeholder{
  color: #fed7e2 !important;
}

.placeholder-pink-200::placeholder{
  color: #fed7e2 !important;
}

.placeholder-pink-300::-webkit-input-placeholder{
  color: #fbb6ce !important;
}

.placeholder-pink-300::-moz-placeholder{
  color: #fbb6ce !important;
}

.placeholder-pink-300:-ms-input-placeholder{
  color: #fbb6ce !important;
}

.placeholder-pink-300::-ms-input-placeholder{
  color: #fbb6ce !important;
}

.placeholder-pink-300::placeholder{
  color: #fbb6ce !important;
}

.placeholder-pink-400::-webkit-input-placeholder{
  color: #f687b3 !important;
}

.placeholder-pink-400::-moz-placeholder{
  color: #f687b3 !important;
}

.placeholder-pink-400:-ms-input-placeholder{
  color: #f687b3 !important;
}

.placeholder-pink-400::-ms-input-placeholder{
  color: #f687b3 !important;
}

.placeholder-pink-400::placeholder{
  color: #f687b3 !important;
}

.placeholder-pink-500::-webkit-input-placeholder{
  color: #ed64a6 !important;
}

.placeholder-pink-500::-moz-placeholder{
  color: #ed64a6 !important;
}

.placeholder-pink-500:-ms-input-placeholder{
  color: #ed64a6 !important;
}

.placeholder-pink-500::-ms-input-placeholder{
  color: #ed64a6 !important;
}

.placeholder-pink-500::placeholder{
  color: #ed64a6 !important;
}

.placeholder-pink-600::-webkit-input-placeholder{
  color: #d53f8c !important;
}

.placeholder-pink-600::-moz-placeholder{
  color: #d53f8c !important;
}

.placeholder-pink-600:-ms-input-placeholder{
  color: #d53f8c !important;
}

.placeholder-pink-600::-ms-input-placeholder{
  color: #d53f8c !important;
}

.placeholder-pink-600::placeholder{
  color: #d53f8c !important;
}

.placeholder-pink-700::-webkit-input-placeholder{
  color: #b83280 !important;
}

.placeholder-pink-700::-moz-placeholder{
  color: #b83280 !important;
}

.placeholder-pink-700:-ms-input-placeholder{
  color: #b83280 !important;
}

.placeholder-pink-700::-ms-input-placeholder{
  color: #b83280 !important;
}

.placeholder-pink-700::placeholder{
  color: #b83280 !important;
}

.placeholder-pink-800::-webkit-input-placeholder{
  color: #97266d !important;
}

.placeholder-pink-800::-moz-placeholder{
  color: #97266d !important;
}

.placeholder-pink-800:-ms-input-placeholder{
  color: #97266d !important;
}

.placeholder-pink-800::-ms-input-placeholder{
  color: #97266d !important;
}

.placeholder-pink-800::placeholder{
  color: #97266d !important;
}

.placeholder-pink-900::-webkit-input-placeholder{
  color: #702459 !important;
}

.placeholder-pink-900::-moz-placeholder{
  color: #702459 !important;
}

.placeholder-pink-900:-ms-input-placeholder{
  color: #702459 !important;
}

.placeholder-pink-900::-ms-input-placeholder{
  color: #702459 !important;
}

.placeholder-pink-900::placeholder{
  color: #702459 !important;
}

.placeholder-cyan::-webkit-input-placeholder{
  color: #9cdbff !important;
}

.placeholder-cyan::-moz-placeholder{
  color: #9cdbff !important;
}

.placeholder-cyan:-ms-input-placeholder{
  color: #9cdbff !important;
}

.placeholder-cyan::-ms-input-placeholder{
  color: #9cdbff !important;
}

.placeholder-cyan::placeholder{
  color: #9cdbff !important;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent !important;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder{
  color: #222222 !important;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  color: #222222 !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  color: #222222 !important;
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  color: #222222 !important;
}

.focus\:placeholder-black:focus::placeholder{
  color: #222222 !important;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  color: #fff !important;
}

.focus\:placeholder-white:focus::-moz-placeholder{
  color: #fff !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  color: #fff !important;
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  color: #fff !important;
}

.focus\:placeholder-white:focus::placeholder{
  color: #fff !important;
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
  color: #f5f5f5 !important;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  color: #f5f5f5 !important;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  color: #f5f5f5 !important;
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder{
  color: #f5f5f5 !important;
}

.focus\:placeholder-gray-100:focus::placeholder{
  color: #f5f5f5 !important;
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
  color: #eeeeee !important;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  color: #eeeeee !important;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  color: #eeeeee !important;
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder{
  color: #eeeeee !important;
}

.focus\:placeholder-gray-200:focus::placeholder{
  color: #eeeeee !important;
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
  color: #e0e0e0 !important;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder{
  color: #e0e0e0 !important;
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder{
  color: #e0e0e0 !important;
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder{
  color: #e0e0e0 !important;
}

.focus\:placeholder-gray-300:focus::placeholder{
  color: #e0e0e0 !important;
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
  color: #bdbdbd !important;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  color: #bdbdbd !important;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  color: #bdbdbd !important;
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder{
  color: #bdbdbd !important;
}

.focus\:placeholder-gray-400:focus::placeholder{
  color: #bdbdbd !important;
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
  color: #9e9e9e !important;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  color: #9e9e9e !important;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  color: #9e9e9e !important;
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder{
  color: #9e9e9e !important;
}

.focus\:placeholder-gray-500:focus::placeholder{
  color: #9e9e9e !important;
}

.focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
  color: #757575 !important;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder{
  color: #757575 !important;
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder{
  color: #757575 !important;
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder{
  color: #757575 !important;
}

.focus\:placeholder-gray-600:focus::placeholder{
  color: #757575 !important;
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
  color: #616161 !important;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder{
  color: #616161 !important;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder{
  color: #616161 !important;
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder{
  color: #616161 !important;
}

.focus\:placeholder-gray-700:focus::placeholder{
  color: #616161 !important;
}

.focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
  color: #424242 !important;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder{
  color: #424242 !important;
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder{
  color: #424242 !important;
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder{
  color: #424242 !important;
}

.focus\:placeholder-gray-800:focus::placeholder{
  color: #424242 !important;
}

.focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
  color: #212121 !important;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder{
  color: #212121 !important;
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder{
  color: #212121 !important;
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder{
  color: #212121 !important;
}

.focus\:placeholder-gray-900:focus::placeholder{
  color: #212121 !important;
}

.focus\:placeholder-red-100:focus::-webkit-input-placeholder{
  color: #fff5f5 !important;
}

.focus\:placeholder-red-100:focus::-moz-placeholder{
  color: #fff5f5 !important;
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder{
  color: #fff5f5 !important;
}

.focus\:placeholder-red-100:focus::-ms-input-placeholder{
  color: #fff5f5 !important;
}

.focus\:placeholder-red-100:focus::placeholder{
  color: #fff5f5 !important;
}

.focus\:placeholder-red-200:focus::-webkit-input-placeholder{
  color: #fed7d7 !important;
}

.focus\:placeholder-red-200:focus::-moz-placeholder{
  color: #fed7d7 !important;
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder{
  color: #fed7d7 !important;
}

.focus\:placeholder-red-200:focus::-ms-input-placeholder{
  color: #fed7d7 !important;
}

.focus\:placeholder-red-200:focus::placeholder{
  color: #fed7d7 !important;
}

.focus\:placeholder-red-300:focus::-webkit-input-placeholder{
  color: #feb2b2 !important;
}

.focus\:placeholder-red-300:focus::-moz-placeholder{
  color: #feb2b2 !important;
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder{
  color: #feb2b2 !important;
}

.focus\:placeholder-red-300:focus::-ms-input-placeholder{
  color: #feb2b2 !important;
}

.focus\:placeholder-red-300:focus::placeholder{
  color: #feb2b2 !important;
}

.focus\:placeholder-red-400:focus::-webkit-input-placeholder{
  color: #fc8181 !important;
}

.focus\:placeholder-red-400:focus::-moz-placeholder{
  color: #fc8181 !important;
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder{
  color: #fc8181 !important;
}

.focus\:placeholder-red-400:focus::-ms-input-placeholder{
  color: #fc8181 !important;
}

.focus\:placeholder-red-400:focus::placeholder{
  color: #fc8181 !important;
}

.focus\:placeholder-red-500:focus::-webkit-input-placeholder{
  color: #f56565 !important;
}

.focus\:placeholder-red-500:focus::-moz-placeholder{
  color: #f56565 !important;
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder{
  color: #f56565 !important;
}

.focus\:placeholder-red-500:focus::-ms-input-placeholder{
  color: #f56565 !important;
}

.focus\:placeholder-red-500:focus::placeholder{
  color: #f56565 !important;
}

.focus\:placeholder-red-600:focus::-webkit-input-placeholder{
  color: #e53e3e !important;
}

.focus\:placeholder-red-600:focus::-moz-placeholder{
  color: #e53e3e !important;
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder{
  color: #e53e3e !important;
}

.focus\:placeholder-red-600:focus::-ms-input-placeholder{
  color: #e53e3e !important;
}

.focus\:placeholder-red-600:focus::placeholder{
  color: #e53e3e !important;
}

.focus\:placeholder-red-700:focus::-webkit-input-placeholder{
  color: #c53030 !important;
}

.focus\:placeholder-red-700:focus::-moz-placeholder{
  color: #c53030 !important;
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder{
  color: #c53030 !important;
}

.focus\:placeholder-red-700:focus::-ms-input-placeholder{
  color: #c53030 !important;
}

.focus\:placeholder-red-700:focus::placeholder{
  color: #c53030 !important;
}

.focus\:placeholder-red-800:focus::-webkit-input-placeholder{
  color: #9b2c2c !important;
}

.focus\:placeholder-red-800:focus::-moz-placeholder{
  color: #9b2c2c !important;
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder{
  color: #9b2c2c !important;
}

.focus\:placeholder-red-800:focus::-ms-input-placeholder{
  color: #9b2c2c !important;
}

.focus\:placeholder-red-800:focus::placeholder{
  color: #9b2c2c !important;
}

.focus\:placeholder-red-900:focus::-webkit-input-placeholder{
  color: #742a2a !important;
}

.focus\:placeholder-red-900:focus::-moz-placeholder{
  color: #742a2a !important;
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder{
  color: #742a2a !important;
}

.focus\:placeholder-red-900:focus::-ms-input-placeholder{
  color: #742a2a !important;
}

.focus\:placeholder-red-900:focus::placeholder{
  color: #742a2a !important;
}

.focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
  color: #fffaf0 !important;
}

.focus\:placeholder-orange-100:focus::-moz-placeholder{
  color: #fffaf0 !important;
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder{
  color: #fffaf0 !important;
}

.focus\:placeholder-orange-100:focus::-ms-input-placeholder{
  color: #fffaf0 !important;
}

.focus\:placeholder-orange-100:focus::placeholder{
  color: #fffaf0 !important;
}

.focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
  color: #feebc8 !important;
}

.focus\:placeholder-orange-200:focus::-moz-placeholder{
  color: #feebc8 !important;
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder{
  color: #feebc8 !important;
}

.focus\:placeholder-orange-200:focus::-ms-input-placeholder{
  color: #feebc8 !important;
}

.focus\:placeholder-orange-200:focus::placeholder{
  color: #feebc8 !important;
}

.focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
  color: #fbd38d !important;
}

.focus\:placeholder-orange-300:focus::-moz-placeholder{
  color: #fbd38d !important;
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder{
  color: #fbd38d !important;
}

.focus\:placeholder-orange-300:focus::-ms-input-placeholder{
  color: #fbd38d !important;
}

.focus\:placeholder-orange-300:focus::placeholder{
  color: #fbd38d !important;
}

.focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
  color: #f6ad55 !important;
}

.focus\:placeholder-orange-400:focus::-moz-placeholder{
  color: #f6ad55 !important;
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder{
  color: #f6ad55 !important;
}

.focus\:placeholder-orange-400:focus::-ms-input-placeholder{
  color: #f6ad55 !important;
}

.focus\:placeholder-orange-400:focus::placeholder{
  color: #f6ad55 !important;
}

.focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
  color: #ed8936 !important;
}

.focus\:placeholder-orange-500:focus::-moz-placeholder{
  color: #ed8936 !important;
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder{
  color: #ed8936 !important;
}

.focus\:placeholder-orange-500:focus::-ms-input-placeholder{
  color: #ed8936 !important;
}

.focus\:placeholder-orange-500:focus::placeholder{
  color: #ed8936 !important;
}

.focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
  color: #dd6b20 !important;
}

.focus\:placeholder-orange-600:focus::-moz-placeholder{
  color: #dd6b20 !important;
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder{
  color: #dd6b20 !important;
}

.focus\:placeholder-orange-600:focus::-ms-input-placeholder{
  color: #dd6b20 !important;
}

.focus\:placeholder-orange-600:focus::placeholder{
  color: #dd6b20 !important;
}

.focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
  color: #c05621 !important;
}

.focus\:placeholder-orange-700:focus::-moz-placeholder{
  color: #c05621 !important;
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder{
  color: #c05621 !important;
}

.focus\:placeholder-orange-700:focus::-ms-input-placeholder{
  color: #c05621 !important;
}

.focus\:placeholder-orange-700:focus::placeholder{
  color: #c05621 !important;
}

.focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
  color: #9c4221 !important;
}

.focus\:placeholder-orange-800:focus::-moz-placeholder{
  color: #9c4221 !important;
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder{
  color: #9c4221 !important;
}

.focus\:placeholder-orange-800:focus::-ms-input-placeholder{
  color: #9c4221 !important;
}

.focus\:placeholder-orange-800:focus::placeholder{
  color: #9c4221 !important;
}

.focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
  color: #7b341e !important;
}

.focus\:placeholder-orange-900:focus::-moz-placeholder{
  color: #7b341e !important;
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder{
  color: #7b341e !important;
}

.focus\:placeholder-orange-900:focus::-ms-input-placeholder{
  color: #7b341e !important;
}

.focus\:placeholder-orange-900:focus::placeholder{
  color: #7b341e !important;
}

.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
  color: #fffff0 !important;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder{
  color: #fffff0 !important;
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
  color: #fffff0 !important;
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
  color: #fffff0 !important;
}

.focus\:placeholder-yellow-100:focus::placeholder{
  color: #fffff0 !important;
}

.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
  color: #fefcbf !important;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder{
  color: #fefcbf !important;
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
  color: #fefcbf !important;
}

.focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
  color: #fefcbf !important;
}

.focus\:placeholder-yellow-200:focus::placeholder{
  color: #fefcbf !important;
}

.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
  color: #faf089 !important;
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder{
  color: #faf089 !important;
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
  color: #faf089 !important;
}

.focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
  color: #faf089 !important;
}

.focus\:placeholder-yellow-300:focus::placeholder{
  color: #faf089 !important;
}

.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
  color: #f6e05e !important;
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder{
  color: #f6e05e !important;
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
  color: #f6e05e !important;
}

.focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
  color: #f6e05e !important;
}

.focus\:placeholder-yellow-400:focus::placeholder{
  color: #f6e05e !important;
}

.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
  color: #ecc94b !important;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder{
  color: #ecc94b !important;
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
  color: #ecc94b !important;
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
  color: #ecc94b !important;
}

.focus\:placeholder-yellow-500:focus::placeholder{
  color: #ecc94b !important;
}

.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
  color: #d69e2e !important;
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder{
  color: #d69e2e !important;
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
  color: #d69e2e !important;
}

.focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
  color: #d69e2e !important;
}

.focus\:placeholder-yellow-600:focus::placeholder{
  color: #d69e2e !important;
}

.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
  color: #b7791f !important;
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder{
  color: #b7791f !important;
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
  color: #b7791f !important;
}

.focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
  color: #b7791f !important;
}

.focus\:placeholder-yellow-700:focus::placeholder{
  color: #b7791f !important;
}

.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
  color: #975a16 !important;
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder{
  color: #975a16 !important;
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
  color: #975a16 !important;
}

.focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
  color: #975a16 !important;
}

.focus\:placeholder-yellow-800:focus::placeholder{
  color: #975a16 !important;
}

.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
  color: #744210 !important;
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder{
  color: #744210 !important;
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
  color: #744210 !important;
}

.focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
  color: #744210 !important;
}

.focus\:placeholder-yellow-900:focus::placeholder{
  color: #744210 !important;
}

.focus\:placeholder-green-100:focus::-webkit-input-placeholder{
  color: #f0fff4 !important;
}

.focus\:placeholder-green-100:focus::-moz-placeholder{
  color: #f0fff4 !important;
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder{
  color: #f0fff4 !important;
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder{
  color: #f0fff4 !important;
}

.focus\:placeholder-green-100:focus::placeholder{
  color: #f0fff4 !important;
}

.focus\:placeholder-green-200:focus::-webkit-input-placeholder{
  color: #c6f6d5 !important;
}

.focus\:placeholder-green-200:focus::-moz-placeholder{
  color: #c6f6d5 !important;
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder{
  color: #c6f6d5 !important;
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder{
  color: #c6f6d5 !important;
}

.focus\:placeholder-green-200:focus::placeholder{
  color: #c6f6d5 !important;
}

.focus\:placeholder-green-300:focus::-webkit-input-placeholder{
  color: #9ae6b4 !important;
}

.focus\:placeholder-green-300:focus::-moz-placeholder{
  color: #9ae6b4 !important;
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder{
  color: #9ae6b4 !important;
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder{
  color: #9ae6b4 !important;
}

.focus\:placeholder-green-300:focus::placeholder{
  color: #9ae6b4 !important;
}

.focus\:placeholder-green-400:focus::-webkit-input-placeholder{
  color: #68d391 !important;
}

.focus\:placeholder-green-400:focus::-moz-placeholder{
  color: #68d391 !important;
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder{
  color: #68d391 !important;
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder{
  color: #68d391 !important;
}

.focus\:placeholder-green-400:focus::placeholder{
  color: #68d391 !important;
}

.focus\:placeholder-green-500:focus::-webkit-input-placeholder{
  color: #48bb78 !important;
}

.focus\:placeholder-green-500:focus::-moz-placeholder{
  color: #48bb78 !important;
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder{
  color: #48bb78 !important;
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder{
  color: #48bb78 !important;
}

.focus\:placeholder-green-500:focus::placeholder{
  color: #48bb78 !important;
}

.focus\:placeholder-green-600:focus::-webkit-input-placeholder{
  color: #38a169 !important;
}

.focus\:placeholder-green-600:focus::-moz-placeholder{
  color: #38a169 !important;
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder{
  color: #38a169 !important;
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder{
  color: #38a169 !important;
}

.focus\:placeholder-green-600:focus::placeholder{
  color: #38a169 !important;
}

.focus\:placeholder-green-700:focus::-webkit-input-placeholder{
  color: #2f855a !important;
}

.focus\:placeholder-green-700:focus::-moz-placeholder{
  color: #2f855a !important;
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder{
  color: #2f855a !important;
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder{
  color: #2f855a !important;
}

.focus\:placeholder-green-700:focus::placeholder{
  color: #2f855a !important;
}

.focus\:placeholder-green-800:focus::-webkit-input-placeholder{
  color: #276749 !important;
}

.focus\:placeholder-green-800:focus::-moz-placeholder{
  color: #276749 !important;
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder{
  color: #276749 !important;
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder{
  color: #276749 !important;
}

.focus\:placeholder-green-800:focus::placeholder{
  color: #276749 !important;
}

.focus\:placeholder-green-900:focus::-webkit-input-placeholder{
  color: #22543d !important;
}

.focus\:placeholder-green-900:focus::-moz-placeholder{
  color: #22543d !important;
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder{
  color: #22543d !important;
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder{
  color: #22543d !important;
}

.focus\:placeholder-green-900:focus::placeholder{
  color: #22543d !important;
}

.focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
  color: #e6fffa !important;
}

.focus\:placeholder-teal-100:focus::-moz-placeholder{
  color: #e6fffa !important;
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder{
  color: #e6fffa !important;
}

.focus\:placeholder-teal-100:focus::-ms-input-placeholder{
  color: #e6fffa !important;
}

.focus\:placeholder-teal-100:focus::placeholder{
  color: #e6fffa !important;
}

.focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
  color: #b2f5ea !important;
}

.focus\:placeholder-teal-200:focus::-moz-placeholder{
  color: #b2f5ea !important;
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder{
  color: #b2f5ea !important;
}

.focus\:placeholder-teal-200:focus::-ms-input-placeholder{
  color: #b2f5ea !important;
}

.focus\:placeholder-teal-200:focus::placeholder{
  color: #b2f5ea !important;
}

.focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
  color: #81e6d9 !important;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder{
  color: #81e6d9 !important;
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder{
  color: #81e6d9 !important;
}

.focus\:placeholder-teal-300:focus::-ms-input-placeholder{
  color: #81e6d9 !important;
}

.focus\:placeholder-teal-300:focus::placeholder{
  color: #81e6d9 !important;
}

.focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
  color: #4fd1c5 !important;
}

.focus\:placeholder-teal-400:focus::-moz-placeholder{
  color: #4fd1c5 !important;
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder{
  color: #4fd1c5 !important;
}

.focus\:placeholder-teal-400:focus::-ms-input-placeholder{
  color: #4fd1c5 !important;
}

.focus\:placeholder-teal-400:focus::placeholder{
  color: #4fd1c5 !important;
}

.focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
  color: #38b2ac !important;
}

.focus\:placeholder-teal-500:focus::-moz-placeholder{
  color: #38b2ac !important;
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder{
  color: #38b2ac !important;
}

.focus\:placeholder-teal-500:focus::-ms-input-placeholder{
  color: #38b2ac !important;
}

.focus\:placeholder-teal-500:focus::placeholder{
  color: #38b2ac !important;
}

.focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
  color: #319795 !important;
}

.focus\:placeholder-teal-600:focus::-moz-placeholder{
  color: #319795 !important;
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder{
  color: #319795 !important;
}

.focus\:placeholder-teal-600:focus::-ms-input-placeholder{
  color: #319795 !important;
}

.focus\:placeholder-teal-600:focus::placeholder{
  color: #319795 !important;
}

.focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
  color: #2c7a7b !important;
}

.focus\:placeholder-teal-700:focus::-moz-placeholder{
  color: #2c7a7b !important;
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder{
  color: #2c7a7b !important;
}

.focus\:placeholder-teal-700:focus::-ms-input-placeholder{
  color: #2c7a7b !important;
}

.focus\:placeholder-teal-700:focus::placeholder{
  color: #2c7a7b !important;
}

.focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
  color: #285e61 !important;
}

.focus\:placeholder-teal-800:focus::-moz-placeholder{
  color: #285e61 !important;
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder{
  color: #285e61 !important;
}

.focus\:placeholder-teal-800:focus::-ms-input-placeholder{
  color: #285e61 !important;
}

.focus\:placeholder-teal-800:focus::placeholder{
  color: #285e61 !important;
}

.focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
  color: #234e52 !important;
}

.focus\:placeholder-teal-900:focus::-moz-placeholder{
  color: #234e52 !important;
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder{
  color: #234e52 !important;
}

.focus\:placeholder-teal-900:focus::-ms-input-placeholder{
  color: #234e52 !important;
}

.focus\:placeholder-teal-900:focus::placeholder{
  color: #234e52 !important;
}

.focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
  color: #ebf8ff !important;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder{
  color: #ebf8ff !important;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder{
  color: #ebf8ff !important;
}

.focus\:placeholder-blue-100:focus::-ms-input-placeholder{
  color: #ebf8ff !important;
}

.focus\:placeholder-blue-100:focus::placeholder{
  color: #ebf8ff !important;
}

.focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
  color: #bee3f8 !important;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder{
  color: #bee3f8 !important;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder{
  color: #bee3f8 !important;
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder{
  color: #bee3f8 !important;
}

.focus\:placeholder-blue-200:focus::placeholder{
  color: #bee3f8 !important;
}

.focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
  color: #90cdf4 !important;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder{
  color: #90cdf4 !important;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder{
  color: #90cdf4 !important;
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder{
  color: #90cdf4 !important;
}

.focus\:placeholder-blue-300:focus::placeholder{
  color: #90cdf4 !important;
}

.focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
  color: #63b3ed !important;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder{
  color: #63b3ed !important;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder{
  color: #63b3ed !important;
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder{
  color: #63b3ed !important;
}

.focus\:placeholder-blue-400:focus::placeholder{
  color: #63b3ed !important;
}

.focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
  color: #4299e1 !important;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder{
  color: #4299e1 !important;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder{
  color: #4299e1 !important;
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder{
  color: #4299e1 !important;
}

.focus\:placeholder-blue-500:focus::placeholder{
  color: #4299e1 !important;
}

.focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
  color: #3182ce !important;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder{
  color: #3182ce !important;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder{
  color: #3182ce !important;
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder{
  color: #3182ce !important;
}

.focus\:placeholder-blue-600:focus::placeholder{
  color: #3182ce !important;
}

.focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
  color: #2b6cb0 !important;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder{
  color: #2b6cb0 !important;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder{
  color: #2b6cb0 !important;
}

.focus\:placeholder-blue-700:focus::-ms-input-placeholder{
  color: #2b6cb0 !important;
}

.focus\:placeholder-blue-700:focus::placeholder{
  color: #2b6cb0 !important;
}

.focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
  color: #2c5282 !important;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder{
  color: #2c5282 !important;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder{
  color: #2c5282 !important;
}

.focus\:placeholder-blue-800:focus::-ms-input-placeholder{
  color: #2c5282 !important;
}

.focus\:placeholder-blue-800:focus::placeholder{
  color: #2c5282 !important;
}

.focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
  color: #2a4365 !important;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder{
  color: #2a4365 !important;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder{
  color: #2a4365 !important;
}

.focus\:placeholder-blue-900:focus::-ms-input-placeholder{
  color: #2a4365 !important;
}

.focus\:placeholder-blue-900:focus::placeholder{
  color: #2a4365 !important;
}

.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
  color: #ebf4ff !important;
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder{
  color: #ebf4ff !important;
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
  color: #ebf4ff !important;
}

.focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
  color: #ebf4ff !important;
}

.focus\:placeholder-indigo-100:focus::placeholder{
  color: #ebf4ff !important;
}

.focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
  color: #c3dafe !important;
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder{
  color: #c3dafe !important;
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
  color: #c3dafe !important;
}

.focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
  color: #c3dafe !important;
}

.focus\:placeholder-indigo-200:focus::placeholder{
  color: #c3dafe !important;
}

.focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
  color: #a3bffa !important;
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder{
  color: #a3bffa !important;
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
  color: #a3bffa !important;
}

.focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
  color: #a3bffa !important;
}

.focus\:placeholder-indigo-300:focus::placeholder{
  color: #a3bffa !important;
}

.focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
  color: #7f9cf5 !important;
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder{
  color: #7f9cf5 !important;
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
  color: #7f9cf5 !important;
}

.focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
  color: #7f9cf5 !important;
}

.focus\:placeholder-indigo-400:focus::placeholder{
  color: #7f9cf5 !important;
}

.focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
  color: #667eea !important;
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder{
  color: #667eea !important;
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
  color: #667eea !important;
}

.focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
  color: #667eea !important;
}

.focus\:placeholder-indigo-500:focus::placeholder{
  color: #667eea !important;
}

.focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
  color: #5a67d8 !important;
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder{
  color: #5a67d8 !important;
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
  color: #5a67d8 !important;
}

.focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
  color: #5a67d8 !important;
}

.focus\:placeholder-indigo-600:focus::placeholder{
  color: #5a67d8 !important;
}

.focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
  color: #4c51bf !important;
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder{
  color: #4c51bf !important;
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
  color: #4c51bf !important;
}

.focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
  color: #4c51bf !important;
}

.focus\:placeholder-indigo-700:focus::placeholder{
  color: #4c51bf !important;
}

.focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
  color: #434190 !important;
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder{
  color: #434190 !important;
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
  color: #434190 !important;
}

.focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
  color: #434190 !important;
}

.focus\:placeholder-indigo-800:focus::placeholder{
  color: #434190 !important;
}

.focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
  color: #3c366b !important;
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder{
  color: #3c366b !important;
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
  color: #3c366b !important;
}

.focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
  color: #3c366b !important;
}

.focus\:placeholder-indigo-900:focus::placeholder{
  color: #3c366b !important;
}

.focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
  color: #faf5ff !important;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder{
  color: #faf5ff !important;
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder{
  color: #faf5ff !important;
}

.focus\:placeholder-purple-100:focus::-ms-input-placeholder{
  color: #faf5ff !important;
}

.focus\:placeholder-purple-100:focus::placeholder{
  color: #faf5ff !important;
}

.focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
  color: #e9d8fd !important;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder{
  color: #e9d8fd !important;
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder{
  color: #e9d8fd !important;
}

.focus\:placeholder-purple-200:focus::-ms-input-placeholder{
  color: #e9d8fd !important;
}

.focus\:placeholder-purple-200:focus::placeholder{
  color: #e9d8fd !important;
}

.focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
  color: #d6bcfa !important;
}

.focus\:placeholder-purple-300:focus::-moz-placeholder{
  color: #d6bcfa !important;
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder{
  color: #d6bcfa !important;
}

.focus\:placeholder-purple-300:focus::-ms-input-placeholder{
  color: #d6bcfa !important;
}

.focus\:placeholder-purple-300:focus::placeholder{
  color: #d6bcfa !important;
}

.focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
  color: #b794f4 !important;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder{
  color: #b794f4 !important;
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder{
  color: #b794f4 !important;
}

.focus\:placeholder-purple-400:focus::-ms-input-placeholder{
  color: #b794f4 !important;
}

.focus\:placeholder-purple-400:focus::placeholder{
  color: #b794f4 !important;
}

.focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
  color: #9f7aea !important;
}

.focus\:placeholder-purple-500:focus::-moz-placeholder{
  color: #9f7aea !important;
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder{
  color: #9f7aea !important;
}

.focus\:placeholder-purple-500:focus::-ms-input-placeholder{
  color: #9f7aea !important;
}

.focus\:placeholder-purple-500:focus::placeholder{
  color: #9f7aea !important;
}

.focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
  color: #805ad5 !important;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder{
  color: #805ad5 !important;
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder{
  color: #805ad5 !important;
}

.focus\:placeholder-purple-600:focus::-ms-input-placeholder{
  color: #805ad5 !important;
}

.focus\:placeholder-purple-600:focus::placeholder{
  color: #805ad5 !important;
}

.focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
  color: #6b46c1 !important;
}

.focus\:placeholder-purple-700:focus::-moz-placeholder{
  color: #6b46c1 !important;
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder{
  color: #6b46c1 !important;
}

.focus\:placeholder-purple-700:focus::-ms-input-placeholder{
  color: #6b46c1 !important;
}

.focus\:placeholder-purple-700:focus::placeholder{
  color: #6b46c1 !important;
}

.focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
  color: #553c9a !important;
}

.focus\:placeholder-purple-800:focus::-moz-placeholder{
  color: #553c9a !important;
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder{
  color: #553c9a !important;
}

.focus\:placeholder-purple-800:focus::-ms-input-placeholder{
  color: #553c9a !important;
}

.focus\:placeholder-purple-800:focus::placeholder{
  color: #553c9a !important;
}

.focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
  color: #44337a !important;
}

.focus\:placeholder-purple-900:focus::-moz-placeholder{
  color: #44337a !important;
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder{
  color: #44337a !important;
}

.focus\:placeholder-purple-900:focus::-ms-input-placeholder{
  color: #44337a !important;
}

.focus\:placeholder-purple-900:focus::placeholder{
  color: #44337a !important;
}

.focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
  color: #fff5f7 !important;
}

.focus\:placeholder-pink-100:focus::-moz-placeholder{
  color: #fff5f7 !important;
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder{
  color: #fff5f7 !important;
}

.focus\:placeholder-pink-100:focus::-ms-input-placeholder{
  color: #fff5f7 !important;
}

.focus\:placeholder-pink-100:focus::placeholder{
  color: #fff5f7 !important;
}

.focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
  color: #fed7e2 !important;
}

.focus\:placeholder-pink-200:focus::-moz-placeholder{
  color: #fed7e2 !important;
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder{
  color: #fed7e2 !important;
}

.focus\:placeholder-pink-200:focus::-ms-input-placeholder{
  color: #fed7e2 !important;
}

.focus\:placeholder-pink-200:focus::placeholder{
  color: #fed7e2 !important;
}

.focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
  color: #fbb6ce !important;
}

.focus\:placeholder-pink-300:focus::-moz-placeholder{
  color: #fbb6ce !important;
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder{
  color: #fbb6ce !important;
}

.focus\:placeholder-pink-300:focus::-ms-input-placeholder{
  color: #fbb6ce !important;
}

.focus\:placeholder-pink-300:focus::placeholder{
  color: #fbb6ce !important;
}

.focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
  color: #f687b3 !important;
}

.focus\:placeholder-pink-400:focus::-moz-placeholder{
  color: #f687b3 !important;
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder{
  color: #f687b3 !important;
}

.focus\:placeholder-pink-400:focus::-ms-input-placeholder{
  color: #f687b3 !important;
}

.focus\:placeholder-pink-400:focus::placeholder{
  color: #f687b3 !important;
}

.focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
  color: #ed64a6 !important;
}

.focus\:placeholder-pink-500:focus::-moz-placeholder{
  color: #ed64a6 !important;
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder{
  color: #ed64a6 !important;
}

.focus\:placeholder-pink-500:focus::-ms-input-placeholder{
  color: #ed64a6 !important;
}

.focus\:placeholder-pink-500:focus::placeholder{
  color: #ed64a6 !important;
}

.focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
  color: #d53f8c !important;
}

.focus\:placeholder-pink-600:focus::-moz-placeholder{
  color: #d53f8c !important;
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder{
  color: #d53f8c !important;
}

.focus\:placeholder-pink-600:focus::-ms-input-placeholder{
  color: #d53f8c !important;
}

.focus\:placeholder-pink-600:focus::placeholder{
  color: #d53f8c !important;
}

.focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
  color: #b83280 !important;
}

.focus\:placeholder-pink-700:focus::-moz-placeholder{
  color: #b83280 !important;
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder{
  color: #b83280 !important;
}

.focus\:placeholder-pink-700:focus::-ms-input-placeholder{
  color: #b83280 !important;
}

.focus\:placeholder-pink-700:focus::placeholder{
  color: #b83280 !important;
}

.focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
  color: #97266d !important;
}

.focus\:placeholder-pink-800:focus::-moz-placeholder{
  color: #97266d !important;
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder{
  color: #97266d !important;
}

.focus\:placeholder-pink-800:focus::-ms-input-placeholder{
  color: #97266d !important;
}

.focus\:placeholder-pink-800:focus::placeholder{
  color: #97266d !important;
}

.focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
  color: #702459 !important;
}

.focus\:placeholder-pink-900:focus::-moz-placeholder{
  color: #702459 !important;
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder{
  color: #702459 !important;
}

.focus\:placeholder-pink-900:focus::-ms-input-placeholder{
  color: #702459 !important;
}

.focus\:placeholder-pink-900:focus::placeholder{
  color: #702459 !important;
}

.focus\:placeholder-cyan:focus::-webkit-input-placeholder{
  color: #9cdbff !important;
}

.focus\:placeholder-cyan:focus::-moz-placeholder{
  color: #9cdbff !important;
}

.focus\:placeholder-cyan:focus:-ms-input-placeholder{
  color: #9cdbff !important;
}

.focus\:placeholder-cyan:focus::-ms-input-placeholder{
  color: #9cdbff !important;
}

.focus\:placeholder-cyan:focus::placeholder{
  color: #9cdbff !important;
}

.pointer-events-none{
  pointer-events: none !important;
}

.pointer-events-auto{
  pointer-events: auto !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}

.inset-0{
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-y-0{
  top: 0 !important;
  bottom: 0 !important;
}

.inset-x-0{
  right: 0 !important;
  left: 0 !important;
}

.inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.inset-x-auto{
  right: auto !important;
  left: auto !important;
}

.top-0{
  top: 0 !important;
}

.right-0{
  right: 0 !important;
}

.bottom-0{
  bottom: 0 !important;
}

.left-0{
  left: 0 !important;
}

.top-auto{
  top: auto !important;
}

.right-auto{
  right: auto !important;
}

.bottom-auto{
  bottom: auto !important;
}

.left-auto{
  left: auto !important;
}

.resize-none{
  resize: none !important;
}

.resize-y{
  resize: vertical !important;
}

.resize-x{
  resize: horizontal !important;
}

.resize{
  resize: both !important;
}

.shadow-xs{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none{
  box-shadow: none !important;
}

.hover\:shadow-xs:hover{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-sm:hover{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow:hover{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-md:hover{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-lg:hover{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-xl:hover{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:shadow-2xl:hover{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-inner:hover{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-outline:hover{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:shadow-none:hover{
  box-shadow: none !important;
}

.focus\:shadow-xs:focus{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-sm:focus{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow:focus{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-md:focus{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-lg:focus{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-xl:focus{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:shadow-2xl:focus{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-inner:focus{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-outline:focus{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:shadow-none:focus{
  box-shadow: none !important;
}

.fill-current{
  fill: currentColor !important;
}

.stroke-current{
  stroke: currentColor !important;
}

.stroke-0{
  stroke-width: 0 !important;
}

.stroke-1{
  stroke-width: 1 !important;
}

.stroke-2{
  stroke-width: 2 !important;
}

.table-auto{
  table-layout: auto !important;
}

.table-fixed{
  table-layout: fixed !important;
}

.text-left{
  text-align: left !important;
}

.text-center{
  text-align: center !important;
}

.text-right{
  text-align: right !important;
}

.text-justify{
  text-align: justify !important;
}

.text-transparent{
  color: transparent !important;
}

.text-black{
  color: #222222 !important;
}

.text-white{
  color: #fff !important;
}

.text-gray-100{
  color: #f5f5f5 !important;
}

.text-gray-200{
  color: #eeeeee !important;
}

.text-gray-300{
  color: #e0e0e0 !important;
}

.text-gray-400{
  color: #bdbdbd !important;
}

.text-gray-500{
  color: #9e9e9e !important;
}

.text-gray-600{
  color: #757575 !important;
}

.text-gray-700{
  color: #616161 !important;
}

.text-gray-800{
  color: #424242 !important;
}

.text-gray-900{
  color: #212121 !important;
}

.text-red-100{
  color: #fff5f5 !important;
}

.text-red-200{
  color: #fed7d7 !important;
}

.text-red-300{
  color: #feb2b2 !important;
}

.text-red-400{
  color: #fc8181 !important;
}

.text-red-500{
  color: #f56565 !important;
}

.text-red-600{
  color: #e53e3e !important;
}

.text-red-700{
  color: #c53030 !important;
}

.text-red-800{
  color: #9b2c2c !important;
}

.text-red-900{
  color: #742a2a !important;
}

.text-orange-100{
  color: #fffaf0 !important;
}

.text-orange-200{
  color: #feebc8 !important;
}

.text-orange-300{
  color: #fbd38d !important;
}

.text-orange-400{
  color: #f6ad55 !important;
}

.text-orange-500{
  color: #ed8936 !important;
}

.text-orange-600{
  color: #dd6b20 !important;
}

.text-orange-700{
  color: #c05621 !important;
}

.text-orange-800{
  color: #9c4221 !important;
}

.text-orange-900{
  color: #7b341e !important;
}

.text-yellow-100{
  color: #fffff0 !important;
}

.text-yellow-200{
  color: #fefcbf !important;
}

.text-yellow-300{
  color: #faf089 !important;
}

.text-yellow-400{
  color: #f6e05e !important;
}

.text-yellow-500{
  color: #ecc94b !important;
}

.text-yellow-600{
  color: #d69e2e !important;
}

.text-yellow-700{
  color: #b7791f !important;
}

.text-yellow-800{
  color: #975a16 !important;
}

.text-yellow-900{
  color: #744210 !important;
}

.text-green-100{
  color: #f0fff4 !important;
}

.text-green-200{
  color: #c6f6d5 !important;
}

.text-green-300{
  color: #9ae6b4 !important;
}

.text-green-400{
  color: #68d391 !important;
}

.text-green-500{
  color: #48bb78 !important;
}

.text-green-600{
  color: #38a169 !important;
}

.text-green-700{
  color: #2f855a !important;
}

.text-green-800{
  color: #276749 !important;
}

.text-green-900{
  color: #22543d !important;
}

.text-teal-100{
  color: #e6fffa !important;
}

.text-teal-200{
  color: #b2f5ea !important;
}

.text-teal-300{
  color: #81e6d9 !important;
}

.text-teal-400{
  color: #4fd1c5 !important;
}

.text-teal-500{
  color: #38b2ac !important;
}

.text-teal-600{
  color: #319795 !important;
}

.text-teal-700{
  color: #2c7a7b !important;
}

.text-teal-800{
  color: #285e61 !important;
}

.text-teal-900{
  color: #234e52 !important;
}

.text-blue-100{
  color: #ebf8ff !important;
}

.text-blue-200{
  color: #bee3f8 !important;
}

.text-blue-300{
  color: #90cdf4 !important;
}

.text-blue-400{
  color: #63b3ed !important;
}

.text-blue-500{
  color: #4299e1 !important;
}

.text-blue-600{
  color: #3182ce !important;
}

.text-blue-700{
  color: #2b6cb0 !important;
}

.text-blue-800{
  color: #2c5282 !important;
}

.text-blue-900{
  color: #2a4365 !important;
}

.text-indigo-100{
  color: #ebf4ff !important;
}

.text-indigo-200{
  color: #c3dafe !important;
}

.text-indigo-300{
  color: #a3bffa !important;
}

.text-indigo-400{
  color: #7f9cf5 !important;
}

.text-indigo-500{
  color: #667eea !important;
}

.text-indigo-600{
  color: #5a67d8 !important;
}

.text-indigo-700{
  color: #4c51bf !important;
}

.text-indigo-800{
  color: #434190 !important;
}

.text-indigo-900{
  color: #3c366b !important;
}

.text-purple-100{
  color: #faf5ff !important;
}

.text-purple-200{
  color: #e9d8fd !important;
}

.text-purple-300{
  color: #d6bcfa !important;
}

.text-purple-400{
  color: #b794f4 !important;
}

.text-purple-500{
  color: #9f7aea !important;
}

.text-purple-600{
  color: #805ad5 !important;
}

.text-purple-700{
  color: #6b46c1 !important;
}

.text-purple-800{
  color: #553c9a !important;
}

.text-purple-900{
  color: #44337a !important;
}

.text-pink-100{
  color: #fff5f7 !important;
}

.text-pink-200{
  color: #fed7e2 !important;
}

.text-pink-300{
  color: #fbb6ce !important;
}

.text-pink-400{
  color: #f687b3 !important;
}

.text-pink-500{
  color: #ed64a6 !important;
}

.text-pink-600{
  color: #d53f8c !important;
}

.text-pink-700{
  color: #b83280 !important;
}

.text-pink-800{
  color: #97266d !important;
}

.text-pink-900{
  color: #702459 !important;
}

.text-cyan{
  color: #9cdbff !important;
}

.hover\:text-transparent:hover{
  color: transparent !important;
}

.hover\:text-black:hover{
  color: #222222 !important;
}

.hover\:text-white:hover{
  color: #fff !important;
}

.hover\:text-gray-100:hover{
  color: #f5f5f5 !important;
}

.hover\:text-gray-200:hover{
  color: #eeeeee !important;
}

.hover\:text-gray-300:hover{
  color: #e0e0e0 !important;
}

.hover\:text-gray-400:hover{
  color: #bdbdbd !important;
}

.hover\:text-gray-500:hover{
  color: #9e9e9e !important;
}

.hover\:text-gray-600:hover{
  color: #757575 !important;
}

.hover\:text-gray-700:hover{
  color: #616161 !important;
}

.hover\:text-gray-800:hover{
  color: #424242 !important;
}

.hover\:text-gray-900:hover{
  color: #212121 !important;
}

.hover\:text-red-100:hover{
  color: #fff5f5 !important;
}

.hover\:text-red-200:hover{
  color: #fed7d7 !important;
}

.hover\:text-red-300:hover{
  color: #feb2b2 !important;
}

.hover\:text-red-400:hover{
  color: #fc8181 !important;
}

.hover\:text-red-500:hover{
  color: #f56565 !important;
}

.hover\:text-red-600:hover{
  color: #e53e3e !important;
}

.hover\:text-red-700:hover{
  color: #c53030 !important;
}

.hover\:text-red-800:hover{
  color: #9b2c2c !important;
}

.hover\:text-red-900:hover{
  color: #742a2a !important;
}

.hover\:text-orange-100:hover{
  color: #fffaf0 !important;
}

.hover\:text-orange-200:hover{
  color: #feebc8 !important;
}

.hover\:text-orange-300:hover{
  color: #fbd38d !important;
}

.hover\:text-orange-400:hover{
  color: #f6ad55 !important;
}

.hover\:text-orange-500:hover{
  color: #ed8936 !important;
}

.hover\:text-orange-600:hover{
  color: #dd6b20 !important;
}

.hover\:text-orange-700:hover{
  color: #c05621 !important;
}

.hover\:text-orange-800:hover{
  color: #9c4221 !important;
}

.hover\:text-orange-900:hover{
  color: #7b341e !important;
}

.hover\:text-yellow-100:hover{
  color: #fffff0 !important;
}

.hover\:text-yellow-200:hover{
  color: #fefcbf !important;
}

.hover\:text-yellow-300:hover{
  color: #faf089 !important;
}

.hover\:text-yellow-400:hover{
  color: #f6e05e !important;
}

.hover\:text-yellow-500:hover{
  color: #ecc94b !important;
}

.hover\:text-yellow-600:hover{
  color: #d69e2e !important;
}

.hover\:text-yellow-700:hover{
  color: #b7791f !important;
}

.hover\:text-yellow-800:hover{
  color: #975a16 !important;
}

.hover\:text-yellow-900:hover{
  color: #744210 !important;
}

.hover\:text-green-100:hover{
  color: #f0fff4 !important;
}

.hover\:text-green-200:hover{
  color: #c6f6d5 !important;
}

.hover\:text-green-300:hover{
  color: #9ae6b4 !important;
}

.hover\:text-green-400:hover{
  color: #68d391 !important;
}

.hover\:text-green-500:hover{
  color: #48bb78 !important;
}

.hover\:text-green-600:hover{
  color: #38a169 !important;
}

.hover\:text-green-700:hover{
  color: #2f855a !important;
}

.hover\:text-green-800:hover{
  color: #276749 !important;
}

.hover\:text-green-900:hover{
  color: #22543d !important;
}

.hover\:text-teal-100:hover{
  color: #e6fffa !important;
}

.hover\:text-teal-200:hover{
  color: #b2f5ea !important;
}

.hover\:text-teal-300:hover{
  color: #81e6d9 !important;
}

.hover\:text-teal-400:hover{
  color: #4fd1c5 !important;
}

.hover\:text-teal-500:hover{
  color: #38b2ac !important;
}

.hover\:text-teal-600:hover{
  color: #319795 !important;
}

.hover\:text-teal-700:hover{
  color: #2c7a7b !important;
}

.hover\:text-teal-800:hover{
  color: #285e61 !important;
}

.hover\:text-teal-900:hover{
  color: #234e52 !important;
}

.hover\:text-blue-100:hover{
  color: #ebf8ff !important;
}

.hover\:text-blue-200:hover{
  color: #bee3f8 !important;
}

.hover\:text-blue-300:hover{
  color: #90cdf4 !important;
}

.hover\:text-blue-400:hover{
  color: #63b3ed !important;
}

.hover\:text-blue-500:hover{
  color: #4299e1 !important;
}

.hover\:text-blue-600:hover{
  color: #3182ce !important;
}

.hover\:text-blue-700:hover{
  color: #2b6cb0 !important;
}

.hover\:text-blue-800:hover{
  color: #2c5282 !important;
}

.hover\:text-blue-900:hover{
  color: #2a4365 !important;
}

.hover\:text-indigo-100:hover{
  color: #ebf4ff !important;
}

.hover\:text-indigo-200:hover{
  color: #c3dafe !important;
}

.hover\:text-indigo-300:hover{
  color: #a3bffa !important;
}

.hover\:text-indigo-400:hover{
  color: #7f9cf5 !important;
}

.hover\:text-indigo-500:hover{
  color: #667eea !important;
}

.hover\:text-indigo-600:hover{
  color: #5a67d8 !important;
}

.hover\:text-indigo-700:hover{
  color: #4c51bf !important;
}

.hover\:text-indigo-800:hover{
  color: #434190 !important;
}

.hover\:text-indigo-900:hover{
  color: #3c366b !important;
}

.hover\:text-purple-100:hover{
  color: #faf5ff !important;
}

.hover\:text-purple-200:hover{
  color: #e9d8fd !important;
}

.hover\:text-purple-300:hover{
  color: #d6bcfa !important;
}

.hover\:text-purple-400:hover{
  color: #b794f4 !important;
}

.hover\:text-purple-500:hover{
  color: #9f7aea !important;
}

.hover\:text-purple-600:hover{
  color: #805ad5 !important;
}

.hover\:text-purple-700:hover{
  color: #6b46c1 !important;
}

.hover\:text-purple-800:hover{
  color: #553c9a !important;
}

.hover\:text-purple-900:hover{
  color: #44337a !important;
}

.hover\:text-pink-100:hover{
  color: #fff5f7 !important;
}

.hover\:text-pink-200:hover{
  color: #fed7e2 !important;
}

.hover\:text-pink-300:hover{
  color: #fbb6ce !important;
}

.hover\:text-pink-400:hover{
  color: #f687b3 !important;
}

.hover\:text-pink-500:hover{
  color: #ed64a6 !important;
}

.hover\:text-pink-600:hover{
  color: #d53f8c !important;
}

.hover\:text-pink-700:hover{
  color: #b83280 !important;
}

.hover\:text-pink-800:hover{
  color: #97266d !important;
}

.hover\:text-pink-900:hover{
  color: #702459 !important;
}

.hover\:text-cyan:hover{
  color: #9cdbff !important;
}

.focus\:text-transparent:focus{
  color: transparent !important;
}

.focus\:text-black:focus{
  color: #222222 !important;
}

.focus\:text-white:focus{
  color: #fff !important;
}

.focus\:text-gray-100:focus{
  color: #f5f5f5 !important;
}

.focus\:text-gray-200:focus{
  color: #eeeeee !important;
}

.focus\:text-gray-300:focus{
  color: #e0e0e0 !important;
}

.focus\:text-gray-400:focus{
  color: #bdbdbd !important;
}

.focus\:text-gray-500:focus{
  color: #9e9e9e !important;
}

.focus\:text-gray-600:focus{
  color: #757575 !important;
}

.focus\:text-gray-700:focus{
  color: #616161 !important;
}

.focus\:text-gray-800:focus{
  color: #424242 !important;
}

.focus\:text-gray-900:focus{
  color: #212121 !important;
}

.focus\:text-red-100:focus{
  color: #fff5f5 !important;
}

.focus\:text-red-200:focus{
  color: #fed7d7 !important;
}

.focus\:text-red-300:focus{
  color: #feb2b2 !important;
}

.focus\:text-red-400:focus{
  color: #fc8181 !important;
}

.focus\:text-red-500:focus{
  color: #f56565 !important;
}

.focus\:text-red-600:focus{
  color: #e53e3e !important;
}

.focus\:text-red-700:focus{
  color: #c53030 !important;
}

.focus\:text-red-800:focus{
  color: #9b2c2c !important;
}

.focus\:text-red-900:focus{
  color: #742a2a !important;
}

.focus\:text-orange-100:focus{
  color: #fffaf0 !important;
}

.focus\:text-orange-200:focus{
  color: #feebc8 !important;
}

.focus\:text-orange-300:focus{
  color: #fbd38d !important;
}

.focus\:text-orange-400:focus{
  color: #f6ad55 !important;
}

.focus\:text-orange-500:focus{
  color: #ed8936 !important;
}

.focus\:text-orange-600:focus{
  color: #dd6b20 !important;
}

.focus\:text-orange-700:focus{
  color: #c05621 !important;
}

.focus\:text-orange-800:focus{
  color: #9c4221 !important;
}

.focus\:text-orange-900:focus{
  color: #7b341e !important;
}

.focus\:text-yellow-100:focus{
  color: #fffff0 !important;
}

.focus\:text-yellow-200:focus{
  color: #fefcbf !important;
}

.focus\:text-yellow-300:focus{
  color: #faf089 !important;
}

.focus\:text-yellow-400:focus{
  color: #f6e05e !important;
}

.focus\:text-yellow-500:focus{
  color: #ecc94b !important;
}

.focus\:text-yellow-600:focus{
  color: #d69e2e !important;
}

.focus\:text-yellow-700:focus{
  color: #b7791f !important;
}

.focus\:text-yellow-800:focus{
  color: #975a16 !important;
}

.focus\:text-yellow-900:focus{
  color: #744210 !important;
}

.focus\:text-green-100:focus{
  color: #f0fff4 !important;
}

.focus\:text-green-200:focus{
  color: #c6f6d5 !important;
}

.focus\:text-green-300:focus{
  color: #9ae6b4 !important;
}

.focus\:text-green-400:focus{
  color: #68d391 !important;
}

.focus\:text-green-500:focus{
  color: #48bb78 !important;
}

.focus\:text-green-600:focus{
  color: #38a169 !important;
}

.focus\:text-green-700:focus{
  color: #2f855a !important;
}

.focus\:text-green-800:focus{
  color: #276749 !important;
}

.focus\:text-green-900:focus{
  color: #22543d !important;
}

.focus\:text-teal-100:focus{
  color: #e6fffa !important;
}

.focus\:text-teal-200:focus{
  color: #b2f5ea !important;
}

.focus\:text-teal-300:focus{
  color: #81e6d9 !important;
}

.focus\:text-teal-400:focus{
  color: #4fd1c5 !important;
}

.focus\:text-teal-500:focus{
  color: #38b2ac !important;
}

.focus\:text-teal-600:focus{
  color: #319795 !important;
}

.focus\:text-teal-700:focus{
  color: #2c7a7b !important;
}

.focus\:text-teal-800:focus{
  color: #285e61 !important;
}

.focus\:text-teal-900:focus{
  color: #234e52 !important;
}

.focus\:text-blue-100:focus{
  color: #ebf8ff !important;
}

.focus\:text-blue-200:focus{
  color: #bee3f8 !important;
}

.focus\:text-blue-300:focus{
  color: #90cdf4 !important;
}

.focus\:text-blue-400:focus{
  color: #63b3ed !important;
}

.focus\:text-blue-500:focus{
  color: #4299e1 !important;
}

.focus\:text-blue-600:focus{
  color: #3182ce !important;
}

.focus\:text-blue-700:focus{
  color: #2b6cb0 !important;
}

.focus\:text-blue-800:focus{
  color: #2c5282 !important;
}

.focus\:text-blue-900:focus{
  color: #2a4365 !important;
}

.focus\:text-indigo-100:focus{
  color: #ebf4ff !important;
}

.focus\:text-indigo-200:focus{
  color: #c3dafe !important;
}

.focus\:text-indigo-300:focus{
  color: #a3bffa !important;
}

.focus\:text-indigo-400:focus{
  color: #7f9cf5 !important;
}

.focus\:text-indigo-500:focus{
  color: #667eea !important;
}

.focus\:text-indigo-600:focus{
  color: #5a67d8 !important;
}

.focus\:text-indigo-700:focus{
  color: #4c51bf !important;
}

.focus\:text-indigo-800:focus{
  color: #434190 !important;
}

.focus\:text-indigo-900:focus{
  color: #3c366b !important;
}

.focus\:text-purple-100:focus{
  color: #faf5ff !important;
}

.focus\:text-purple-200:focus{
  color: #e9d8fd !important;
}

.focus\:text-purple-300:focus{
  color: #d6bcfa !important;
}

.focus\:text-purple-400:focus{
  color: #b794f4 !important;
}

.focus\:text-purple-500:focus{
  color: #9f7aea !important;
}

.focus\:text-purple-600:focus{
  color: #805ad5 !important;
}

.focus\:text-purple-700:focus{
  color: #6b46c1 !important;
}

.focus\:text-purple-800:focus{
  color: #553c9a !important;
}

.focus\:text-purple-900:focus{
  color: #44337a !important;
}

.focus\:text-pink-100:focus{
  color: #fff5f7 !important;
}

.focus\:text-pink-200:focus{
  color: #fed7e2 !important;
}

.focus\:text-pink-300:focus{
  color: #fbb6ce !important;
}

.focus\:text-pink-400:focus{
  color: #f687b3 !important;
}

.focus\:text-pink-500:focus{
  color: #ed64a6 !important;
}

.focus\:text-pink-600:focus{
  color: #d53f8c !important;
}

.focus\:text-pink-700:focus{
  color: #b83280 !important;
}

.focus\:text-pink-800:focus{
  color: #97266d !important;
}

.focus\:text-pink-900:focus{
  color: #702459 !important;
}

.focus\:text-cyan:focus{
  color: #9cdbff !important;
}

.text-xs{
  font-size: 0.75rem !important;
}

.text-sm{
  font-size: 0.875rem !important;
}

.text-base{
  font-size: 1rem !important;
}

.text-lg{
  font-size: 1.125rem !important;
}

.text-xl{
  font-size: 1.25rem !important;
}

.text-2xl{
  font-size: 1.5rem !important;
}

.text-3xl{
  font-size: 1.875rem !important;
}

.text-4xl{
  font-size: 2.25rem !important;
}

.text-5xl{
  font-size: 3rem !important;
}

.text-6xl{
  font-size: 4rem !important;
}

.text-s1{
  font-size: 0.8rem !important;
}

.text-m1{
  font-size: 1rem !important;
}

.text-m2{
  font-size: 1.1rem !important;
}

.text-m3{
  font-size: 1.3rem !important;
}

.text-m4{
  font-size: 1.5rem !important;
}

.text-l1{
  font-size: 2.0rem !important;
}

.text-l2{
  font-size: 2.5rem !important;
}

.italic{
  font-style: italic !important;
}

.not-italic{
  font-style: normal !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.lowercase{
  text-transform: lowercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.normal-case{
  text-transform: none !important;
}

.underline{
  text-decoration: underline !important;
}

.line-through{
  text-decoration: line-through !important;
}

.no-underline{
  text-decoration: none !important;
}

.hover\:underline:hover{
  text-decoration: underline !important;
}

.hover\:line-through:hover{
  text-decoration: line-through !important;
}

.hover\:no-underline:hover{
  text-decoration: none !important;
}

.focus\:underline:focus{
  text-decoration: underline !important;
}

.focus\:line-through:focus{
  text-decoration: line-through !important;
}

.focus\:no-underline:focus{
  text-decoration: none !important;
}

.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-normal{
  letter-spacing: 0 !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

.tracking-widest{
  letter-spacing: 0.1em !important;
}

.select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.select-all{
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.select-auto{
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.align-baseline{
  vertical-align: baseline !important;
}

.align-top{
  vertical-align: top !important;
}

.align-middle{
  vertical-align: middle !important;
}

.align-bottom{
  vertical-align: bottom !important;
}

.align-text-top{
  vertical-align: text-top !important;
}

.align-text-bottom{
  vertical-align: text-bottom !important;
}

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

.whitespace-normal{
  white-space: normal !important;
}

.whitespace-no-wrap{
  white-space: nowrap !important;
}

.whitespace-pre{
  white-space: pre !important;
}

.whitespace-pre-line{
  white-space: pre-line !important;
}

.whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.break-normal{
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words{
  overflow-wrap: break-word !important;
}

.break-all{
  word-break: break-all !important;
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-0{
  width: 0 !important;
}

.w-1{
  width: 0.25rem !important;
}

.w-2{
  width: 0.5rem !important;
}

.w-3{
  width: 0.75rem !important;
}

.w-4{
  width: 1rem !important;
}

.w-5{
  width: 1.25rem !important;
}

.w-6{
  width: 1.5rem !important;
}

.w-8{
  width: 2rem !important;
}

.w-10{
  width: 2.5rem !important;
}

.w-12{
  width: 3rem !important;
}

.w-16{
  width: 4rem !important;
}

.w-20{
  width: 5rem !important;
}

.w-24{
  width: 6rem !important;
}

.w-32{
  width: 8rem !important;
}

.w-40{
  width: 10rem !important;
}

.w-48{
  width: 12rem !important;
}

.w-56{
  width: 14rem !important;
}

.w-64{
  width: 16rem !important;
}

.w-auto{
  width: auto !important;
}

.w-px{
  width: 1px !important;
}

.w-5px{
  width: 5px !important;
}

.w-25px{
  width: 25px !important;
}

.w-30px{
  width: 30px !important;
}

.w-50px{
  width: 50px !important;
}

.w-1\/2{
  width: 50% !important;
}

.w-1\/3{
  width: 33.333333% !important;
}

.w-2\/3{
  width: 66.666667% !important;
}

.w-1\/4{
  width: 25% !important;
}

.w-2\/4{
  width: 50% !important;
}

.w-3\/4{
  width: 75% !important;
}

.w-1\/5{
  width: 20% !important;
}

.w-2\/5{
  width: 40% !important;
}

.w-3\/5{
  width: 60% !important;
}

.w-4\/5{
  width: 80% !important;
}

.w-1\/6{
  width: 16.666667% !important;
}

.w-2\/6{
  width: 33.333333% !important;
}

.w-3\/6{
  width: 50% !important;
}

.w-4\/6{
  width: 66.666667% !important;
}

.w-5\/6{
  width: 83.333333% !important;
}

.w-1\/12{
  width: 8.333333% !important;
}

.w-2\/12{
  width: 16.666667% !important;
}

.w-3\/12{
  width: 25% !important;
}

.w-4\/12{
  width: 33.333333% !important;
}

.w-5\/12{
  width: 41.666667% !important;
}

.w-6\/12{
  width: 50% !important;
}

.w-7\/12{
  width: 58.333333% !important;
}

.w-8\/12{
  width: 66.666667% !important;
}

.w-9\/12{
  width: 75% !important;
}

.w-10\/12{
  width: 83.333333% !important;
}

.w-11\/12{
  width: 91.666667% !important;
}

.w-full{
  width: 100% !important;
}

.w-screen{
  width: 100vw !important;
}

.z-0{
  z-index: 0 !important;
}

.z-10{
  z-index: 10 !important;
}

.z-20{
  z-index: 20 !important;
}

.z-30{
  z-index: 30 !important;
}

.z-40{
  z-index: 40 !important;
}

.z-50{
  z-index: 50 !important;
}

.z-auto{
  z-index: auto !important;
}

.gap-0{
  grid-gap: 0 !important;
  gap: 0 !important;
}

.gap-1{
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}

.gap-2{
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.gap-3{
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.gap-4{
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.gap-5{
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.gap-6{
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.gap-8{
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.gap-10{
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.gap-12{
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.gap-16{
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.gap-20{
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-24{
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.gap-32{
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.gap-40{
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.gap-48{
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.gap-56{
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.gap-64{
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.gap-px{
  grid-gap: 1px !important;
  gap: 1px !important;
}

.gap-5px{
  grid-gap: 5px !important;
  gap: 5px !important;
}

.gap-25px{
  grid-gap: 25px !important;
  gap: 25px !important;
}

.gap-30px{
  grid-gap: 30px !important;
  gap: 30px !important;
}

.gap-50px{
  grid-gap: 50px !important;
  gap: 50px !important;
}

.col-gap-0{
  grid-column-gap: 0 !important;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.col-gap-1{
  grid-column-gap: 0.25rem !important;
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.col-gap-2{
  grid-column-gap: 0.5rem !important;
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.col-gap-3{
  grid-column-gap: 0.75rem !important;
  -webkit-column-gap: 0.75rem !important;
     -moz-column-gap: 0.75rem !important;
          column-gap: 0.75rem !important;
}

.col-gap-4{
  grid-column-gap: 1rem !important;
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.col-gap-5{
  grid-column-gap: 1.25rem !important;
  -webkit-column-gap: 1.25rem !important;
     -moz-column-gap: 1.25rem !important;
          column-gap: 1.25rem !important;
}

.col-gap-6{
  grid-column-gap: 1.5rem !important;
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.col-gap-8{
  grid-column-gap: 2rem !important;
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.col-gap-10{
  grid-column-gap: 2.5rem !important;
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.col-gap-12{
  grid-column-gap: 3rem !important;
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.col-gap-16{
  grid-column-gap: 4rem !important;
  -webkit-column-gap: 4rem !important;
     -moz-column-gap: 4rem !important;
          column-gap: 4rem !important;
}

.col-gap-20{
  grid-column-gap: 5rem !important;
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.col-gap-24{
  grid-column-gap: 6rem !important;
  -webkit-column-gap: 6rem !important;
     -moz-column-gap: 6rem !important;
          column-gap: 6rem !important;
}

.col-gap-32{
  grid-column-gap: 8rem !important;
  -webkit-column-gap: 8rem !important;
     -moz-column-gap: 8rem !important;
          column-gap: 8rem !important;
}

.col-gap-40{
  grid-column-gap: 10rem !important;
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.col-gap-48{
  grid-column-gap: 12rem !important;
  -webkit-column-gap: 12rem !important;
     -moz-column-gap: 12rem !important;
          column-gap: 12rem !important;
}

.col-gap-56{
  grid-column-gap: 14rem !important;
  -webkit-column-gap: 14rem !important;
     -moz-column-gap: 14rem !important;
          column-gap: 14rem !important;
}

.col-gap-64{
  grid-column-gap: 16rem !important;
  -webkit-column-gap: 16rem !important;
     -moz-column-gap: 16rem !important;
          column-gap: 16rem !important;
}

.col-gap-px{
  grid-column-gap: 1px !important;
  -webkit-column-gap: 1px !important;
     -moz-column-gap: 1px !important;
          column-gap: 1px !important;
}

.col-gap-5px{
  grid-column-gap: 5px !important;
  -webkit-column-gap: 5px !important;
     -moz-column-gap: 5px !important;
          column-gap: 5px !important;
}

.col-gap-25px{
  grid-column-gap: 25px !important;
  -webkit-column-gap: 25px !important;
     -moz-column-gap: 25px !important;
          column-gap: 25px !important;
}

.col-gap-30px{
  grid-column-gap: 30px !important;
  -webkit-column-gap: 30px !important;
     -moz-column-gap: 30px !important;
          column-gap: 30px !important;
}

.col-gap-50px{
  grid-column-gap: 50px !important;
  -webkit-column-gap: 50px !important;
     -moz-column-gap: 50px !important;
          column-gap: 50px !important;
}

.row-gap-0{
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.row-gap-1{
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.row-gap-2{
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.row-gap-3{
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.row-gap-4{
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.row-gap-5{
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.row-gap-6{
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.row-gap-8{
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.row-gap-10{
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.row-gap-12{
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.row-gap-16{
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.row-gap-20{
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.row-gap-24{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.row-gap-32{
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.row-gap-40{
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.row-gap-48{
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.row-gap-56{
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.row-gap-64{
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.row-gap-px{
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.row-gap-5px{
  grid-row-gap: 5px !important;
  row-gap: 5px !important;
}

.row-gap-25px{
  grid-row-gap: 25px !important;
  row-gap: 25px !important;
}

.row-gap-30px{
  grid-row-gap: 30px !important;
  row-gap: 30px !important;
}

.row-gap-50px{
  grid-row-gap: 50px !important;
  row-gap: 50px !important;
}

.grid-flow-row{
  grid-auto-flow: row !important;
}

.grid-flow-col{
  grid-auto-flow: column !important;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none{
  grid-template-columns: none !important;
}

.col-auto{
  grid-column: auto !important;
}

.col-span-1{
  grid-column: span 1 / span 1 !important;
}

.col-span-2{
  grid-column: span 2 / span 2 !important;
}

.col-span-3{
  grid-column: span 3 / span 3 !important;
}

.col-span-4{
  grid-column: span 4 / span 4 !important;
}

.col-span-5{
  grid-column: span 5 / span 5 !important;
}

.col-span-6{
  grid-column: span 6 / span 6 !important;
}

.col-span-7{
  grid-column: span 7 / span 7 !important;
}

.col-span-8{
  grid-column: span 8 / span 8 !important;
}

.col-span-9{
  grid-column: span 9 / span 9 !important;
}

.col-span-10{
  grid-column: span 10 / span 10 !important;
}

.col-span-11{
  grid-column: span 11 / span 11 !important;
}

.col-span-12{
  grid-column: span 12 / span 12 !important;
}

.col-start-1{
  grid-column-start: 1 !important;
}

.col-start-2{
  grid-column-start: 2 !important;
}

.col-start-3{
  grid-column-start: 3 !important;
}

.col-start-4{
  grid-column-start: 4 !important;
}

.col-start-5{
  grid-column-start: 5 !important;
}

.col-start-6{
  grid-column-start: 6 !important;
}

.col-start-7{
  grid-column-start: 7 !important;
}

.col-start-8{
  grid-column-start: 8 !important;
}

.col-start-9{
  grid-column-start: 9 !important;
}

.col-start-10{
  grid-column-start: 10 !important;
}

.col-start-11{
  grid-column-start: 11 !important;
}

.col-start-12{
  grid-column-start: 12 !important;
}

.col-start-13{
  grid-column-start: 13 !important;
}

.col-start-auto{
  grid-column-start: auto !important;
}

.col-end-1{
  grid-column-end: 1 !important;
}

.col-end-2{
  grid-column-end: 2 !important;
}

.col-end-3{
  grid-column-end: 3 !important;
}

.col-end-4{
  grid-column-end: 4 !important;
}

.col-end-5{
  grid-column-end: 5 !important;
}

.col-end-6{
  grid-column-end: 6 !important;
}

.col-end-7{
  grid-column-end: 7 !important;
}

.col-end-8{
  grid-column-end: 8 !important;
}

.col-end-9{
  grid-column-end: 9 !important;
}

.col-end-10{
  grid-column-end: 10 !important;
}

.col-end-11{
  grid-column-end: 11 !important;
}

.col-end-12{
  grid-column-end: 12 !important;
}

.col-end-13{
  grid-column-end: 13 !important;
}

.col-end-auto{
  grid-column-end: auto !important;
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none{
  grid-template-rows: none !important;
}

.row-auto{
  grid-row: auto !important;
}

.row-span-1{
  grid-row: span 1 / span 1 !important;
}

.row-span-2{
  grid-row: span 2 / span 2 !important;
}

.row-span-3{
  grid-row: span 3 / span 3 !important;
}

.row-span-4{
  grid-row: span 4 / span 4 !important;
}

.row-span-5{
  grid-row: span 5 / span 5 !important;
}

.row-span-6{
  grid-row: span 6 / span 6 !important;
}

.row-start-1{
  grid-row-start: 1 !important;
}

.row-start-2{
  grid-row-start: 2 !important;
}

.row-start-3{
  grid-row-start: 3 !important;
}

.row-start-4{
  grid-row-start: 4 !important;
}

.row-start-5{
  grid-row-start: 5 !important;
}

.row-start-6{
  grid-row-start: 6 !important;
}

.row-start-7{
  grid-row-start: 7 !important;
}

.row-start-auto{
  grid-row-start: auto !important;
}

.row-end-1{
  grid-row-end: 1 !important;
}

.row-end-2{
  grid-row-end: 2 !important;
}

.row-end-3{
  grid-row-end: 3 !important;
}

.row-end-4{
  grid-row-end: 4 !important;
}

.row-end-5{
  grid-row-end: 5 !important;
}

.row-end-6{
  grid-row-end: 6 !important;
}

.row-end-7{
  grid-row-end: 7 !important;
}

.row-end-auto{
  grid-row-end: auto !important;
}

.transform{
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.transform-none{
  -webkit-transform: none !important;
          transform: none !important;
}

.origin-center{
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.origin-top{
  -webkit-transform-origin: top !important;
          transform-origin: top !important;
}

.origin-top-right{
  -webkit-transform-origin: top right !important;
          transform-origin: top right !important;
}

.origin-right{
  -webkit-transform-origin: right !important;
          transform-origin: right !important;
}

.origin-bottom-right{
  -webkit-transform-origin: bottom right !important;
          transform-origin: bottom right !important;
}

.origin-bottom{
  -webkit-transform-origin: bottom !important;
          transform-origin: bottom !important;
}

.origin-bottom-left{
  -webkit-transform-origin: bottom left !important;
          transform-origin: bottom left !important;
}

.origin-left{
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}

.origin-top-left{
  -webkit-transform-origin: top left !important;
          transform-origin: top left !important;
}

.scale-0{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.scale-50{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.scale-75{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.scale-90{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.scale-95{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.scale-100{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.scale-105{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.scale-110{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.scale-125{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.scale-150{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.scale-x-0{
  --transform-scale-x: 0 !important;
}

.scale-x-50{
  --transform-scale-x: .5 !important;
}

.scale-x-75{
  --transform-scale-x: .75 !important;
}

.scale-x-90{
  --transform-scale-x: .9 !important;
}

.scale-x-95{
  --transform-scale-x: .95 !important;
}

.scale-x-100{
  --transform-scale-x: 1 !important;
}

.scale-x-105{
  --transform-scale-x: 1.05 !important;
}

.scale-x-110{
  --transform-scale-x: 1.1 !important;
}

.scale-x-125{
  --transform-scale-x: 1.25 !important;
}

.scale-x-150{
  --transform-scale-x: 1.5 !important;
}

.scale-y-0{
  --transform-scale-y: 0 !important;
}

.scale-y-50{
  --transform-scale-y: .5 !important;
}

.scale-y-75{
  --transform-scale-y: .75 !important;
}

.scale-y-90{
  --transform-scale-y: .9 !important;
}

.scale-y-95{
  --transform-scale-y: .95 !important;
}

.scale-y-100{
  --transform-scale-y: 1 !important;
}

.scale-y-105{
  --transform-scale-y: 1.05 !important;
}

.scale-y-110{
  --transform-scale-y: 1.1 !important;
}

.scale-y-125{
  --transform-scale-y: 1.25 !important;
}

.scale-y-150{
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-0:hover{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.hover\:scale-50:hover{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.hover\:scale-75:hover{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.hover\:scale-90:hover{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover\:scale-95:hover{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.hover\:scale-100:hover{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover\:scale-105:hover{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-110:hover{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-125:hover{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-150:hover{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover{
  --transform-scale-x: 0 !important;
}

.hover\:scale-x-50:hover{
  --transform-scale-x: .5 !important;
}

.hover\:scale-x-75:hover{
  --transform-scale-x: .75 !important;
}

.hover\:scale-x-90:hover{
  --transform-scale-x: .9 !important;
}

.hover\:scale-x-95:hover{
  --transform-scale-x: .95 !important;
}

.hover\:scale-x-100:hover{
  --transform-scale-x: 1 !important;
}

.hover\:scale-x-105:hover{
  --transform-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover{
  --transform-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover{
  --transform-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover{
  --transform-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover{
  --transform-scale-y: 0 !important;
}

.hover\:scale-y-50:hover{
  --transform-scale-y: .5 !important;
}

.hover\:scale-y-75:hover{
  --transform-scale-y: .75 !important;
}

.hover\:scale-y-90:hover{
  --transform-scale-y: .9 !important;
}

.hover\:scale-y-95:hover{
  --transform-scale-y: .95 !important;
}

.hover\:scale-y-100:hover{
  --transform-scale-y: 1 !important;
}

.hover\:scale-y-105:hover{
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover{
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover{
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover{
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-0:focus{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.focus\:scale-50:focus{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.focus\:scale-75:focus{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.focus\:scale-90:focus{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.focus\:scale-95:focus{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.focus\:scale-100:focus{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.focus\:scale-105:focus{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-110:focus{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-125:focus{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-150:focus{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus{
  --transform-scale-x: 0 !important;
}

.focus\:scale-x-50:focus{
  --transform-scale-x: .5 !important;
}

.focus\:scale-x-75:focus{
  --transform-scale-x: .75 !important;
}

.focus\:scale-x-90:focus{
  --transform-scale-x: .9 !important;
}

.focus\:scale-x-95:focus{
  --transform-scale-x: .95 !important;
}

.focus\:scale-x-100:focus{
  --transform-scale-x: 1 !important;
}

.focus\:scale-x-105:focus{
  --transform-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus{
  --transform-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus{
  --transform-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus{
  --transform-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus{
  --transform-scale-y: 0 !important;
}

.focus\:scale-y-50:focus{
  --transform-scale-y: .5 !important;
}

.focus\:scale-y-75:focus{
  --transform-scale-y: .75 !important;
}

.focus\:scale-y-90:focus{
  --transform-scale-y: .9 !important;
}

.focus\:scale-y-95:focus{
  --transform-scale-y: .95 !important;
}

.focus\:scale-y-100:focus{
  --transform-scale-y: 1 !important;
}

.focus\:scale-y-105:focus{
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus{
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus{
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus{
  --transform-scale-y: 1.5 !important;
}

.rotate-0{
  --transform-rotate: 0 !important;
}

.rotate-45{
  --transform-rotate: 45deg !important;
}

.rotate-90{
  --transform-rotate: 90deg !important;
}

.rotate-180{
  --transform-rotate: 180deg !important;
}

.-rotate-180{
  --transform-rotate: -180deg !important;
}

.-rotate-90{
  --transform-rotate: -90deg !important;
}

.-rotate-45{
  --transform-rotate: -45deg !important;
}

.hover\:rotate-0:hover{
  --transform-rotate: 0 !important;
}

.hover\:rotate-45:hover{
  --transform-rotate: 45deg !important;
}

.hover\:rotate-90:hover{
  --transform-rotate: 90deg !important;
}

.hover\:rotate-180:hover{
  --transform-rotate: 180deg !important;
}

.hover\:-rotate-180:hover{
  --transform-rotate: -180deg !important;
}

.hover\:-rotate-90:hover{
  --transform-rotate: -90deg !important;
}

.hover\:-rotate-45:hover{
  --transform-rotate: -45deg !important;
}

.focus\:rotate-0:focus{
  --transform-rotate: 0 !important;
}

.focus\:rotate-45:focus{
  --transform-rotate: 45deg !important;
}

.focus\:rotate-90:focus{
  --transform-rotate: 90deg !important;
}

.focus\:rotate-180:focus{
  --transform-rotate: 180deg !important;
}

.focus\:-rotate-180:focus{
  --transform-rotate: -180deg !important;
}

.focus\:-rotate-90:focus{
  --transform-rotate: -90deg !important;
}

.focus\:-rotate-45:focus{
  --transform-rotate: -45deg !important;
}

.translate-x-0{
  --transform-translate-x: 0 !important;
}

.translate-x-1{
  --transform-translate-x: 0.25rem !important;
}

.translate-x-2{
  --transform-translate-x: 0.5rem !important;
}

.translate-x-3{
  --transform-translate-x: 0.75rem !important;
}

.translate-x-4{
  --transform-translate-x: 1rem !important;
}

.translate-x-5{
  --transform-translate-x: 1.25rem !important;
}

.translate-x-6{
  --transform-translate-x: 1.5rem !important;
}

.translate-x-8{
  --transform-translate-x: 2rem !important;
}

.translate-x-10{
  --transform-translate-x: 2.5rem !important;
}

.translate-x-12{
  --transform-translate-x: 3rem !important;
}

.translate-x-16{
  --transform-translate-x: 4rem !important;
}

.translate-x-20{
  --transform-translate-x: 5rem !important;
}

.translate-x-24{
  --transform-translate-x: 6rem !important;
}

.translate-x-32{
  --transform-translate-x: 8rem !important;
}

.translate-x-40{
  --transform-translate-x: 10rem !important;
}

.translate-x-48{
  --transform-translate-x: 12rem !important;
}

.translate-x-56{
  --transform-translate-x: 14rem !important;
}

.translate-x-64{
  --transform-translate-x: 16rem !important;
}

.translate-x-px{
  --transform-translate-x: 1px !important;
}

.translate-x-5px{
  --transform-translate-x: 5px !important;
}

.translate-x-25px{
  --transform-translate-x: 25px !important;
}

.translate-x-30px{
  --transform-translate-x: 30px !important;
}

.translate-x-50px{
  --transform-translate-x: 50px !important;
}

.-translate-x-1{
  --transform-translate-x: -0.25rem !important;
}

.-translate-x-2{
  --transform-translate-x: -0.5rem !important;
}

.-translate-x-3{
  --transform-translate-x: -0.75rem !important;
}

.-translate-x-4{
  --transform-translate-x: -1rem !important;
}

.-translate-x-5{
  --transform-translate-x: -1.25rem !important;
}

.-translate-x-6{
  --transform-translate-x: -1.5rem !important;
}

.-translate-x-8{
  --transform-translate-x: -2rem !important;
}

.-translate-x-10{
  --transform-translate-x: -2.5rem !important;
}

.-translate-x-12{
  --transform-translate-x: -3rem !important;
}

.-translate-x-16{
  --transform-translate-x: -4rem !important;
}

.-translate-x-20{
  --transform-translate-x: -5rem !important;
}

.-translate-x-24{
  --transform-translate-x: -6rem !important;
}

.-translate-x-32{
  --transform-translate-x: -8rem !important;
}

.-translate-x-40{
  --transform-translate-x: -10rem !important;
}

.-translate-x-48{
  --transform-translate-x: -12rem !important;
}

.-translate-x-56{
  --transform-translate-x: -14rem !important;
}

.-translate-x-64{
  --transform-translate-x: -16rem !important;
}

.-translate-x-px{
  --transform-translate-x: -1px !important;
}

.-translate-x-5px{
  --transform-translate-x: -5px !important;
}

.-translate-x-25px{
  --transform-translate-x: -25px !important;
}

.-translate-x-30px{
  --transform-translate-x: -30px !important;
}

.-translate-x-50px{
  --transform-translate-x: -50px !important;
}

.-translate-x-full{
  --transform-translate-x: -100% !important;
}

.-translate-x-1\/2{
  --transform-translate-x: -50% !important;
}

.translate-x-1\/2{
  --transform-translate-x: 50% !important;
}

.translate-x-full{
  --transform-translate-x: 100% !important;
}

.translate-y-0{
  --transform-translate-y: 0 !important;
}

.translate-y-1{
  --transform-translate-y: 0.25rem !important;
}

.translate-y-2{
  --transform-translate-y: 0.5rem !important;
}

.translate-y-3{
  --transform-translate-y: 0.75rem !important;
}

.translate-y-4{
  --transform-translate-y: 1rem !important;
}

.translate-y-5{
  --transform-translate-y: 1.25rem !important;
}

.translate-y-6{
  --transform-translate-y: 1.5rem !important;
}

.translate-y-8{
  --transform-translate-y: 2rem !important;
}

.translate-y-10{
  --transform-translate-y: 2.5rem !important;
}

.translate-y-12{
  --transform-translate-y: 3rem !important;
}

.translate-y-16{
  --transform-translate-y: 4rem !important;
}

.translate-y-20{
  --transform-translate-y: 5rem !important;
}

.translate-y-24{
  --transform-translate-y: 6rem !important;
}

.translate-y-32{
  --transform-translate-y: 8rem !important;
}

.translate-y-40{
  --transform-translate-y: 10rem !important;
}

.translate-y-48{
  --transform-translate-y: 12rem !important;
}

.translate-y-56{
  --transform-translate-y: 14rem !important;
}

.translate-y-64{
  --transform-translate-y: 16rem !important;
}

.translate-y-px{
  --transform-translate-y: 1px !important;
}

.translate-y-5px{
  --transform-translate-y: 5px !important;
}

.translate-y-25px{
  --transform-translate-y: 25px !important;
}

.translate-y-30px{
  --transform-translate-y: 30px !important;
}

.translate-y-50px{
  --transform-translate-y: 50px !important;
}

.-translate-y-1{
  --transform-translate-y: -0.25rem !important;
}

.-translate-y-2{
  --transform-translate-y: -0.5rem !important;
}

.-translate-y-3{
  --transform-translate-y: -0.75rem !important;
}

.-translate-y-4{
  --transform-translate-y: -1rem !important;
}

.-translate-y-5{
  --transform-translate-y: -1.25rem !important;
}

.-translate-y-6{
  --transform-translate-y: -1.5rem !important;
}

.-translate-y-8{
  --transform-translate-y: -2rem !important;
}

.-translate-y-10{
  --transform-translate-y: -2.5rem !important;
}

.-translate-y-12{
  --transform-translate-y: -3rem !important;
}

.-translate-y-16{
  --transform-translate-y: -4rem !important;
}

.-translate-y-20{
  --transform-translate-y: -5rem !important;
}

.-translate-y-24{
  --transform-translate-y: -6rem !important;
}

.-translate-y-32{
  --transform-translate-y: -8rem !important;
}

.-translate-y-40{
  --transform-translate-y: -10rem !important;
}

.-translate-y-48{
  --transform-translate-y: -12rem !important;
}

.-translate-y-56{
  --transform-translate-y: -14rem !important;
}

.-translate-y-64{
  --transform-translate-y: -16rem !important;
}

.-translate-y-px{
  --transform-translate-y: -1px !important;
}

.-translate-y-5px{
  --transform-translate-y: -5px !important;
}

.-translate-y-25px{
  --transform-translate-y: -25px !important;
}

.-translate-y-30px{
  --transform-translate-y: -30px !important;
}

.-translate-y-50px{
  --transform-translate-y: -50px !important;
}

.-translate-y-full{
  --transform-translate-y: -100% !important;
}

.-translate-y-1\/2{
  --transform-translate-y: -50% !important;
}

.translate-y-1\/2{
  --transform-translate-y: 50% !important;
}

.translate-y-full{
  --transform-translate-y: 100% !important;
}

.hover\:translate-x-0:hover{
  --transform-translate-x: 0 !important;
}

.hover\:translate-x-1:hover{
  --transform-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover{
  --transform-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover{
  --transform-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover{
  --transform-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover{
  --transform-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover{
  --transform-translate-x: 1.5rem !important;
}

.hover\:translate-x-8:hover{
  --transform-translate-x: 2rem !important;
}

.hover\:translate-x-10:hover{
  --transform-translate-x: 2.5rem !important;
}

.hover\:translate-x-12:hover{
  --transform-translate-x: 3rem !important;
}

.hover\:translate-x-16:hover{
  --transform-translate-x: 4rem !important;
}

.hover\:translate-x-20:hover{
  --transform-translate-x: 5rem !important;
}

.hover\:translate-x-24:hover{
  --transform-translate-x: 6rem !important;
}

.hover\:translate-x-32:hover{
  --transform-translate-x: 8rem !important;
}

.hover\:translate-x-40:hover{
  --transform-translate-x: 10rem !important;
}

.hover\:translate-x-48:hover{
  --transform-translate-x: 12rem !important;
}

.hover\:translate-x-56:hover{
  --transform-translate-x: 14rem !important;
}

.hover\:translate-x-64:hover{
  --transform-translate-x: 16rem !important;
}

.hover\:translate-x-px:hover{
  --transform-translate-x: 1px !important;
}

.hover\:translate-x-5px:hover{
  --transform-translate-x: 5px !important;
}

.hover\:translate-x-25px:hover{
  --transform-translate-x: 25px !important;
}

.hover\:translate-x-30px:hover{
  --transform-translate-x: 30px !important;
}

.hover\:translate-x-50px:hover{
  --transform-translate-x: 50px !important;
}

.hover\:-translate-x-1:hover{
  --transform-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover{
  --transform-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover{
  --transform-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover{
  --transform-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover{
  --transform-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover{
  --transform-translate-x: -1.5rem !important;
}

.hover\:-translate-x-8:hover{
  --transform-translate-x: -2rem !important;
}

.hover\:-translate-x-10:hover{
  --transform-translate-x: -2.5rem !important;
}

.hover\:-translate-x-12:hover{
  --transform-translate-x: -3rem !important;
}

.hover\:-translate-x-16:hover{
  --transform-translate-x: -4rem !important;
}

.hover\:-translate-x-20:hover{
  --transform-translate-x: -5rem !important;
}

.hover\:-translate-x-24:hover{
  --transform-translate-x: -6rem !important;
}

.hover\:-translate-x-32:hover{
  --transform-translate-x: -8rem !important;
}

.hover\:-translate-x-40:hover{
  --transform-translate-x: -10rem !important;
}

.hover\:-translate-x-48:hover{
  --transform-translate-x: -12rem !important;
}

.hover\:-translate-x-56:hover{
  --transform-translate-x: -14rem !important;
}

.hover\:-translate-x-64:hover{
  --transform-translate-x: -16rem !important;
}

.hover\:-translate-x-px:hover{
  --transform-translate-x: -1px !important;
}

.hover\:-translate-x-5px:hover{
  --transform-translate-x: -5px !important;
}

.hover\:-translate-x-25px:hover{
  --transform-translate-x: -25px !important;
}

.hover\:-translate-x-30px:hover{
  --transform-translate-x: -30px !important;
}

.hover\:-translate-x-50px:hover{
  --transform-translate-x: -50px !important;
}

.hover\:-translate-x-full:hover{
  --transform-translate-x: -100% !important;
}

.hover\:-translate-x-1\/2:hover{
  --transform-translate-x: -50% !important;
}

.hover\:translate-x-1\/2:hover{
  --transform-translate-x: 50% !important;
}

.hover\:translate-x-full:hover{
  --transform-translate-x: 100% !important;
}

.hover\:translate-y-0:hover{
  --transform-translate-y: 0 !important;
}

.hover\:translate-y-1:hover{
  --transform-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover{
  --transform-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover{
  --transform-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover{
  --transform-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover{
  --transform-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover{
  --transform-translate-y: 1.5rem !important;
}

.hover\:translate-y-8:hover{
  --transform-translate-y: 2rem !important;
}

.hover\:translate-y-10:hover{
  --transform-translate-y: 2.5rem !important;
}

.hover\:translate-y-12:hover{
  --transform-translate-y: 3rem !important;
}

.hover\:translate-y-16:hover{
  --transform-translate-y: 4rem !important;
}

.hover\:translate-y-20:hover{
  --transform-translate-y: 5rem !important;
}

.hover\:translate-y-24:hover{
  --transform-translate-y: 6rem !important;
}

.hover\:translate-y-32:hover{
  --transform-translate-y: 8rem !important;
}

.hover\:translate-y-40:hover{
  --transform-translate-y: 10rem !important;
}

.hover\:translate-y-48:hover{
  --transform-translate-y: 12rem !important;
}

.hover\:translate-y-56:hover{
  --transform-translate-y: 14rem !important;
}

.hover\:translate-y-64:hover{
  --transform-translate-y: 16rem !important;
}

.hover\:translate-y-px:hover{
  --transform-translate-y: 1px !important;
}

.hover\:translate-y-5px:hover{
  --transform-translate-y: 5px !important;
}

.hover\:translate-y-25px:hover{
  --transform-translate-y: 25px !important;
}

.hover\:translate-y-30px:hover{
  --transform-translate-y: 30px !important;
}

.hover\:translate-y-50px:hover{
  --transform-translate-y: 50px !important;
}

.hover\:-translate-y-1:hover{
  --transform-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover{
  --transform-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover{
  --transform-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover{
  --transform-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover{
  --transform-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover{
  --transform-translate-y: -1.5rem !important;
}

.hover\:-translate-y-8:hover{
  --transform-translate-y: -2rem !important;
}

.hover\:-translate-y-10:hover{
  --transform-translate-y: -2.5rem !important;
}

.hover\:-translate-y-12:hover{
  --transform-translate-y: -3rem !important;
}

.hover\:-translate-y-16:hover{
  --transform-translate-y: -4rem !important;
}

.hover\:-translate-y-20:hover{
  --transform-translate-y: -5rem !important;
}

.hover\:-translate-y-24:hover{
  --transform-translate-y: -6rem !important;
}

.hover\:-translate-y-32:hover{
  --transform-translate-y: -8rem !important;
}

.hover\:-translate-y-40:hover{
  --transform-translate-y: -10rem !important;
}

.hover\:-translate-y-48:hover{
  --transform-translate-y: -12rem !important;
}

.hover\:-translate-y-56:hover{
  --transform-translate-y: -14rem !important;
}

.hover\:-translate-y-64:hover{
  --transform-translate-y: -16rem !important;
}

.hover\:-translate-y-px:hover{
  --transform-translate-y: -1px !important;
}

.hover\:-translate-y-5px:hover{
  --transform-translate-y: -5px !important;
}

.hover\:-translate-y-25px:hover{
  --transform-translate-y: -25px !important;
}

.hover\:-translate-y-30px:hover{
  --transform-translate-y: -30px !important;
}

.hover\:-translate-y-50px:hover{
  --transform-translate-y: -50px !important;
}

.hover\:-translate-y-full:hover{
  --transform-translate-y: -100% !important;
}

.hover\:-translate-y-1\/2:hover{
  --transform-translate-y: -50% !important;
}

.hover\:translate-y-1\/2:hover{
  --transform-translate-y: 50% !important;
}

.hover\:translate-y-full:hover{
  --transform-translate-y: 100% !important;
}

.focus\:translate-x-0:focus{
  --transform-translate-x: 0 !important;
}

.focus\:translate-x-1:focus{
  --transform-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus{
  --transform-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus{
  --transform-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus{
  --transform-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus{
  --transform-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus{
  --transform-translate-x: 1.5rem !important;
}

.focus\:translate-x-8:focus{
  --transform-translate-x: 2rem !important;
}

.focus\:translate-x-10:focus{
  --transform-translate-x: 2.5rem !important;
}

.focus\:translate-x-12:focus{
  --transform-translate-x: 3rem !important;
}

.focus\:translate-x-16:focus{
  --transform-translate-x: 4rem !important;
}

.focus\:translate-x-20:focus{
  --transform-translate-x: 5rem !important;
}

.focus\:translate-x-24:focus{
  --transform-translate-x: 6rem !important;
}

.focus\:translate-x-32:focus{
  --transform-translate-x: 8rem !important;
}

.focus\:translate-x-40:focus{
  --transform-translate-x: 10rem !important;
}

.focus\:translate-x-48:focus{
  --transform-translate-x: 12rem !important;
}

.focus\:translate-x-56:focus{
  --transform-translate-x: 14rem !important;
}

.focus\:translate-x-64:focus{
  --transform-translate-x: 16rem !important;
}

.focus\:translate-x-px:focus{
  --transform-translate-x: 1px !important;
}

.focus\:translate-x-5px:focus{
  --transform-translate-x: 5px !important;
}

.focus\:translate-x-25px:focus{
  --transform-translate-x: 25px !important;
}

.focus\:translate-x-30px:focus{
  --transform-translate-x: 30px !important;
}

.focus\:translate-x-50px:focus{
  --transform-translate-x: 50px !important;
}

.focus\:-translate-x-1:focus{
  --transform-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus{
  --transform-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus{
  --transform-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus{
  --transform-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus{
  --transform-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus{
  --transform-translate-x: -1.5rem !important;
}

.focus\:-translate-x-8:focus{
  --transform-translate-x: -2rem !important;
}

.focus\:-translate-x-10:focus{
  --transform-translate-x: -2.5rem !important;
}

.focus\:-translate-x-12:focus{
  --transform-translate-x: -3rem !important;
}

.focus\:-translate-x-16:focus{
  --transform-translate-x: -4rem !important;
}

.focus\:-translate-x-20:focus{
  --transform-translate-x: -5rem !important;
}

.focus\:-translate-x-24:focus{
  --transform-translate-x: -6rem !important;
}

.focus\:-translate-x-32:focus{
  --transform-translate-x: -8rem !important;
}

.focus\:-translate-x-40:focus{
  --transform-translate-x: -10rem !important;
}

.focus\:-translate-x-48:focus{
  --transform-translate-x: -12rem !important;
}

.focus\:-translate-x-56:focus{
  --transform-translate-x: -14rem !important;
}

.focus\:-translate-x-64:focus{
  --transform-translate-x: -16rem !important;
}

.focus\:-translate-x-px:focus{
  --transform-translate-x: -1px !important;
}

.focus\:-translate-x-5px:focus{
  --transform-translate-x: -5px !important;
}

.focus\:-translate-x-25px:focus{
  --transform-translate-x: -25px !important;
}

.focus\:-translate-x-30px:focus{
  --transform-translate-x: -30px !important;
}

.focus\:-translate-x-50px:focus{
  --transform-translate-x: -50px !important;
}

.focus\:-translate-x-full:focus{
  --transform-translate-x: -100% !important;
}

.focus\:-translate-x-1\/2:focus{
  --transform-translate-x: -50% !important;
}

.focus\:translate-x-1\/2:focus{
  --transform-translate-x: 50% !important;
}

.focus\:translate-x-full:focus{
  --transform-translate-x: 100% !important;
}

.focus\:translate-y-0:focus{
  --transform-translate-y: 0 !important;
}

.focus\:translate-y-1:focus{
  --transform-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus{
  --transform-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus{
  --transform-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus{
  --transform-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus{
  --transform-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus{
  --transform-translate-y: 1.5rem !important;
}

.focus\:translate-y-8:focus{
  --transform-translate-y: 2rem !important;
}

.focus\:translate-y-10:focus{
  --transform-translate-y: 2.5rem !important;
}

.focus\:translate-y-12:focus{
  --transform-translate-y: 3rem !important;
}

.focus\:translate-y-16:focus{
  --transform-translate-y: 4rem !important;
}

.focus\:translate-y-20:focus{
  --transform-translate-y: 5rem !important;
}

.focus\:translate-y-24:focus{
  --transform-translate-y: 6rem !important;
}

.focus\:translate-y-32:focus{
  --transform-translate-y: 8rem !important;
}

.focus\:translate-y-40:focus{
  --transform-translate-y: 10rem !important;
}

.focus\:translate-y-48:focus{
  --transform-translate-y: 12rem !important;
}

.focus\:translate-y-56:focus{
  --transform-translate-y: 14rem !important;
}

.focus\:translate-y-64:focus{
  --transform-translate-y: 16rem !important;
}

.focus\:translate-y-px:focus{
  --transform-translate-y: 1px !important;
}

.focus\:translate-y-5px:focus{
  --transform-translate-y: 5px !important;
}

.focus\:translate-y-25px:focus{
  --transform-translate-y: 25px !important;
}

.focus\:translate-y-30px:focus{
  --transform-translate-y: 30px !important;
}

.focus\:translate-y-50px:focus{
  --transform-translate-y: 50px !important;
}

.focus\:-translate-y-1:focus{
  --transform-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus{
  --transform-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus{
  --transform-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus{
  --transform-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus{
  --transform-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus{
  --transform-translate-y: -1.5rem !important;
}

.focus\:-translate-y-8:focus{
  --transform-translate-y: -2rem !important;
}

.focus\:-translate-y-10:focus{
  --transform-translate-y: -2.5rem !important;
}

.focus\:-translate-y-12:focus{
  --transform-translate-y: -3rem !important;
}

.focus\:-translate-y-16:focus{
  --transform-translate-y: -4rem !important;
}

.focus\:-translate-y-20:focus{
  --transform-translate-y: -5rem !important;
}

.focus\:-translate-y-24:focus{
  --transform-translate-y: -6rem !important;
}

.focus\:-translate-y-32:focus{
  --transform-translate-y: -8rem !important;
}

.focus\:-translate-y-40:focus{
  --transform-translate-y: -10rem !important;
}

.focus\:-translate-y-48:focus{
  --transform-translate-y: -12rem !important;
}

.focus\:-translate-y-56:focus{
  --transform-translate-y: -14rem !important;
}

.focus\:-translate-y-64:focus{
  --transform-translate-y: -16rem !important;
}

.focus\:-translate-y-px:focus{
  --transform-translate-y: -1px !important;
}

.focus\:-translate-y-5px:focus{
  --transform-translate-y: -5px !important;
}

.focus\:-translate-y-25px:focus{
  --transform-translate-y: -25px !important;
}

.focus\:-translate-y-30px:focus{
  --transform-translate-y: -30px !important;
}

.focus\:-translate-y-50px:focus{
  --transform-translate-y: -50px !important;
}

.focus\:-translate-y-full:focus{
  --transform-translate-y: -100% !important;
}

.focus\:-translate-y-1\/2:focus{
  --transform-translate-y: -50% !important;
}

.focus\:translate-y-1\/2:focus{
  --transform-translate-y: 50% !important;
}

.focus\:translate-y-full:focus{
  --transform-translate-y: 100% !important;
}

.skew-x-0{
  --transform-skew-x: 0 !important;
}

.skew-x-3{
  --transform-skew-x: 3deg !important;
}

.skew-x-6{
  --transform-skew-x: 6deg !important;
}

.skew-x-12{
  --transform-skew-x: 12deg !important;
}

.-skew-x-12{
  --transform-skew-x: -12deg !important;
}

.-skew-x-6{
  --transform-skew-x: -6deg !important;
}

.-skew-x-3{
  --transform-skew-x: -3deg !important;
}

.skew-y-0{
  --transform-skew-y: 0 !important;
}

.skew-y-3{
  --transform-skew-y: 3deg !important;
}

.skew-y-6{
  --transform-skew-y: 6deg !important;
}

.skew-y-12{
  --transform-skew-y: 12deg !important;
}

.-skew-y-12{
  --transform-skew-y: -12deg !important;
}

.-skew-y-6{
  --transform-skew-y: -6deg !important;
}

.-skew-y-3{
  --transform-skew-y: -3deg !important;
}

.hover\:skew-x-0:hover{
  --transform-skew-x: 0 !important;
}

.hover\:skew-x-3:hover{
  --transform-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover{
  --transform-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover{
  --transform-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover{
  --transform-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover{
  --transform-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover{
  --transform-skew-x: -3deg !important;
}

.hover\:skew-y-0:hover{
  --transform-skew-y: 0 !important;
}

.hover\:skew-y-3:hover{
  --transform-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover{
  --transform-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover{
  --transform-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover{
  --transform-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover{
  --transform-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover{
  --transform-skew-y: -3deg !important;
}

.focus\:skew-x-0:focus{
  --transform-skew-x: 0 !important;
}

.focus\:skew-x-3:focus{
  --transform-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus{
  --transform-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus{
  --transform-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus{
  --transform-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus{
  --transform-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus{
  --transform-skew-x: -3deg !important;
}

.focus\:skew-y-0:focus{
  --transform-skew-y: 0 !important;
}

.focus\:skew-y-3:focus{
  --transform-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus{
  --transform-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus{
  --transform-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus{
  --transform-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus{
  --transform-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus{
  --transform-skew-y: -3deg !important;
}

.transition-none{
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.transition-all{
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.transition{
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform !important;
}

.transition-colors{
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity{
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.transition-shadow{
  -webkit-transition-property: box-shadow !important;
  transition-property: box-shadow !important;
}

.transition-transform{
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
}

.ease-linear{
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease-in{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out{
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duration-75{
  -webkit-transition-duration: 75ms !important;
          transition-duration: 75ms !important;
}

.duration-100{
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}

.duration-150{
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.duration-200{
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.duration-300{
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}

.duration-500{
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
}

.duration-700{
  -webkit-transition-duration: 700ms !important;
          transition-duration: 700ms !important;
}

.duration-1000{
  -webkit-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";

  src: url("./fonts/slick.eot");

  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
    https://ithub.tistory.com/229
*/

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.custom-checkbox input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cusor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input[type="checkbox"] + label:before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  background: white;
  border: 1px solid black;
  border-radius: 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.custom-checkbox input[type="checkbox"] + label:active:before,
.custom-checkbox input[type="checkbox"]:checked + label:active:before {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
  content: '\2713';
  color: #314ca2;
  text-shadow: 1px 1px white;
  background: white;
  border-color: black;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.custom-checkbox.lg input[type="checkbox"] + label:before {
  width: 23px;
  height: 23px;
}

#orderPage {
  /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*----------------------------------------------------------------------
  * Front - Responsive Website Template version v2.0
  * Copyright 2018 Htmlstream
  * Licensed under Bootstrap Themes (https://themes.getbootstrap.com/licenses/)
------------------------------------------------------------------------*/
  /*------------------------------------
  Default Styles
------------------------------------*/
  /*------------------------------------
  Highlight Color
------------------------------------*/
  /*------------------------------------
  Accessibility
------------------------------------*/
  /*------------------------------------
  Print styles
------------------------------------*/
  /*------------------------------------
  Skippy
------------------------------------*/
  /*------------------------------------
  List Group
------------------------------------*/
  /* Border Radius */
  /* Transparent */
  /* White */
  /* Flush */
  /* Borderless */
  /* Striped */
  /*------------------------------------
  Header Default
------------------------------------*/
  /* Navbar */
  /* Navbar Space */
  /* Navbar Brand */
  /* Navbar Collapse */
  /* Navbar Link */
  /* Nav Item */
  /* Nav Link */
  /* Sub Menu */
  /* Promo */
  /* Banner */
  /* Product Banner */
  /* Hide Content */
  /*------------------------------------
  Header Helpers
------------------------------------*/
  /*------------------------------------
  Nav Alignments
------------------------------------*/
  /*------------------------------------
  Header Default
------------------------------------*/
  /*------------------------------------
  Fullscreen
------------------------------------*/
  /*------------------------------------
  Header Fullscreen Style
------------------------------------*/
  /*------------------------------------
  Header Navbar Background Colors
------------------------------------*/
  /*------------------------------------
  Header Submenu Background Colors
------------------------------------*/
  /*------------------------------------
  Transparent Header
------------------------------------*/
  /*------------------------------------
  Header On Scroll
------------------------------------*/
  /*------------------------------------
  Header White Nav Links
------------------------------------*/
  /*------------------------------------
  Navbar Expand
------------------------------------*/
  /*------------------------------------
  Header Floating
------------------------------------*/
  /*------------------------------------
  Absolute Positions
------------------------------------*/
  /* Disable box-shadow on mobile device */
  /*------------------------------------
  Header Sidebar
------------------------------------*/
  /*------------------------------------
  Sticky Positions
------------------------------------*/
  /* Disable box-shadow on mobile device */
  /*------------------------------------
  Header Center Aligned
------------------------------------*/
  /*------------------------------------
  Header Collapse
------------------------------------*/
  /*------------------------------------
  Alert
------------------------------------*/
  /*------------------------------------
  Avatar
------------------------------------*/
  /*------------------------------------
  Avatar Bordered
------------------------------------*/
  /*------------------------------------
  Badges
------------------------------------*/
  /*------------------------------------
  Badge Sizes
------------------------------------*/
  /* Extra Small */
  /* Small */
  /* Medium */
  /* Bigger */
  /*------------------------------------
  Badge Styles
------------------------------------*/
  /* primary badge */
  /* secondary badge */
  /* success badge */
  /* info badge */
  /* warning badge */
  /* danger badge */
  /* light badge */
  /* dark badge */
  /* white badge */
  /* gold badge */
  /* medium badge */
  /* indigo badge */
  /*------------------------------------
  Badge Positions
------------------------------------*/
  /*------------------------------------
  Badge in Avatar Component
------------------------------------*/
  /* Default Size Avatar */
  /* Small Size Avatar */
  /* Large Size Avatar */
  /* Extra Large Size Avatar */
  /*------------------------------------
  Badge in Icon Component
------------------------------------*/
  /* Default Size Icon */
  /* Small Size Icon */
  /* Large Size Icon */
  /*------------------------------------
  Buttons Bootstrap Style
------------------------------------*/
  /* facebook */
  /* google */
  /* twitter */
  /* instagram */
  /* gray */
  /* kakao */
  /* github */
  /*------------------------------------
  Custom Buttons
------------------------------------*/
  /* primary button :hover, :focus, :active effects */
  /* secondary button :hover, :focus, :active effects */
  /* success button :hover, :focus, :active effects */
  /* info button :hover, :focus, :active effects */
  /* warning button :hover, :focus, :active effects */
  /* danger button :hover, :focus, :active effects */
  /* light button :hover, :focus, :active effects */
  /* dark button :hover, :focus, :active effects */
  /* white button :hover, :focus, :active effects */
  /* gold button :hover, :focus, :active effects */
  /* medium button :hover, :focus, :active effects */
  /* indigo button :hover, :focus, :active effects */
  /* facebook button :hover, :focus, :active effects */
  /* google button :hover, :focus, :active effects */
  /* twitter button :hover, :focus, :active effects */
  /* instagram button :hover, :focus, :active effects */
  /* gray button :hover, :focus, :active effects */
  /* kakao button :hover, :focus, :active effects */
  /* github button :hover, :focus, :active effects */
  /*------------------------------------
  Custom Button Toggle
------------------------------------*/
  /*------------------------------------
  Air Button Styles
------------------------------------*/
  /* primary air */
  /* secondary air */
  /* success air */
  /* info air */
  /* warning air */
  /* danger air */
  /* light air */
  /* dark air */
  /* white air */
  /* gold air */
  /* medium air */
  /* indigo air */
  /* facebook air */
  /* google air */
  /* twitter air */
  /* instagram air */
  /* gray air */
  /* kakao air */
  /* github air */
  /*------------------------------------
  Button Sizes
------------------------------------*/
  /* Wide */
  /* Extra Small */
  /* Icons */
  /*------------------------------------
  Text Buttons Styles
------------------------------------*/
  /* primary text button */
  /* secondary text button */
  /* success text button */
  /* info text button */
  /* warning text button */
  /* danger text button */
  /* light text button */
  /* dark text button */
  /* white text button */
  /* gold text button */
  /* medium text button */
  /* indigo text button */
  /*------------------------------------
  Buttons
------------------------------------*/
  /* Pill */
  /* Icon */
  /* Background Transparent */
  /* Toggle */
  /*------------------------------------
  Brand
------------------------------------*/
  /*------------------------------------
  Breadcrumb
------------------------------------*/
  /*------------------------------------
  Card
------------------------------------*/
  /* Background Color */
  /* Frame */
  /* Collapse */
  /* IE image rendering fix */
  /*------------------------------------
  Card Gutters
------------------------------------*/
  /*------------------------------------
  Card Group - Break
------------------------------------*/
  /*------------------------------------
  Sidebar Navigation
------------------------------------*/
  /* Disable content revealing on page load */
  /*------------------------------------
  Sidebar Account
------------------------------------*/
  /* Holder */
  /* Toggle */
  /* List */
  /* Footer Links */
  /*------------------------------------
  Sidebar Shopping Cart
------------------------------------*/
  /*------------------------------------
  Close
------------------------------------*/
  /*------------------------------------
  Dropdown
------------------------------------*/
  /* Disable content revealing on page load */
  /* Menu */
  /* Nav Link */
  /* Item */
  /* Toggle */
  /* Positions */
  /*------------------------------------
  Dropdown Card
------------------------------------*/
  /*------------------------------------
  Form
------------------------------------*/
  /* Form Borderless */
  /*------------------------------------
  Form Pill
------------------------------------*/
  /*------------------------------------
  Form Sizes
------------------------------------*/
  /* Default Size */
  /* Extra Small Size */
  /* Small Size */
  /* Large Size */
  /*------------------------------------
  Focus States
------------------------------------*/
  /*------------------------------------
  Success State
------------------------------------*/
  /*------------------------------------
  Error State
------------------------------------*/
  /*------------------------------------
  Bookmark Checkbox
------------------------------------*/
  /*------------------------------------
  Checkbox Bordered
------------------------------------*/
  /*------------------------------------
  Checkbox Switch
------------------------------------*/
  /*------------------------------------
  File Attachment Button
------------------------------------*/
  /*------------------------------------
  File Attachment Input
------------------------------------*/
  /*------------------------------------
  File Attachment Link
------------------------------------*/
  /*------------------------------------
  Go To
------------------------------------*/
  /*------------------------------------
  Hamburgers
------------------------------------*/
  /*------------------------------------
  Hero v1
------------------------------------*/
  /*------------------------------------
  Indicator Dots
------------------------------------*/
  /*------------------------------------
  Indicator - Vertical Dashed
------------------------------------*/
  /*------------------------------------
  Indicator Steps
------------------------------------*/
  /*------------------------------------
  Mockup Browser v1
------------------------------------*/
  /*------------------------------------
  Mockup Devices v1
------------------------------------*/
  /*------------------------------------
  Devices v2
------------------------------------*/
  /*------------------------------------
  Devices v3
------------------------------------*/
  /*------------------------------------
  Mockup Devices v4
------------------------------------*/
  /*------------------------------------
  Modal Window
------------------------------------*/
  /*------------------------------------
  Pagination
------------------------------------*/
  /*------------------------------------
  Navs
------------------------------------*/
  /* Nav Steps */
  /*------------------------------------
  Blog Thumb Minimal
------------------------------------*/
  /*------------------------------------
  Vertical Progress Bar
------------------------------------*/
  /*------------------------------------
  Paging Modern
------------------------------------*/
  /*------------------------------------
  Quantity
------------------------------------*/
  /*------------------------------------
  Search Form - Push Top
------------------------------------*/
  /* Banner */
  /*------------------------------------
  Slick
------------------------------------*/
  /*------------------------------------
  Slick Equal Height
------------------------------------*/
  /*------------------------------------
  Slick Gutters
------------------------------------*/
  /* Gutters X */
  /*------------------------------------
  Slick Zoom
------------------------------------*/
  /*------------------------------------
  Slick Arrows
------------------------------------*/
  /* Offset */
  /* Vertical Center Alignment */
  /*------------------------------------
  Slick Arrows Classic
------------------------------------*/
  /*------------------------------------
  Slick Paging
------------------------------------*/
  /*------------------------------------
  Slick Pagination
------------------------------------*/
  /* White Version */
  /* Block */
  /* Vertical Center Alignment */
  /*------------------------------------
  Slick Pagination Modern
------------------------------------*/
  /*------------------------------------
  Slick Pagination Interactive
------------------------------------*/
  /*------------------------------------
  Stats Progress
------------------------------------*/
  /*------------------------------------
  SVG
------------------------------------*/
  /*------------------------------------
  SVG IE10+ specific styles go here
------------------------------------*/
  /*------------------------------------
  Tables
------------------------------------*/
  /*------------------------------------
  Sticky Blocks
------------------------------------*/
  /*------------------------------------
  Background Gradients
------------------------------------*/
  /*------------------------------------
  Background Overlay Gradients
------------------------------------*/
  /*------------------------------------
  Links
------------------------------------*/
  /* Collapse */
  /* Link Light */
  /* Link Muted */
  /* Link White */
  /*------------------------------------
  Fill Colors
------------------------------------*/
  /*------------------------------------
  Stop Colors
------------------------------------*/
  /*------------------------------------
  Stroke Colors
------------------------------------*/
  /*------------------------------------
  Background Image Style
------------------------------------*/
  /*------------------------------------
  Borders
------------------------------------*/
  /*------------------------------------
  Position Spaces
------------------------------------*/
  /*------------------------------------
  Content Centered
------------------------------------*/
  /*------------------------------------
  Margin Spacing
------------------------------------*/
  /* Gutters X */
  /*------------------------------------
  Opacity
------------------------------------*/
  /*------------------------------------
  Overflow
------------------------------------*/
  /*------------------------------------
  Box Shadow
------------------------------------*/
  /*------------------------------------
  Width
------------------------------------*/
  /*------------------------------------
  Height
------------------------------------*/
  /*------------------------------------
  Typography Font Size
------------------------------------*/
  /*------------------------------------
  Font Weight
------------------------------------*/
  /*------------------------------------
  Line Height
------------------------------------*/
  /*------------------------------------
  Text Colors
------------------------------------*/
  /*------------------------------------
  Transitions
------------------------------------*/
  /* 3D Hover */
  /*------------------------------------
  Z-Index
------------------------------------*/
  /*------------------------------------
  Animate.css
------------------------------------*/
  /*------------------------------------
  Area Chart
------------------------------------*/
  /*------------------------------------
  Cubeportfolio
------------------------------------*/
  /*------------------------------------
  Hover Animation Effects
------------------------------------*/
  /*------------------------------------
  Custombox
------------------------------------*/
  /*------------------------------------
  Datatable
------------------------------------*/
  /*--------------------------------------------------
  Fancybox
----------------------------------------------------*/
  /*------------------------------------
  Fileuploader
------------------------------------*/
  /* Default Style */
  /* Front Style */
  /* Dragging State */
  /*------------------------------------
  Select
------------------------------------*/
  /*------------------------------------
  Slick
------------------------------------*/
  /*------------------------------------
  Tagsinput
------------------------------------*/
}

#orderPage :root {
  --blue: #377dff;
  --indigo: #2d1582;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #de4437;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #00c9a7;
  --cyan: #00dffc;
  --white: #fff;
  --gray: #A7A7A7;
  --gray-dark: #343a40;
  --primary: #ad846f;
  --secondary: #77838f;
  --success: #00c9a7;
  --info: #00dffc;
  --warning: #ffc107;
  --danger: #de4437;
  --light: #f8f9fa;
  --dark: #1e2022;
  --white: #fff;
  --gold: #cdb1a5;
  --medium: #898c8e;
  --indigo: #2d1582;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1025px;
  --font-family-sans-serif: "Noto Sans KR", "\C560\D50C   SD \C0B0\B3CC\ACE0\B515   Neo", "Apple SD Gothic Neo", "\B9D1\C740   \ACE0\B515", "Malgun Gothic", "\B3CB\C6C0", dotum, AppleGothic, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#orderPage *,
#orderPage *::before,
#orderPage *::after {
  box-sizing: border-box;
}

#orderPage html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#orderPage article, #orderPage aside, #orderPage figcaption, #orderPage figure, #orderPage footer, #orderPage header, #orderPage hgroup, #orderPage main, #orderPage nav, #orderPage section {
  display: block;
}

#orderPage body {
  margin: 0;
  font-family: "Noto Sans KR", "\C560\D50C   SD \C0B0\B3CC\ACE0\B515   Neo", "Apple SD Gothic Neo", "\B9D1\C740   \ACE0\B515", "Malgun Gothic", "\B3CB\C6C0", dotum, AppleGothic, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  text-align: left;
  background-color: #fff;
}

#orderPage [tabindex="-1"]:focus {
  outline: 0 !important;
}

#orderPage hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

#orderPage h1, #orderPage h2, #orderPage h3, #orderPage h4, #orderPage h5, #orderPage h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#orderPage p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#orderPage abbr[title],
#orderPage abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

#orderPage address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

#orderPage ol,
#orderPage ul,
#orderPage dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

#orderPage ol ol,
#orderPage ul ul,
#orderPage ol ul,
#orderPage ul ol {
  margin-bottom: 0;
}

#orderPage dt {
  font-weight: 600;
}

#orderPage dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

#orderPage blockquote {
  margin: 0 0 1rem;
}

#orderPage b,
#orderPage strong {
  font-weight: bolder;
}

#orderPage small {
  font-size: 80%;
}

#orderPage sub,
#orderPage sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

#orderPage sub {
  bottom: -.25em;
}

#orderPage sup {
  top: -.5em;
}

#orderPage a {
  color: #ad846f;
  text-decoration: none;
  background-color: transparent;
}

#orderPage a:hover {
  color: #845f4b;
  text-decoration: none;
}

#orderPage a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

#orderPage a:not([href]):not([tabindex]):hover, #orderPage a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

#orderPage a:not([href]):not([tabindex]):focus {
  outline: 0;
}

#orderPage pre,
#orderPage code,
#orderPage kbd,
#orderPage samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

#orderPage pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

#orderPage figure {
  margin: 0 0 1rem;
}

#orderPage img {
  vertical-align: middle;
  border-style: none;
}

#orderPage svg {
  overflow: hidden;
  vertical-align: middle;
}

#orderPage table {
  border-collapse: collapse;
}

#orderPage caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #A7A7A7;
  text-align: left;
  caption-side: bottom;
}

#orderPage th {
  text-align: inherit;
}

#orderPage label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

#orderPage button {
  border-radius: 0;
}

#orderPage button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

#orderPage input,
#orderPage button,
#orderPage select,
#orderPage optgroup,
#orderPage textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#orderPage button,
#orderPage input {
  overflow: visible;
}

#orderPage button,
#orderPage select {
  text-transform: none;
}

#orderPage select {
  word-wrap: normal;
}

#orderPage button,
#orderPage [type="button"],
#orderPage [type="reset"],
#orderPage [type="submit"] {
  -webkit-appearance: button;
}

#orderPage button:not(:disabled),
#orderPage [type="button"]:not(:disabled),
#orderPage [type="reset"]:not(:disabled),
#orderPage [type="submit"]:not(:disabled) {
  cursor: pointer;
}

#orderPage button::-moz-focus-inner,
#orderPage [type="button"]::-moz-focus-inner,
#orderPage [type="reset"]::-moz-focus-inner,
#orderPage [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

#orderPage input[type="radio"],
#orderPage input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

#orderPage input[type="date"],
#orderPage input[type="time"],
#orderPage input[type="datetime-local"],
#orderPage input[type="month"] {
  -webkit-appearance: listbox;
}

#orderPage textarea {
  overflow: auto;
  resize: vertical;
}

#orderPage fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

#orderPage legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

#orderPage progress {
  vertical-align: baseline;
}

#orderPage [type="number"]::-webkit-inner-spin-button,
#orderPage [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#orderPage [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

#orderPage [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#orderPage ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

#orderPage output {
  display: inline-block;
}

#orderPage summary {
  display: list-item;
  cursor: pointer;
}

#orderPage template {
  display: none;
}

#orderPage [hidden] {
  display: none !important;
}

#orderPage h1, #orderPage h2, #orderPage h3, #orderPage h4, #orderPage h5, #orderPage h6,
#orderPage .h1, #orderPage .h2, #orderPage .h3, #orderPage .h4, #orderPage .h5, #orderPage .h6 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.5;
}

#orderPage h1, #orderPage .h1 {
  font-size: 2.25rem;
}

#orderPage h2, #orderPage .h2 {
  font-size: 1.8rem;
}

#orderPage h3, #orderPage .h3 {
  font-size: 1.575rem;
}

#orderPage h4, #orderPage .h4 {
  font-size: 1.35rem;
}

#orderPage h5, #orderPage .h5 {
  font-size: 1.125rem;
}

#orderPage h6, #orderPage .h6 {
  font-size: 0.9rem;
}

#orderPage .lead {
  font-size: 1.125rem;
  font-weight: 300;
}

#orderPage .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

#orderPage .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

#orderPage .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

#orderPage .display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

#orderPage hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e7eaf3;
}

#orderPage small,
#orderPage .small {
  font-size: 80%;
  font-weight: 400;
}

#orderPage mark,
#orderPage .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

#orderPage .list-unstyled {
  padding-left: 0;
  list-style: none;
}

#orderPage .list-inline {
  padding-left: 0;
  list-style: none;
}

#orderPage .list-inline-item {
  display: inline-block;
}

#orderPage .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

#orderPage .initialism {
  font-size: 90%;
  text-transform: uppercase;
}

#orderPage .blockquote {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

#orderPage .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #A7A7A7;
}

#orderPage .blockquote-footer::before {
  content: "\2014\A0";
}

#orderPage .img-fluid {
  max-width: 100%;
  height: auto;
}

#orderPage .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e7eaf3;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

#orderPage .figure {
  display: inline-block;
}

#orderPage .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

#orderPage .figure-caption {
  font-size: 90%;
  color: #A7A7A7;
}

#orderPage code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > #orderPage code {
  color: inherit;
}

#orderPage kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1e2022;
  border-radius: 0.125rem;
}

#orderPage kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

#orderPage pre {
  display: block;
  font-size: 87.5%;
  color: #1e2022;
}

#orderPage pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

#orderPage .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

#orderPage .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  #orderPage .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #orderPage .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  #orderPage .container {
    max-width: 750px;
  }
}

@media (min-width: 1025px) {
  #orderPage .container {
    max-width: 1025px;
  }
}

#orderPage .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#orderPage .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#orderPage .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

#orderPage .no-gutters > .col,
#orderPage .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

#orderPage .col-1, #orderPage .col-2, #orderPage .col-3, #orderPage .col-4, #orderPage .col-5, #orderPage .col-6, #orderPage .col-7, #orderPage .col-8, #orderPage .col-9, #orderPage .col-10, #orderPage .col-11, #orderPage .col-12, #orderPage .col,
#orderPage .col-auto, #orderPage .col-sm-1, #orderPage .col-sm-2, #orderPage .col-sm-3, #orderPage .col-sm-4, #orderPage .col-sm-5, #orderPage .col-sm-6, #orderPage .col-sm-7, #orderPage .col-sm-8, #orderPage .col-sm-9, #orderPage .col-sm-10, #orderPage .col-sm-11, #orderPage .col-sm-12, #orderPage .col-sm,
#orderPage .col-sm-auto, #orderPage .col-md-1, #orderPage .col-md-2, #orderPage .col-md-3, #orderPage .col-md-4, #orderPage .col-md-5, #orderPage .col-md-6, #orderPage .col-md-7, #orderPage .col-md-8, #orderPage .col-md-9, #orderPage .col-md-10, #orderPage .col-md-11, #orderPage .col-md-12, #orderPage .col-md,
#orderPage .col-md-auto, #orderPage .col-lg-1, #orderPage .col-lg-2, #orderPage .col-lg-3, #orderPage .col-lg-4, #orderPage .col-lg-5, #orderPage .col-lg-6, #orderPage .col-lg-7, #orderPage .col-lg-8, #orderPage .col-lg-9, #orderPage .col-lg-10, #orderPage .col-lg-11, #orderPage .col-lg-12, #orderPage .col-lg,
#orderPage .col-lg-auto, #orderPage .col-xl-1, #orderPage .col-xl-2, #orderPage .col-xl-3, #orderPage .col-xl-4, #orderPage .col-xl-5, #orderPage .col-xl-6, #orderPage .col-xl-7, #orderPage .col-xl-8, #orderPage .col-xl-9, #orderPage .col-xl-10, #orderPage .col-xl-11, #orderPage .col-xl-12, #orderPage .col-xl,
#orderPage .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#orderPage .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

#orderPage .col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

#orderPage .col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

#orderPage .col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

#orderPage .col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

#orderPage .col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

#orderPage .col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

#orderPage .col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

#orderPage .col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

#orderPage .col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

#orderPage .col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

#orderPage .col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

#orderPage .col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

#orderPage .col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

#orderPage .order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

#orderPage .order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}

#orderPage .order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

#orderPage .order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

#orderPage .order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

#orderPage .order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

#orderPage .order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

#orderPage .order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

#orderPage .order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

#orderPage .order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

#orderPage .order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

#orderPage .order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

#orderPage .order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

#orderPage .order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

#orderPage .order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

#orderPage .offset-1 {
  margin-left: 8.33333333%;
}

#orderPage .offset-2 {
  margin-left: 16.66666667%;
}

#orderPage .offset-3 {
  margin-left: 25%;
}

#orderPage .offset-4 {
  margin-left: 33.33333333%;
}

#orderPage .offset-5 {
  margin-left: 41.66666667%;
}

#orderPage .offset-6 {
  margin-left: 50%;
}

#orderPage .offset-7 {
  margin-left: 58.33333333%;
}

#orderPage .offset-8 {
  margin-left: 66.66666667%;
}

#orderPage .offset-9 {
  margin-left: 75%;
}

#orderPage .offset-10 {
  margin-left: 83.33333333%;
}

#orderPage .offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 480px) {
  #orderPage .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  #orderPage .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #orderPage .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  #orderPage .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  #orderPage .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  #orderPage .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  #orderPage .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  #orderPage .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  #orderPage .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  #orderPage .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  #orderPage .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  #orderPage .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  #orderPage .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  #orderPage .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  #orderPage .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  #orderPage .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  #orderPage .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  #orderPage .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  #orderPage .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  #orderPage .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  #orderPage .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  #orderPage .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  #orderPage .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  #orderPage .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  #orderPage .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  #orderPage .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  #orderPage .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  #orderPage .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  #orderPage .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  #orderPage .offset-sm-0 {
    margin-left: 0;
  }

  #orderPage .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  #orderPage .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  #orderPage .offset-sm-3 {
    margin-left: 25%;
  }

  #orderPage .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  #orderPage .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  #orderPage .offset-sm-6 {
    margin-left: 50%;
  }

  #orderPage .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  #orderPage .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  #orderPage .offset-sm-9 {
    margin-left: 75%;
  }

  #orderPage .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  #orderPage .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  #orderPage .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  #orderPage .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #orderPage .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  #orderPage .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  #orderPage .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  #orderPage .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  #orderPage .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  #orderPage .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  #orderPage .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  #orderPage .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  #orderPage .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  #orderPage .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  #orderPage .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  #orderPage .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  #orderPage .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  #orderPage .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  #orderPage .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  #orderPage .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  #orderPage .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  #orderPage .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  #orderPage .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  #orderPage .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  #orderPage .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  #orderPage .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  #orderPage .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  #orderPage .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  #orderPage .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  #orderPage .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  #orderPage .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  #orderPage .offset-md-0 {
    margin-left: 0;
  }

  #orderPage .offset-md-1 {
    margin-left: 8.33333333%;
  }

  #orderPage .offset-md-2 {
    margin-left: 16.66666667%;
  }

  #orderPage .offset-md-3 {
    margin-left: 25%;
  }

  #orderPage .offset-md-4 {
    margin-left: 33.33333333%;
  }

  #orderPage .offset-md-5 {
    margin-left: 41.66666667%;
  }

  #orderPage .offset-md-6 {
    margin-left: 50%;
  }

  #orderPage .offset-md-7 {
    margin-left: 58.33333333%;
  }

  #orderPage .offset-md-8 {
    margin-left: 66.66666667%;
  }

  #orderPage .offset-md-9 {
    margin-left: 75%;
  }

  #orderPage .offset-md-10 {
    margin-left: 83.33333333%;
  }

  #orderPage .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1024px) {
  #orderPage .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  #orderPage .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #orderPage .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  #orderPage .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  #orderPage .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  #orderPage .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  #orderPage .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  #orderPage .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  #orderPage .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  #orderPage .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  #orderPage .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  #orderPage .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  #orderPage .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  #orderPage .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  #orderPage .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  #orderPage .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  #orderPage .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  #orderPage .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  #orderPage .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  #orderPage .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  #orderPage .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  #orderPage .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  #orderPage .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  #orderPage .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  #orderPage .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  #orderPage .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  #orderPage .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  #orderPage .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  #orderPage .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  #orderPage .offset-lg-0 {
    margin-left: 0;
  }

  #orderPage .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  #orderPage .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  #orderPage .offset-lg-3 {
    margin-left: 25%;
  }

  #orderPage .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  #orderPage .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  #orderPage .offset-lg-6 {
    margin-left: 50%;
  }

  #orderPage .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  #orderPage .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  #orderPage .offset-lg-9 {
    margin-left: 75%;
  }

  #orderPage .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  #orderPage .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1025px) {
  #orderPage .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  #orderPage .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #orderPage .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  #orderPage .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  #orderPage .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  #orderPage .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  #orderPage .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  #orderPage .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  #orderPage .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  #orderPage .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  #orderPage .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  #orderPage .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  #orderPage .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  #orderPage .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  #orderPage .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  #orderPage .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  #orderPage .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  #orderPage .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  #orderPage .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  #orderPage .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  #orderPage .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  #orderPage .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  #orderPage .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  #orderPage .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  #orderPage .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  #orderPage .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  #orderPage .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  #orderPage .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  #orderPage .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  #orderPage .offset-xl-0 {
    margin-left: 0;
  }

  #orderPage .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  #orderPage .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  #orderPage .offset-xl-3 {
    margin-left: 25%;
  }

  #orderPage .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  #orderPage .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  #orderPage .offset-xl-6 {
    margin-left: 50%;
  }

  #orderPage .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  #orderPage .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  #orderPage .offset-xl-9 {
    margin-left: 75%;
  }

  #orderPage .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  #orderPage .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

#orderPage .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1e2022;
}

#orderPage .table th,
#orderPage .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e7eaf3;
}

#orderPage .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e7eaf3;
}

#orderPage .table tbody + tbody {
  border-top: 2px solid #e7eaf3;
}

#orderPage .table-sm th,
#orderPage .table-sm td {
  padding: 0.3rem;
}

#orderPage .table-bordered {
  border: 1px solid #e7eaf3;
}

#orderPage .table-bordered th,
#orderPage .table-bordered td {
  border: 1px solid #e7eaf3;
}

#orderPage .table-bordered thead th,
#orderPage .table-bordered thead td {
  border-bottom-width: 2px;
}

#orderPage .table-borderless th,
#orderPage .table-borderless td,
#orderPage .table-borderless thead th,
#orderPage .table-borderless tbody + tbody {
  border: 0;
}

#orderPage .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8fafd;
}

#orderPage .table-hover tbody tr:hover {
  color: #1e2022;
  background-color: rgba(231, 234, 243, 0.4);
}

#orderPage .table-primary,
#orderPage .table-primary > th,
#orderPage .table-primary > td {
  background-color: #e8ddd7;
}

#orderPage .table-primary th,
#orderPage .table-primary td,
#orderPage .table-primary thead th,
#orderPage .table-primary tbody + tbody {
  border-color: #d4bfb4;
}

#orderPage .table-hover .table-primary:hover {
  background-color: #dfcfc7;
}

#orderPage .table-hover .table-primary:hover > td,
#orderPage .table-hover .table-primary:hover > th {
  background-color: #dfcfc7;
}

#orderPage .table-secondary,
#orderPage .table-secondary > th,
#orderPage .table-secondary > td {
  background-color: #d9dce0;
}

#orderPage .table-secondary th,
#orderPage .table-secondary td,
#orderPage .table-secondary thead th,
#orderPage .table-secondary tbody + tbody {
  border-color: #b8bfc5;
}

#orderPage .table-hover .table-secondary:hover {
  background-color: #cbcfd5;
}

#orderPage .table-hover .table-secondary:hover > td,
#orderPage .table-hover .table-secondary:hover > th {
  background-color: #cbcfd5;
}

#orderPage .table-success,
#orderPage .table-success > th,
#orderPage .table-success > td {
  background-color: #b8f0e6;
}

#orderPage .table-success th,
#orderPage .table-success td,
#orderPage .table-success thead th,
#orderPage .table-success tbody + tbody {
  border-color: #7ae3d1;
}

#orderPage .table-hover .table-success:hover {
  background-color: #a3ecdf;
}

#orderPage .table-hover .table-success:hover > td,
#orderPage .table-hover .table-success:hover > th {
  background-color: #a3ecdf;
}

#orderPage .table-info,
#orderPage .table-info > th,
#orderPage .table-info > td {
  background-color: #b8f6fe;
}

#orderPage .table-info th,
#orderPage .table-info td,
#orderPage .table-info thead th,
#orderPage .table-info tbody + tbody {
  border-color: #7aeefd;
}

#orderPage .table-hover .table-info:hover {
  background-color: #9ff3fe;
}

#orderPage .table-hover .table-info:hover > td,
#orderPage .table-hover .table-info:hover > th {
  background-color: #9ff3fe;
}

#orderPage .table-warning,
#orderPage .table-warning > th,
#orderPage .table-warning > td {
  background-color: #ffeeba;
}

#orderPage .table-warning th,
#orderPage .table-warning td,
#orderPage .table-warning thead th,
#orderPage .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

#orderPage .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

#orderPage .table-hover .table-warning:hover > td,
#orderPage .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

#orderPage .table-danger,
#orderPage .table-danger > th,
#orderPage .table-danger > td {
  background-color: #f6cbc7;
}

#orderPage .table-danger th,
#orderPage .table-danger td,
#orderPage .table-danger thead th,
#orderPage .table-danger tbody + tbody {
  border-color: #ee9e97;
}

#orderPage .table-hover .table-danger:hover {
  background-color: #f2b7b1;
}

#orderPage .table-hover .table-danger:hover > td,
#orderPage .table-hover .table-danger:hover > th {
  background-color: #f2b7b1;
}

#orderPage .table-light,
#orderPage .table-light > th,
#orderPage .table-light > td {
  background-color: #fdfdfe;
}

#orderPage .table-light th,
#orderPage .table-light td,
#orderPage .table-light thead th,
#orderPage .table-light tbody + tbody {
  border-color: #fbfcfc;
}

#orderPage .table-hover .table-light:hover {
  background-color: #ececf6;
}

#orderPage .table-hover .table-light:hover > td,
#orderPage .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

#orderPage .table-dark,
#orderPage .table-dark > th,
#orderPage .table-dark > td {
  background-color: #c0c1c1;
}

#orderPage .table-dark th,
#orderPage .table-dark td,
#orderPage .table-dark thead th,
#orderPage .table-dark tbody + tbody {
  border-color: #8a8b8c;
}

#orderPage .table-hover .table-dark:hover {
  background-color: #b3b4b4;
}

#orderPage .table-hover .table-dark:hover > td,
#orderPage .table-hover .table-dark:hover > th {
  background-color: #b3b4b4;
}

#orderPage .table-white,
#orderPage .table-white > th,
#orderPage .table-white > td {
  background-color: white;
}

#orderPage .table-white th,
#orderPage .table-white td,
#orderPage .table-white thead th,
#orderPage .table-white tbody + tbody {
  border-color: white;
}

#orderPage .table-hover .table-white:hover {
  background-color: #f2f2f2;
}

#orderPage .table-hover .table-white:hover > td,
#orderPage .table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

#orderPage .table-gold,
#orderPage .table-gold > th,
#orderPage .table-gold > td {
  background-color: #f1e9e6;
}

#orderPage .table-gold th,
#orderPage .table-gold td,
#orderPage .table-gold thead th,
#orderPage .table-gold tbody + tbody {
  border-color: #e5d6d0;
}

#orderPage .table-hover .table-gold:hover {
  background-color: #e8dbd6;
}

#orderPage .table-hover .table-gold:hover > td,
#orderPage .table-hover .table-gold:hover > th {
  background-color: #e8dbd6;
}

#orderPage .table-medium,
#orderPage .table-medium > th,
#orderPage .table-medium > td {
  background-color: #dedfdf;
}

#orderPage .table-medium th,
#orderPage .table-medium td,
#orderPage .table-medium thead th,
#orderPage .table-medium tbody + tbody {
  border-color: #c2c3c4;
}

#orderPage .table-hover .table-medium:hover {
  background-color: #d1d2d2;
}

#orderPage .table-hover .table-medium:hover > td,
#orderPage .table-hover .table-medium:hover > th {
  background-color: #d1d2d2;
}

#orderPage .table-indigo,
#orderPage .table-indigo > th,
#orderPage .table-indigo > td {
  background-color: #c4bddc;
}

#orderPage .table-indigo th,
#orderPage .table-indigo td,
#orderPage .table-indigo thead th,
#orderPage .table-indigo tbody + tbody {
  border-color: #9285be;
}

#orderPage .table-hover .table-indigo:hover {
  background-color: #b5acd3;
}

#orderPage .table-hover .table-indigo:hover > td,
#orderPage .table-hover .table-indigo:hover > th {
  background-color: #b5acd3;
}

#orderPage .table-active,
#orderPage .table-active > th,
#orderPage .table-active > td {
  background-color: rgba(231, 234, 243, 0.4);
}

#orderPage .table-hover .table-active:hover {
  background-color: rgba(214, 219, 235, 0.4);
}

#orderPage .table-hover .table-active:hover > td,
#orderPage .table-hover .table-active:hover > th {
  background-color: rgba(214, 219, 235, 0.4);
}

#orderPage .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

#orderPage .table .thead-light th {
  color: #575757;
  background-color: #f8fafd;
  border-color: #e7eaf3;
}

#orderPage .table-dark {
  color: #fff;
  background-color: #343a40;
}

#orderPage .table-dark th,
#orderPage .table-dark td,
#orderPage .table-dark thead th {
  border-color: #454d55;
}

#orderPage .table-dark.table-bordered {
  border: 0;
}

#orderPage .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

#orderPage .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 479.98px) {
  #orderPage .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #orderPage .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  #orderPage .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #orderPage .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1023.98px) {
  #orderPage .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #orderPage .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1024.98px) {
  #orderPage .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #orderPage .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

#orderPage .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#orderPage .table-responsive > .table-bordered {
  border: 0;
}

#orderPage .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d5dae2;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

#orderPage .form-control:focus {
  color: #1e2022;
  background-color: #fff;
  border-color: #d5dae2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 132, 111, 0.25);
}

#orderPage .form-control::-webkit-input-placeholder {
  color: #A7A7A7;
  opacity: 1;
}

#orderPage .form-control::-moz-placeholder {
  color: #A7A7A7;
  opacity: 1;
}

#orderPage .form-control:-ms-input-placeholder {
  color: #A7A7A7;
  opacity: 1;
}

#orderPage .form-control::-ms-input-placeholder {
  color: #A7A7A7;
  opacity: 1;
}

#orderPage .form-control::placeholder {
  color: #A7A7A7;
  opacity: 1;
}

#orderPage .form-control:disabled, #orderPage .form-control[readonly] {
  background-color: #f8fafd;
  opacity: 1;
}

#orderPage select.form-control:focus::-ms-value {
  color: #1e2022;
  background-color: #fff;
}

#orderPage .form-control-file,
#orderPage .form-control-range {
  display: block;
  width: 100%;
}

#orderPage .col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

#orderPage .col-form-label-lg {
  padding-top: calc(1.125rem + 1px);
  padding-bottom: calc(1.125rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

#orderPage .col-form-label-sm {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  font-size: 0.8rem;
  line-height: 1;
}

#orderPage .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1e2022;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

#orderPage .form-control-plaintext.form-control-sm, #orderPage .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

#orderPage .form-control-sm {
  height: calc(1em + 1.25rem + 2px);
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 0;
}

#orderPage .form-control-lg {
  height: calc(1.5em + 2.25rem + 2px);
  padding: 1.125rem 1.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 1rem;
}

#orderPage select.form-control[size], #orderPage select.form-control[multiple] {
  height: auto;
}

#orderPage textarea.form-control {
  height: auto;
}

#orderPage .form-group {
  margin-bottom: 1rem;
}

#orderPage .form-text {
  display: block;
  margin-top: 0.25rem;
}

#orderPage .form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

#orderPage .form-row > .col,
#orderPage .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

#orderPage .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

#orderPage .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

#orderPage .form-check-input:disabled ~ .form-check-label {
  color: #A7A7A7;
}

#orderPage .form-check-label {
  margin-bottom: 0;
}

#orderPage .form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

#orderPage .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

#orderPage .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00c9a7;
}

#orderPage .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #00c9a7;
  border-radius: 0.25rem;
}

.was-validated #orderPage .form-control:valid, #orderPage .form-control.is-valid {
  border-color: #00c9a7;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.375rem);
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated #orderPage .form-control:valid:focus, #orderPage .form-control.is-valid:focus {
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated #orderPage .form-control:valid ~ .valid-feedback,
.was-validated #orderPage .form-control:valid ~ .valid-tooltip, #orderPage .form-control.is-valid ~ .valid-feedback,
#orderPage .form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated #orderPage textarea.form-control:valid, #orderPage textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated #orderPage .custom-select:valid, #orderPage .custom-select.is-valid {
  border-color: #00c9a7;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated #orderPage .custom-select:valid:focus, #orderPage .custom-select.is-valid:focus {
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated #orderPage .custom-select:valid ~ .valid-feedback,
.was-validated #orderPage .custom-select:valid ~ .valid-tooltip, #orderPage .custom-select.is-valid ~ .valid-feedback,
#orderPage .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated #orderPage .form-control-file:valid ~ .valid-feedback,
.was-validated #orderPage .form-control-file:valid ~ .valid-tooltip, #orderPage .form-control-file.is-valid ~ .valid-feedback,
#orderPage .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated #orderPage .form-check-input:valid ~ .form-check-label, #orderPage .form-check-input.is-valid ~ .form-check-label {
  color: #00c9a7;
}

.was-validated #orderPage .form-check-input:valid ~ .valid-feedback,
.was-validated #orderPage .form-check-input:valid ~ .valid-tooltip, #orderPage .form-check-input.is-valid ~ .valid-feedback,
#orderPage .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated #orderPage .custom-control-input:valid ~ .custom-control-label, #orderPage .custom-control-input.is-valid ~ .custom-control-label {
  color: #00c9a7;
}

.was-validated #orderPage .custom-control-input:valid ~ .custom-control-label::before, #orderPage .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00c9a7;
}

.was-validated #orderPage .custom-control-input:valid ~ .valid-feedback,
.was-validated #orderPage .custom-control-input:valid ~ .valid-tooltip, #orderPage .custom-control-input.is-valid ~ .valid-feedback,
#orderPage .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated #orderPage .custom-control-input:valid:checked ~ .custom-control-label::before, #orderPage .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00fcd1;
  background-color: #00fcd1;
}

.was-validated #orderPage .custom-control-input:valid:focus ~ .custom-control-label::before, #orderPage .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated #orderPage .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, #orderPage .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00c9a7;
}

.was-validated #orderPage .custom-file-input:valid ~ .custom-file-label, #orderPage .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00c9a7;
}

.was-validated #orderPage .custom-file-input:valid ~ .valid-feedback,
.was-validated #orderPage .custom-file-input:valid ~ .valid-tooltip, #orderPage .custom-file-input.is-valid ~ .valid-feedback,
#orderPage .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated #orderPage .custom-file-input:valid:focus ~ .custom-file-label, #orderPage .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

#orderPage .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #de4437;
}

#orderPage .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #de4437;
  border-radius: 0.25rem;
}

.was-validated #orderPage .form-control:invalid, #orderPage .form-control.is-invalid {
  border-color: #de4437;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de4437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de4437' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.375rem);
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated #orderPage .form-control:invalid:focus, #orderPage .form-control.is-invalid:focus {
  border-color: #de4437;
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

.was-validated #orderPage .form-control:invalid ~ .invalid-feedback,
.was-validated #orderPage .form-control:invalid ~ .invalid-tooltip, #orderPage .form-control.is-invalid ~ .invalid-feedback,
#orderPage .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated #orderPage textarea.form-control:invalid, #orderPage textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated #orderPage .custom-select:invalid, #orderPage .custom-select.is-invalid {
  border-color: #de4437;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de4437' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de4437' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated #orderPage .custom-select:invalid:focus, #orderPage .custom-select.is-invalid:focus {
  border-color: #de4437;
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

.was-validated #orderPage .custom-select:invalid ~ .invalid-feedback,
.was-validated #orderPage .custom-select:invalid ~ .invalid-tooltip, #orderPage .custom-select.is-invalid ~ .invalid-feedback,
#orderPage .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated #orderPage .form-control-file:invalid ~ .invalid-feedback,
.was-validated #orderPage .form-control-file:invalid ~ .invalid-tooltip, #orderPage .form-control-file.is-invalid ~ .invalid-feedback,
#orderPage .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated #orderPage .form-check-input:invalid ~ .form-check-label, #orderPage .form-check-input.is-invalid ~ .form-check-label {
  color: #de4437;
}

.was-validated #orderPage .form-check-input:invalid ~ .invalid-feedback,
.was-validated #orderPage .form-check-input:invalid ~ .invalid-tooltip, #orderPage .form-check-input.is-invalid ~ .invalid-feedback,
#orderPage .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated #orderPage .custom-control-input:invalid ~ .custom-control-label, #orderPage .custom-control-input.is-invalid ~ .custom-control-label {
  color: #de4437;
}

.was-validated #orderPage .custom-control-input:invalid ~ .custom-control-label::before, #orderPage .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #de4437;
}

.was-validated #orderPage .custom-control-input:invalid ~ .invalid-feedback,
.was-validated #orderPage .custom-control-input:invalid ~ .invalid-tooltip, #orderPage .custom-control-input.is-invalid ~ .invalid-feedback,
#orderPage .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated #orderPage .custom-control-input:invalid:checked ~ .custom-control-label::before, #orderPage .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e56d63;
  background-color: #e56d63;
}

.was-validated #orderPage .custom-control-input:invalid:focus ~ .custom-control-label::before, #orderPage .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

.was-validated #orderPage .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, #orderPage .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #de4437;
}

.was-validated #orderPage .custom-file-input:invalid ~ .custom-file-label, #orderPage .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #de4437;
}

.was-validated #orderPage .custom-file-input:invalid ~ .invalid-feedback,
.was-validated #orderPage .custom-file-input:invalid ~ .invalid-tooltip, #orderPage .custom-file-input.is-invalid ~ .invalid-feedback,
#orderPage .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated #orderPage .custom-file-input:invalid:focus ~ .custom-file-label, #orderPage .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #de4437;
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.25);
}

#orderPage .form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}

#orderPage .form-inline .form-check {
  width: 100%;
}

@media (min-width: 480px) {
  #orderPage .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  #orderPage .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  #orderPage .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  #orderPage .form-inline .form-control-plaintext {
    display: inline-block;
  }

  #orderPage .form-inline .input-group,
  #orderPage .form-inline .custom-select {
    width: auto;
  }

  #orderPage .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  #orderPage .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  #orderPage .form-inline .custom-control {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

  #orderPage .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

#orderPage .btn {
  display: inline-block;
  font-weight: 500;
  color: #1e2022;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .btn {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .btn:hover {
  color: #1e2022;
  text-decoration: none;
}

#orderPage .btn:focus, #orderPage .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 132, 111, 0.25);
}

#orderPage .btn.disabled, #orderPage .btn:disabled {
  opacity: 0.65;
}

#orderPage a.btn.disabled,
#orderPage fieldset:disabled a.btn {
  pointer-events: none;
}

#orderPage .btn-primary {
  color: #fff;
  background-color: #ad846f;
  border-color: #ad846f;
}

#orderPage .btn-primary:hover {
  color: #fff;
  background-color: #9d7059;
  border-color: #946a55;
}

#orderPage .btn-primary:focus, #orderPage .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 150, 133, 0.5);
}

#orderPage .btn-primary.disabled, #orderPage .btn-primary:disabled {
  color: #fff;
  background-color: #ad846f;
  border-color: #ad846f;
}

#orderPage .btn-primary:not(:disabled):not(.disabled):active, #orderPage .btn-primary:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #946a55;
  border-color: #8c6450;
}

#orderPage .btn-primary:not(:disabled):not(.disabled):active:focus, #orderPage .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(185, 150, 133, 0.5);
}

#orderPage .btn-secondary {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}

#orderPage .btn-secondary:hover {
  color: #fff;
  background-color: #65707b;
  border-color: #5f6a74;
}

#orderPage .btn-secondary:focus, #orderPage .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 150, 160, 0.5);
}

#orderPage .btn-secondary.disabled, #orderPage .btn-secondary:disabled {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}

#orderPage .btn-secondary:not(:disabled):not(.disabled):active, #orderPage .btn-secondary:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5f6a74;
  border-color: #5a636d;
}

#orderPage .btn-secondary:not(:disabled):not(.disabled):active:focus, #orderPage .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(139, 150, 160, 0.5);
}

#orderPage .btn-success {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}

#orderPage .btn-success:hover {
  color: #fff;
  background-color: #00a387;
  border-color: #00967d;
}

#orderPage .btn-success:focus, #orderPage .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 209, 180, 0.5);
}

#orderPage .btn-success.disabled, #orderPage .btn-success:disabled {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}

#orderPage .btn-success:not(:disabled):not(.disabled):active, #orderPage .btn-success:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00967d;
  border-color: #008972;
}

#orderPage .btn-success:not(:disabled):not(.disabled):active:focus, #orderPage .btn-success:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 209, 180, 0.5);
}

#orderPage .btn-info {
  color: #1e2022;
  background-color: #00dffc;
  border-color: #00dffc;
}

#orderPage .btn-info:hover {
  color: #fff;
  background-color: #00bdd6;
  border-color: #00b2c9;
}

#orderPage .btn-info:focus, #orderPage .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 194, 219, 0.5);
}

#orderPage .btn-info.disabled, #orderPage .btn-info:disabled {
  color: #1e2022;
  background-color: #00dffc;
  border-color: #00dffc;
}

#orderPage .btn-info:not(:disabled):not(.disabled):active, #orderPage .btn-info:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00b2c9;
  border-color: #00a7bc;
}

#orderPage .btn-info:not(:disabled):not(.disabled):active:focus, #orderPage .btn-info:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 194, 219, 0.5);
}

#orderPage .btn-warning {
  color: #1e2022;
  background-color: #ffc107;
  border-color: #ffc107;
}

#orderPage .btn-warning:hover {
  color: #1e2022;
  background-color: #e0a800;
  border-color: #d39e00;
}

#orderPage .btn-warning:focus, #orderPage .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 169, 11, 0.5);
}

#orderPage .btn-warning.disabled, #orderPage .btn-warning:disabled {
  color: #1e2022;
  background-color: #ffc107;
  border-color: #ffc107;
}

#orderPage .btn-warning:not(:disabled):not(.disabled):active, #orderPage .btn-warning:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-warning.dropdown-toggle {
  color: #1e2022;
  background-color: #d39e00;
  border-color: #c69500;
}

#orderPage .btn-warning:not(:disabled):not(.disabled):active:focus, #orderPage .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 169, 11, 0.5);
}

#orderPage .btn-danger {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}

#orderPage .btn-danger:hover {
  color: #fff;
  background-color: #cd2f22;
  border-color: #c22d20;
}

#orderPage .btn-danger:focus, #orderPage .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 96, 85, 0.5);
}

#orderPage .btn-danger.disabled, #orderPage .btn-danger:disabled {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}

#orderPage .btn-danger:not(:disabled):not(.disabled):active, #orderPage .btn-danger:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c22d20;
  border-color: #b72a1e;
}

#orderPage .btn-danger:not(:disabled):not(.disabled):active:focus, #orderPage .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 96, 85, 0.5);
}

#orderPage .btn-light {
  color: #1e2022;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

#orderPage .btn-light:hover {
  color: #1e2022;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

#orderPage .btn-light:focus, #orderPage .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 216, 218, 0.5);
}

#orderPage .btn-light.disabled, #orderPage .btn-light:disabled {
  color: #1e2022;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

#orderPage .btn-light:not(:disabled):not(.disabled):active, #orderPage .btn-light:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-light.dropdown-toggle {
  color: #1e2022;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

#orderPage .btn-light:not(:disabled):not(.disabled):active:focus, #orderPage .btn-light:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 216, 218, 0.5);
}

#orderPage .btn-dark {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}

#orderPage .btn-dark:hover {
  color: #fff;
  background-color: #0c0d0e;
  border-color: #060707;
}

#orderPage .btn-dark:focus, #orderPage .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 65, 67, 0.5);
}

#orderPage .btn-dark.disabled, #orderPage .btn-dark:disabled {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}

#orderPage .btn-dark:not(:disabled):not(.disabled):active, #orderPage .btn-dark:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #060707;
  border-color: black;
}

#orderPage .btn-dark:not(:disabled):not(.disabled):active:focus, #orderPage .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 65, 67, 0.5);
}

#orderPage .btn-white {
  color: #1e2022;
  background-color: #fff;
  border-color: #fff;
}

#orderPage .btn-white:hover {
  color: #1e2022;
  background-color: #ececec;
  border-color: #e6e5e5;
}

#orderPage .btn-white:focus, #orderPage .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 222, 222, 0.5);
}

#orderPage .btn-white.disabled, #orderPage .btn-white:disabled {
  color: #1e2022;
  background-color: #fff;
  border-color: #fff;
}

#orderPage .btn-white:not(:disabled):not(.disabled):active, #orderPage .btn-white:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-white.dropdown-toggle {
  color: #1e2022;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

#orderPage .btn-white:not(:disabled):not(.disabled):active:focus, #orderPage .btn-white:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 222, 222, 0.5);
}

#orderPage .btn-gold {
  color: #1e2022;
  background-color: #cdb1a5;
  border-color: #cdb1a5;
}

#orderPage .btn-gold:hover {
  color: #1e2022;
  background-color: #bf9c8c;
  border-color: #bb9584;
}

#orderPage .btn-gold:focus, #orderPage .btn-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 155, 145, 0.5);
}

#orderPage .btn-gold.disabled, #orderPage .btn-gold:disabled {
  color: #1e2022;
  background-color: #cdb1a5;
  border-color: #cdb1a5;
}

#orderPage .btn-gold:not(:disabled):not(.disabled):active, #orderPage .btn-gold:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-gold.dropdown-toggle {
  color: #1e2022;
  background-color: #bb9584;
  border-color: #b68d7c;
}

#orderPage .btn-gold:not(:disabled):not(.disabled):active:focus, #orderPage .btn-gold:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 155, 145, 0.5);
}

#orderPage .btn-medium {
  color: #fff;
  background-color: #898c8e;
  border-color: #898c8e;
}

#orderPage .btn-medium:hover {
  color: #fff;
  background-color: #76797b;
  border-color: #707274;
}

#orderPage .btn-medium:focus, #orderPage .btn-medium.focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 157, 159, 0.5);
}

#orderPage .btn-medium.disabled, #orderPage .btn-medium:disabled {
  color: #fff;
  background-color: #898c8e;
  border-color: #898c8e;
}

#orderPage .btn-medium:not(:disabled):not(.disabled):active, #orderPage .btn-medium:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-medium.dropdown-toggle {
  color: #fff;
  background-color: #707274;
  border-color: #696c6e;
}

#orderPage .btn-medium:not(:disabled):not(.disabled):active:focus, #orderPage .btn-medium:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 157, 159, 0.5);
}

#orderPage .btn-indigo {
  color: #fff;
  background-color: #2d1582;
  border-color: #2d1582;
}

#orderPage .btn-indigo:hover {
  color: #fff;
  background-color: #221061;
  border-color: #1e0e56;
}

#orderPage .btn-indigo:focus, #orderPage .btn-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 56, 149, 0.5);
}

#orderPage .btn-indigo.disabled, #orderPage .btn-indigo:disabled {
  color: #fff;
  background-color: #2d1582;
  border-color: #2d1582;
}

#orderPage .btn-indigo:not(:disabled):not(.disabled):active, #orderPage .btn-indigo:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #1e0e56;
  border-color: #1a0c4b;
}

#orderPage .btn-indigo:not(:disabled):not(.disabled):active:focus, #orderPage .btn-indigo:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 56, 149, 0.5);
}

#orderPage .btn-outline-primary {
  color: #ad846f;
  border-color: #ad846f;
}

#orderPage .btn-outline-primary:hover {
  color: #fff;
  background-color: #ad846f;
  border-color: #ad846f;
}

#orderPage .btn-outline-primary:focus, #orderPage .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 132, 111, 0.5);
}

#orderPage .btn-outline-primary.disabled, #orderPage .btn-outline-primary:disabled {
  color: #ad846f;
  background-color: transparent;
}

#orderPage .btn-outline-primary:not(:disabled):not(.disabled):active, #orderPage .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ad846f;
  border-color: #ad846f;
}

#orderPage .btn-outline-primary:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 132, 111, 0.5);
}

#orderPage .btn-outline-secondary {
  color: #77838f;
  border-color: #77838f;
}

#orderPage .btn-outline-secondary:hover {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}

#orderPage .btn-outline-secondary:focus, #orderPage .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 131, 143, 0.5);
}

#orderPage .btn-outline-secondary.disabled, #orderPage .btn-outline-secondary:disabled {
  color: #77838f;
  background-color: transparent;
}

#orderPage .btn-outline-secondary:not(:disabled):not(.disabled):active, #orderPage .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
}

#orderPage .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 131, 143, 0.5);
}

#orderPage .btn-outline-success {
  color: #00c9a7;
  border-color: #00c9a7;
}

#orderPage .btn-outline-success:hover {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}

#orderPage .btn-outline-success:focus, #orderPage .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

#orderPage .btn-outline-success.disabled, #orderPage .btn-outline-success:disabled {
  color: #00c9a7;
  background-color: transparent;
}

#orderPage .btn-outline-success:not(:disabled):not(.disabled):active, #orderPage .btn-outline-success:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00c9a7;
  border-color: #00c9a7;
}

#orderPage .btn-outline-success:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

#orderPage .btn-outline-info {
  color: #00dffc;
  border-color: #00dffc;
}

#orderPage .btn-outline-info:hover {
  color: #1e2022;
  background-color: #00dffc;
  border-color: #00dffc;
}

#orderPage .btn-outline-info:focus, #orderPage .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 223, 252, 0.5);
}

#orderPage .btn-outline-info.disabled, #orderPage .btn-outline-info:disabled {
  color: #00dffc;
  background-color: transparent;
}

#orderPage .btn-outline-info:not(:disabled):not(.disabled):active, #orderPage .btn-outline-info:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-info.dropdown-toggle {
  color: #1e2022;
  background-color: #00dffc;
  border-color: #00dffc;
}

#orderPage .btn-outline-info:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 223, 252, 0.5);
}

#orderPage .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

#orderPage .btn-outline-warning:hover {
  color: #1e2022;
  background-color: #ffc107;
  border-color: #ffc107;
}

#orderPage .btn-outline-warning:focus, #orderPage .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

#orderPage .btn-outline-warning.disabled, #orderPage .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

#orderPage .btn-outline-warning:not(:disabled):not(.disabled):active, #orderPage .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-warning.dropdown-toggle {
  color: #1e2022;
  background-color: #ffc107;
  border-color: #ffc107;
}

#orderPage .btn-outline-warning:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

#orderPage .btn-outline-danger {
  color: #de4437;
  border-color: #de4437;
}

#orderPage .btn-outline-danger:hover {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}

#orderPage .btn-outline-danger:focus, #orderPage .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.5);
}

#orderPage .btn-outline-danger.disabled, #orderPage .btn-outline-danger:disabled {
  color: #de4437;
  background-color: transparent;
}

#orderPage .btn-outline-danger:not(:disabled):not(.disabled):active, #orderPage .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #de4437;
  border-color: #de4437;
}

#orderPage .btn-outline-danger:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.5);
}

#orderPage .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

#orderPage .btn-outline-light:hover {
  color: #1e2022;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

#orderPage .btn-outline-light:focus, #orderPage .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

#orderPage .btn-outline-light.disabled, #orderPage .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

#orderPage .btn-outline-light:not(:disabled):not(.disabled):active, #orderPage .btn-outline-light:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-light.dropdown-toggle {
  color: #1e2022;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

#orderPage .btn-outline-light:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

#orderPage .btn-outline-dark {
  color: #1e2022;
  border-color: #1e2022;
}

#orderPage .btn-outline-dark:hover {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}

#orderPage .btn-outline-dark:focus, #orderPage .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 32, 34, 0.5);
}

#orderPage .btn-outline-dark.disabled, #orderPage .btn-outline-dark:disabled {
  color: #1e2022;
  background-color: transparent;
}

#orderPage .btn-outline-dark:not(:disabled):not(.disabled):active, #orderPage .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #1e2022;
  border-color: #1e2022;
}

#orderPage .btn-outline-dark:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 32, 34, 0.5);
}

#orderPage .btn-outline-white {
  color: #fff;
  border-color: #fff;
}

#orderPage .btn-outline-white:hover {
  color: #1e2022;
  background-color: #fff;
  border-color: #fff;
}

#orderPage .btn-outline-white:focus, #orderPage .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

#orderPage .btn-outline-white.disabled, #orderPage .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

#orderPage .btn-outline-white:not(:disabled):not(.disabled):active, #orderPage .btn-outline-white:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-white.dropdown-toggle {
  color: #1e2022;
  background-color: #fff;
  border-color: #fff;
}

#orderPage .btn-outline-white:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

#orderPage .btn-outline-gold {
  color: #cdb1a5;
  border-color: #cdb1a5;
}

#orderPage .btn-outline-gold:hover {
  color: #1e2022;
  background-color: #cdb1a5;
  border-color: #cdb1a5;
}

#orderPage .btn-outline-gold:focus, #orderPage .btn-outline-gold.focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 177, 165, 0.5);
}

#orderPage .btn-outline-gold.disabled, #orderPage .btn-outline-gold:disabled {
  color: #cdb1a5;
  background-color: transparent;
}

#orderPage .btn-outline-gold:not(:disabled):not(.disabled):active, #orderPage .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-gold.dropdown-toggle {
  color: #1e2022;
  background-color: #cdb1a5;
  border-color: #cdb1a5;
}

#orderPage .btn-outline-gold:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 177, 165, 0.5);
}

#orderPage .btn-outline-medium {
  color: #898c8e;
  border-color: #898c8e;
}

#orderPage .btn-outline-medium:hover {
  color: #fff;
  background-color: #898c8e;
  border-color: #898c8e;
}

#orderPage .btn-outline-medium:focus, #orderPage .btn-outline-medium.focus {
  box-shadow: 0 0 0 0.2rem rgba(137, 140, 142, 0.5);
}

#orderPage .btn-outline-medium.disabled, #orderPage .btn-outline-medium:disabled {
  color: #898c8e;
  background-color: transparent;
}

#orderPage .btn-outline-medium:not(:disabled):not(.disabled):active, #orderPage .btn-outline-medium:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-medium.dropdown-toggle {
  color: #fff;
  background-color: #898c8e;
  border-color: #898c8e;
}

#orderPage .btn-outline-medium:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-medium:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(137, 140, 142, 0.5);
}

#orderPage .btn-outline-indigo {
  color: #2d1582;
  border-color: #2d1582;
}

#orderPage .btn-outline-indigo:hover {
  color: #fff;
  background-color: #2d1582;
  border-color: #2d1582;
}

#orderPage .btn-outline-indigo:focus, #orderPage .btn-outline-indigo.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 21, 130, 0.5);
}

#orderPage .btn-outline-indigo.disabled, #orderPage .btn-outline-indigo:disabled {
  color: #2d1582;
  background-color: transparent;
}

#orderPage .btn-outline-indigo:not(:disabled):not(.disabled):active, #orderPage .btn-outline-indigo:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #2d1582;
  border-color: #2d1582;
}

#orderPage .btn-outline-indigo:not(:disabled):not(.disabled):active:focus, #orderPage .btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-outline-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 21, 130, 0.5);
}

#orderPage .btn-link {
  font-weight: 400;
  color: #ad846f;
  text-decoration: none;
}

#orderPage .btn-link:hover {
  color: #845f4b;
  text-decoration: none;
}

#orderPage .btn-link:focus, #orderPage .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

#orderPage .btn-link:disabled, #orderPage .btn-link.disabled {
  color: #A7A7A7;
  pointer-events: none;
}

#orderPage .btn-lg, #orderPage .btn-group-lg > .btn {
  padding: 1.125rem 1.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 1rem;
}

#orderPage .btn-sm, #orderPage .btn-group-sm > .btn {
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 0;
}

#orderPage .btn-block {
  display: block;
  width: 100%;
}

#orderPage .btn-block + .btn-block {
  margin-top: 0.5rem;
}

#orderPage input[type="submit"].btn-block,
#orderPage input[type="reset"].btn-block,
#orderPage input[type="button"].btn-block {
  width: 100%;
}

#orderPage .fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .fade {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .fade:not(.show) {
  opacity: 0;
}

#orderPage .collapse:not(.show) {
  display: none;
}

#orderPage .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .dropup,
#orderPage .dropright,
#orderPage .dropdown,
#orderPage .dropleft {
  position: relative;
}

#orderPage .dropdown-toggle {
  white-space: nowrap;
}

#orderPage .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 8.4375rem;
  padding: 1rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #1e2022;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

#orderPage .dropdown-menu-left {
  right: auto;
  left: 0;
}

#orderPage .dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 480px) {
  #orderPage .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  #orderPage .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  #orderPage .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  #orderPage .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1024px) {
  #orderPage .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  #orderPage .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1025px) {
  #orderPage .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  #orderPage .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

#orderPage .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

#orderPage .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

#orderPage .dropright .dropdown-toggle::after {
  vertical-align: 0;
}

#orderPage .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

#orderPage .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

#orderPage .dropdown-menu[x-placement^="top"], #orderPage .dropdown-menu[x-placement^="right"], #orderPage .dropdown-menu[x-placement^="bottom"], #orderPage .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

#orderPage .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e7eaf3;
}

#orderPage .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #575757;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

#orderPage .dropdown-item:hover, #orderPage .dropdown-item:focus {
  color: #1e2022;
  text-decoration: none;
  background-color: transparent;
}

#orderPage .dropdown-item.active, #orderPage .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

#orderPage .dropdown-item.disabled, #orderPage .dropdown-item:disabled {
  color: #A7A7A7;
  pointer-events: none;
  background-color: transparent;
}

#orderPage .dropdown-menu.show {
  display: block;
}

#orderPage .dropdown-header {
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #A7A7A7;
  white-space: nowrap;
}

#orderPage .dropdown-item-text {
  display: block;
  padding: 0.375rem 1.5rem;
  color: #575757;
}

#orderPage .btn-group,
#orderPage .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

#orderPage .btn-group > .btn,
#orderPage .btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

#orderPage .btn-group > .btn:hover,
#orderPage .btn-group-vertical > .btn:hover {
  z-index: 1;
}

#orderPage .btn-group > .btn:focus, #orderPage .btn-group > .btn:active, #orderPage .btn-group > .btn.active,
#orderPage .btn-group-vertical > .btn:focus,
#orderPage .btn-group-vertical > .btn:active,
#orderPage .btn-group-vertical > .btn.active {
  z-index: 1;
}

#orderPage .btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

#orderPage .btn-toolbar .input-group {
  width: auto;
}

#orderPage .btn-group > .btn:not(:first-child),
#orderPage .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

#orderPage .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
#orderPage .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#orderPage .btn-group > .btn:not(:first-child),
#orderPage .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#orderPage .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

#orderPage .dropdown-toggle-split::after,
.dropup #orderPage .dropdown-toggle-split::after,
.dropright #orderPage .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft #orderPage .dropdown-toggle-split::before {
  margin-right: 0;
}

#orderPage .btn-sm + .dropdown-toggle-split, #orderPage .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

#orderPage .btn-lg + .dropdown-toggle-split, #orderPage .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem;
}

#orderPage .btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

#orderPage .btn-group-vertical > .btn,
#orderPage .btn-group-vertical > .btn-group {
  width: 100%;
}

#orderPage .btn-group-vertical > .btn:not(:first-child),
#orderPage .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

#orderPage .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
#orderPage .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#orderPage .btn-group-vertical > .btn:not(:first-child),
#orderPage .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#orderPage .btn-group-toggle > .btn,
#orderPage .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

#orderPage .btn-group-toggle > .btn input[type="radio"],
#orderPage .btn-group-toggle > .btn input[type="checkbox"],
#orderPage .btn-group-toggle > .btn-group > .btn input[type="radio"],
#orderPage .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

#orderPage .input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

#orderPage .input-group > .form-control,
#orderPage .input-group > .form-control-plaintext,
#orderPage .input-group > .custom-select,
#orderPage .input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

#orderPage .input-group > .form-control + .form-control,
#orderPage .input-group > .form-control + .custom-select,
#orderPage .input-group > .form-control + .custom-file,
#orderPage .input-group > .form-control-plaintext + .form-control,
#orderPage .input-group > .form-control-plaintext + .custom-select,
#orderPage .input-group > .form-control-plaintext + .custom-file,
#orderPage .input-group > .custom-select + .form-control,
#orderPage .input-group > .custom-select + .custom-select,
#orderPage .input-group > .custom-select + .custom-file,
#orderPage .input-group > .custom-file + .form-control,
#orderPage .input-group > .custom-file + .custom-select,
#orderPage .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

#orderPage .input-group > .form-control:focus,
#orderPage .input-group > .custom-select:focus,
#orderPage .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

#orderPage .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

#orderPage .input-group > .form-control:not(:last-child),
#orderPage .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#orderPage .input-group > .form-control:not(:first-child),
#orderPage .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#orderPage .input-group > .custom-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#orderPage .input-group > .custom-file:not(:last-child) .custom-file-label,
#orderPage .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#orderPage .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#orderPage .input-group-prepend,
#orderPage .input-group-append {
  display: -webkit-box;
  display: flex;
}

#orderPage .input-group-prepend .btn,
#orderPage .input-group-append .btn {
  position: relative;
  z-index: 2;
}

#orderPage .input-group-prepend .btn:focus,
#orderPage .input-group-append .btn:focus {
  z-index: 3;
}

#orderPage .input-group-prepend .btn + .btn,
#orderPage .input-group-prepend .btn + .input-group-text,
#orderPage .input-group-prepend .input-group-text + .input-group-text,
#orderPage .input-group-prepend .input-group-text + .btn,
#orderPage .input-group-append .btn + .btn,
#orderPage .input-group-append .btn + .input-group-text,
#orderPage .input-group-append .input-group-text + .input-group-text,
#orderPage .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

#orderPage .input-group-prepend {
  margin-right: -1px;
}

#orderPage .input-group-append {
  margin-left: -1px;
}

#orderPage .input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A7A7A7;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d5dae2;
  border-radius: 0.25rem;
}

#orderPage .input-group-text input[type="radio"],
#orderPage .input-group-text input[type="checkbox"] {
  margin-top: 0;
}

#orderPage .input-group-lg > .form-control:not(textarea),
#orderPage .input-group-lg > .custom-select {
  height: calc(1.5em + 2.25rem + 2px);
}

#orderPage .input-group-lg > .form-control,
#orderPage .input-group-lg > .custom-select,
#orderPage .input-group-lg > .input-group-prepend > .input-group-text,
#orderPage .input-group-lg > .input-group-append > .input-group-text,
#orderPage .input-group-lg > .input-group-prepend > .btn,
#orderPage .input-group-lg > .input-group-append > .btn {
  padding: 1.125rem 1.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 1rem;
}

#orderPage .input-group-sm > .form-control:not(textarea),
#orderPage .input-group-sm > .custom-select {
  height: calc(1em + 1.25rem + 2px);
}

#orderPage .input-group-sm > .form-control,
#orderPage .input-group-sm > .custom-select,
#orderPage .input-group-sm > .input-group-prepend > .input-group-text,
#orderPage .input-group-sm > .input-group-append > .input-group-text,
#orderPage .input-group-sm > .input-group-prepend > .btn,
#orderPage .input-group-sm > .input-group-append > .btn {
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 0;
}

#orderPage .input-group-lg > .custom-select,
#orderPage .input-group-sm > .custom-select {
  padding-right: 2rem;
}

#orderPage .input-group > .input-group-prepend > .btn,
#orderPage .input-group > .input-group-prepend > .input-group-text,
#orderPage .input-group > .input-group-append:not(:last-child) > .btn,
#orderPage .input-group > .input-group-append:not(:last-child) > .input-group-text,
#orderPage .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#orderPage .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#orderPage .input-group > .input-group-append > .btn,
#orderPage .input-group > .input-group-append > .input-group-text,
#orderPage .input-group > .input-group-prepend:not(:first-child) > .btn,
#orderPage .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
#orderPage .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
#orderPage .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#orderPage .custom-control {
  position: relative;
  display: block;
  min-height: 1.35rem;
  padding-left: 1.5rem;
}

#orderPage .custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

#orderPage .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#orderPage .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ad846f;
  background-color: #ad846f;
}

#orderPage .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(173, 132, 111, 0.25);
}

#orderPage .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d5dae2;
}

#orderPage .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #eee5e1;
  border-color: #eee5e1;
}

#orderPage .custom-control-input:disabled ~ .custom-control-label {
  color: #A7A7A7;
}

#orderPage .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f8fafd;
}

#orderPage .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

#orderPage .custom-control-label::before {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #898c8e solid 1px;
}

#orderPage .custom-control-label::after {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

#orderPage .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

#orderPage .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#orderPage .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ad846f;
  background-color: #ad846f;
}

#orderPage .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

#orderPage .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(173, 132, 111, 0.5);
}

#orderPage .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(173, 132, 111, 0.5);
}

#orderPage .custom-radio .custom-control-label::before {
  border-radius: 50%;
}

#orderPage .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#orderPage .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(173, 132, 111, 0.5);
}

#orderPage .custom-switch {
  padding-left: 2.25rem;
}

#orderPage .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

#orderPage .custom-switch .custom-control-label::after {
  top: calc(0.175rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #898c8e;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

#orderPage .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(173, 132, 111, 0.5);
}

#orderPage .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #d5dae2;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#orderPage .custom-select:focus {
  border-color: rgba(205, 177, 165, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 132, 111, 0.25);
}

#orderPage .custom-select:focus::-ms-value {
  color: #1e2022;
  background-color: #fff;
}

#orderPage .custom-select[multiple], #orderPage .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

#orderPage .custom-select:disabled {
  color: #A7A7A7;
  background-color: #f8fafd;
}

#orderPage .custom-select::-ms-expand {
  display: none;
}

#orderPage .custom-select-sm {
  height: calc(1em + 1.25rem + 2px);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.6rem;
  font-size: 0.8rem;
}

#orderPage .custom-select-lg {
  height: calc(1.5em + 2.25rem + 2px);
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.125rem;
  font-size: 1.125rem;
}

#orderPage .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin-bottom: 0;
}

#orderPage .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  margin: 0;
  opacity: 0;
}

#orderPage .custom-file-input:focus ~ .custom-file-label {
  border-color: #d5dae2;
  box-shadow: 0 0 0 0.2rem rgba(173, 132, 111, 0.25);
}

#orderPage .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f8fafd;
}

#orderPage .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

#orderPage .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

#orderPage .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  border: 1px solid #d5dae2;
  border-radius: 0.25rem;
}

#orderPage .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.5rem);
  padding: 0.75rem 1rem;
  line-height: 1.5;
  color: #1e2022;
  content: "Browse";
  background-color: #fff;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

#orderPage .custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#orderPage .custom-range:focus {
  outline: none;
}

#orderPage .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(173, 132, 111, 0.25);
}

#orderPage .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(173, 132, 111, 0.25);
}

#orderPage .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(173, 132, 111, 0.25);
}

#orderPage .custom-range::-moz-focus-outer {
  border: 0;
}

#orderPage .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ad846f;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .custom-range::-webkit-slider-thumb:active {
  background-color: #eee5e1;
}

#orderPage .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e7eaf3;
  border-color: transparent;
  border-radius: 1rem;
}

#orderPage .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ad846f;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

#orderPage .custom-range::-moz-range-thumb:active {
  background-color: #eee5e1;
}

#orderPage .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e7eaf3;
  border-color: transparent;
  border-radius: 1rem;
}

#orderPage .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ad846f;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

#orderPage .custom-range::-ms-thumb:active {
  background-color: #eee5e1;
}

#orderPage .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

#orderPage .custom-range::-ms-fill-lower {
  background-color: #e7eaf3;
  border-radius: 1rem;
}

#orderPage .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e7eaf3;
  border-radius: 1rem;
}

#orderPage .custom-range:disabled::-webkit-slider-thumb {
  background-color: #898c8e;
}

#orderPage .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

#orderPage .custom-range:disabled::-moz-range-thumb {
  background-color: #898c8e;
}

#orderPage .custom-range:disabled::-moz-range-track {
  cursor: default;
}

#orderPage .custom-range:disabled::-ms-thumb {
  background-color: #898c8e;
}

#orderPage .custom-control-label::before,
#orderPage .custom-file-label,
#orderPage .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .custom-control-label::before,
  #orderPage .custom-file-label,
  #orderPage .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#orderPage .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

#orderPage .nav-link:hover, #orderPage .nav-link:focus {
  text-decoration: none;
}

#orderPage .nav-link.disabled {
  color: #A7A7A7;
  pointer-events: none;
  cursor: default;
}

#orderPage .nav-tabs {
  border-bottom: 1px solid #e7eaf3;
}

#orderPage .nav-tabs .nav-item {
  margin-bottom: -1px;
}

#orderPage .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#orderPage .nav-tabs .nav-link:hover, #orderPage .nav-tabs .nav-link:focus {
  border-color: #f8fafd #f8fafd #e7eaf3;
}

#orderPage .nav-tabs .nav-link.disabled {
  color: #A7A7A7;
  background-color: transparent;
  border-color: transparent;
}

#orderPage .nav-tabs .nav-link.active,
#orderPage .nav-tabs .nav-item.show .nav-link {
  color: #575757;
  background-color: #fff;
  border-color: #e7eaf3 #e7eaf3 #fff;
}

#orderPage .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#orderPage .nav-pills .nav-link {
  border-radius: 0.25rem;
}

#orderPage .nav-pills .nav-link.active,
#orderPage .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ad846f;
}

#orderPage .nav-fill .nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

#orderPage .nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

#orderPage .tab-content > .tab-pane {
  display: none;
}

#orderPage .tab-content > .active {
  display: block;
}

#orderPage .navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

#orderPage .navbar > .container,
#orderPage .navbar > .container-fluid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#orderPage .navbar-brand {
  display: inline-block;
  padding-top: 0.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

#orderPage .navbar-brand:hover, #orderPage .navbar-brand:focus {
  text-decoration: none;
}

#orderPage .navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#orderPage .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

#orderPage .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

#orderPage .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#orderPage .navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center;
}

#orderPage .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#orderPage .navbar-toggler:hover, #orderPage .navbar-toggler:focus {
  text-decoration: none;
}

#orderPage .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 479.98px) {
  #orderPage .navbar-expand-sm > .container,
  #orderPage .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 480px) {
  #orderPage .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  #orderPage .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  #orderPage .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #orderPage .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #orderPage .navbar-expand-sm > .container,
  #orderPage .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  #orderPage .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  #orderPage .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #orderPage .navbar-expand-md > .container,
  #orderPage .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  #orderPage .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  #orderPage .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  #orderPage .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #orderPage .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #orderPage .navbar-expand-md > .container,
  #orderPage .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  #orderPage .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  #orderPage .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  #orderPage .navbar-expand-lg > .container,
  #orderPage .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  #orderPage .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  #orderPage .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  #orderPage .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #orderPage .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #orderPage .navbar-expand-lg > .container,
  #orderPage .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  #orderPage .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  #orderPage .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1024.98px) {
  #orderPage .navbar-expand-xl > .container,
  #orderPage .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  #orderPage .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  #orderPage .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  #orderPage .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #orderPage .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #orderPage .navbar-expand-xl > .container,
  #orderPage .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  #orderPage .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  #orderPage .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

#orderPage .navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

#orderPage .navbar-expand > .container,
#orderPage .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

#orderPage .navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#orderPage .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

#orderPage .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

#orderPage .navbar-expand > .container,
#orderPage .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

#orderPage .navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}

#orderPage .navbar-expand .navbar-toggler {
  display: none;
}

#orderPage .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

#orderPage .navbar-light .navbar-brand:hover, #orderPage .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

#orderPage .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

#orderPage .navbar-light .navbar-nav .nav-link:hover, #orderPage .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

#orderPage .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

#orderPage .navbar-light .navbar-nav .show > .nav-link,
#orderPage .navbar-light .navbar-nav .active > .nav-link,
#orderPage .navbar-light .navbar-nav .nav-link.show,
#orderPage .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

#orderPage .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

#orderPage .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#orderPage .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

#orderPage .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

#orderPage .navbar-light .navbar-text a:hover, #orderPage .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

#orderPage .navbar-dark .navbar-brand {
  color: #fff;
}

#orderPage .navbar-dark .navbar-brand:hover, #orderPage .navbar-dark .navbar-brand:focus {
  color: #fff;
}

#orderPage .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

#orderPage .navbar-dark .navbar-nav .nav-link:hover, #orderPage .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

#orderPage .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

#orderPage .navbar-dark .navbar-nav .show > .nav-link,
#orderPage .navbar-dark .navbar-nav .active > .nav-link,
#orderPage .navbar-dark .navbar-nav .nav-link.show,
#orderPage .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

#orderPage .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

#orderPage .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#orderPage .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

#orderPage .navbar-dark .navbar-text a {
  color: #fff;
}

#orderPage .navbar-dark .navbar-text a:hover, #orderPage .navbar-dark .navbar-text a:focus {
  color: #fff;
}

#orderPage .card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaf3;
  border-radius: 0.25rem;
}

#orderPage .card > hr {
  margin-right: 0;
  margin-left: 0;
}

#orderPage .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#orderPage .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#orderPage .card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}

#orderPage .card-title {
  margin-bottom: 1rem;
}

#orderPage .card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

#orderPage .card-text:last-child {
  margin-bottom: 0;
}

#orderPage .card-link:hover {
  text-decoration: none;
}

#orderPage .card-link + .card-link {
  margin-left: 1rem;
}

#orderPage .card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e7eaf3;
}

#orderPage .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

#orderPage .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

#orderPage .card-footer {
  padding: 1rem 1rem;
  background-color: #fff;
  border-top: 1px solid #e7eaf3;
}

#orderPage .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

#orderPage .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -1rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

#orderPage .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

#orderPage .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

#orderPage .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

#orderPage .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

#orderPage .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

#orderPage .card-deck {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#orderPage .card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  #orderPage .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  #orderPage .card-deck .card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

#orderPage .card-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#orderPage .card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  #orderPage .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  #orderPage .card-group > .card {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  #orderPage .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  #orderPage .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  #orderPage .card-group > .card:not(:last-child) .card-img-top,
  #orderPage .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  #orderPage .card-group > .card:not(:last-child) .card-img-bottom,
  #orderPage .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  #orderPage .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  #orderPage .card-group > .card:not(:first-child) .card-img-top,
  #orderPage .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  #orderPage .card-group > .card:not(:first-child) .card-img-bottom,
  #orderPage .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

#orderPage .card-columns .card {
  margin-bottom: 1rem;
}

@media (min-width: 480px) {
  #orderPage .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  #orderPage .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

#orderPage .accordion > .card {
  overflow: hidden;
}

#orderPage .accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

#orderPage .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

#orderPage .accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#orderPage .accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#orderPage .accordion > .card .card-header {
  margin-bottom: -1px;
}

#orderPage .breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

#orderPage .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

#orderPage .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #898c8e;
  content: ">";
}

#orderPage .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

#orderPage .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

#orderPage .breadcrumb-item.active {
  color: #575757;
}

#orderPage .pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

#orderPage .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #77838f;
  background-color: #fff;
  border: 0 solid #77838f;
}

#orderPage .page-link:hover {
  z-index: 2;
  color: #cdb1a5;
  text-decoration: none;
  background-color: rgba(205, 177, 165, 0.1);
  border-color: rgba(205, 177, 165, 0.1);
}

#orderPage .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 132, 111, 0.25);
}

#orderPage .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#orderPage .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#orderPage .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ad846f;
  border-color: #ad846f;
}

#orderPage .page-item.disabled .page-link {
  color: #A7A7A7;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e7eaf3;
}

#orderPage .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

#orderPage .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

#orderPage .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

#orderPage .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

#orderPage .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

#orderPage .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

#orderPage .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a#orderPage .badge:hover, a#orderPage .badge:focus {
  text-decoration: none;
}

#orderPage .badge:empty {
  display: none;
}

#orderPage .btn .badge {
  position: relative;
  top: -1px;
}

#orderPage .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

#orderPage .badge-primary {
  color: #fff;
  background-color: #ad846f;
}

a#orderPage .badge-primary:hover, a#orderPage .badge-primary:focus {
  color: #fff;
  background-color: #946a55;
}

a#orderPage .badge-primary:focus, a#orderPage .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 132, 111, 0.5);
}

#orderPage .badge-secondary {
  color: #fff;
  background-color: #77838f;
}

a#orderPage .badge-secondary:hover, a#orderPage .badge-secondary:focus {
  color: #fff;
  background-color: #5f6a74;
}

a#orderPage .badge-secondary:focus, a#orderPage .badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(119, 131, 143, 0.5);
}

#orderPage .badge-success {
  color: #fff;
  background-color: #00c9a7;
}

a#orderPage .badge-success:hover, a#orderPage .badge-success:focus {
  color: #fff;
  background-color: #00967d;
}

a#orderPage .badge-success:focus, a#orderPage .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

#orderPage .badge-info {
  color: #1e2022;
  background-color: #00dffc;
}

a#orderPage .badge-info:hover, a#orderPage .badge-info:focus {
  color: #1e2022;
  background-color: #00b2c9;
}

a#orderPage .badge-info:focus, a#orderPage .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 223, 252, 0.5);
}

#orderPage .badge-warning {
  color: #1e2022;
  background-color: #ffc107;
}

a#orderPage .badge-warning:hover, a#orderPage .badge-warning:focus {
  color: #1e2022;
  background-color: #d39e00;
}

a#orderPage .badge-warning:focus, a#orderPage .badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

#orderPage .badge-danger {
  color: #fff;
  background-color: #de4437;
}

a#orderPage .badge-danger:hover, a#orderPage .badge-danger:focus {
  color: #fff;
  background-color: #c22d20;
}

a#orderPage .badge-danger:focus, a#orderPage .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 68, 55, 0.5);
}

#orderPage .badge-light {
  color: #1e2022;
  background-color: #f8f9fa;
}

a#orderPage .badge-light:hover, a#orderPage .badge-light:focus {
  color: #1e2022;
  background-color: #dae0e5;
}

a#orderPage .badge-light:focus, a#orderPage .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

#orderPage .badge-dark {
  color: #fff;
  background-color: #1e2022;
}

a#orderPage .badge-dark:hover, a#orderPage .badge-dark:focus {
  color: #fff;
  background-color: #060707;
}

a#orderPage .badge-dark:focus, a#orderPage .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 32, 34, 0.5);
}

#orderPage .badge-white {
  color: #1e2022;
  background-color: #fff;
}

a#orderPage .badge-white:hover, a#orderPage .badge-white:focus {
  color: #1e2022;
  background-color: #e6e5e5;
}

a#orderPage .badge-white:focus, a#orderPage .badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

#orderPage .badge-gold {
  color: #1e2022;
  background-color: #cdb1a5;
}

a#orderPage .badge-gold:hover, a#orderPage .badge-gold:focus {
  color: #1e2022;
  background-color: #bb9584;
}

a#orderPage .badge-gold:focus, a#orderPage .badge-gold.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(205, 177, 165, 0.5);
}

#orderPage .badge-medium {
  color: #fff;
  background-color: #898c8e;
}

a#orderPage .badge-medium:hover, a#orderPage .badge-medium:focus {
  color: #fff;
  background-color: #707274;
}

a#orderPage .badge-medium:focus, a#orderPage .badge-medium.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(137, 140, 142, 0.5);
}

#orderPage .badge-indigo {
  color: #fff;
  background-color: #2d1582;
}

a#orderPage .badge-indigo:hover, a#orderPage .badge-indigo:focus {
  color: #fff;
  background-color: #1e0e56;
}

a#orderPage .badge-indigo:focus, a#orderPage .badge-indigo.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 21, 130, 0.5);
}

#orderPage .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f8fafd;
  border-radius: 1rem;
}

@media (min-width: 480px) {
  #orderPage .jumbotron {
    padding: 4rem 2rem;
  }
}

#orderPage .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

#orderPage .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.25rem;
}

#orderPage .alert-heading {
  color: inherit;
}

#orderPage .alert-link {
  font-weight: 700;
}

#orderPage .alert-dismissible {
  padding-right: 3.625rem;
}

#orderPage .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

#orderPage .alert-primary {
  color: #5a453a;
  background-color: #efe6e2;
  border-color: #e8ddd7;
}

#orderPage .alert-primary hr {
  border-top-color: #dfcfc7;
}

#orderPage .alert-primary .alert-link {
  color: #3b2d26;
}

#orderPage .alert-secondary {
  color: #3e444a;
  background-color: #e4e6e9;
  border-color: #d9dce0;
}

#orderPage .alert-secondary hr {
  border-top-color: #cbcfd5;
}

#orderPage .alert-secondary .alert-link {
  color: #272b2e;
}

#orderPage .alert-success {
  color: #006957;
  background-color: #ccf4ed;
  border-color: #b8f0e6;
}

#orderPage .alert-success hr {
  border-top-color: #a3ecdf;
}

#orderPage .alert-success .alert-link {
  color: #00362d;
}

#orderPage .alert-info {
  color: #007483;
  background-color: #ccf9fe;
  border-color: #b8f6fe;
}

#orderPage .alert-info hr {
  border-top-color: #9ff3fe;
}

#orderPage .alert-info .alert-link {
  color: #004750;
}

#orderPage .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

#orderPage .alert-warning hr {
  border-top-color: #ffe8a1;
}

#orderPage .alert-warning .alert-link {
  color: #533f03;
}

#orderPage .alert-danger {
  color: #73231d;
  background-color: #f8dad7;
  border-color: #f6cbc7;
}

#orderPage .alert-danger hr {
  border-top-color: #f2b7b1;
}

#orderPage .alert-danger .alert-link {
  color: #4a1713;
}

#orderPage .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

#orderPage .alert-light hr {
  border-top-color: #ececf6;
}

#orderPage .alert-light .alert-link {
  color: #686868;
}

#orderPage .alert-dark {
  color: #101112;
  background-color: #d2d2d3;
  border-color: #c0c1c1;
}

#orderPage .alert-dark hr {
  border-top-color: #b3b4b4;
}

#orderPage .alert-dark .alert-link {
  color: black;
}

#orderPage .alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

#orderPage .alert-white hr {
  border-top-color: #f2f2f2;
}

#orderPage .alert-white .alert-link {
  color: #6c6b6b;
}

#orderPage .alert-gold {
  color: #6b5c56;
  background-color: #f5efed;
  border-color: #f1e9e6;
}

#orderPage .alert-gold hr {
  border-top-color: #e8dbd6;
}

#orderPage .alert-gold .alert-link {
  color: #4f443f;
}

#orderPage .alert-medium {
  color: #47494a;
  background-color: #e7e8e8;
  border-color: #dedfdf;
}

#orderPage .alert-medium hr {
  border-top-color: #d1d2d2;
}

#orderPage .alert-medium .alert-link {
  color: #2e2f30;
}

#orderPage .alert-indigo {
  color: #170b44;
  background-color: #d5d0e6;
  border-color: #c4bddc;
}

#orderPage .alert-indigo hr {
  border-top-color: #b5acd3;
}

#orderPage .alert-indigo .alert-link {
  color: #080418;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

#orderPage .progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #f8fafd;
  border-radius: 0.25rem;
}

#orderPage .progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ad846f;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

#orderPage .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

#orderPage .media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

#orderPage .media-body {
  -webkit-box-flex: 1;
          flex: 1;
}

#orderPage .list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

#orderPage .list-group-item-action {
  width: 100%;
  color: #575757;
  text-align: inherit;
}

#orderPage .list-group-item-action:hover, #orderPage .list-group-item-action:focus {
  z-index: 1;
  color: #cdb1a5;
  text-decoration: none;
  background-color: transparent;
}

#orderPage .list-group-item-action:active {
  color: #cdb1a5;
  background-color: transparent;
}

#orderPage .list-group-item {
  position: relative;
  display: block;
  padding: 0.425rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e7eaf3;
}

#orderPage .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#orderPage .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#orderPage .list-group-item.disabled, #orderPage .list-group-item:disabled {
  color: #A7A7A7;
  pointer-events: none;
  background-color: #fff;
}

#orderPage .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ad846f;
  border-color: #ad846f;
}

#orderPage .list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#orderPage .list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

#orderPage .list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

#orderPage .list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 480px) {
  #orderPage .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  #orderPage .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  #orderPage .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  #orderPage .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  #orderPage .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  #orderPage .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  #orderPage .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  #orderPage .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1024px) {
  #orderPage .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  #orderPage .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  #orderPage .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  #orderPage .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1025px) {
  #orderPage .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  #orderPage .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  #orderPage .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  #orderPage .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

#orderPage .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

#orderPage .list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

#orderPage .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

#orderPage .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

#orderPage .list-group-item-primary {
  color: #5a453a;
  background-color: #e8ddd7;
}

#orderPage .list-group-item-primary.list-group-item-action:hover, #orderPage .list-group-item-primary.list-group-item-action:focus {
  color: #5a453a;
  background-color: #dfcfc7;
}

#orderPage .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #5a453a;
  border-color: #5a453a;
}

#orderPage .list-group-item-secondary {
  color: #3e444a;
  background-color: #d9dce0;
}

#orderPage .list-group-item-secondary.list-group-item-action:hover, #orderPage .list-group-item-secondary.list-group-item-action:focus {
  color: #3e444a;
  background-color: #cbcfd5;
}

#orderPage .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3e444a;
  border-color: #3e444a;
}

#orderPage .list-group-item-success {
  color: #006957;
  background-color: #b8f0e6;
}

#orderPage .list-group-item-success.list-group-item-action:hover, #orderPage .list-group-item-success.list-group-item-action:focus {
  color: #006957;
  background-color: #a3ecdf;
}

#orderPage .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #006957;
  border-color: #006957;
}

#orderPage .list-group-item-info {
  color: #007483;
  background-color: #b8f6fe;
}

#orderPage .list-group-item-info.list-group-item-action:hover, #orderPage .list-group-item-info.list-group-item-action:focus {
  color: #007483;
  background-color: #9ff3fe;
}

#orderPage .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #007483;
  border-color: #007483;
}

#orderPage .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

#orderPage .list-group-item-warning.list-group-item-action:hover, #orderPage .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

#orderPage .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

#orderPage .list-group-item-danger {
  color: #73231d;
  background-color: #f6cbc7;
}

#orderPage .list-group-item-danger.list-group-item-action:hover, #orderPage .list-group-item-danger.list-group-item-action:focus {
  color: #73231d;
  background-color: #f2b7b1;
}

#orderPage .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #73231d;
  border-color: #73231d;
}

#orderPage .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

#orderPage .list-group-item-light.list-group-item-action:hover, #orderPage .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

#orderPage .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

#orderPage .list-group-item-dark {
  color: #101112;
  background-color: #c0c1c1;
}

#orderPage .list-group-item-dark.list-group-item-action:hover, #orderPage .list-group-item-dark.list-group-item-action:focus {
  color: #101112;
  background-color: #b3b4b4;
}

#orderPage .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #101112;
  border-color: #101112;
}

#orderPage .list-group-item-white {
  color: #858585;
  background-color: white;
}

#orderPage .list-group-item-white.list-group-item-action:hover, #orderPage .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

#orderPage .list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

#orderPage .list-group-item-gold {
  color: #6b5c56;
  background-color: #f1e9e6;
}

#orderPage .list-group-item-gold.list-group-item-action:hover, #orderPage .list-group-item-gold.list-group-item-action:focus {
  color: #6b5c56;
  background-color: #e8dbd6;
}

#orderPage .list-group-item-gold.list-group-item-action.active {
  color: #fff;
  background-color: #6b5c56;
  border-color: #6b5c56;
}

#orderPage .list-group-item-medium {
  color: #47494a;
  background-color: #dedfdf;
}

#orderPage .list-group-item-medium.list-group-item-action:hover, #orderPage .list-group-item-medium.list-group-item-action:focus {
  color: #47494a;
  background-color: #d1d2d2;
}

#orderPage .list-group-item-medium.list-group-item-action.active {
  color: #fff;
  background-color: #47494a;
  border-color: #47494a;
}

#orderPage .list-group-item-indigo {
  color: #170b44;
  background-color: #c4bddc;
}

#orderPage .list-group-item-indigo.list-group-item-action:hover, #orderPage .list-group-item-indigo.list-group-item-action:focus {
  color: #170b44;
  background-color: #b5acd3;
}

#orderPage .list-group-item-indigo.list-group-item-action.active {
  color: #fff;
  background-color: #170b44;
  border-color: #170b44;
}

#orderPage .close {
  float: right;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #1e2022;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

#orderPage .close:hover {
  color: #1e2022;
  text-decoration: none;
}

#orderPage .close:not(:disabled):not(.disabled):hover, #orderPage .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

#orderPage button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#orderPage a.close.disabled {
  pointer-events: none;
}

#orderPage .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

#orderPage .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

#orderPage .toast.showing {
  opacity: 1;
}

#orderPage .toast.show {
  display: block;
  opacity: 1;
}

#orderPage .toast.hide {
  display: none;
}

#orderPage .toast-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #A7A7A7;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#orderPage .toast-body {
  padding: 0.75rem;
}

#orderPage .modal-open {
  overflow: hidden;
}

#orderPage .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

#orderPage .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

#orderPage .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade #orderPage .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade #orderPage .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show #orderPage .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

#orderPage .modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}

#orderPage .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

#orderPage .modal-dialog-scrollable .modal-header,
#orderPage .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

#orderPage .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

#orderPage .modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

#orderPage .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

#orderPage .modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}

#orderPage .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

#orderPage .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

#orderPage .modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0;
}

#orderPage .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

#orderPage .modal-backdrop.fade {
  opacity: 0;
}

#orderPage .modal-backdrop.show {
  opacity: 0.5;
}

#orderPage .modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e7eaf3;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#orderPage .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

#orderPage .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

#orderPage .modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}

#orderPage .modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e7eaf3;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

#orderPage .modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

#orderPage .modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

#orderPage .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 480px) {
  #orderPage .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  #orderPage .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  #orderPage .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  #orderPage .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  #orderPage .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  #orderPage .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  #orderPage .modal-lg,
  #orderPage .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1025px) {
  #orderPage .modal-xl {
    max-width: 1140px;
  }
}

#orderPage .tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  margin: 0;
  font-family: "Noto Sans KR", "\C560\D50C   SD \C0B0\B3CC\ACE0\B515   Neo", "Apple SD Gothic Neo", "\B9D1\C740   \ACE0\B515", "Malgun Gothic", "\B3CB\C6C0", dotum, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

#orderPage .tooltip.show {
  opacity: 1;
}

#orderPage .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

#orderPage .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

#orderPage .bs-tooltip-top, #orderPage .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

#orderPage .bs-tooltip-top .arrow, #orderPage .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

#orderPage .bs-tooltip-top .arrow::before, #orderPage .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #cdb1a5;
}

#orderPage .bs-tooltip-right, #orderPage .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

#orderPage .bs-tooltip-right .arrow, #orderPage .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

#orderPage .bs-tooltip-right .arrow::before, #orderPage .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #cdb1a5;
}

#orderPage .bs-tooltip-bottom, #orderPage .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

#orderPage .bs-tooltip-bottom .arrow, #orderPage .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

#orderPage .bs-tooltip-bottom .arrow::before, #orderPage .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #cdb1a5;
}

#orderPage .bs-tooltip-left, #orderPage .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

#orderPage .bs-tooltip-left .arrow, #orderPage .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

#orderPage .bs-tooltip-left .arrow::before, #orderPage .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #cdb1a5;
}

#orderPage .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #cdb1a5;
  border-radius: 0.25rem;
}

#orderPage .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Noto Sans KR", "\C560\D50C   SD \C0B0\B3CC\ACE0\B515   Neo", "Apple SD Gothic Neo", "\B9D1\C740   \ACE0\B515", "Malgun Gothic", "\B3CB\C6C0", dotum, AppleGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

#orderPage .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 1rem;
}

#orderPage .popover .arrow::before, #orderPage .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

#orderPage .bs-popover-top, #orderPage .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

#orderPage .bs-popover-top > .arrow, #orderPage .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

#orderPage .bs-popover-top > .arrow::before, #orderPage .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

#orderPage .bs-popover-top > .arrow::after, #orderPage .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

#orderPage .bs-popover-right, #orderPage .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

#orderPage .bs-popover-right > .arrow, #orderPage .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 1rem 0;
}

#orderPage .bs-popover-right > .arrow::before, #orderPage .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

#orderPage .bs-popover-right > .arrow::after, #orderPage .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

#orderPage .bs-popover-bottom, #orderPage .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

#orderPage .bs-popover-bottom > .arrow, #orderPage .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

#orderPage .bs-popover-bottom > .arrow::before, #orderPage .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

#orderPage .bs-popover-bottom > .arrow::after, #orderPage .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

#orderPage .bs-popover-bottom .popover-header::before, #orderPage .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

#orderPage .bs-popover-left, #orderPage .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

#orderPage .bs-popover-left > .arrow, #orderPage .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 1rem 0;
}

#orderPage .bs-popover-left > .arrow::before, #orderPage .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

#orderPage .bs-popover-left > .arrow::after, #orderPage .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

#orderPage .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

#orderPage .popover-header:empty {
  display: none;
}

#orderPage .popover-body {
  padding: 0.5rem 0.75rem;
  color: #1e2022;
}

#orderPage .carousel {
  position: relative;
}

#orderPage .carousel.pointer-event {
  touch-action: pan-y;
}

#orderPage .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#orderPage .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

#orderPage .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .carousel-item.active,
#orderPage .carousel-item-next,
#orderPage .carousel-item-prev {
  display: block;
}

#orderPage .carousel-item-next:not(.carousel-item-left),
#orderPage .active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#orderPage .carousel-item-prev:not(.carousel-item-right),
#orderPage .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#orderPage .carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

#orderPage .carousel-fade .carousel-item.active,
#orderPage .carousel-fade .carousel-item-next.carousel-item-left,
#orderPage .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

#orderPage .carousel-fade .active.carousel-item-left,
#orderPage .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .carousel-fade .active.carousel-item-left,
  #orderPage .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .carousel-control-prev,
#orderPage .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .carousel-control-prev,
  #orderPage .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .carousel-control-prev:hover, #orderPage .carousel-control-prev:focus,
#orderPage .carousel-control-next:hover,
#orderPage .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

#orderPage .carousel-control-prev {
  left: 0;
}

#orderPage .carousel-control-next {
  right: 0;
}

#orderPage .carousel-control-prev-icon,
#orderPage .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

#orderPage .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

#orderPage .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

#orderPage .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

#orderPage .carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  #orderPage .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

#orderPage .carousel-indicators .active {
  opacity: 1;
}

#orderPage .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#orderPage .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

#orderPage .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

#orderPage .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

#orderPage .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

#orderPage .align-baseline {
  vertical-align: baseline !important;
}

#orderPage .align-top {
  vertical-align: top !important;
}

#orderPage .align-middle {
  vertical-align: middle !important;
}

#orderPage .align-bottom {
  vertical-align: bottom !important;
}

#orderPage .align-text-bottom {
  vertical-align: text-bottom !important;
}

#orderPage .align-text-top {
  vertical-align: text-top !important;
}

#orderPage .bg-primary {
  background-color: #ad846f !important;
}

#orderPage a.bg-primary:hover, #orderPage a.bg-primary:focus,
#orderPage button.bg-primary:hover,
#orderPage button.bg-primary:focus {
  background-color: #946a55 !important;
}

#orderPage .bg-secondary {
  background-color: #77838f !important;
}

#orderPage a.bg-secondary:hover, #orderPage a.bg-secondary:focus,
#orderPage button.bg-secondary:hover,
#orderPage button.bg-secondary:focus {
  background-color: #5f6a74 !important;
}

#orderPage .bg-success {
  background-color: #00c9a7 !important;
}

#orderPage a.bg-success:hover, #orderPage a.bg-success:focus,
#orderPage button.bg-success:hover,
#orderPage button.bg-success:focus {
  background-color: #00967d !important;
}

#orderPage .bg-info {
  background-color: #00dffc !important;
}

#orderPage a.bg-info:hover, #orderPage a.bg-info:focus,
#orderPage button.bg-info:hover,
#orderPage button.bg-info:focus {
  background-color: #00b2c9 !important;
}

#orderPage .bg-warning {
  background-color: #ffc107 !important;
}

#orderPage a.bg-warning:hover, #orderPage a.bg-warning:focus,
#orderPage button.bg-warning:hover,
#orderPage button.bg-warning:focus {
  background-color: #d39e00 !important;
}

#orderPage .bg-danger {
  background-color: #de4437 !important;
}

#orderPage a.bg-danger:hover, #orderPage a.bg-danger:focus,
#orderPage button.bg-danger:hover,
#orderPage button.bg-danger:focus {
  background-color: #c22d20 !important;
}

#orderPage .bg-light {
  background-color: #f8f9fa !important;
}

#orderPage a.bg-light:hover, #orderPage a.bg-light:focus,
#orderPage button.bg-light:hover,
#orderPage button.bg-light:focus {
  background-color: #dae0e5 !important;
}

#orderPage .bg-dark {
  background-color: #1e2022 !important;
}

#orderPage a.bg-dark:hover, #orderPage a.bg-dark:focus,
#orderPage button.bg-dark:hover,
#orderPage button.bg-dark:focus {
  background-color: #060707 !important;
}

#orderPage .bg-white {
  background-color: #fff !important;
}

#orderPage a.bg-white:hover, #orderPage a.bg-white:focus,
#orderPage button.bg-white:hover,
#orderPage button.bg-white:focus {
  background-color: #e6e5e5 !important;
}

#orderPage .bg-gold {
  background-color: #cdb1a5 !important;
}

#orderPage a.bg-gold:hover, #orderPage a.bg-gold:focus,
#orderPage button.bg-gold:hover,
#orderPage button.bg-gold:focus {
  background-color: #bb9584 !important;
}

#orderPage .bg-medium {
  background-color: #898c8e !important;
}

#orderPage a.bg-medium:hover, #orderPage a.bg-medium:focus,
#orderPage button.bg-medium:hover,
#orderPage button.bg-medium:focus {
  background-color: #707274 !important;
}

#orderPage .bg-indigo {
  background-color: #2d1582 !important;
}

#orderPage a.bg-indigo:hover, #orderPage a.bg-indigo:focus,
#orderPage button.bg-indigo:hover,
#orderPage button.bg-indigo:focus {
  background-color: #1e0e56 !important;
}

#orderPage .bg-white {
  background-color: #fff !important;
}

#orderPage .bg-transparent {
  background-color: transparent !important;
}

#orderPage .border {
  border: 1px solid #e7eaf3 !important;
}

#orderPage .border-top {
  border-top: 1px solid #e7eaf3 !important;
}

#orderPage .border-right {
  border-right: 1px solid #e7eaf3 !important;
}

#orderPage .border-bottom {
  border-bottom: 1px solid #e7eaf3 !important;
}

#orderPage .border-left {
  border-left: 1px solid #e7eaf3 !important;
}

#orderPage .border-0 {
  border: 0 !important;
}

#orderPage .border-top-0 {
  border-top: 0 !important;
}

#orderPage .border-right-0 {
  border-right: 0 !important;
}

#orderPage .border-bottom-0 {
  border-bottom: 0 !important;
}

#orderPage .border-left-0 {
  border-left: 0 !important;
}

#orderPage .border-primary {
  border-color: #ad846f !important;
}

#orderPage .border-secondary {
  border-color: #77838f !important;
}

#orderPage .border-success {
  border-color: #00c9a7 !important;
}

#orderPage .border-info {
  border-color: #00dffc !important;
}

#orderPage .border-warning {
  border-color: #ffc107 !important;
}

#orderPage .border-danger {
  border-color: #de4437 !important;
}

#orderPage .border-light {
  border-color: #f8f9fa !important;
}

#orderPage .border-dark {
  border-color: #1e2022 !important;
}

#orderPage .border-white {
  border-color: #fff !important;
}

#orderPage .border-gold {
  border-color: #cdb1a5 !important;
}

#orderPage .border-medium {
  border-color: #898c8e !important;
}

#orderPage .border-indigo {
  border-color: #2d1582 !important;
}

#orderPage .border-white {
  border-color: #fff !important;
}

#orderPage .rounded-sm {
  border-radius: 0.125rem !important;
}

#orderPage .rounded {
  border-radius: 0.25rem !important;
}

#orderPage .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

#orderPage .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

#orderPage .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

#orderPage .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

#orderPage .rounded-lg {
  border-radius: 1rem !important;
}

#orderPage .rounded-circle {
  border-radius: 50% !important;
}

#orderPage .rounded-pill {
  border-radius: 50rem !important;
}

#orderPage .rounded-0 {
  border-radius: 0 !important;
}

#orderPage .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

#orderPage .d-none {
  display: none !important;
}

#orderPage .d-inline {
  display: inline !important;
}

#orderPage .d-inline-block {
  display: inline-block !important;
}

#orderPage .d-block {
  display: block !important;
}

#orderPage .d-table {
  display: table !important;
}

#orderPage .d-table-row {
  display: table-row !important;
}

#orderPage .d-table-cell {
  display: table-cell !important;
}

#orderPage .d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

#orderPage .d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 480px) {
  #orderPage .d-sm-none {
    display: none !important;
  }

  #orderPage .d-sm-inline {
    display: inline !important;
  }

  #orderPage .d-sm-inline-block {
    display: inline-block !important;
  }

  #orderPage .d-sm-block {
    display: block !important;
  }

  #orderPage .d-sm-table {
    display: table !important;
  }

  #orderPage .d-sm-table-row {
    display: table-row !important;
  }

  #orderPage .d-sm-table-cell {
    display: table-cell !important;
  }

  #orderPage .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  #orderPage .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  #orderPage .d-md-none {
    display: none !important;
  }

  #orderPage .d-md-inline {
    display: inline !important;
  }

  #orderPage .d-md-inline-block {
    display: inline-block !important;
  }

  #orderPage .d-md-block {
    display: block !important;
  }

  #orderPage .d-md-table {
    display: table !important;
  }

  #orderPage .d-md-table-row {
    display: table-row !important;
  }

  #orderPage .d-md-table-cell {
    display: table-cell !important;
  }

  #orderPage .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  #orderPage .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  #orderPage .d-lg-none {
    display: none !important;
  }

  #orderPage .d-lg-inline {
    display: inline !important;
  }

  #orderPage .d-lg-inline-block {
    display: inline-block !important;
  }

  #orderPage .d-lg-block {
    display: block !important;
  }

  #orderPage .d-lg-table {
    display: table !important;
  }

  #orderPage .d-lg-table-row {
    display: table-row !important;
  }

  #orderPage .d-lg-table-cell {
    display: table-cell !important;
  }

  #orderPage .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  #orderPage .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1025px) {
  #orderPage .d-xl-none {
    display: none !important;
  }

  #orderPage .d-xl-inline {
    display: inline !important;
  }

  #orderPage .d-xl-inline-block {
    display: inline-block !important;
  }

  #orderPage .d-xl-block {
    display: block !important;
  }

  #orderPage .d-xl-table {
    display: table !important;
  }

  #orderPage .d-xl-table-row {
    display: table-row !important;
  }

  #orderPage .d-xl-table-cell {
    display: table-cell !important;
  }

  #orderPage .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  #orderPage .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  #orderPage .d-print-none {
    display: none !important;
  }

  #orderPage .d-print-inline {
    display: inline !important;
  }

  #orderPage .d-print-inline-block {
    display: inline-block !important;
  }

  #orderPage .d-print-block {
    display: block !important;
  }

  #orderPage .d-print-table {
    display: table !important;
  }

  #orderPage .d-print-table-row {
    display: table-row !important;
  }

  #orderPage .d-print-table-cell {
    display: table-cell !important;
  }

  #orderPage .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  #orderPage .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

#orderPage .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#orderPage .embed-responsive::before {
  display: block;
  content: "";
}

#orderPage .embed-responsive .embed-responsive-item,
#orderPage .embed-responsive iframe,
#orderPage .embed-responsive embed,
#orderPage .embed-responsive object,
#orderPage .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#orderPage .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

#orderPage .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

#orderPage .embed-responsive-4by3::before {
  padding-top: 75%;
}

#orderPage .embed-responsive-1by1::before {
  padding-top: 100%;
}

#orderPage .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

#orderPage .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

#orderPage .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

#orderPage .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

#orderPage .flex-wrap {
  flex-wrap: wrap !important;
}

#orderPage .flex-nowrap {
  flex-wrap: nowrap !important;
}

#orderPage .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

#orderPage .flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

#orderPage .flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

#orderPage .flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

#orderPage .flex-shrink-0 {
  flex-shrink: 0 !important;
}

#orderPage .flex-shrink-1 {
  flex-shrink: 1 !important;
}

#orderPage .justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

#orderPage .justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

#orderPage .justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

#orderPage .justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

#orderPage .justify-content-around {
  justify-content: space-around !important;
}

#orderPage .align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

#orderPage .align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

#orderPage .align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

#orderPage .align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

#orderPage .align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

#orderPage .align-content-start {
  align-content: flex-start !important;
}

#orderPage .align-content-end {
  align-content: flex-end !important;
}

#orderPage .align-content-center {
  align-content: center !important;
}

#orderPage .align-content-between {
  align-content: space-between !important;
}

#orderPage .align-content-around {
  align-content: space-around !important;
}

#orderPage .align-content-stretch {
  align-content: stretch !important;
}

#orderPage .align-self-auto {
  align-self: auto !important;
}

#orderPage .align-self-start {
  align-self: flex-start !important;
}

#orderPage .align-self-end {
  align-self: flex-end !important;
}

#orderPage .align-self-center {
  align-self: center !important;
}

#orderPage .align-self-baseline {
  align-self: baseline !important;
}

#orderPage .align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 480px) {
  #orderPage .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  #orderPage .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  #orderPage .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  #orderPage .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  #orderPage .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  #orderPage .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  #orderPage .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #orderPage .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  #orderPage .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  #orderPage .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  #orderPage .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  #orderPage .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  #orderPage .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  #orderPage .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  #orderPage .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  #orderPage .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  #orderPage .justify-content-sm-around {
    justify-content: space-around !important;
  }

  #orderPage .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  #orderPage .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  #orderPage .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  #orderPage .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  #orderPage .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  #orderPage .align-content-sm-start {
    align-content: flex-start !important;
  }

  #orderPage .align-content-sm-end {
    align-content: flex-end !important;
  }

  #orderPage .align-content-sm-center {
    align-content: center !important;
  }

  #orderPage .align-content-sm-between {
    align-content: space-between !important;
  }

  #orderPage .align-content-sm-around {
    align-content: space-around !important;
  }

  #orderPage .align-content-sm-stretch {
    align-content: stretch !important;
  }

  #orderPage .align-self-sm-auto {
    align-self: auto !important;
  }

  #orderPage .align-self-sm-start {
    align-self: flex-start !important;
  }

  #orderPage .align-self-sm-end {
    align-self: flex-end !important;
  }

  #orderPage .align-self-sm-center {
    align-self: center !important;
  }

  #orderPage .align-self-sm-baseline {
    align-self: baseline !important;
  }

  #orderPage .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  #orderPage .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  #orderPage .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  #orderPage .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  #orderPage .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  #orderPage .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  #orderPage .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  #orderPage .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #orderPage .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  #orderPage .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  #orderPage .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  #orderPage .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  #orderPage .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  #orderPage .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  #orderPage .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  #orderPage .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  #orderPage .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  #orderPage .justify-content-md-around {
    justify-content: space-around !important;
  }

  #orderPage .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  #orderPage .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  #orderPage .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  #orderPage .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  #orderPage .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  #orderPage .align-content-md-start {
    align-content: flex-start !important;
  }

  #orderPage .align-content-md-end {
    align-content: flex-end !important;
  }

  #orderPage .align-content-md-center {
    align-content: center !important;
  }

  #orderPage .align-content-md-between {
    align-content: space-between !important;
  }

  #orderPage .align-content-md-around {
    align-content: space-around !important;
  }

  #orderPage .align-content-md-stretch {
    align-content: stretch !important;
  }

  #orderPage .align-self-md-auto {
    align-self: auto !important;
  }

  #orderPage .align-self-md-start {
    align-self: flex-start !important;
  }

  #orderPage .align-self-md-end {
    align-self: flex-end !important;
  }

  #orderPage .align-self-md-center {
    align-self: center !important;
  }

  #orderPage .align-self-md-baseline {
    align-self: baseline !important;
  }

  #orderPage .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  #orderPage .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  #orderPage .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  #orderPage .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  #orderPage .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  #orderPage .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  #orderPage .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  #orderPage .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #orderPage .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  #orderPage .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  #orderPage .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  #orderPage .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  #orderPage .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  #orderPage .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  #orderPage .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  #orderPage .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  #orderPage .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  #orderPage .justify-content-lg-around {
    justify-content: space-around !important;
  }

  #orderPage .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  #orderPage .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  #orderPage .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  #orderPage .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  #orderPage .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  #orderPage .align-content-lg-start {
    align-content: flex-start !important;
  }

  #orderPage .align-content-lg-end {
    align-content: flex-end !important;
  }

  #orderPage .align-content-lg-center {
    align-content: center !important;
  }

  #orderPage .align-content-lg-between {
    align-content: space-between !important;
  }

  #orderPage .align-content-lg-around {
    align-content: space-around !important;
  }

  #orderPage .align-content-lg-stretch {
    align-content: stretch !important;
  }

  #orderPage .align-self-lg-auto {
    align-self: auto !important;
  }

  #orderPage .align-self-lg-start {
    align-self: flex-start !important;
  }

  #orderPage .align-self-lg-end {
    align-self: flex-end !important;
  }

  #orderPage .align-self-lg-center {
    align-self: center !important;
  }

  #orderPage .align-self-lg-baseline {
    align-self: baseline !important;
  }

  #orderPage .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1025px) {
  #orderPage .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  #orderPage .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  #orderPage .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  #orderPage .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  #orderPage .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  #orderPage .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  #orderPage .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  #orderPage .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  #orderPage .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  #orderPage .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  #orderPage .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  #orderPage .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  #orderPage .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  #orderPage .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  #orderPage .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  #orderPage .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  #orderPage .justify-content-xl-around {
    justify-content: space-around !important;
  }

  #orderPage .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  #orderPage .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  #orderPage .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  #orderPage .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  #orderPage .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  #orderPage .align-content-xl-start {
    align-content: flex-start !important;
  }

  #orderPage .align-content-xl-end {
    align-content: flex-end !important;
  }

  #orderPage .align-content-xl-center {
    align-content: center !important;
  }

  #orderPage .align-content-xl-between {
    align-content: space-between !important;
  }

  #orderPage .align-content-xl-around {
    align-content: space-around !important;
  }

  #orderPage .align-content-xl-stretch {
    align-content: stretch !important;
  }

  #orderPage .align-self-xl-auto {
    align-self: auto !important;
  }

  #orderPage .align-self-xl-start {
    align-self: flex-start !important;
  }

  #orderPage .align-self-xl-end {
    align-self: flex-end !important;
  }

  #orderPage .align-self-xl-center {
    align-self: center !important;
  }

  #orderPage .align-self-xl-baseline {
    align-self: baseline !important;
  }

  #orderPage .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

#orderPage .float-left {
  float: left !important;
}

#orderPage .float-right {
  float: right !important;
}

#orderPage .float-none {
  float: none !important;
}

@media (min-width: 480px) {
  #orderPage .float-sm-left {
    float: left !important;
  }

  #orderPage .float-sm-right {
    float: right !important;
  }

  #orderPage .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  #orderPage .float-md-left {
    float: left !important;
  }

  #orderPage .float-md-right {
    float: right !important;
  }

  #orderPage .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1024px) {
  #orderPage .float-lg-left {
    float: left !important;
  }

  #orderPage .float-lg-right {
    float: right !important;
  }

  #orderPage .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1025px) {
  #orderPage .float-xl-left {
    float: left !important;
  }

  #orderPage .float-xl-right {
    float: right !important;
  }

  #orderPage .float-xl-none {
    float: none !important;
  }
}

#orderPage .overflow-auto {
  overflow: auto !important;
}

#orderPage .overflow-hidden {
  overflow: hidden !important;
}

#orderPage .position-static {
  position: static !important;
}

#orderPage .position-relative {
  position: relative !important;
}

#orderPage .position-absolute {
  position: absolute !important;
}

#orderPage .position-fixed {
  position: fixed !important;
}

#orderPage .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

#orderPage .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#orderPage .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  #orderPage .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

#orderPage .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#orderPage .sr-only-focusable:active, #orderPage .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

#orderPage .shadow-sm {
  box-shadow: 0 0 35px rgba(167, 167, 167, 0.125) !important;
}

#orderPage .shadow {
  box-shadow: 0 0.375rem 1.5rem 0 rgba(167, 167, 167, 0.125) !important;
}

#orderPage .shadow-lg {
  box-shadow: 0 10px 40px 10px rgba(167, 167, 167, 0.175) !important;
}

#orderPage .shadow-none {
  box-shadow: none !important;
}

#orderPage .w-25 {
  width: 25% !important;
}

#orderPage .w-50 {
  width: 50% !important;
}

#orderPage .w-75 {
  width: 75% !important;
}

#orderPage .w-100 {
  width: 100% !important;
}

#orderPage .w-auto {
  width: auto !important;
}

#orderPage .w-15 {
  width: 15% !important;
}

#orderPage .w-20 {
  width: 20% !important;
}

#orderPage .w-30 {
  width: 30% !important;
}

#orderPage .w-35 {
  width: 35% !important;
}

#orderPage .w-40 {
  width: 40% !important;
}

#orderPage .w-60 {
  width: 60% !important;
}

#orderPage .w-65 {
  width: 65% !important;
}

#orderPage .w-80 {
  width: 80% !important;
}

#orderPage .w-85 {
  width: 85% !important;
}

#orderPage .h-25 {
  height: 25% !important;
}

#orderPage .h-50 {
  height: 50% !important;
}

#orderPage .h-75 {
  height: 75% !important;
}

#orderPage .h-100 {
  height: 100% !important;
}

#orderPage .h-auto {
  height: auto !important;
}

#orderPage .h-15 {
  height: 15% !important;
}

#orderPage .h-20 {
  height: 20% !important;
}

#orderPage .h-30 {
  height: 30% !important;
}

#orderPage .h-35 {
  height: 35% !important;
}

#orderPage .h-40 {
  height: 40% !important;
}

#orderPage .h-60 {
  height: 60% !important;
}

#orderPage .h-65 {
  height: 65% !important;
}

#orderPage .h-80 {
  height: 80% !important;
}

#orderPage .h-85 {
  height: 85% !important;
}

#orderPage .mw-100 {
  max-width: 100% !important;
}

#orderPage .mh-100 {
  max-height: 100% !important;
}

#orderPage .min-vw-100 {
  min-width: 100vw !important;
}

#orderPage .min-vh-100 {
  min-height: 100vh !important;
}

#orderPage .vw-100 {
  width: 100vw !important;
}

#orderPage .vh-100 {
  height: 100vh !important;
}

#orderPage .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

#orderPage .m-0 {
  margin: 0 !important;
}

#orderPage .mt-0,
#orderPage .my-0 {
  margin-top: 0 !important;
}

#orderPage .mr-0,
#orderPage .mx-0 {
  margin-right: 0 !important;
}

#orderPage .mb-0,
#orderPage .my-0 {
  margin-bottom: 0 !important;
}

#orderPage .ml-0,
#orderPage .mx-0 {
  margin-left: 0 !important;
}

#orderPage .m-1 {
  margin: 0.25rem !important;
}

#orderPage .mt-1,
#orderPage .my-1 {
  margin-top: 0.25rem !important;
}

#orderPage .mr-1,
#orderPage .mx-1 {
  margin-right: 0.25rem !important;
}

#orderPage .mb-1,
#orderPage .my-1 {
  margin-bottom: 0.25rem !important;
}

#orderPage .ml-1,
#orderPage .mx-1 {
  margin-left: 0.25rem !important;
}

#orderPage .m-2 {
  margin: 0.5rem !important;
}

#orderPage .mt-2,
#orderPage .my-2 {
  margin-top: 0.5rem !important;
}

#orderPage .mr-2,
#orderPage .mx-2 {
  margin-right: 0.5rem !important;
}

#orderPage .mb-2,
#orderPage .my-2 {
  margin-bottom: 0.5rem !important;
}

#orderPage .ml-2,
#orderPage .mx-2 {
  margin-left: 0.5rem !important;
}

#orderPage .m-3 {
  margin: 1rem !important;
}

#orderPage .mt-3,
#orderPage .my-3 {
  margin-top: 1rem !important;
}

#orderPage .mr-3,
#orderPage .mx-3 {
  margin-right: 1rem !important;
}

#orderPage .mb-3,
#orderPage .my-3 {
  margin-bottom: 1rem !important;
}

#orderPage .ml-3,
#orderPage .mx-3 {
  margin-left: 1rem !important;
}

#orderPage .m-4 {
  margin: 1.5rem !important;
}

#orderPage .mt-4,
#orderPage .my-4 {
  margin-top: 1.5rem !important;
}

#orderPage .mr-4,
#orderPage .mx-4 {
  margin-right: 1.5rem !important;
}

#orderPage .mb-4,
#orderPage .my-4 {
  margin-bottom: 1.5rem !important;
}

#orderPage .ml-4,
#orderPage .mx-4 {
  margin-left: 1.5rem !important;
}

#orderPage .m-5 {
  margin: 2rem !important;
}

#orderPage .mt-5,
#orderPage .my-5 {
  margin-top: 2rem !important;
}

#orderPage .mr-5,
#orderPage .mx-5 {
  margin-right: 2rem !important;
}

#orderPage .mb-5,
#orderPage .my-5 {
  margin-bottom: 2rem !important;
}

#orderPage .ml-5,
#orderPage .mx-5 {
  margin-left: 2rem !important;
}

#orderPage .m-6 {
  margin: 2.5rem !important;
}

#orderPage .mt-6,
#orderPage .my-6 {
  margin-top: 2.5rem !important;
}

#orderPage .mr-6,
#orderPage .mx-6 {
  margin-right: 2.5rem !important;
}

#orderPage .mb-6,
#orderPage .my-6 {
  margin-bottom: 2.5rem !important;
}

#orderPage .ml-6,
#orderPage .mx-6 {
  margin-left: 2.5rem !important;
}

#orderPage .m-7 {
  margin: 3rem !important;
}

#orderPage .mt-7,
#orderPage .my-7 {
  margin-top: 3rem !important;
}

#orderPage .mr-7,
#orderPage .mx-7 {
  margin-right: 3rem !important;
}

#orderPage .mb-7,
#orderPage .my-7 {
  margin-bottom: 3rem !important;
}

#orderPage .ml-7,
#orderPage .mx-7 {
  margin-left: 3rem !important;
}

#orderPage .m-8 {
  margin: 3.5rem !important;
}

#orderPage .mt-8,
#orderPage .my-8 {
  margin-top: 3.5rem !important;
}

#orderPage .mr-8,
#orderPage .mx-8 {
  margin-right: 3.5rem !important;
}

#orderPage .mb-8,
#orderPage .my-8 {
  margin-bottom: 3.5rem !important;
}

#orderPage .ml-8,
#orderPage .mx-8 {
  margin-left: 3.5rem !important;
}

#orderPage .m-9 {
  margin: 4rem !important;
}

#orderPage .mt-9,
#orderPage .my-9 {
  margin-top: 4rem !important;
}

#orderPage .mr-9,
#orderPage .mx-9 {
  margin-right: 4rem !important;
}

#orderPage .mb-9,
#orderPage .my-9 {
  margin-bottom: 4rem !important;
}

#orderPage .ml-9,
#orderPage .mx-9 {
  margin-left: 4rem !important;
}

#orderPage .m-10 {
  margin: 4.5rem !important;
}

#orderPage .mt-10,
#orderPage .my-10 {
  margin-top: 4.5rem !important;
}

#orderPage .mr-10,
#orderPage .mx-10 {
  margin-right: 4.5rem !important;
}

#orderPage .mb-10,
#orderPage .my-10 {
  margin-bottom: 4.5rem !important;
}

#orderPage .ml-10,
#orderPage .mx-10 {
  margin-left: 4.5rem !important;
}

#orderPage .m-11 {
  margin: 5rem !important;
}

#orderPage .mt-11,
#orderPage .my-11 {
  margin-top: 5rem !important;
}

#orderPage .mr-11,
#orderPage .mx-11 {
  margin-right: 5rem !important;
}

#orderPage .mb-11,
#orderPage .my-11 {
  margin-bottom: 5rem !important;
}

#orderPage .ml-11,
#orderPage .mx-11 {
  margin-left: 5rem !important;
}

#orderPage .p-0 {
  padding: 0 !important;
}

#orderPage .pt-0,
#orderPage .py-0 {
  padding-top: 0 !important;
}

#orderPage .pr-0,
#orderPage .px-0 {
  padding-right: 0 !important;
}

#orderPage .pb-0,
#orderPage .py-0 {
  padding-bottom: 0 !important;
}

#orderPage .pl-0,
#orderPage .px-0 {
  padding-left: 0 !important;
}

#orderPage .p-1 {
  padding: 0.25rem !important;
}

#orderPage .pt-1,
#orderPage .py-1 {
  padding-top: 0.25rem !important;
}

#orderPage .pr-1,
#orderPage .px-1 {
  padding-right: 0.25rem !important;
}

#orderPage .pb-1,
#orderPage .py-1 {
  padding-bottom: 0.25rem !important;
}

#orderPage .pl-1,
#orderPage .px-1 {
  padding-left: 0.25rem !important;
}

#orderPage .p-2 {
  padding: 0.5rem !important;
}

#orderPage .pt-2,
#orderPage .py-2 {
  padding-top: 0.5rem !important;
}

#orderPage .pr-2,
#orderPage .px-2 {
  padding-right: 0.5rem !important;
}

#orderPage .pb-2,
#orderPage .py-2 {
  padding-bottom: 0.5rem !important;
}

#orderPage .pl-2,
#orderPage .px-2 {
  padding-left: 0.5rem !important;
}

#orderPage .p-3 {
  padding: 1rem !important;
}

#orderPage .pt-3,
#orderPage .py-3 {
  padding-top: 1rem !important;
}

#orderPage .pr-3,
#orderPage .px-3 {
  padding-right: 1rem !important;
}

#orderPage .pb-3,
#orderPage .py-3 {
  padding-bottom: 1rem !important;
}

#orderPage .pl-3,
#orderPage .px-3 {
  padding-left: 1rem !important;
}

#orderPage .p-4 {
  padding: 1.5rem !important;
}

#orderPage .pt-4,
#orderPage .py-4 {
  padding-top: 1.5rem !important;
}

#orderPage .pr-4,
#orderPage .px-4 {
  padding-right: 1.5rem !important;
}

#orderPage .pb-4,
#orderPage .py-4 {
  padding-bottom: 1.5rem !important;
}

#orderPage .pl-4,
#orderPage .px-4 {
  padding-left: 1.5rem !important;
}

#orderPage .p-5 {
  padding: 2rem !important;
}

#orderPage .pt-5,
#orderPage .py-5 {
  padding-top: 2rem !important;
}

#orderPage .pr-5,
#orderPage .px-5 {
  padding-right: 2rem !important;
}

#orderPage .pb-5,
#orderPage .py-5 {
  padding-bottom: 2rem !important;
}

#orderPage .pl-5,
#orderPage .px-5 {
  padding-left: 2rem !important;
}

#orderPage .p-6 {
  padding: 2.5rem !important;
}

#orderPage .pt-6,
#orderPage .py-6 {
  padding-top: 2.5rem !important;
}

#orderPage .pr-6,
#orderPage .px-6 {
  padding-right: 2.5rem !important;
}

#orderPage .pb-6,
#orderPage .py-6 {
  padding-bottom: 2.5rem !important;
}

#orderPage .pl-6,
#orderPage .px-6 {
  padding-left: 2.5rem !important;
}

#orderPage .p-7 {
  padding: 3rem !important;
}

#orderPage .pt-7,
#orderPage .py-7 {
  padding-top: 3rem !important;
}

#orderPage .pr-7,
#orderPage .px-7 {
  padding-right: 3rem !important;
}

#orderPage .pb-7,
#orderPage .py-7 {
  padding-bottom: 3rem !important;
}

#orderPage .pl-7,
#orderPage .px-7 {
  padding-left: 3rem !important;
}

#orderPage .p-8 {
  padding: 3.5rem !important;
}

#orderPage .pt-8,
#orderPage .py-8 {
  padding-top: 3.5rem !important;
}

#orderPage .pr-8,
#orderPage .px-8 {
  padding-right: 3.5rem !important;
}

#orderPage .pb-8,
#orderPage .py-8 {
  padding-bottom: 3.5rem !important;
}

#orderPage .pl-8,
#orderPage .px-8 {
  padding-left: 3.5rem !important;
}

#orderPage .p-9 {
  padding: 4rem !important;
}

#orderPage .pt-9,
#orderPage .py-9 {
  padding-top: 4rem !important;
}

#orderPage .pr-9,
#orderPage .px-9 {
  padding-right: 4rem !important;
}

#orderPage .pb-9,
#orderPage .py-9 {
  padding-bottom: 4rem !important;
}

#orderPage .pl-9,
#orderPage .px-9 {
  padding-left: 4rem !important;
}

#orderPage .p-10 {
  padding: 4.5rem !important;
}

#orderPage .pt-10,
#orderPage .py-10 {
  padding-top: 4.5rem !important;
}

#orderPage .pr-10,
#orderPage .px-10 {
  padding-right: 4.5rem !important;
}

#orderPage .pb-10,
#orderPage .py-10 {
  padding-bottom: 4.5rem !important;
}

#orderPage .pl-10,
#orderPage .px-10 {
  padding-left: 4.5rem !important;
}

#orderPage .p-11 {
  padding: 5rem !important;
}

#orderPage .pt-11,
#orderPage .py-11 {
  padding-top: 5rem !important;
}

#orderPage .pr-11,
#orderPage .px-11 {
  padding-right: 5rem !important;
}

#orderPage .pb-11,
#orderPage .py-11 {
  padding-bottom: 5rem !important;
}

#orderPage .pl-11,
#orderPage .px-11 {
  padding-left: 5rem !important;
}

#orderPage .m-n1 {
  margin: -0.25rem !important;
}

#orderPage .mt-n1,
#orderPage .my-n1 {
  margin-top: -0.25rem !important;
}

#orderPage .mr-n1,
#orderPage .mx-n1 {
  margin-right: -0.25rem !important;
}

#orderPage .mb-n1,
#orderPage .my-n1 {
  margin-bottom: -0.25rem !important;
}

#orderPage .ml-n1,
#orderPage .mx-n1 {
  margin-left: -0.25rem !important;
}

#orderPage .m-n2 {
  margin: -0.5rem !important;
}

#orderPage .mt-n2,
#orderPage .my-n2 {
  margin-top: -0.5rem !important;
}

#orderPage .mr-n2,
#orderPage .mx-n2 {
  margin-right: -0.5rem !important;
}

#orderPage .mb-n2,
#orderPage .my-n2 {
  margin-bottom: -0.5rem !important;
}

#orderPage .ml-n2,
#orderPage .mx-n2 {
  margin-left: -0.5rem !important;
}

#orderPage .m-n3 {
  margin: -1rem !important;
}

#orderPage .mt-n3,
#orderPage .my-n3 {
  margin-top: -1rem !important;
}

#orderPage .mr-n3,
#orderPage .mx-n3 {
  margin-right: -1rem !important;
}

#orderPage .mb-n3,
#orderPage .my-n3 {
  margin-bottom: -1rem !important;
}

#orderPage .ml-n3,
#orderPage .mx-n3 {
  margin-left: -1rem !important;
}

#orderPage .m-n4 {
  margin: -1.5rem !important;
}

#orderPage .mt-n4,
#orderPage .my-n4 {
  margin-top: -1.5rem !important;
}

#orderPage .mr-n4,
#orderPage .mx-n4 {
  margin-right: -1.5rem !important;
}

#orderPage .mb-n4,
#orderPage .my-n4 {
  margin-bottom: -1.5rem !important;
}

#orderPage .ml-n4,
#orderPage .mx-n4 {
  margin-left: -1.5rem !important;
}

#orderPage .m-n5 {
  margin: -2rem !important;
}

#orderPage .mt-n5,
#orderPage .my-n5 {
  margin-top: -2rem !important;
}

#orderPage .mr-n5,
#orderPage .mx-n5 {
  margin-right: -2rem !important;
}

#orderPage .mb-n5,
#orderPage .my-n5 {
  margin-bottom: -2rem !important;
}

#orderPage .ml-n5,
#orderPage .mx-n5 {
  margin-left: -2rem !important;
}

#orderPage .m-n6 {
  margin: -2.5rem !important;
}

#orderPage .mt-n6,
#orderPage .my-n6 {
  margin-top: -2.5rem !important;
}

#orderPage .mr-n6,
#orderPage .mx-n6 {
  margin-right: -2.5rem !important;
}

#orderPage .mb-n6,
#orderPage .my-n6 {
  margin-bottom: -2.5rem !important;
}

#orderPage .ml-n6,
#orderPage .mx-n6 {
  margin-left: -2.5rem !important;
}

#orderPage .m-n7 {
  margin: -3rem !important;
}

#orderPage .mt-n7,
#orderPage .my-n7 {
  margin-top: -3rem !important;
}

#orderPage .mr-n7,
#orderPage .mx-n7 {
  margin-right: -3rem !important;
}

#orderPage .mb-n7,
#orderPage .my-n7 {
  margin-bottom: -3rem !important;
}

#orderPage .ml-n7,
#orderPage .mx-n7 {
  margin-left: -3rem !important;
}

#orderPage .m-n8 {
  margin: -3.5rem !important;
}

#orderPage .mt-n8,
#orderPage .my-n8 {
  margin-top: -3.5rem !important;
}

#orderPage .mr-n8,
#orderPage .mx-n8 {
  margin-right: -3.5rem !important;
}

#orderPage .mb-n8,
#orderPage .my-n8 {
  margin-bottom: -3.5rem !important;
}

#orderPage .ml-n8,
#orderPage .mx-n8 {
  margin-left: -3.5rem !important;
}

#orderPage .m-n9 {
  margin: -4rem !important;
}

#orderPage .mt-n9,
#orderPage .my-n9 {
  margin-top: -4rem !important;
}

#orderPage .mr-n9,
#orderPage .mx-n9 {
  margin-right: -4rem !important;
}

#orderPage .mb-n9,
#orderPage .my-n9 {
  margin-bottom: -4rem !important;
}

#orderPage .ml-n9,
#orderPage .mx-n9 {
  margin-left: -4rem !important;
}

#orderPage .m-n10 {
  margin: -4.5rem !important;
}

#orderPage .mt-n10,
#orderPage .my-n10 {
  margin-top: -4.5rem !important;
}

#orderPage .mr-n10,
#orderPage .mx-n10 {
  margin-right: -4.5rem !important;
}

#orderPage .mb-n10,
#orderPage .my-n10 {
  margin-bottom: -4.5rem !important;
}

#orderPage .ml-n10,
#orderPage .mx-n10 {
  margin-left: -4.5rem !important;
}

#orderPage .m-n11 {
  margin: -5rem !important;
}

#orderPage .mt-n11,
#orderPage .my-n11 {
  margin-top: -5rem !important;
}

#orderPage .mr-n11,
#orderPage .mx-n11 {
  margin-right: -5rem !important;
}

#orderPage .mb-n11,
#orderPage .my-n11 {
  margin-bottom: -5rem !important;
}

#orderPage .ml-n11,
#orderPage .mx-n11 {
  margin-left: -5rem !important;
}

#orderPage .m-auto {
  margin: auto !important;
}

#orderPage .mt-auto,
#orderPage .my-auto {
  margin-top: auto !important;
}

#orderPage .mr-auto,
#orderPage .mx-auto {
  margin-right: auto !important;
}

#orderPage .mb-auto,
#orderPage .my-auto {
  margin-bottom: auto !important;
}

#orderPage .ml-auto,
#orderPage .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 480px) {
  #orderPage .m-sm-0 {
    margin: 0 !important;
  }

  #orderPage .mt-sm-0,
  #orderPage .my-sm-0 {
    margin-top: 0 !important;
  }

  #orderPage .mr-sm-0,
  #orderPage .mx-sm-0 {
    margin-right: 0 !important;
  }

  #orderPage .mb-sm-0,
  #orderPage .my-sm-0 {
    margin-bottom: 0 !important;
  }

  #orderPage .ml-sm-0,
  #orderPage .mx-sm-0 {
    margin-left: 0 !important;
  }

  #orderPage .m-sm-1 {
    margin: 0.25rem !important;
  }

  #orderPage .mt-sm-1,
  #orderPage .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  #orderPage .mr-sm-1,
  #orderPage .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  #orderPage .mb-sm-1,
  #orderPage .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  #orderPage .ml-sm-1,
  #orderPage .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  #orderPage .m-sm-2 {
    margin: 0.5rem !important;
  }

  #orderPage .mt-sm-2,
  #orderPage .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  #orderPage .mr-sm-2,
  #orderPage .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  #orderPage .mb-sm-2,
  #orderPage .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  #orderPage .ml-sm-2,
  #orderPage .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  #orderPage .m-sm-3 {
    margin: 1rem !important;
  }

  #orderPage .mt-sm-3,
  #orderPage .my-sm-3 {
    margin-top: 1rem !important;
  }

  #orderPage .mr-sm-3,
  #orderPage .mx-sm-3 {
    margin-right: 1rem !important;
  }

  #orderPage .mb-sm-3,
  #orderPage .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  #orderPage .ml-sm-3,
  #orderPage .mx-sm-3 {
    margin-left: 1rem !important;
  }

  #orderPage .m-sm-4 {
    margin: 1.5rem !important;
  }

  #orderPage .mt-sm-4,
  #orderPage .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  #orderPage .mr-sm-4,
  #orderPage .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  #orderPage .mb-sm-4,
  #orderPage .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  #orderPage .ml-sm-4,
  #orderPage .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  #orderPage .m-sm-5 {
    margin: 2rem !important;
  }

  #orderPage .mt-sm-5,
  #orderPage .my-sm-5 {
    margin-top: 2rem !important;
  }

  #orderPage .mr-sm-5,
  #orderPage .mx-sm-5 {
    margin-right: 2rem !important;
  }

  #orderPage .mb-sm-5,
  #orderPage .my-sm-5 {
    margin-bottom: 2rem !important;
  }

  #orderPage .ml-sm-5,
  #orderPage .mx-sm-5 {
    margin-left: 2rem !important;
  }

  #orderPage .m-sm-6 {
    margin: 2.5rem !important;
  }

  #orderPage .mt-sm-6,
  #orderPage .my-sm-6 {
    margin-top: 2.5rem !important;
  }

  #orderPage .mr-sm-6,
  #orderPage .mx-sm-6 {
    margin-right: 2.5rem !important;
  }

  #orderPage .mb-sm-6,
  #orderPage .my-sm-6 {
    margin-bottom: 2.5rem !important;
  }

  #orderPage .ml-sm-6,
  #orderPage .mx-sm-6 {
    margin-left: 2.5rem !important;
  }

  #orderPage .m-sm-7 {
    margin: 3rem !important;
  }

  #orderPage .mt-sm-7,
  #orderPage .my-sm-7 {
    margin-top: 3rem !important;
  }

  #orderPage .mr-sm-7,
  #orderPage .mx-sm-7 {
    margin-right: 3rem !important;
  }

  #orderPage .mb-sm-7,
  #orderPage .my-sm-7 {
    margin-bottom: 3rem !important;
  }

  #orderPage .ml-sm-7,
  #orderPage .mx-sm-7 {
    margin-left: 3rem !important;
  }

  #orderPage .m-sm-8 {
    margin: 3.5rem !important;
  }

  #orderPage .mt-sm-8,
  #orderPage .my-sm-8 {
    margin-top: 3.5rem !important;
  }

  #orderPage .mr-sm-8,
  #orderPage .mx-sm-8 {
    margin-right: 3.5rem !important;
  }

  #orderPage .mb-sm-8,
  #orderPage .my-sm-8 {
    margin-bottom: 3.5rem !important;
  }

  #orderPage .ml-sm-8,
  #orderPage .mx-sm-8 {
    margin-left: 3.5rem !important;
  }

  #orderPage .m-sm-9 {
    margin: 4rem !important;
  }

  #orderPage .mt-sm-9,
  #orderPage .my-sm-9 {
    margin-top: 4rem !important;
  }

  #orderPage .mr-sm-9,
  #orderPage .mx-sm-9 {
    margin-right: 4rem !important;
  }

  #orderPage .mb-sm-9,
  #orderPage .my-sm-9 {
    margin-bottom: 4rem !important;
  }

  #orderPage .ml-sm-9,
  #orderPage .mx-sm-9 {
    margin-left: 4rem !important;
  }

  #orderPage .m-sm-10 {
    margin: 4.5rem !important;
  }

  #orderPage .mt-sm-10,
  #orderPage .my-sm-10 {
    margin-top: 4.5rem !important;
  }

  #orderPage .mr-sm-10,
  #orderPage .mx-sm-10 {
    margin-right: 4.5rem !important;
  }

  #orderPage .mb-sm-10,
  #orderPage .my-sm-10 {
    margin-bottom: 4.5rem !important;
  }

  #orderPage .ml-sm-10,
  #orderPage .mx-sm-10 {
    margin-left: 4.5rem !important;
  }

  #orderPage .m-sm-11 {
    margin: 5rem !important;
  }

  #orderPage .mt-sm-11,
  #orderPage .my-sm-11 {
    margin-top: 5rem !important;
  }

  #orderPage .mr-sm-11,
  #orderPage .mx-sm-11 {
    margin-right: 5rem !important;
  }

  #orderPage .mb-sm-11,
  #orderPage .my-sm-11 {
    margin-bottom: 5rem !important;
  }

  #orderPage .ml-sm-11,
  #orderPage .mx-sm-11 {
    margin-left: 5rem !important;
  }

  #orderPage .p-sm-0 {
    padding: 0 !important;
  }

  #orderPage .pt-sm-0,
  #orderPage .py-sm-0 {
    padding-top: 0 !important;
  }

  #orderPage .pr-sm-0,
  #orderPage .px-sm-0 {
    padding-right: 0 !important;
  }

  #orderPage .pb-sm-0,
  #orderPage .py-sm-0 {
    padding-bottom: 0 !important;
  }

  #orderPage .pl-sm-0,
  #orderPage .px-sm-0 {
    padding-left: 0 !important;
  }

  #orderPage .p-sm-1 {
    padding: 0.25rem !important;
  }

  #orderPage .pt-sm-1,
  #orderPage .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  #orderPage .pr-sm-1,
  #orderPage .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  #orderPage .pb-sm-1,
  #orderPage .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  #orderPage .pl-sm-1,
  #orderPage .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  #orderPage .p-sm-2 {
    padding: 0.5rem !important;
  }

  #orderPage .pt-sm-2,
  #orderPage .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  #orderPage .pr-sm-2,
  #orderPage .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  #orderPage .pb-sm-2,
  #orderPage .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  #orderPage .pl-sm-2,
  #orderPage .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  #orderPage .p-sm-3 {
    padding: 1rem !important;
  }

  #orderPage .pt-sm-3,
  #orderPage .py-sm-3 {
    padding-top: 1rem !important;
  }

  #orderPage .pr-sm-3,
  #orderPage .px-sm-3 {
    padding-right: 1rem !important;
  }

  #orderPage .pb-sm-3,
  #orderPage .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  #orderPage .pl-sm-3,
  #orderPage .px-sm-3 {
    padding-left: 1rem !important;
  }

  #orderPage .p-sm-4 {
    padding: 1.5rem !important;
  }

  #orderPage .pt-sm-4,
  #orderPage .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  #orderPage .pr-sm-4,
  #orderPage .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  #orderPage .pb-sm-4,
  #orderPage .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  #orderPage .pl-sm-4,
  #orderPage .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  #orderPage .p-sm-5 {
    padding: 2rem !important;
  }

  #orderPage .pt-sm-5,
  #orderPage .py-sm-5 {
    padding-top: 2rem !important;
  }

  #orderPage .pr-sm-5,
  #orderPage .px-sm-5 {
    padding-right: 2rem !important;
  }

  #orderPage .pb-sm-5,
  #orderPage .py-sm-5 {
    padding-bottom: 2rem !important;
  }

  #orderPage .pl-sm-5,
  #orderPage .px-sm-5 {
    padding-left: 2rem !important;
  }

  #orderPage .p-sm-6 {
    padding: 2.5rem !important;
  }

  #orderPage .pt-sm-6,
  #orderPage .py-sm-6 {
    padding-top: 2.5rem !important;
  }

  #orderPage .pr-sm-6,
  #orderPage .px-sm-6 {
    padding-right: 2.5rem !important;
  }

  #orderPage .pb-sm-6,
  #orderPage .py-sm-6 {
    padding-bottom: 2.5rem !important;
  }

  #orderPage .pl-sm-6,
  #orderPage .px-sm-6 {
    padding-left: 2.5rem !important;
  }

  #orderPage .p-sm-7 {
    padding: 3rem !important;
  }

  #orderPage .pt-sm-7,
  #orderPage .py-sm-7 {
    padding-top: 3rem !important;
  }

  #orderPage .pr-sm-7,
  #orderPage .px-sm-7 {
    padding-right: 3rem !important;
  }

  #orderPage .pb-sm-7,
  #orderPage .py-sm-7 {
    padding-bottom: 3rem !important;
  }

  #orderPage .pl-sm-7,
  #orderPage .px-sm-7 {
    padding-left: 3rem !important;
  }

  #orderPage .p-sm-8 {
    padding: 3.5rem !important;
  }

  #orderPage .pt-sm-8,
  #orderPage .py-sm-8 {
    padding-top: 3.5rem !important;
  }

  #orderPage .pr-sm-8,
  #orderPage .px-sm-8 {
    padding-right: 3.5rem !important;
  }

  #orderPage .pb-sm-8,
  #orderPage .py-sm-8 {
    padding-bottom: 3.5rem !important;
  }

  #orderPage .pl-sm-8,
  #orderPage .px-sm-8 {
    padding-left: 3.5rem !important;
  }

  #orderPage .p-sm-9 {
    padding: 4rem !important;
  }

  #orderPage .pt-sm-9,
  #orderPage .py-sm-9 {
    padding-top: 4rem !important;
  }

  #orderPage .pr-sm-9,
  #orderPage .px-sm-9 {
    padding-right: 4rem !important;
  }

  #orderPage .pb-sm-9,
  #orderPage .py-sm-9 {
    padding-bottom: 4rem !important;
  }

  #orderPage .pl-sm-9,
  #orderPage .px-sm-9 {
    padding-left: 4rem !important;
  }

  #orderPage .p-sm-10 {
    padding: 4.5rem !important;
  }

  #orderPage .pt-sm-10,
  #orderPage .py-sm-10 {
    padding-top: 4.5rem !important;
  }

  #orderPage .pr-sm-10,
  #orderPage .px-sm-10 {
    padding-right: 4.5rem !important;
  }

  #orderPage .pb-sm-10,
  #orderPage .py-sm-10 {
    padding-bottom: 4.5rem !important;
  }

  #orderPage .pl-sm-10,
  #orderPage .px-sm-10 {
    padding-left: 4.5rem !important;
  }

  #orderPage .p-sm-11 {
    padding: 5rem !important;
  }

  #orderPage .pt-sm-11,
  #orderPage .py-sm-11 {
    padding-top: 5rem !important;
  }

  #orderPage .pr-sm-11,
  #orderPage .px-sm-11 {
    padding-right: 5rem !important;
  }

  #orderPage .pb-sm-11,
  #orderPage .py-sm-11 {
    padding-bottom: 5rem !important;
  }

  #orderPage .pl-sm-11,
  #orderPage .px-sm-11 {
    padding-left: 5rem !important;
  }

  #orderPage .m-sm-n1 {
    margin: -0.25rem !important;
  }

  #orderPage .mt-sm-n1,
  #orderPage .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  #orderPage .mr-sm-n1,
  #orderPage .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  #orderPage .mb-sm-n1,
  #orderPage .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  #orderPage .ml-sm-n1,
  #orderPage .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  #orderPage .m-sm-n2 {
    margin: -0.5rem !important;
  }

  #orderPage .mt-sm-n2,
  #orderPage .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  #orderPage .mr-sm-n2,
  #orderPage .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  #orderPage .mb-sm-n2,
  #orderPage .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  #orderPage .ml-sm-n2,
  #orderPage .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  #orderPage .m-sm-n3 {
    margin: -1rem !important;
  }

  #orderPage .mt-sm-n3,
  #orderPage .my-sm-n3 {
    margin-top: -1rem !important;
  }

  #orderPage .mr-sm-n3,
  #orderPage .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  #orderPage .mb-sm-n3,
  #orderPage .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  #orderPage .ml-sm-n3,
  #orderPage .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  #orderPage .m-sm-n4 {
    margin: -1.5rem !important;
  }

  #orderPage .mt-sm-n4,
  #orderPage .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  #orderPage .mr-sm-n4,
  #orderPage .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  #orderPage .mb-sm-n4,
  #orderPage .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  #orderPage .ml-sm-n4,
  #orderPage .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  #orderPage .m-sm-n5 {
    margin: -2rem !important;
  }

  #orderPage .mt-sm-n5,
  #orderPage .my-sm-n5 {
    margin-top: -2rem !important;
  }

  #orderPage .mr-sm-n5,
  #orderPage .mx-sm-n5 {
    margin-right: -2rem !important;
  }

  #orderPage .mb-sm-n5,
  #orderPage .my-sm-n5 {
    margin-bottom: -2rem !important;
  }

  #orderPage .ml-sm-n5,
  #orderPage .mx-sm-n5 {
    margin-left: -2rem !important;
  }

  #orderPage .m-sm-n6 {
    margin: -2.5rem !important;
  }

  #orderPage .mt-sm-n6,
  #orderPage .my-sm-n6 {
    margin-top: -2.5rem !important;
  }

  #orderPage .mr-sm-n6,
  #orderPage .mx-sm-n6 {
    margin-right: -2.5rem !important;
  }

  #orderPage .mb-sm-n6,
  #orderPage .my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }

  #orderPage .ml-sm-n6,
  #orderPage .mx-sm-n6 {
    margin-left: -2.5rem !important;
  }

  #orderPage .m-sm-n7 {
    margin: -3rem !important;
  }

  #orderPage .mt-sm-n7,
  #orderPage .my-sm-n7 {
    margin-top: -3rem !important;
  }

  #orderPage .mr-sm-n7,
  #orderPage .mx-sm-n7 {
    margin-right: -3rem !important;
  }

  #orderPage .mb-sm-n7,
  #orderPage .my-sm-n7 {
    margin-bottom: -3rem !important;
  }

  #orderPage .ml-sm-n7,
  #orderPage .mx-sm-n7 {
    margin-left: -3rem !important;
  }

  #orderPage .m-sm-n8 {
    margin: -3.5rem !important;
  }

  #orderPage .mt-sm-n8,
  #orderPage .my-sm-n8 {
    margin-top: -3.5rem !important;
  }

  #orderPage .mr-sm-n8,
  #orderPage .mx-sm-n8 {
    margin-right: -3.5rem !important;
  }

  #orderPage .mb-sm-n8,
  #orderPage .my-sm-n8 {
    margin-bottom: -3.5rem !important;
  }

  #orderPage .ml-sm-n8,
  #orderPage .mx-sm-n8 {
    margin-left: -3.5rem !important;
  }

  #orderPage .m-sm-n9 {
    margin: -4rem !important;
  }

  #orderPage .mt-sm-n9,
  #orderPage .my-sm-n9 {
    margin-top: -4rem !important;
  }

  #orderPage .mr-sm-n9,
  #orderPage .mx-sm-n9 {
    margin-right: -4rem !important;
  }

  #orderPage .mb-sm-n9,
  #orderPage .my-sm-n9 {
    margin-bottom: -4rem !important;
  }

  #orderPage .ml-sm-n9,
  #orderPage .mx-sm-n9 {
    margin-left: -4rem !important;
  }

  #orderPage .m-sm-n10 {
    margin: -4.5rem !important;
  }

  #orderPage .mt-sm-n10,
  #orderPage .my-sm-n10 {
    margin-top: -4.5rem !important;
  }

  #orderPage .mr-sm-n10,
  #orderPage .mx-sm-n10 {
    margin-right: -4.5rem !important;
  }

  #orderPage .mb-sm-n10,
  #orderPage .my-sm-n10 {
    margin-bottom: -4.5rem !important;
  }

  #orderPage .ml-sm-n10,
  #orderPage .mx-sm-n10 {
    margin-left: -4.5rem !important;
  }

  #orderPage .m-sm-n11 {
    margin: -5rem !important;
  }

  #orderPage .mt-sm-n11,
  #orderPage .my-sm-n11 {
    margin-top: -5rem !important;
  }

  #orderPage .mr-sm-n11,
  #orderPage .mx-sm-n11 {
    margin-right: -5rem !important;
  }

  #orderPage .mb-sm-n11,
  #orderPage .my-sm-n11 {
    margin-bottom: -5rem !important;
  }

  #orderPage .ml-sm-n11,
  #orderPage .mx-sm-n11 {
    margin-left: -5rem !important;
  }

  #orderPage .m-sm-auto {
    margin: auto !important;
  }

  #orderPage .mt-sm-auto,
  #orderPage .my-sm-auto {
    margin-top: auto !important;
  }

  #orderPage .mr-sm-auto,
  #orderPage .mx-sm-auto {
    margin-right: auto !important;
  }

  #orderPage .mb-sm-auto,
  #orderPage .my-sm-auto {
    margin-bottom: auto !important;
  }

  #orderPage .ml-sm-auto,
  #orderPage .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  #orderPage .m-md-0 {
    margin: 0 !important;
  }

  #orderPage .mt-md-0,
  #orderPage .my-md-0 {
    margin-top: 0 !important;
  }

  #orderPage .mr-md-0,
  #orderPage .mx-md-0 {
    margin-right: 0 !important;
  }

  #orderPage .mb-md-0,
  #orderPage .my-md-0 {
    margin-bottom: 0 !important;
  }

  #orderPage .ml-md-0,
  #orderPage .mx-md-0 {
    margin-left: 0 !important;
  }

  #orderPage .m-md-1 {
    margin: 0.25rem !important;
  }

  #orderPage .mt-md-1,
  #orderPage .my-md-1 {
    margin-top: 0.25rem !important;
  }

  #orderPage .mr-md-1,
  #orderPage .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  #orderPage .mb-md-1,
  #orderPage .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  #orderPage .ml-md-1,
  #orderPage .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  #orderPage .m-md-2 {
    margin: 0.5rem !important;
  }

  #orderPage .mt-md-2,
  #orderPage .my-md-2 {
    margin-top: 0.5rem !important;
  }

  #orderPage .mr-md-2,
  #orderPage .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  #orderPage .mb-md-2,
  #orderPage .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  #orderPage .ml-md-2,
  #orderPage .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  #orderPage .m-md-3 {
    margin: 1rem !important;
  }

  #orderPage .mt-md-3,
  #orderPage .my-md-3 {
    margin-top: 1rem !important;
  }

  #orderPage .mr-md-3,
  #orderPage .mx-md-3 {
    margin-right: 1rem !important;
  }

  #orderPage .mb-md-3,
  #orderPage .my-md-3 {
    margin-bottom: 1rem !important;
  }

  #orderPage .ml-md-3,
  #orderPage .mx-md-3 {
    margin-left: 1rem !important;
  }

  #orderPage .m-md-4 {
    margin: 1.5rem !important;
  }

  #orderPage .mt-md-4,
  #orderPage .my-md-4 {
    margin-top: 1.5rem !important;
  }

  #orderPage .mr-md-4,
  #orderPage .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  #orderPage .mb-md-4,
  #orderPage .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  #orderPage .ml-md-4,
  #orderPage .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  #orderPage .m-md-5 {
    margin: 2rem !important;
  }

  #orderPage .mt-md-5,
  #orderPage .my-md-5 {
    margin-top: 2rem !important;
  }

  #orderPage .mr-md-5,
  #orderPage .mx-md-5 {
    margin-right: 2rem !important;
  }

  #orderPage .mb-md-5,
  #orderPage .my-md-5 {
    margin-bottom: 2rem !important;
  }

  #orderPage .ml-md-5,
  #orderPage .mx-md-5 {
    margin-left: 2rem !important;
  }

  #orderPage .m-md-6 {
    margin: 2.5rem !important;
  }

  #orderPage .mt-md-6,
  #orderPage .my-md-6 {
    margin-top: 2.5rem !important;
  }

  #orderPage .mr-md-6,
  #orderPage .mx-md-6 {
    margin-right: 2.5rem !important;
  }

  #orderPage .mb-md-6,
  #orderPage .my-md-6 {
    margin-bottom: 2.5rem !important;
  }

  #orderPage .ml-md-6,
  #orderPage .mx-md-6 {
    margin-left: 2.5rem !important;
  }

  #orderPage .m-md-7 {
    margin: 3rem !important;
  }

  #orderPage .mt-md-7,
  #orderPage .my-md-7 {
    margin-top: 3rem !important;
  }

  #orderPage .mr-md-7,
  #orderPage .mx-md-7 {
    margin-right: 3rem !important;
  }

  #orderPage .mb-md-7,
  #orderPage .my-md-7 {
    margin-bottom: 3rem !important;
  }

  #orderPage .ml-md-7,
  #orderPage .mx-md-7 {
    margin-left: 3rem !important;
  }

  #orderPage .m-md-8 {
    margin: 3.5rem !important;
  }

  #orderPage .mt-md-8,
  #orderPage .my-md-8 {
    margin-top: 3.5rem !important;
  }

  #orderPage .mr-md-8,
  #orderPage .mx-md-8 {
    margin-right: 3.5rem !important;
  }

  #orderPage .mb-md-8,
  #orderPage .my-md-8 {
    margin-bottom: 3.5rem !important;
  }

  #orderPage .ml-md-8,
  #orderPage .mx-md-8 {
    margin-left: 3.5rem !important;
  }

  #orderPage .m-md-9 {
    margin: 4rem !important;
  }

  #orderPage .mt-md-9,
  #orderPage .my-md-9 {
    margin-top: 4rem !important;
  }

  #orderPage .mr-md-9,
  #orderPage .mx-md-9 {
    margin-right: 4rem !important;
  }

  #orderPage .mb-md-9,
  #orderPage .my-md-9 {
    margin-bottom: 4rem !important;
  }

  #orderPage .ml-md-9,
  #orderPage .mx-md-9 {
    margin-left: 4rem !important;
  }

  #orderPage .m-md-10 {
    margin: 4.5rem !important;
  }

  #orderPage .mt-md-10,
  #orderPage .my-md-10 {
    margin-top: 4.5rem !important;
  }

  #orderPage .mr-md-10,
  #orderPage .mx-md-10 {
    margin-right: 4.5rem !important;
  }

  #orderPage .mb-md-10,
  #orderPage .my-md-10 {
    margin-bottom: 4.5rem !important;
  }

  #orderPage .ml-md-10,
  #orderPage .mx-md-10 {
    margin-left: 4.5rem !important;
  }

  #orderPage .m-md-11 {
    margin: 5rem !important;
  }

  #orderPage .mt-md-11,
  #orderPage .my-md-11 {
    margin-top: 5rem !important;
  }

  #orderPage .mr-md-11,
  #orderPage .mx-md-11 {
    margin-right: 5rem !important;
  }

  #orderPage .mb-md-11,
  #orderPage .my-md-11 {
    margin-bottom: 5rem !important;
  }

  #orderPage .ml-md-11,
  #orderPage .mx-md-11 {
    margin-left: 5rem !important;
  }

  #orderPage .p-md-0 {
    padding: 0 !important;
  }

  #orderPage .pt-md-0,
  #orderPage .py-md-0 {
    padding-top: 0 !important;
  }

  #orderPage .pr-md-0,
  #orderPage .px-md-0 {
    padding-right: 0 !important;
  }

  #orderPage .pb-md-0,
  #orderPage .py-md-0 {
    padding-bottom: 0 !important;
  }

  #orderPage .pl-md-0,
  #orderPage .px-md-0 {
    padding-left: 0 !important;
  }

  #orderPage .p-md-1 {
    padding: 0.25rem !important;
  }

  #orderPage .pt-md-1,
  #orderPage .py-md-1 {
    padding-top: 0.25rem !important;
  }

  #orderPage .pr-md-1,
  #orderPage .px-md-1 {
    padding-right: 0.25rem !important;
  }

  #orderPage .pb-md-1,
  #orderPage .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  #orderPage .pl-md-1,
  #orderPage .px-md-1 {
    padding-left: 0.25rem !important;
  }

  #orderPage .p-md-2 {
    padding: 0.5rem !important;
  }

  #orderPage .pt-md-2,
  #orderPage .py-md-2 {
    padding-top: 0.5rem !important;
  }

  #orderPage .pr-md-2,
  #orderPage .px-md-2 {
    padding-right: 0.5rem !important;
  }

  #orderPage .pb-md-2,
  #orderPage .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  #orderPage .pl-md-2,
  #orderPage .px-md-2 {
    padding-left: 0.5rem !important;
  }

  #orderPage .p-md-3 {
    padding: 1rem !important;
  }

  #orderPage .pt-md-3,
  #orderPage .py-md-3 {
    padding-top: 1rem !important;
  }

  #orderPage .pr-md-3,
  #orderPage .px-md-3 {
    padding-right: 1rem !important;
  }

  #orderPage .pb-md-3,
  #orderPage .py-md-3 {
    padding-bottom: 1rem !important;
  }

  #orderPage .pl-md-3,
  #orderPage .px-md-3 {
    padding-left: 1rem !important;
  }

  #orderPage .p-md-4 {
    padding: 1.5rem !important;
  }

  #orderPage .pt-md-4,
  #orderPage .py-md-4 {
    padding-top: 1.5rem !important;
  }

  #orderPage .pr-md-4,
  #orderPage .px-md-4 {
    padding-right: 1.5rem !important;
  }

  #orderPage .pb-md-4,
  #orderPage .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  #orderPage .pl-md-4,
  #orderPage .px-md-4 {
    padding-left: 1.5rem !important;
  }

  #orderPage .p-md-5 {
    padding: 2rem !important;
  }

  #orderPage .pt-md-5,
  #orderPage .py-md-5 {
    padding-top: 2rem !important;
  }

  #orderPage .pr-md-5,
  #orderPage .px-md-5 {
    padding-right: 2rem !important;
  }

  #orderPage .pb-md-5,
  #orderPage .py-md-5 {
    padding-bottom: 2rem !important;
  }

  #orderPage .pl-md-5,
  #orderPage .px-md-5 {
    padding-left: 2rem !important;
  }

  #orderPage .p-md-6 {
    padding: 2.5rem !important;
  }

  #orderPage .pt-md-6,
  #orderPage .py-md-6 {
    padding-top: 2.5rem !important;
  }

  #orderPage .pr-md-6,
  #orderPage .px-md-6 {
    padding-right: 2.5rem !important;
  }

  #orderPage .pb-md-6,
  #orderPage .py-md-6 {
    padding-bottom: 2.5rem !important;
  }

  #orderPage .pl-md-6,
  #orderPage .px-md-6 {
    padding-left: 2.5rem !important;
  }

  #orderPage .p-md-7 {
    padding: 3rem !important;
  }

  #orderPage .pt-md-7,
  #orderPage .py-md-7 {
    padding-top: 3rem !important;
  }

  #orderPage .pr-md-7,
  #orderPage .px-md-7 {
    padding-right: 3rem !important;
  }

  #orderPage .pb-md-7,
  #orderPage .py-md-7 {
    padding-bottom: 3rem !important;
  }

  #orderPage .pl-md-7,
  #orderPage .px-md-7 {
    padding-left: 3rem !important;
  }

  #orderPage .p-md-8 {
    padding: 3.5rem !important;
  }

  #orderPage .pt-md-8,
  #orderPage .py-md-8 {
    padding-top: 3.5rem !important;
  }

  #orderPage .pr-md-8,
  #orderPage .px-md-8 {
    padding-right: 3.5rem !important;
  }

  #orderPage .pb-md-8,
  #orderPage .py-md-8 {
    padding-bottom: 3.5rem !important;
  }

  #orderPage .pl-md-8,
  #orderPage .px-md-8 {
    padding-left: 3.5rem !important;
  }

  #orderPage .p-md-9 {
    padding: 4rem !important;
  }

  #orderPage .pt-md-9,
  #orderPage .py-md-9 {
    padding-top: 4rem !important;
  }

  #orderPage .pr-md-9,
  #orderPage .px-md-9 {
    padding-right: 4rem !important;
  }

  #orderPage .pb-md-9,
  #orderPage .py-md-9 {
    padding-bottom: 4rem !important;
  }

  #orderPage .pl-md-9,
  #orderPage .px-md-9 {
    padding-left: 4rem !important;
  }

  #orderPage .p-md-10 {
    padding: 4.5rem !important;
  }

  #orderPage .pt-md-10,
  #orderPage .py-md-10 {
    padding-top: 4.5rem !important;
  }

  #orderPage .pr-md-10,
  #orderPage .px-md-10 {
    padding-right: 4.5rem !important;
  }

  #orderPage .pb-md-10,
  #orderPage .py-md-10 {
    padding-bottom: 4.5rem !important;
  }

  #orderPage .pl-md-10,
  #orderPage .px-md-10 {
    padding-left: 4.5rem !important;
  }

  #orderPage .p-md-11 {
    padding: 5rem !important;
  }

  #orderPage .pt-md-11,
  #orderPage .py-md-11 {
    padding-top: 5rem !important;
  }

  #orderPage .pr-md-11,
  #orderPage .px-md-11 {
    padding-right: 5rem !important;
  }

  #orderPage .pb-md-11,
  #orderPage .py-md-11 {
    padding-bottom: 5rem !important;
  }

  #orderPage .pl-md-11,
  #orderPage .px-md-11 {
    padding-left: 5rem !important;
  }

  #orderPage .m-md-n1 {
    margin: -0.25rem !important;
  }

  #orderPage .mt-md-n1,
  #orderPage .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  #orderPage .mr-md-n1,
  #orderPage .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  #orderPage .mb-md-n1,
  #orderPage .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  #orderPage .ml-md-n1,
  #orderPage .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  #orderPage .m-md-n2 {
    margin: -0.5rem !important;
  }

  #orderPage .mt-md-n2,
  #orderPage .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  #orderPage .mr-md-n2,
  #orderPage .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  #orderPage .mb-md-n2,
  #orderPage .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  #orderPage .ml-md-n2,
  #orderPage .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  #orderPage .m-md-n3 {
    margin: -1rem !important;
  }

  #orderPage .mt-md-n3,
  #orderPage .my-md-n3 {
    margin-top: -1rem !important;
  }

  #orderPage .mr-md-n3,
  #orderPage .mx-md-n3 {
    margin-right: -1rem !important;
  }

  #orderPage .mb-md-n3,
  #orderPage .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  #orderPage .ml-md-n3,
  #orderPage .mx-md-n3 {
    margin-left: -1rem !important;
  }

  #orderPage .m-md-n4 {
    margin: -1.5rem !important;
  }

  #orderPage .mt-md-n4,
  #orderPage .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  #orderPage .mr-md-n4,
  #orderPage .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  #orderPage .mb-md-n4,
  #orderPage .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  #orderPage .ml-md-n4,
  #orderPage .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  #orderPage .m-md-n5 {
    margin: -2rem !important;
  }

  #orderPage .mt-md-n5,
  #orderPage .my-md-n5 {
    margin-top: -2rem !important;
  }

  #orderPage .mr-md-n5,
  #orderPage .mx-md-n5 {
    margin-right: -2rem !important;
  }

  #orderPage .mb-md-n5,
  #orderPage .my-md-n5 {
    margin-bottom: -2rem !important;
  }

  #orderPage .ml-md-n5,
  #orderPage .mx-md-n5 {
    margin-left: -2rem !important;
  }

  #orderPage .m-md-n6 {
    margin: -2.5rem !important;
  }

  #orderPage .mt-md-n6,
  #orderPage .my-md-n6 {
    margin-top: -2.5rem !important;
  }

  #orderPage .mr-md-n6,
  #orderPage .mx-md-n6 {
    margin-right: -2.5rem !important;
  }

  #orderPage .mb-md-n6,
  #orderPage .my-md-n6 {
    margin-bottom: -2.5rem !important;
  }

  #orderPage .ml-md-n6,
  #orderPage .mx-md-n6 {
    margin-left: -2.5rem !important;
  }

  #orderPage .m-md-n7 {
    margin: -3rem !important;
  }

  #orderPage .mt-md-n7,
  #orderPage .my-md-n7 {
    margin-top: -3rem !important;
  }

  #orderPage .mr-md-n7,
  #orderPage .mx-md-n7 {
    margin-right: -3rem !important;
  }

  #orderPage .mb-md-n7,
  #orderPage .my-md-n7 {
    margin-bottom: -3rem !important;
  }

  #orderPage .ml-md-n7,
  #orderPage .mx-md-n7 {
    margin-left: -3rem !important;
  }

  #orderPage .m-md-n8 {
    margin: -3.5rem !important;
  }

  #orderPage .mt-md-n8,
  #orderPage .my-md-n8 {
    margin-top: -3.5rem !important;
  }

  #orderPage .mr-md-n8,
  #orderPage .mx-md-n8 {
    margin-right: -3.5rem !important;
  }

  #orderPage .mb-md-n8,
  #orderPage .my-md-n8 {
    margin-bottom: -3.5rem !important;
  }

  #orderPage .ml-md-n8,
  #orderPage .mx-md-n8 {
    margin-left: -3.5rem !important;
  }

  #orderPage .m-md-n9 {
    margin: -4rem !important;
  }

  #orderPage .mt-md-n9,
  #orderPage .my-md-n9 {
    margin-top: -4rem !important;
  }

  #orderPage .mr-md-n9,
  #orderPage .mx-md-n9 {
    margin-right: -4rem !important;
  }

  #orderPage .mb-md-n9,
  #orderPage .my-md-n9 {
    margin-bottom: -4rem !important;
  }

  #orderPage .ml-md-n9,
  #orderPage .mx-md-n9 {
    margin-left: -4rem !important;
  }

  #orderPage .m-md-n10 {
    margin: -4.5rem !important;
  }

  #orderPage .mt-md-n10,
  #orderPage .my-md-n10 {
    margin-top: -4.5rem !important;
  }

  #orderPage .mr-md-n10,
  #orderPage .mx-md-n10 {
    margin-right: -4.5rem !important;
  }

  #orderPage .mb-md-n10,
  #orderPage .my-md-n10 {
    margin-bottom: -4.5rem !important;
  }

  #orderPage .ml-md-n10,
  #orderPage .mx-md-n10 {
    margin-left: -4.5rem !important;
  }

  #orderPage .m-md-n11 {
    margin: -5rem !important;
  }

  #orderPage .mt-md-n11,
  #orderPage .my-md-n11 {
    margin-top: -5rem !important;
  }

  #orderPage .mr-md-n11,
  #orderPage .mx-md-n11 {
    margin-right: -5rem !important;
  }

  #orderPage .mb-md-n11,
  #orderPage .my-md-n11 {
    margin-bottom: -5rem !important;
  }

  #orderPage .ml-md-n11,
  #orderPage .mx-md-n11 {
    margin-left: -5rem !important;
  }

  #orderPage .m-md-auto {
    margin: auto !important;
  }

  #orderPage .mt-md-auto,
  #orderPage .my-md-auto {
    margin-top: auto !important;
  }

  #orderPage .mr-md-auto,
  #orderPage .mx-md-auto {
    margin-right: auto !important;
  }

  #orderPage .mb-md-auto,
  #orderPage .my-md-auto {
    margin-bottom: auto !important;
  }

  #orderPage .ml-md-auto,
  #orderPage .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  #orderPage .m-lg-0 {
    margin: 0 !important;
  }

  #orderPage .mt-lg-0,
  #orderPage .my-lg-0 {
    margin-top: 0 !important;
  }

  #orderPage .mr-lg-0,
  #orderPage .mx-lg-0 {
    margin-right: 0 !important;
  }

  #orderPage .mb-lg-0,
  #orderPage .my-lg-0 {
    margin-bottom: 0 !important;
  }

  #orderPage .ml-lg-0,
  #orderPage .mx-lg-0 {
    margin-left: 0 !important;
  }

  #orderPage .m-lg-1 {
    margin: 0.25rem !important;
  }

  #orderPage .mt-lg-1,
  #orderPage .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  #orderPage .mr-lg-1,
  #orderPage .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  #orderPage .mb-lg-1,
  #orderPage .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  #orderPage .ml-lg-1,
  #orderPage .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  #orderPage .m-lg-2 {
    margin: 0.5rem !important;
  }

  #orderPage .mt-lg-2,
  #orderPage .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  #orderPage .mr-lg-2,
  #orderPage .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  #orderPage .mb-lg-2,
  #orderPage .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  #orderPage .ml-lg-2,
  #orderPage .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  #orderPage .m-lg-3 {
    margin: 1rem !important;
  }

  #orderPage .mt-lg-3,
  #orderPage .my-lg-3 {
    margin-top: 1rem !important;
  }

  #orderPage .mr-lg-3,
  #orderPage .mx-lg-3 {
    margin-right: 1rem !important;
  }

  #orderPage .mb-lg-3,
  #orderPage .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  #orderPage .ml-lg-3,
  #orderPage .mx-lg-3 {
    margin-left: 1rem !important;
  }

  #orderPage .m-lg-4 {
    margin: 1.5rem !important;
  }

  #orderPage .mt-lg-4,
  #orderPage .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  #orderPage .mr-lg-4,
  #orderPage .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  #orderPage .mb-lg-4,
  #orderPage .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  #orderPage .ml-lg-4,
  #orderPage .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  #orderPage .m-lg-5 {
    margin: 2rem !important;
  }

  #orderPage .mt-lg-5,
  #orderPage .my-lg-5 {
    margin-top: 2rem !important;
  }

  #orderPage .mr-lg-5,
  #orderPage .mx-lg-5 {
    margin-right: 2rem !important;
  }

  #orderPage .mb-lg-5,
  #orderPage .my-lg-5 {
    margin-bottom: 2rem !important;
  }

  #orderPage .ml-lg-5,
  #orderPage .mx-lg-5 {
    margin-left: 2rem !important;
  }

  #orderPage .m-lg-6 {
    margin: 2.5rem !important;
  }

  #orderPage .mt-lg-6,
  #orderPage .my-lg-6 {
    margin-top: 2.5rem !important;
  }

  #orderPage .mr-lg-6,
  #orderPage .mx-lg-6 {
    margin-right: 2.5rem !important;
  }

  #orderPage .mb-lg-6,
  #orderPage .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }

  #orderPage .ml-lg-6,
  #orderPage .mx-lg-6 {
    margin-left: 2.5rem !important;
  }

  #orderPage .m-lg-7 {
    margin: 3rem !important;
  }

  #orderPage .mt-lg-7,
  #orderPage .my-lg-7 {
    margin-top: 3rem !important;
  }

  #orderPage .mr-lg-7,
  #orderPage .mx-lg-7 {
    margin-right: 3rem !important;
  }

  #orderPage .mb-lg-7,
  #orderPage .my-lg-7 {
    margin-bottom: 3rem !important;
  }

  #orderPage .ml-lg-7,
  #orderPage .mx-lg-7 {
    margin-left: 3rem !important;
  }

  #orderPage .m-lg-8 {
    margin: 3.5rem !important;
  }

  #orderPage .mt-lg-8,
  #orderPage .my-lg-8 {
    margin-top: 3.5rem !important;
  }

  #orderPage .mr-lg-8,
  #orderPage .mx-lg-8 {
    margin-right: 3.5rem !important;
  }

  #orderPage .mb-lg-8,
  #orderPage .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }

  #orderPage .ml-lg-8,
  #orderPage .mx-lg-8 {
    margin-left: 3.5rem !important;
  }

  #orderPage .m-lg-9 {
    margin: 4rem !important;
  }

  #orderPage .mt-lg-9,
  #orderPage .my-lg-9 {
    margin-top: 4rem !important;
  }

  #orderPage .mr-lg-9,
  #orderPage .mx-lg-9 {
    margin-right: 4rem !important;
  }

  #orderPage .mb-lg-9,
  #orderPage .my-lg-9 {
    margin-bottom: 4rem !important;
  }

  #orderPage .ml-lg-9,
  #orderPage .mx-lg-9 {
    margin-left: 4rem !important;
  }

  #orderPage .m-lg-10 {
    margin: 4.5rem !important;
  }

  #orderPage .mt-lg-10,
  #orderPage .my-lg-10 {
    margin-top: 4.5rem !important;
  }

  #orderPage .mr-lg-10,
  #orderPage .mx-lg-10 {
    margin-right: 4.5rem !important;
  }

  #orderPage .mb-lg-10,
  #orderPage .my-lg-10 {
    margin-bottom: 4.5rem !important;
  }

  #orderPage .ml-lg-10,
  #orderPage .mx-lg-10 {
    margin-left: 4.5rem !important;
  }

  #orderPage .m-lg-11 {
    margin: 5rem !important;
  }

  #orderPage .mt-lg-11,
  #orderPage .my-lg-11 {
    margin-top: 5rem !important;
  }

  #orderPage .mr-lg-11,
  #orderPage .mx-lg-11 {
    margin-right: 5rem !important;
  }

  #orderPage .mb-lg-11,
  #orderPage .my-lg-11 {
    margin-bottom: 5rem !important;
  }

  #orderPage .ml-lg-11,
  #orderPage .mx-lg-11 {
    margin-left: 5rem !important;
  }

  #orderPage .p-lg-0 {
    padding: 0 !important;
  }

  #orderPage .pt-lg-0,
  #orderPage .py-lg-0 {
    padding-top: 0 !important;
  }

  #orderPage .pr-lg-0,
  #orderPage .px-lg-0 {
    padding-right: 0 !important;
  }

  #orderPage .pb-lg-0,
  #orderPage .py-lg-0 {
    padding-bottom: 0 !important;
  }

  #orderPage .pl-lg-0,
  #orderPage .px-lg-0 {
    padding-left: 0 !important;
  }

  #orderPage .p-lg-1 {
    padding: 0.25rem !important;
  }

  #orderPage .pt-lg-1,
  #orderPage .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  #orderPage .pr-lg-1,
  #orderPage .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  #orderPage .pb-lg-1,
  #orderPage .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  #orderPage .pl-lg-1,
  #orderPage .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  #orderPage .p-lg-2 {
    padding: 0.5rem !important;
  }

  #orderPage .pt-lg-2,
  #orderPage .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  #orderPage .pr-lg-2,
  #orderPage .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  #orderPage .pb-lg-2,
  #orderPage .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  #orderPage .pl-lg-2,
  #orderPage .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  #orderPage .p-lg-3 {
    padding: 1rem !important;
  }

  #orderPage .pt-lg-3,
  #orderPage .py-lg-3 {
    padding-top: 1rem !important;
  }

  #orderPage .pr-lg-3,
  #orderPage .px-lg-3 {
    padding-right: 1rem !important;
  }

  #orderPage .pb-lg-3,
  #orderPage .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  #orderPage .pl-lg-3,
  #orderPage .px-lg-3 {
    padding-left: 1rem !important;
  }

  #orderPage .p-lg-4 {
    padding: 1.5rem !important;
  }

  #orderPage .pt-lg-4,
  #orderPage .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  #orderPage .pr-lg-4,
  #orderPage .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  #orderPage .pb-lg-4,
  #orderPage .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  #orderPage .pl-lg-4,
  #orderPage .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  #orderPage .p-lg-5 {
    padding: 2rem !important;
  }

  #orderPage .pt-lg-5,
  #orderPage .py-lg-5 {
    padding-top: 2rem !important;
  }

  #orderPage .pr-lg-5,
  #orderPage .px-lg-5 {
    padding-right: 2rem !important;
  }

  #orderPage .pb-lg-5,
  #orderPage .py-lg-5 {
    padding-bottom: 2rem !important;
  }

  #orderPage .pl-lg-5,
  #orderPage .px-lg-5 {
    padding-left: 2rem !important;
  }

  #orderPage .p-lg-6 {
    padding: 2.5rem !important;
  }

  #orderPage .pt-lg-6,
  #orderPage .py-lg-6 {
    padding-top: 2.5rem !important;
  }

  #orderPage .pr-lg-6,
  #orderPage .px-lg-6 {
    padding-right: 2.5rem !important;
  }

  #orderPage .pb-lg-6,
  #orderPage .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }

  #orderPage .pl-lg-6,
  #orderPage .px-lg-6 {
    padding-left: 2.5rem !important;
  }

  #orderPage .p-lg-7 {
    padding: 3rem !important;
  }

  #orderPage .pt-lg-7,
  #orderPage .py-lg-7 {
    padding-top: 3rem !important;
  }

  #orderPage .pr-lg-7,
  #orderPage .px-lg-7 {
    padding-right: 3rem !important;
  }

  #orderPage .pb-lg-7,
  #orderPage .py-lg-7 {
    padding-bottom: 3rem !important;
  }

  #orderPage .pl-lg-7,
  #orderPage .px-lg-7 {
    padding-left: 3rem !important;
  }

  #orderPage .p-lg-8 {
    padding: 3.5rem !important;
  }

  #orderPage .pt-lg-8,
  #orderPage .py-lg-8 {
    padding-top: 3.5rem !important;
  }

  #orderPage .pr-lg-8,
  #orderPage .px-lg-8 {
    padding-right: 3.5rem !important;
  }

  #orderPage .pb-lg-8,
  #orderPage .py-lg-8 {
    padding-bottom: 3.5rem !important;
  }

  #orderPage .pl-lg-8,
  #orderPage .px-lg-8 {
    padding-left: 3.5rem !important;
  }

  #orderPage .p-lg-9 {
    padding: 4rem !important;
  }

  #orderPage .pt-lg-9,
  #orderPage .py-lg-9 {
    padding-top: 4rem !important;
  }

  #orderPage .pr-lg-9,
  #orderPage .px-lg-9 {
    padding-right: 4rem !important;
  }

  #orderPage .pb-lg-9,
  #orderPage .py-lg-9 {
    padding-bottom: 4rem !important;
  }

  #orderPage .pl-lg-9,
  #orderPage .px-lg-9 {
    padding-left: 4rem !important;
  }

  #orderPage .p-lg-10 {
    padding: 4.5rem !important;
  }

  #orderPage .pt-lg-10,
  #orderPage .py-lg-10 {
    padding-top: 4.5rem !important;
  }

  #orderPage .pr-lg-10,
  #orderPage .px-lg-10 {
    padding-right: 4.5rem !important;
  }

  #orderPage .pb-lg-10,
  #orderPage .py-lg-10 {
    padding-bottom: 4.5rem !important;
  }

  #orderPage .pl-lg-10,
  #orderPage .px-lg-10 {
    padding-left: 4.5rem !important;
  }

  #orderPage .p-lg-11 {
    padding: 5rem !important;
  }

  #orderPage .pt-lg-11,
  #orderPage .py-lg-11 {
    padding-top: 5rem !important;
  }

  #orderPage .pr-lg-11,
  #orderPage .px-lg-11 {
    padding-right: 5rem !important;
  }

  #orderPage .pb-lg-11,
  #orderPage .py-lg-11 {
    padding-bottom: 5rem !important;
  }

  #orderPage .pl-lg-11,
  #orderPage .px-lg-11 {
    padding-left: 5rem !important;
  }

  #orderPage .m-lg-n1 {
    margin: -0.25rem !important;
  }

  #orderPage .mt-lg-n1,
  #orderPage .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  #orderPage .mr-lg-n1,
  #orderPage .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  #orderPage .mb-lg-n1,
  #orderPage .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  #orderPage .ml-lg-n1,
  #orderPage .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  #orderPage .m-lg-n2 {
    margin: -0.5rem !important;
  }

  #orderPage .mt-lg-n2,
  #orderPage .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  #orderPage .mr-lg-n2,
  #orderPage .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  #orderPage .mb-lg-n2,
  #orderPage .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  #orderPage .ml-lg-n2,
  #orderPage .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  #orderPage .m-lg-n3 {
    margin: -1rem !important;
  }

  #orderPage .mt-lg-n3,
  #orderPage .my-lg-n3 {
    margin-top: -1rem !important;
  }

  #orderPage .mr-lg-n3,
  #orderPage .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  #orderPage .mb-lg-n3,
  #orderPage .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  #orderPage .ml-lg-n3,
  #orderPage .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  #orderPage .m-lg-n4 {
    margin: -1.5rem !important;
  }

  #orderPage .mt-lg-n4,
  #orderPage .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  #orderPage .mr-lg-n4,
  #orderPage .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  #orderPage .mb-lg-n4,
  #orderPage .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  #orderPage .ml-lg-n4,
  #orderPage .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  #orderPage .m-lg-n5 {
    margin: -2rem !important;
  }

  #orderPage .mt-lg-n5,
  #orderPage .my-lg-n5 {
    margin-top: -2rem !important;
  }

  #orderPage .mr-lg-n5,
  #orderPage .mx-lg-n5 {
    margin-right: -2rem !important;
  }

  #orderPage .mb-lg-n5,
  #orderPage .my-lg-n5 {
    margin-bottom: -2rem !important;
  }

  #orderPage .ml-lg-n5,
  #orderPage .mx-lg-n5 {
    margin-left: -2rem !important;
  }

  #orderPage .m-lg-n6 {
    margin: -2.5rem !important;
  }

  #orderPage .mt-lg-n6,
  #orderPage .my-lg-n6 {
    margin-top: -2.5rem !important;
  }

  #orderPage .mr-lg-n6,
  #orderPage .mx-lg-n6 {
    margin-right: -2.5rem !important;
  }

  #orderPage .mb-lg-n6,
  #orderPage .my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }

  #orderPage .ml-lg-n6,
  #orderPage .mx-lg-n6 {
    margin-left: -2.5rem !important;
  }

  #orderPage .m-lg-n7 {
    margin: -3rem !important;
  }

  #orderPage .mt-lg-n7,
  #orderPage .my-lg-n7 {
    margin-top: -3rem !important;
  }

  #orderPage .mr-lg-n7,
  #orderPage .mx-lg-n7 {
    margin-right: -3rem !important;
  }

  #orderPage .mb-lg-n7,
  #orderPage .my-lg-n7 {
    margin-bottom: -3rem !important;
  }

  #orderPage .ml-lg-n7,
  #orderPage .mx-lg-n7 {
    margin-left: -3rem !important;
  }

  #orderPage .m-lg-n8 {
    margin: -3.5rem !important;
  }

  #orderPage .mt-lg-n8,
  #orderPage .my-lg-n8 {
    margin-top: -3.5rem !important;
  }

  #orderPage .mr-lg-n8,
  #orderPage .mx-lg-n8 {
    margin-right: -3.5rem !important;
  }

  #orderPage .mb-lg-n8,
  #orderPage .my-lg-n8 {
    margin-bottom: -3.5rem !important;
  }

  #orderPage .ml-lg-n8,
  #orderPage .mx-lg-n8 {
    margin-left: -3.5rem !important;
  }

  #orderPage .m-lg-n9 {
    margin: -4rem !important;
  }

  #orderPage .mt-lg-n9,
  #orderPage .my-lg-n9 {
    margin-top: -4rem !important;
  }

  #orderPage .mr-lg-n9,
  #orderPage .mx-lg-n9 {
    margin-right: -4rem !important;
  }

  #orderPage .mb-lg-n9,
  #orderPage .my-lg-n9 {
    margin-bottom: -4rem !important;
  }

  #orderPage .ml-lg-n9,
  #orderPage .mx-lg-n9 {
    margin-left: -4rem !important;
  }

  #orderPage .m-lg-n10 {
    margin: -4.5rem !important;
  }

  #orderPage .mt-lg-n10,
  #orderPage .my-lg-n10 {
    margin-top: -4.5rem !important;
  }

  #orderPage .mr-lg-n10,
  #orderPage .mx-lg-n10 {
    margin-right: -4.5rem !important;
  }

  #orderPage .mb-lg-n10,
  #orderPage .my-lg-n10 {
    margin-bottom: -4.5rem !important;
  }

  #orderPage .ml-lg-n10,
  #orderPage .mx-lg-n10 {
    margin-left: -4.5rem !important;
  }

  #orderPage .m-lg-n11 {
    margin: -5rem !important;
  }

  #orderPage .mt-lg-n11,
  #orderPage .my-lg-n11 {
    margin-top: -5rem !important;
  }

  #orderPage .mr-lg-n11,
  #orderPage .mx-lg-n11 {
    margin-right: -5rem !important;
  }

  #orderPage .mb-lg-n11,
  #orderPage .my-lg-n11 {
    margin-bottom: -5rem !important;
  }

  #orderPage .ml-lg-n11,
  #orderPage .mx-lg-n11 {
    margin-left: -5rem !important;
  }

  #orderPage .m-lg-auto {
    margin: auto !important;
  }

  #orderPage .mt-lg-auto,
  #orderPage .my-lg-auto {
    margin-top: auto !important;
  }

  #orderPage .mr-lg-auto,
  #orderPage .mx-lg-auto {
    margin-right: auto !important;
  }

  #orderPage .mb-lg-auto,
  #orderPage .my-lg-auto {
    margin-bottom: auto !important;
  }

  #orderPage .ml-lg-auto,
  #orderPage .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1025px) {
  #orderPage .m-xl-0 {
    margin: 0 !important;
  }

  #orderPage .mt-xl-0,
  #orderPage .my-xl-0 {
    margin-top: 0 !important;
  }

  #orderPage .mr-xl-0,
  #orderPage .mx-xl-0 {
    margin-right: 0 !important;
  }

  #orderPage .mb-xl-0,
  #orderPage .my-xl-0 {
    margin-bottom: 0 !important;
  }

  #orderPage .ml-xl-0,
  #orderPage .mx-xl-0 {
    margin-left: 0 !important;
  }

  #orderPage .m-xl-1 {
    margin: 0.25rem !important;
  }

  #orderPage .mt-xl-1,
  #orderPage .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  #orderPage .mr-xl-1,
  #orderPage .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  #orderPage .mb-xl-1,
  #orderPage .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  #orderPage .ml-xl-1,
  #orderPage .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  #orderPage .m-xl-2 {
    margin: 0.5rem !important;
  }

  #orderPage .mt-xl-2,
  #orderPage .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  #orderPage .mr-xl-2,
  #orderPage .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  #orderPage .mb-xl-2,
  #orderPage .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  #orderPage .ml-xl-2,
  #orderPage .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  #orderPage .m-xl-3 {
    margin: 1rem !important;
  }

  #orderPage .mt-xl-3,
  #orderPage .my-xl-3 {
    margin-top: 1rem !important;
  }

  #orderPage .mr-xl-3,
  #orderPage .mx-xl-3 {
    margin-right: 1rem !important;
  }

  #orderPage .mb-xl-3,
  #orderPage .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  #orderPage .ml-xl-3,
  #orderPage .mx-xl-3 {
    margin-left: 1rem !important;
  }

  #orderPage .m-xl-4 {
    margin: 1.5rem !important;
  }

  #orderPage .mt-xl-4,
  #orderPage .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  #orderPage .mr-xl-4,
  #orderPage .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  #orderPage .mb-xl-4,
  #orderPage .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  #orderPage .ml-xl-4,
  #orderPage .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  #orderPage .m-xl-5 {
    margin: 2rem !important;
  }

  #orderPage .mt-xl-5,
  #orderPage .my-xl-5 {
    margin-top: 2rem !important;
  }

  #orderPage .mr-xl-5,
  #orderPage .mx-xl-5 {
    margin-right: 2rem !important;
  }

  #orderPage .mb-xl-5,
  #orderPage .my-xl-5 {
    margin-bottom: 2rem !important;
  }

  #orderPage .ml-xl-5,
  #orderPage .mx-xl-5 {
    margin-left: 2rem !important;
  }

  #orderPage .m-xl-6 {
    margin: 2.5rem !important;
  }

  #orderPage .mt-xl-6,
  #orderPage .my-xl-6 {
    margin-top: 2.5rem !important;
  }

  #orderPage .mr-xl-6,
  #orderPage .mx-xl-6 {
    margin-right: 2.5rem !important;
  }

  #orderPage .mb-xl-6,
  #orderPage .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }

  #orderPage .ml-xl-6,
  #orderPage .mx-xl-6 {
    margin-left: 2.5rem !important;
  }

  #orderPage .m-xl-7 {
    margin: 3rem !important;
  }

  #orderPage .mt-xl-7,
  #orderPage .my-xl-7 {
    margin-top: 3rem !important;
  }

  #orderPage .mr-xl-7,
  #orderPage .mx-xl-7 {
    margin-right: 3rem !important;
  }

  #orderPage .mb-xl-7,
  #orderPage .my-xl-7 {
    margin-bottom: 3rem !important;
  }

  #orderPage .ml-xl-7,
  #orderPage .mx-xl-7 {
    margin-left: 3rem !important;
  }

  #orderPage .m-xl-8 {
    margin: 3.5rem !important;
  }

  #orderPage .mt-xl-8,
  #orderPage .my-xl-8 {
    margin-top: 3.5rem !important;
  }

  #orderPage .mr-xl-8,
  #orderPage .mx-xl-8 {
    margin-right: 3.5rem !important;
  }

  #orderPage .mb-xl-8,
  #orderPage .my-xl-8 {
    margin-bottom: 3.5rem !important;
  }

  #orderPage .ml-xl-8,
  #orderPage .mx-xl-8 {
    margin-left: 3.5rem !important;
  }

  #orderPage .m-xl-9 {
    margin: 4rem !important;
  }

  #orderPage .mt-xl-9,
  #orderPage .my-xl-9 {
    margin-top: 4rem !important;
  }

  #orderPage .mr-xl-9,
  #orderPage .mx-xl-9 {
    margin-right: 4rem !important;
  }

  #orderPage .mb-xl-9,
  #orderPage .my-xl-9 {
    margin-bottom: 4rem !important;
  }

  #orderPage .ml-xl-9,
  #orderPage .mx-xl-9 {
    margin-left: 4rem !important;
  }

  #orderPage .m-xl-10 {
    margin: 4.5rem !important;
  }

  #orderPage .mt-xl-10,
  #orderPage .my-xl-10 {
    margin-top: 4.5rem !important;
  }

  #orderPage .mr-xl-10,
  #orderPage .mx-xl-10 {
    margin-right: 4.5rem !important;
  }

  #orderPage .mb-xl-10,
  #orderPage .my-xl-10 {
    margin-bottom: 4.5rem !important;
  }

  #orderPage .ml-xl-10,
  #orderPage .mx-xl-10 {
    margin-left: 4.5rem !important;
  }

  #orderPage .m-xl-11 {
    margin: 5rem !important;
  }

  #orderPage .mt-xl-11,
  #orderPage .my-xl-11 {
    margin-top: 5rem !important;
  }

  #orderPage .mr-xl-11,
  #orderPage .mx-xl-11 {
    margin-right: 5rem !important;
  }

  #orderPage .mb-xl-11,
  #orderPage .my-xl-11 {
    margin-bottom: 5rem !important;
  }

  #orderPage .ml-xl-11,
  #orderPage .mx-xl-11 {
    margin-left: 5rem !important;
  }

  #orderPage .p-xl-0 {
    padding: 0 !important;
  }

  #orderPage .pt-xl-0,
  #orderPage .py-xl-0 {
    padding-top: 0 !important;
  }

  #orderPage .pr-xl-0,
  #orderPage .px-xl-0 {
    padding-right: 0 !important;
  }

  #orderPage .pb-xl-0,
  #orderPage .py-xl-0 {
    padding-bottom: 0 !important;
  }

  #orderPage .pl-xl-0,
  #orderPage .px-xl-0 {
    padding-left: 0 !important;
  }

  #orderPage .p-xl-1 {
    padding: 0.25rem !important;
  }

  #orderPage .pt-xl-1,
  #orderPage .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  #orderPage .pr-xl-1,
  #orderPage .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  #orderPage .pb-xl-1,
  #orderPage .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  #orderPage .pl-xl-1,
  #orderPage .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  #orderPage .p-xl-2 {
    padding: 0.5rem !important;
  }

  #orderPage .pt-xl-2,
  #orderPage .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  #orderPage .pr-xl-2,
  #orderPage .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  #orderPage .pb-xl-2,
  #orderPage .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  #orderPage .pl-xl-2,
  #orderPage .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  #orderPage .p-xl-3 {
    padding: 1rem !important;
  }

  #orderPage .pt-xl-3,
  #orderPage .py-xl-3 {
    padding-top: 1rem !important;
  }

  #orderPage .pr-xl-3,
  #orderPage .px-xl-3 {
    padding-right: 1rem !important;
  }

  #orderPage .pb-xl-3,
  #orderPage .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  #orderPage .pl-xl-3,
  #orderPage .px-xl-3 {
    padding-left: 1rem !important;
  }

  #orderPage .p-xl-4 {
    padding: 1.5rem !important;
  }

  #orderPage .pt-xl-4,
  #orderPage .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  #orderPage .pr-xl-4,
  #orderPage .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  #orderPage .pb-xl-4,
  #orderPage .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  #orderPage .pl-xl-4,
  #orderPage .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  #orderPage .p-xl-5 {
    padding: 2rem !important;
  }

  #orderPage .pt-xl-5,
  #orderPage .py-xl-5 {
    padding-top: 2rem !important;
  }

  #orderPage .pr-xl-5,
  #orderPage .px-xl-5 {
    padding-right: 2rem !important;
  }

  #orderPage .pb-xl-5,
  #orderPage .py-xl-5 {
    padding-bottom: 2rem !important;
  }

  #orderPage .pl-xl-5,
  #orderPage .px-xl-5 {
    padding-left: 2rem !important;
  }

  #orderPage .p-xl-6 {
    padding: 2.5rem !important;
  }

  #orderPage .pt-xl-6,
  #orderPage .py-xl-6 {
    padding-top: 2.5rem !important;
  }

  #orderPage .pr-xl-6,
  #orderPage .px-xl-6 {
    padding-right: 2.5rem !important;
  }

  #orderPage .pb-xl-6,
  #orderPage .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }

  #orderPage .pl-xl-6,
  #orderPage .px-xl-6 {
    padding-left: 2.5rem !important;
  }

  #orderPage .p-xl-7 {
    padding: 3rem !important;
  }

  #orderPage .pt-xl-7,
  #orderPage .py-xl-7 {
    padding-top: 3rem !important;
  }

  #orderPage .pr-xl-7,
  #orderPage .px-xl-7 {
    padding-right: 3rem !important;
  }

  #orderPage .pb-xl-7,
  #orderPage .py-xl-7 {
    padding-bottom: 3rem !important;
  }

  #orderPage .pl-xl-7,
  #orderPage .px-xl-7 {
    padding-left: 3rem !important;
  }

  #orderPage .p-xl-8 {
    padding: 3.5rem !important;
  }

  #orderPage .pt-xl-8,
  #orderPage .py-xl-8 {
    padding-top: 3.5rem !important;
  }

  #orderPage .pr-xl-8,
  #orderPage .px-xl-8 {
    padding-right: 3.5rem !important;
  }

  #orderPage .pb-xl-8,
  #orderPage .py-xl-8 {
    padding-bottom: 3.5rem !important;
  }

  #orderPage .pl-xl-8,
  #orderPage .px-xl-8 {
    padding-left: 3.5rem !important;
  }

  #orderPage .p-xl-9 {
    padding: 4rem !important;
  }

  #orderPage .pt-xl-9,
  #orderPage .py-xl-9 {
    padding-top: 4rem !important;
  }

  #orderPage .pr-xl-9,
  #orderPage .px-xl-9 {
    padding-right: 4rem !important;
  }

  #orderPage .pb-xl-9,
  #orderPage .py-xl-9 {
    padding-bottom: 4rem !important;
  }

  #orderPage .pl-xl-9,
  #orderPage .px-xl-9 {
    padding-left: 4rem !important;
  }

  #orderPage .p-xl-10 {
    padding: 4.5rem !important;
  }

  #orderPage .pt-xl-10,
  #orderPage .py-xl-10 {
    padding-top: 4.5rem !important;
  }

  #orderPage .pr-xl-10,
  #orderPage .px-xl-10 {
    padding-right: 4.5rem !important;
  }

  #orderPage .pb-xl-10,
  #orderPage .py-xl-10 {
    padding-bottom: 4.5rem !important;
  }

  #orderPage .pl-xl-10,
  #orderPage .px-xl-10 {
    padding-left: 4.5rem !important;
  }

  #orderPage .p-xl-11 {
    padding: 5rem !important;
  }

  #orderPage .pt-xl-11,
  #orderPage .py-xl-11 {
    padding-top: 5rem !important;
  }

  #orderPage .pr-xl-11,
  #orderPage .px-xl-11 {
    padding-right: 5rem !important;
  }

  #orderPage .pb-xl-11,
  #orderPage .py-xl-11 {
    padding-bottom: 5rem !important;
  }

  #orderPage .pl-xl-11,
  #orderPage .px-xl-11 {
    padding-left: 5rem !important;
  }

  #orderPage .m-xl-n1 {
    margin: -0.25rem !important;
  }

  #orderPage .mt-xl-n1,
  #orderPage .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  #orderPage .mr-xl-n1,
  #orderPage .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  #orderPage .mb-xl-n1,
  #orderPage .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  #orderPage .ml-xl-n1,
  #orderPage .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  #orderPage .m-xl-n2 {
    margin: -0.5rem !important;
  }

  #orderPage .mt-xl-n2,
  #orderPage .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  #orderPage .mr-xl-n2,
  #orderPage .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  #orderPage .mb-xl-n2,
  #orderPage .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  #orderPage .ml-xl-n2,
  #orderPage .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  #orderPage .m-xl-n3 {
    margin: -1rem !important;
  }

  #orderPage .mt-xl-n3,
  #orderPage .my-xl-n3 {
    margin-top: -1rem !important;
  }

  #orderPage .mr-xl-n3,
  #orderPage .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  #orderPage .mb-xl-n3,
  #orderPage .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  #orderPage .ml-xl-n3,
  #orderPage .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  #orderPage .m-xl-n4 {
    margin: -1.5rem !important;
  }

  #orderPage .mt-xl-n4,
  #orderPage .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  #orderPage .mr-xl-n4,
  #orderPage .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  #orderPage .mb-xl-n4,
  #orderPage .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  #orderPage .ml-xl-n4,
  #orderPage .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  #orderPage .m-xl-n5 {
    margin: -2rem !important;
  }

  #orderPage .mt-xl-n5,
  #orderPage .my-xl-n5 {
    margin-top: -2rem !important;
  }

  #orderPage .mr-xl-n5,
  #orderPage .mx-xl-n5 {
    margin-right: -2rem !important;
  }

  #orderPage .mb-xl-n5,
  #orderPage .my-xl-n5 {
    margin-bottom: -2rem !important;
  }

  #orderPage .ml-xl-n5,
  #orderPage .mx-xl-n5 {
    margin-left: -2rem !important;
  }

  #orderPage .m-xl-n6 {
    margin: -2.5rem !important;
  }

  #orderPage .mt-xl-n6,
  #orderPage .my-xl-n6 {
    margin-top: -2.5rem !important;
  }

  #orderPage .mr-xl-n6,
  #orderPage .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }

  #orderPage .mb-xl-n6,
  #orderPage .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }

  #orderPage .ml-xl-n6,
  #orderPage .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }

  #orderPage .m-xl-n7 {
    margin: -3rem !important;
  }

  #orderPage .mt-xl-n7,
  #orderPage .my-xl-n7 {
    margin-top: -3rem !important;
  }

  #orderPage .mr-xl-n7,
  #orderPage .mx-xl-n7 {
    margin-right: -3rem !important;
  }

  #orderPage .mb-xl-n7,
  #orderPage .my-xl-n7 {
    margin-bottom: -3rem !important;
  }

  #orderPage .ml-xl-n7,
  #orderPage .mx-xl-n7 {
    margin-left: -3rem !important;
  }

  #orderPage .m-xl-n8 {
    margin: -3.5rem !important;
  }

  #orderPage .mt-xl-n8,
  #orderPage .my-xl-n8 {
    margin-top: -3.5rem !important;
  }

  #orderPage .mr-xl-n8,
  #orderPage .mx-xl-n8 {
    margin-right: -3.5rem !important;
  }

  #orderPage .mb-xl-n8,
  #orderPage .my-xl-n8 {
    margin-bottom: -3.5rem !important;
  }

  #orderPage .ml-xl-n8,
  #orderPage .mx-xl-n8 {
    margin-left: -3.5rem !important;
  }

  #orderPage .m-xl-n9 {
    margin: -4rem !important;
  }

  #orderPage .mt-xl-n9,
  #orderPage .my-xl-n9 {
    margin-top: -4rem !important;
  }

  #orderPage .mr-xl-n9,
  #orderPage .mx-xl-n9 {
    margin-right: -4rem !important;
  }

  #orderPage .mb-xl-n9,
  #orderPage .my-xl-n9 {
    margin-bottom: -4rem !important;
  }

  #orderPage .ml-xl-n9,
  #orderPage .mx-xl-n9 {
    margin-left: -4rem !important;
  }

  #orderPage .m-xl-n10 {
    margin: -4.5rem !important;
  }

  #orderPage .mt-xl-n10,
  #orderPage .my-xl-n10 {
    margin-top: -4.5rem !important;
  }

  #orderPage .mr-xl-n10,
  #orderPage .mx-xl-n10 {
    margin-right: -4.5rem !important;
  }

  #orderPage .mb-xl-n10,
  #orderPage .my-xl-n10 {
    margin-bottom: -4.5rem !important;
  }

  #orderPage .ml-xl-n10,
  #orderPage .mx-xl-n10 {
    margin-left: -4.5rem !important;
  }

  #orderPage .m-xl-n11 {
    margin: -5rem !important;
  }

  #orderPage .mt-xl-n11,
  #orderPage .my-xl-n11 {
    margin-top: -5rem !important;
  }

  #orderPage .mr-xl-n11,
  #orderPage .mx-xl-n11 {
    margin-right: -5rem !important;
  }

  #orderPage .mb-xl-n11,
  #orderPage .my-xl-n11 {
    margin-bottom: -5rem !important;
  }

  #orderPage .ml-xl-n11,
  #orderPage .mx-xl-n11 {
    margin-left: -5rem !important;
  }

  #orderPage .m-xl-auto {
    margin: auto !important;
  }

  #orderPage .mt-xl-auto,
  #orderPage .my-xl-auto {
    margin-top: auto !important;
  }

  #orderPage .mr-xl-auto,
  #orderPage .mx-xl-auto {
    margin-right: auto !important;
  }

  #orderPage .mb-xl-auto,
  #orderPage .my-xl-auto {
    margin-bottom: auto !important;
  }

  #orderPage .ml-xl-auto,
  #orderPage .mx-xl-auto {
    margin-left: auto !important;
  }
}

#orderPage .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

#orderPage .text-justify {
  text-align: justify !important;
}

#orderPage .text-wrap {
  white-space: normal !important;
}

#orderPage .text-nowrap {
  white-space: nowrap !important;
}

#orderPage .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#orderPage .text-left {
  text-align: left !important;
}

#orderPage .text-right {
  text-align: right !important;
}

#orderPage .text-center {
  text-align: center !important;
}

@media (min-width: 480px) {
  #orderPage .text-sm-left {
    text-align: left !important;
  }

  #orderPage .text-sm-right {
    text-align: right !important;
  }

  #orderPage .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  #orderPage .text-md-left {
    text-align: left !important;
  }

  #orderPage .text-md-right {
    text-align: right !important;
  }

  #orderPage .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1024px) {
  #orderPage .text-lg-left {
    text-align: left !important;
  }

  #orderPage .text-lg-right {
    text-align: right !important;
  }

  #orderPage .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1025px) {
  #orderPage .text-xl-left {
    text-align: left !important;
  }

  #orderPage .text-xl-right {
    text-align: right !important;
  }

  #orderPage .text-xl-center {
    text-align: center !important;
  }
}

#orderPage .text-lowercase {
  text-transform: lowercase !important;
}

#orderPage .text-uppercase {
  text-transform: uppercase !important;
}

#orderPage .text-capitalize {
  text-transform: capitalize !important;
}

#orderPage .font-weight-light {
  font-weight: 300 !important;
}

#orderPage .font-weight-lighter {
  font-weight: lighter !important;
}

#orderPage .font-weight-normal {
  font-weight: 400 !important;
}

#orderPage .font-weight-bold {
  font-weight: 700 !important;
}

#orderPage .font-weight-bolder {
  font-weight: bolder !important;
}

#orderPage .font-italic {
  font-style: italic !important;
}

#orderPage .text-white {
  color: #fff !important;
}

#orderPage .text-primary {
  color: #ad846f !important;
}

#orderPage a.text-primary:hover, #orderPage a.text-primary:focus {
  color: #845f4b !important;
}

#orderPage .text-secondary {
  color: #77838f !important;
}

#orderPage a.text-secondary:hover, #orderPage a.text-secondary:focus {
  color: #545d66 !important;
}

#orderPage .text-success {
  color: #00c9a7 !important;
}

#orderPage a.text-success:hover, #orderPage a.text-success:focus {
  color: #007d67 !important;
}

#orderPage .text-info {
  color: #00dffc !important;
}

#orderPage a.text-info:hover, #orderPage a.text-info:focus {
  color: #009bb0 !important;
}

#orderPage .text-warning {
  color: #ffc107 !important;
}

#orderPage a.text-warning:hover, #orderPage a.text-warning:focus {
  color: #ba8b00 !important;
}

#orderPage .text-danger {
  color: #de4437 !important;
}

#orderPage a.text-danger:hover, #orderPage a.text-danger:focus {
  color: #ac281c !important;
}

#orderPage .text-light {
  color: #f8f9fa !important;
}

#orderPage a.text-light:hover, #orderPage a.text-light:focus {
  color: #cbd3da !important;
}

#orderPage .text-dark {
  color: #1e2022 !important;
}

#orderPage a.text-dark:hover, #orderPage a.text-dark:focus {
  color: black !important;
}

#orderPage .text-white {
  color: #fff !important;
}

#orderPage a.text-white:hover, #orderPage a.text-white:focus {
  color: #d9d9d9 !important;
}

#orderPage .text-gold {
  color: #cdb1a5 !important;
}

#orderPage a.text-gold:hover, #orderPage a.text-gold:focus {
  color: #b28674 !important;
}

#orderPage .text-medium {
  color: #898c8e !important;
}

#orderPage a.text-medium:hover, #orderPage a.text-medium:focus {
  color: #636667 !important;
}

#orderPage .text-indigo {
  color: #2d1582 !important;
}

#orderPage a.text-indigo:hover, #orderPage a.text-indigo:focus {
  color: #160a40 !important;
}

#orderPage .text-body {
  color: #1e2022 !important;
}

#orderPage .text-muted {
  color: #A7A7A7 !important;
}

#orderPage .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

#orderPage .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

#orderPage .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

#orderPage .text-decoration-none {
  text-decoration: none !important;
}

#orderPage .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

#orderPage .text-reset {
  color: inherit !important;
}

#orderPage .visible {
  visibility: visible !important;
}

#orderPage .invisible {
  visibility: hidden !important;
}

@media print {
  #orderPage *,
  #orderPage *::before,
  #orderPage *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  #orderPage a:not(.btn) {
    text-decoration: underline;
  }

  #orderPage abbr[title]::after {
    content: " (" attr(title) ")";
  }

  #orderPage pre {
    white-space: pre-wrap !important;
  }

  #orderPage pre,
  #orderPage blockquote {
    border: 1px solid #898c8e;
    page-break-inside: avoid;
  }

  #orderPage thead {
    display: table-header-group;
  }

  #orderPage tr,
  #orderPage img {
    page-break-inside: avoid;
  }

  #orderPage p,
  #orderPage h2,
  #orderPage h3 {
    orphans: 3;
    widows: 3;
  }

  #orderPage h2,
  #orderPage h3 {
    page-break-after: avoid;
  }

  @page {
    #orderPage {
      size: a3;
    }
  }

  #orderPage body {
    min-width: 1024px !important;
  }

  #orderPage .container {
    min-width: 1024px !important;
  }

  #orderPage .navbar {
    display: none;
  }

  #orderPage .badge {
    border: 1px solid #000;
  }

  #orderPage .table {
    border-collapse: collapse !important;
  }

  #orderPage .table td,
  #orderPage .table th {
    background-color: #fff !important;
  }

  #orderPage .table-bordered th,
  #orderPage .table-bordered td {
    border: 1px solid #e7eaf3 !important;
  }

  #orderPage .table-dark {
    color: inherit;
  }

  #orderPage .table-dark th,
  #orderPage .table-dark td,
  #orderPage .table-dark thead th,
  #orderPage .table-dark tbody + tbody {
    border-color: #e7eaf3;
  }

  #orderPage .table .thead-dark th {
    color: inherit;
    border-color: #e7eaf3;
  }
}

#orderPage .w-25 {
  width: 25% !important;
}

#orderPage .w-50 {
  width: 50% !important;
}

#orderPage .w-75 {
  width: 75% !important;
}

#orderPage .w-100 {
  width: 100% !important;
}

#orderPage .w-auto {
  width: auto !important;
}

#orderPage .w-15 {
  width: 15% !important;
}

#orderPage .w-20 {
  width: 20% !important;
}

#orderPage .w-30 {
  width: 30% !important;
}

#orderPage .w-35 {
  width: 35% !important;
}

#orderPage .w-40 {
  width: 40% !important;
}

#orderPage .w-60 {
  width: 60% !important;
}

#orderPage .w-65 {
  width: 65% !important;
}

#orderPage .w-80 {
  width: 80% !important;
}

#orderPage .w-85 {
  width: 85% !important;
}

@media (min-width: 480px) {
  #orderPage .w-sm-25 {
    width: 25% !important;
  }

  #orderPage .w-sm-50 {
    width: 50% !important;
  }

  #orderPage .w-sm-75 {
    width: 75% !important;
  }

  #orderPage .w-sm-100 {
    width: 100% !important;
  }

  #orderPage .w-sm-auto {
    width: auto !important;
  }

  #orderPage .w-sm-15 {
    width: 15% !important;
  }

  #orderPage .w-sm-20 {
    width: 20% !important;
  }

  #orderPage .w-sm-30 {
    width: 30% !important;
  }

  #orderPage .w-sm-35 {
    width: 35% !important;
  }

  #orderPage .w-sm-40 {
    width: 40% !important;
  }

  #orderPage .w-sm-60 {
    width: 60% !important;
  }

  #orderPage .w-sm-65 {
    width: 65% !important;
  }

  #orderPage .w-sm-80 {
    width: 80% !important;
  }

  #orderPage .w-sm-85 {
    width: 85% !important;
  }
}

@media (min-width: 768px) {
  #orderPage .w-md-25 {
    width: 25% !important;
  }

  #orderPage .w-md-50 {
    width: 50% !important;
  }

  #orderPage .w-md-75 {
    width: 75% !important;
  }

  #orderPage .w-md-100 {
    width: 100% !important;
  }

  #orderPage .w-md-auto {
    width: auto !important;
  }

  #orderPage .w-md-15 {
    width: 15% !important;
  }

  #orderPage .w-md-20 {
    width: 20% !important;
  }

  #orderPage .w-md-30 {
    width: 30% !important;
  }

  #orderPage .w-md-35 {
    width: 35% !important;
  }

  #orderPage .w-md-40 {
    width: 40% !important;
  }

  #orderPage .w-md-60 {
    width: 60% !important;
  }

  #orderPage .w-md-65 {
    width: 65% !important;
  }

  #orderPage .w-md-80 {
    width: 80% !important;
  }

  #orderPage .w-md-85 {
    width: 85% !important;
  }
}

@media (min-width: 1024px) {
  #orderPage .w-lg-25 {
    width: 25% !important;
  }

  #orderPage .w-lg-50 {
    width: 50% !important;
  }

  #orderPage .w-lg-75 {
    width: 75% !important;
  }

  #orderPage .w-lg-100 {
    width: 100% !important;
  }

  #orderPage .w-lg-auto {
    width: auto !important;
  }

  #orderPage .w-lg-15 {
    width: 15% !important;
  }

  #orderPage .w-lg-20 {
    width: 20% !important;
  }

  #orderPage .w-lg-30 {
    width: 30% !important;
  }

  #orderPage .w-lg-35 {
    width: 35% !important;
  }

  #orderPage .w-lg-40 {
    width: 40% !important;
  }

  #orderPage .w-lg-60 {
    width: 60% !important;
  }

  #orderPage .w-lg-65 {
    width: 65% !important;
  }

  #orderPage .w-lg-80 {
    width: 80% !important;
  }

  #orderPage .w-lg-85 {
    width: 85% !important;
  }
}

@media (min-width: 1025px) {
  #orderPage .w-xl-25 {
    width: 25% !important;
  }

  #orderPage .w-xl-50 {
    width: 50% !important;
  }

  #orderPage .w-xl-75 {
    width: 75% !important;
  }

  #orderPage .w-xl-100 {
    width: 100% !important;
  }

  #orderPage .w-xl-auto {
    width: auto !important;
  }

  #orderPage .w-xl-15 {
    width: 15% !important;
  }

  #orderPage .w-xl-20 {
    width: 20% !important;
  }

  #orderPage .w-xl-30 {
    width: 30% !important;
  }

  #orderPage .w-xl-35 {
    width: 35% !important;
  }

  #orderPage .w-xl-40 {
    width: 40% !important;
  }

  #orderPage .w-xl-60 {
    width: 60% !important;
  }

  #orderPage .w-xl-65 {
    width: 65% !important;
  }

  #orderPage .w-xl-80 {
    width: 80% !important;
  }

  #orderPage .w-xl-85 {
    width: 85% !important;
  }
}

#orderPage .space-0,
#orderPage .space-top-0 {
  padding-top: 0 !important;
}

#orderPage .space-0,
#orderPage .space-bottom-0 {
  padding-bottom: 0 !important;
}

#orderPage .space-1,
#orderPage .space-top-1 {
  padding-top: 2rem !important;
}

#orderPage .space-1,
#orderPage .space-bottom-1 {
  padding-bottom: 2rem !important;
}

#orderPage .space-2,
#orderPage .space-top-2 {
  padding-top: 4rem !important;
}

#orderPage .space-2,
#orderPage .space-bottom-2 {
  padding-bottom: 4rem !important;
}

#orderPage .space-3,
#orderPage .space-top-3 {
  padding-top: 8rem !important;
}

#orderPage .space-3,
#orderPage .space-bottom-3 {
  padding-bottom: 8rem !important;
}

#orderPage .space-4,
#orderPage .space-top-4 {
  padding-top: 12.5rem !important;
}

#orderPage .space-4,
#orderPage .space-bottom-4 {
  padding-bottom: 12.5rem !important;
}

#orderPage .space-5,
#orderPage .space-top-5 {
  padding-top: 15rem !important;
}

#orderPage .space-5,
#orderPage .space-bottom-5 {
  padding-bottom: 15rem !important;
}

@media (min-width: 480px) {
  #orderPage .space-sm-0,
  #orderPage .space-top-sm-0 {
    padding-top: 0 !important;
  }

  #orderPage .space-sm-0,
  #orderPage .space-bottom-sm-0 {
    padding-bottom: 0 !important;
  }

  #orderPage .space-sm-1,
  #orderPage .space-top-sm-1 {
    padding-top: 2rem !important;
  }

  #orderPage .space-sm-1,
  #orderPage .space-bottom-sm-1 {
    padding-bottom: 2rem !important;
  }

  #orderPage .space-sm-2,
  #orderPage .space-top-sm-2 {
    padding-top: 4rem !important;
  }

  #orderPage .space-sm-2,
  #orderPage .space-bottom-sm-2 {
    padding-bottom: 4rem !important;
  }

  #orderPage .space-sm-3,
  #orderPage .space-top-sm-3 {
    padding-top: 8rem !important;
  }

  #orderPage .space-sm-3,
  #orderPage .space-bottom-sm-3 {
    padding-bottom: 8rem !important;
  }

  #orderPage .space-sm-4,
  #orderPage .space-top-sm-4 {
    padding-top: 12.5rem !important;
  }

  #orderPage .space-sm-4,
  #orderPage .space-bottom-sm-4 {
    padding-bottom: 12.5rem !important;
  }

  #orderPage .space-sm-5,
  #orderPage .space-top-sm-5 {
    padding-top: 15rem !important;
  }

  #orderPage .space-sm-5,
  #orderPage .space-bottom-sm-5 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 768px) {
  #orderPage .space-md-0,
  #orderPage .space-top-md-0 {
    padding-top: 0 !important;
  }

  #orderPage .space-md-0,
  #orderPage .space-bottom-md-0 {
    padding-bottom: 0 !important;
  }

  #orderPage .space-md-1,
  #orderPage .space-top-md-1 {
    padding-top: 2rem !important;
  }

  #orderPage .space-md-1,
  #orderPage .space-bottom-md-1 {
    padding-bottom: 2rem !important;
  }

  #orderPage .space-md-2,
  #orderPage .space-top-md-2 {
    padding-top: 4rem !important;
  }

  #orderPage .space-md-2,
  #orderPage .space-bottom-md-2 {
    padding-bottom: 4rem !important;
  }

  #orderPage .space-md-3,
  #orderPage .space-top-md-3 {
    padding-top: 8rem !important;
  }

  #orderPage .space-md-3,
  #orderPage .space-bottom-md-3 {
    padding-bottom: 8rem !important;
  }

  #orderPage .space-md-4,
  #orderPage .space-top-md-4 {
    padding-top: 12.5rem !important;
  }

  #orderPage .space-md-4,
  #orderPage .space-bottom-md-4 {
    padding-bottom: 12.5rem !important;
  }

  #orderPage .space-md-5,
  #orderPage .space-top-md-5 {
    padding-top: 15rem !important;
  }

  #orderPage .space-md-5,
  #orderPage .space-bottom-md-5 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 1024px) {
  #orderPage .space-lg-0,
  #orderPage .space-top-lg-0 {
    padding-top: 0 !important;
  }

  #orderPage .space-lg-0,
  #orderPage .space-bottom-lg-0 {
    padding-bottom: 0 !important;
  }

  #orderPage .space-lg-1,
  #orderPage .space-top-lg-1 {
    padding-top: 2rem !important;
  }

  #orderPage .space-lg-1,
  #orderPage .space-bottom-lg-1 {
    padding-bottom: 2rem !important;
  }

  #orderPage .space-lg-2,
  #orderPage .space-top-lg-2 {
    padding-top: 4rem !important;
  }

  #orderPage .space-lg-2,
  #orderPage .space-bottom-lg-2 {
    padding-bottom: 4rem !important;
  }

  #orderPage .space-lg-3,
  #orderPage .space-top-lg-3 {
    padding-top: 8rem !important;
  }

  #orderPage .space-lg-3,
  #orderPage .space-bottom-lg-3 {
    padding-bottom: 8rem !important;
  }

  #orderPage .space-lg-4,
  #orderPage .space-top-lg-4 {
    padding-top: 12.5rem !important;
  }

  #orderPage .space-lg-4,
  #orderPage .space-bottom-lg-4 {
    padding-bottom: 12.5rem !important;
  }

  #orderPage .space-lg-5,
  #orderPage .space-top-lg-5 {
    padding-top: 15rem !important;
  }

  #orderPage .space-lg-5,
  #orderPage .space-bottom-lg-5 {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 1025px) {
  #orderPage .space-xl-0,
  #orderPage .space-top-xl-0 {
    padding-top: 0 !important;
  }

  #orderPage .space-xl-0,
  #orderPage .space-bottom-xl-0 {
    padding-bottom: 0 !important;
  }

  #orderPage .space-xl-1,
  #orderPage .space-top-xl-1 {
    padding-top: 2rem !important;
  }

  #orderPage .space-xl-1,
  #orderPage .space-bottom-xl-1 {
    padding-bottom: 2rem !important;
  }

  #orderPage .space-xl-2,
  #orderPage .space-top-xl-2 {
    padding-top: 4rem !important;
  }

  #orderPage .space-xl-2,
  #orderPage .space-bottom-xl-2 {
    padding-bottom: 4rem !important;
  }

  #orderPage .space-xl-3,
  #orderPage .space-top-xl-3 {
    padding-top: 8rem !important;
  }

  #orderPage .space-xl-3,
  #orderPage .space-bottom-xl-3 {
    padding-bottom: 8rem !important;
  }

  #orderPage .space-xl-4,
  #orderPage .space-top-xl-4 {
    padding-top: 12.5rem !important;
  }

  #orderPage .space-xl-4,
  #orderPage .space-bottom-xl-4 {
    padding-bottom: 12.5rem !important;
  }

  #orderPage .space-xl-5,
  #orderPage .space-top-xl-5 {
    padding-top: 15rem !important;
  }

  #orderPage .space-xl-5,
  #orderPage .space-bottom-xl-5 {
    padding-bottom: 15rem !important;
  }
}

#orderPage main {
  position: relative;
}

#orderPage p {
  color: #575757;
  line-height: 1.7;
}

#orderPage h4, #orderPage h5, #orderPage h6,
#orderPage .h4, #orderPage .h5, #orderPage .h6 {
  font-weight: 500;
}

#orderPage h1 > a, #orderPage h2 > a, #orderPage h3 > a, #orderPage h4 > a, #orderPage h5 > a, #orderPage h6 > a,
#orderPage .h1 > a, #orderPage .h2 > a, #orderPage .h3 > a, #orderPage .h4 > a, #orderPage .h5 > a, #orderPage .h6 > a {
  color: #1e2022;
}

#orderPage h1 > a:hover, #orderPage h2 > a:hover, #orderPage h3 > a:hover, #orderPage h4 > a:hover, #orderPage h5 > a:hover, #orderPage h6 > a:hover,
#orderPage .h1 > a:hover, #orderPage .h2 > a:hover, #orderPage .h3 > a:hover, #orderPage .h4 > a:hover, #orderPage .h5 > a:hover, #orderPage .h6 > a:hover {
  color: #845f4b;
}

#orderPage h1.text-white > a, #orderPage h2.text-white > a, #orderPage h3.text-white > a, #orderPage h4.text-white > a, #orderPage h5.text-white > a, #orderPage h6.text-white > a,
#orderPage .h1.text-white > a, #orderPage .h2.text-white > a, #orderPage .h3.text-white > a, #orderPage .h4.text-white > a, #orderPage .h5.text-white > a, #orderPage .h6.text-white > a {
  color: #fff;
}

#orderPage figure {
  margin-bottom: 0;
}

#orderPage strong {
  font-weight: 600;
}

#orderPage svg {
  margin-bottom: -0.4375rem;
  vertical-align: baseline;
}

#orderPage table th {
  font-weight: 600;
}

#orderPage .fa, #orderPage .fas {
  font-weight: 900;
}

#orderPage ::-moz-selection {
  color: #fff;
  background-color: #cdb1a5;
}

#orderPage ::selection {
  color: #fff;
  background-color: #cdb1a5;
}

#orderPage .bg-primary ::-moz-selection {
  color: #cdb1a5;
  background-color: #fff;
}

#orderPage .bg-primary ::selection {
  color: #cdb1a5;
  background-color: #fff;
}

#orderPage :focus,
#orderPage a:focus,
#orderPage button:focus {
  outline: 0;
}

#orderPage .form-control:focus {
  box-shadow: 0 0 0 0 transparent;
}

#orderPage .btn:focus, #orderPage .btn.focus, #orderPage .btn:not(:disabled):not(.disabled):active:focus, #orderPage .btn:not(:disabled):not(.disabled).active:focus, #orderPage .btn:not([disabled]):not(.disabled):active, #orderPage .btn:not([disabled]):not(.disabled).active {
  box-shadow: 0 0 0 0 transparent;
}

#orderPage .btn:not(:disabled):not(.disabled):active:focus, #orderPage .btn:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 transparent;
}

#orderPage .custom-select:focus,
#orderPage .page-link:focus {
  box-shadow: 0 0 0 0 transparent;
}

#orderPage .custom-control-input:checked ~ .custom-control-label::before,
#orderPage .custom-control-input:focus ~ .custom-control-label::before,
#orderPage .custom-control-input:active ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 transparent;
}

#orderPage .custom-file-input:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 transparent;
}

#orderPage .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

@media print {
  #orderPage header, #orderPage footer, #orderPage .btn {
    display: none;
  }
}

#orderPage .u-skippy {
  display: none;
}

#orderPage .list-group {
  list-style: none;
}

#orderPage .list-group .list-group {
  margin-left: 1rem;
}

#orderPage .list-group .list-group-item {
  font-size: 0.9rem;
}

#orderPage .list-group .list-group-icon {
  min-width: 0.9rem;
  max-width: 0.9rem;
  color: #575757;
  text-align: center;
  margin-right: .5rem;
}

#orderPage .list-group .active > .list-group-item {
  color: #cdb1a5;
}

#orderPage .list-group .active > .list-group-text {
  color: #fff;
}

#orderPage .list-group .disabled .u-icon {
  color: #575757;
  background-color: rgba(87, 87, 87, 0.1);
}

#orderPage .list-group-rounded-0 .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#orderPage .list-group-rounded-0 .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#orderPage .list-group-transparent .list-group-item {
  border-color: transparent;
  background-color: transparent;
}

#orderPage .list-group-white .list-group-item,
#orderPage .list-group-white .list-group-item-action {
  color: #fff;
}

#orderPage .list-group-white .list-group-item[href],
#orderPage .list-group-white .list-group-item-action[href] {
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .list-group-white .list-group-item[href]:hover,
#orderPage .list-group-white .list-group-item-action[href]:hover {
  color: #fff;
}

#orderPage .list-group-white.list-group-striped .list-group-item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

#orderPage .list-group-white .active > .list-group-item {
  color: #fff;
}

#orderPage .list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

#orderPage .list-group-flush .list-group-item.active {
  color: #cdb1a5;
  background-color: transparent;
  border-color: transparent;
}

#orderPage .list-group-borderless .list-group-item {
  border: none;
}

#orderPage .list-group-striped .list-group-item:nth-child(even) {
  background-color: #f8fafd;
}

#orderPage .u-header {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

#orderPage .u-header__section {
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(137, 140, 142, 0.1);
}

#orderPage .u-header__section-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#orderPage .u-header__shadow-on-show-hide {
  box-shadow: none;
}

.js-header-fix-moment #orderPage .u-header__shadow-on-show-hide {
  box-shadow: 0 1px 10px rgba(137, 140, 142, 0.1);
}

#orderPage .u-header__navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1023.98px) {
  #orderPage .u-header .u-header__navbar.u-header__navbar--top-space {
    padding-top: 0.5rem;
  }
}

#orderPage .u-header__navbar-brand,
#orderPage .u-header__navbar-brand > img {
  padding-top: 0;
  padding-bottom: 0;
  width: 9.375rem;
}

#orderPage .u-header__navbar-brand-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#orderPage .u-header__navbar-brand-vertical {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

#orderPage .u-header__navbar-brand-vertical .u-header__navbar-brand-text {
  display: block;
  margin-left: 0;
}

#orderPage .u-header__navbar-brand-text {
  font-size: 2.25rem;
  font-weight: 700;
  margin-left: .5rem;
}

#orderPage .u-header__navbar-brand-text, #orderPage .u-header__navbar-brand-text:focus, #orderPage .u-header__navbar-brand-text:hover {
  color: #cdb1a5;
}

#orderPage .u-header__navbar-brand-text-white .u-header__navbar-brand-text, #orderPage .u-header__navbar-brand-text-white .u-header__navbar-brand-text:focus, #orderPage .u-header__navbar-brand-text-white .u-header__navbar-brand-text:hover {
  color: #fff;
}

#orderPage .u-header__navbar-collapse {
  padding-top: 0;
  padding-bottom: 0;
}

#orderPage .u-header__navbar-link {
  color: #575757;
  font-size: 0.7875rem;
  font-weight: 300;
  padding-left: .5rem;
  padding-right: .5rem;
}

#orderPage .u-header .u-header__nav-item:first-child .u-header__nav-link {
  padding-left: 0;
}

#orderPage .u-header__nav-item:hover .u-header__nav-link, #orderPage .u-header__nav-item:focus .u-header__nav-link {
  color: #cdb1a5;
}

#orderPage .u-header .active > .u-header__nav-link {
  color: #cdb1a5;
}

#orderPage .u-header__nav-link {
  color: #575757;
}

#orderPage .u-header__nav-link-toggle {
  position: relative;
}

#orderPage .u-header__nav-link-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 65%;
  font-weight: 900;
  content: "\F107";
  margin-left: .5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#orderPage .u-header__sub-menu {
  width: 100%;
  padding-left: 0;
  list-style: none;
}

#orderPage .u-header__sub-menu-nav-group {
  padding-left: 0;
  list-style: none;
}

#orderPage .u-header__sub-menu-nav-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 0.7875rem;
  color: #575757;
}

#orderPage .u-header__sub-menu-nav-link-toggle {
  position: relative;
}

#orderPage .u-header__sub-menu-nav-link-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "\F105";
  margin-left: auto;
  margin-right: .04rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#orderPage .u-header__sub-menu .active > .u-header__sub-menu-nav-link {
  color: #cdb1a5;
}

#orderPage .u-header__sub-menu-title {
  display: block;
  color: #1e2022;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

#orderPage .u-header__promo {
  background-color: #f8fafd;
}

#orderPage .u-header__promo-inner {
  padding: 2rem;
}

#orderPage .u-header__promo-item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

#orderPage .u-header__promo-item ~ #orderPage .u-header__promo-item {
  border-top: 1px solid #e7eaf3;
}

#orderPage .u-header__promo-link {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#orderPage .u-header__promo-link:hover .u-header__promo-title {
  color: #cdb1a5;
}

#orderPage .u-header__promo-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

#orderPage .u-header__promo-card-deck {
  display: block;
}

#orderPage .u-header__promo-card-deck:not(:last-child) .u-header__promo-item {
  border-bottom: 1px solid #e7eaf3;
}

#orderPage .u-header__promo-card-deck .u-header__promo-item {
  border-top: none;
}

#orderPage .u-header__promo-card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

#orderPage .u-header__promo-icon {
  width: 100%;
  max-width: 2.75rem;
  margin-right: 1rem;
}

#orderPage .u-header__promo-icon--sm {
  max-width: 1.75rem;
}

#orderPage .u-header__promo-title {
  display: block;
  color: #1e2022;
  font-size: 0.9rem;
  font-weight: 500;
}

#orderPage .u-header__promo-text {
  display: block;
  color: #77838f;
}

#orderPage .u-header__promo-footer {
  background-color: #f8fafd;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#orderPage .u-header__promo-footer-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#orderPage .u-header__promo-footer-ver-divider {
  position: relative;
}

#orderPage .u-header__promo-footer-ver-divider::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #bdc5d1;
  content: "";
}

#orderPage .u-header__banner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-bottom-left-radius: 0.25rem;
}

#orderPage .u-header__banner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(30, 32, 34, 0.5);
  border-bottom-left-radius: 0.25rem;
  content: "";
}

#orderPage .u-header__banner-content {
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#orderPage .u-header__banner-title {
  display: block;
  color: #fff;
  font-size: 1.40625rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

#orderPage .u-header__banner-text {
  display: block;
  color: #fff;
  margin-bottom: 0;
}

#orderPage .u-header__product-banner {
  background-color: #f8fafd;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding-right: 1.5rem;
}

#orderPage .u-header__product-banner-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#orderPage .u-header__product-banner-title {
  display: block;
  color: #cdb1a5;
  font-size: 1.40625rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

#orderPage .u-header__product-banner-text {
  color: #1e2022;
  margin-bottom: 0;
}

#orderPage .u-header.js-header-fix-moment .u-header__hide-content {
  display: none;
}

#orderPage .u-header.u-header--moved-up.u-header--hide-topbar {
  -webkit-transform: translate3d(0, -33px, 0);
          transform: translate3d(0, -33px, 0);
}

#orderPage .u-header--invisible {
  display: none;
}

#orderPage .u-header--moved-up {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

#orderPage .u-header--faded {
  opacity: 0;
  visibility: hidden;
}

#orderPage .u-header__section--hidden {
  position: relative;
}

#orderPage .u-header[data-header-fix-effect] {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#orderPage .u-header.u-header--untransitioned {
  -webkit-transition: none;
  transition: none;
}

#orderPage .u-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto;
}

#orderPage .u-header--fix-top {
  position: fixed;
}

#orderPage .u-header.u-header--fix-top[data-effect-compensation] {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1024px) {
  #orderPage .u-header__navbar-body,
  #orderPage .u-header__navbar-nav {
    margin-left: auto;
  }

  #orderPage .u-header-left-aligned-nav .u-header__navbar-body,
  #orderPage .u-header-left-aligned-nav .u-header__navbar-nav {
    margin-left: 0;
    margin-right: auto;
  }

  #orderPage .u-header-left-aligned-nav .u-header__navbar-nav {
    width: 100%;
  }

  #orderPage .u-header-left-aligned-nav .u-header__navbar-brand {
    margin-left: 0;
    margin-right: 3rem;
  }

  #orderPage .u-header-left-aligned-nav .u-header__nav-last-item {
    margin-left: auto;
  }

  #orderPage .u-header-center-aligned-nav__col {
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  #orderPage .u-header-center-aligned-nav__col-last-item {
    text-align: right;
  }

  #orderPage .u-header-center-aligned-nav .u-header__navbar-body,
  #orderPage .u-header-center-aligned-nav .u-header__navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024.98px) {
  #orderPage .u-header-center-aligned-nav__col:not(.u-header-center-aligned-nav__col-last-item) {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  #orderPage .u-header-center-aligned-nav__col-last-item {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}

@media (min-width: 768px) {
  #orderPage .u-header-center-aligned-nav.u-header--abs-top-sm .u-header__navbar-body,
  #orderPage .u-header-center-aligned-nav.u-header--abs-top-sm .u-header__navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
}

#orderPage .u-header__navbar-nav-scroll {
  max-width: 100%;
  height: 4.25rem;
  overflow: hidden;
}

#orderPage .u-header__navbar-nav-scroll .u-header__navbar-nav {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#orderPage .u-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

#orderPage .u-fullscreen--toggler {
  z-index: 1001;
}

#orderPage .u-fullscreen__container, #orderPage .u-fullscreen__overlay {
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

#orderPage .u-fullscreen__container {
  position: relative;
  z-index: 1000;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
}

#orderPage .u-fullscreen__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.95) 0%, rgba(230, 207, 194, 0.95) 100%);
  background-repeat: repeat-x;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#orderPage .u-fullscreen.u-fullscreen--showed {
  visibility: visible;
}

#orderPage .u-fullscreen.u-fullscreen--showed .u-fullscreen__container,
#orderPage .u-fullscreen.u-fullscreen--showed .u-fullscreen__overlay {
  opacity: 1;
  visibility: visible;
}

#orderPage .u-fullscreen.u-fullscreen--showed .u-fullscreen__overlay {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#orderPage .u-fullscreen.u-fullscreen--showed .u-fullscreen__container {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#orderPage .u-fullscreen__nav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#orderPage .u-fullscreen__nav-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#orderPage .u-fullscreen__nav-link {
  display: inline-block;
  color: #fff;
  font-size: 1.2375rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 1024px) {
  #orderPage .u-fullscreen__nav-link {
    font-size: 1.575rem;
  }
}

#orderPage .u-fullscreen__nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .u-fullscreen__submenu {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#orderPage .u-fullscreen__submenu .u-fullscreen__nav-list {
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
}

#orderPage .u-fullscreen__submenu-nav-link {
  display: inline-block;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#orderPage .u-fullscreen__submenu-nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .u-fullscreen__submenu-list {
  list-style: none;
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  padding-left: 1rem;
  margin-bottom: 0;
}

#orderPage .u-fullscreen__submenu-list-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .u-fullscreen__submenu-list-link:hover {
  color: #fff;
}

#orderPage .u-header--navbar-bg .u-header__navbar-brand-text {
  color: #fff;
}

#orderPage .u-header--navbar-bg .u-header__nav-item:hover .u-header__nav-link {
  color: #fff;
}

#orderPage .u-header--navbar-bg .active > .u-header__nav-link {
  color: #fff;
}

#orderPage .u-header--navbar-bg .u-header__nav-link {
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .u-header--navbar-bg .u-header__nav-link:hover {
  color: #fff;
}

#orderPage .u-header--navbar-bg .u-header__navbar-link,
#orderPage .u-header--navbar-bg .dropdown-nav-link,
#orderPage .u-header--navbar-bg .btn-text-secondary {
  color: rgba(255, 255, 255, 0.6);
}

#orderPage .u-header--navbar-bg .u-header__navbar-link:hover,
#orderPage .u-header--navbar-bg .dropdown-nav-link:hover,
#orderPage .u-header--navbar-bg .btn-text-secondary:hover {
  color: #fff;
}

#orderPage .u-header--navbar-bg .btn-text-secondary[href]:hover {
  color: #fff;
}

#orderPage .u-header--navbar-bg .u-hamburger__inner, #orderPage .u-header--navbar-bg .u-hamburger__inner::before, #orderPage .u-header--navbar-bg .u-hamburger__inner::after {
  background-color: rgba(255, 255, 255, 0.5);
}

#orderPage .u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner, #orderPage .u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner::before, #orderPage .u-header--navbar-bg .u-hamburger:hover .u-hamburger__inner::after {
  background-color: #fff;
}

#orderPage .u-header--sub-menu-dark-bg .u-header__sub-menu,
#orderPage .u-header--sub-menu-dark-bg .u-header__promo {
  background-color: #1e2022;
}

#orderPage .u-header--sub-menu-dark-bg .u-header__sub-menu-title,
#orderPage .u-header--sub-menu-dark-bg .u-header__promo-title {
  color: rgba(255, 255, 255, 0.8);
}

#orderPage .u-header--sub-menu-dark-bg .u-header__promo-footer {
  background-color: #1c1d1f;
}

#orderPage .u-header--sub-menu-dark-bg .u-header__promo-footer-ver-divider::before {
  border-color: rgba(255, 255, 255, 0.1);
}

#orderPage .u-header--sub-menu-dark-bg .u-header__promo-link::after {
  border-color: rgba(255, 255, 255, 0.1);
}

#orderPage .u-header--sub-menu-dark-bg .u-header__promo-item {
  border-color: rgba(255, 255, 255, 0.1);
}

#orderPage .u-header--sub-menu-dark-bg .u-header__sub-menu-nav-link {
  color: #A7A7A7;
}

#orderPage .u-header--sub-menu-dark-bg .u-header__sub-menu-nav-link:hover {
  color: #cdb1a5;
}

#orderPage .u-header--sub-menu-dark-bg .u-header__product-banner {
  background-color: #1c1d1f;
}

#orderPage .u-header--sub-menu-dark-bg .u-header__product-banner-text {
  color: #A7A7A7;
}

#orderPage .u-header--sub-menu-dark-bg .dropdown-nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

#orderPage .u-header--sub-menu-dark-bg .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 480px) {
  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__sub-menu,
  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__promo {
    background-color: #1e2022;
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-title,
  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__promo-footer {
    background-color: #1c1d1f;
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-nav-link {
    color: #A7A7A7;
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__sub-menu-nav-link:hover {
    color: #cdb1a5;
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__product-banner {
    background-color: #1c1d1f;
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .u-header__product-banner-text {
    color: #A7A7A7;
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  #orderPage .u-header--sub-menu-dark-bg-sm .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 768px) {
  #orderPage .u-header--sub-menu-dark-bg-md .u-header__sub-menu,
  #orderPage .u-header--sub-menu-dark-bg-md .u-header__promo {
    background-color: #1e2022;
  }

  #orderPage .u-header--sub-menu-dark-bg-md .u-header__sub-menu-title,
  #orderPage .u-header--sub-menu-dark-bg-md .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }

  #orderPage .u-header--sub-menu-dark-bg-md .u-header__promo-footer {
    background-color: #1c1d1f;
  }

  #orderPage .u-header--sub-menu-dark-bg-md .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-md .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-md .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-md .u-header__sub-menu-nav-link {
    color: #A7A7A7;
  }

  #orderPage .u-header--sub-menu-dark-bg-md .u-header__sub-menu-nav-link:hover {
    color: #cdb1a5;
  }

  #orderPage .u-header--sub-menu-dark-bg-md .u-header__product-banner {
    background-color: #1c1d1f;
  }

  #orderPage .u-header--sub-menu-dark-bg-md .u-header__product-banner-text {
    color: #A7A7A7;
  }

  #orderPage .u-header--sub-menu-dark-bg-md .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  #orderPage .u-header--sub-menu-dark-bg-md .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1024px) {
  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__sub-menu,
  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__promo {
    background-color: #1e2022;
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-title,
  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__promo-footer {
    background-color: #1c1d1f;
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-nav-link {
    color: #A7A7A7;
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__sub-menu-nav-link:hover {
    color: #cdb1a5;
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__product-banner {
    background-color: #1c1d1f;
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .u-header__product-banner-text {
    color: #A7A7A7;
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  #orderPage .u-header--sub-menu-dark-bg-lg .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1025px) {
  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__sub-menu,
  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__promo {
    background-color: #1e2022;
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-title,
  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__promo-title {
    color: rgba(255, 255, 255, 0.8);
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__promo-footer {
    background-color: #1c1d1f;
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__promo-footer-ver-divider::before {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__promo-link::after {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__promo-item {
    border-color: rgba(255, 255, 255, 0.1);
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-nav-link {
    color: #A7A7A7;
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__sub-menu-nav-link:hover {
    color: #cdb1a5;
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__product-banner {
    background-color: #1c1d1f;
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .u-header__product-banner-text {
    color: #A7A7A7;
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .dropdown-nav-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  #orderPage .u-header--sub-menu-dark-bg-xl .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

#orderPage .u-header--bg-transparent:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
  background-color: #fff;
}

#orderPage .u-header--bg-transparent:not(.js-header-fix-moment) .u-header__section {
  background-color: transparent;
  box-shadow: none;
}

#orderPage .u-header--bg-transparent .u-header__navbar-brand-collapsed,
#orderPage .u-header--bg-transparent .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
#orderPage .u-header--bg-transparent .u-header__navbar-brand-on-scroll,
#orderPage .u-header--bg-transparent .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
  display: none;
}

#orderPage .u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-default,
#orderPage .u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
  display: none;
}

#orderPage .u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-on-scroll {
  display: -webkit-box;
  display: flex;
}

#orderPage .u-header--bg-transparent.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
  display: inline-block;
}

@media (min-width: 480px) and (min-width: 480px) {
  #orderPage .u-header--bg-transparent-sm:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }

  #orderPage .u-header--bg-transparent-sm:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 480px) {
  #orderPage .u-header--bg-transparent-sm .u-header__navbar-brand-collapsed,
  #orderPage .u-header--bg-transparent-sm .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  #orderPage .u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll,
  #orderPage .u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }

  #orderPage .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-default,
  #orderPage .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }

  #orderPage .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -webkit-box;
    display: flex;
  }

  #orderPage .u-header--bg-transparent-sm.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  #orderPage .u-header--bg-transparent-md:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }

  #orderPage .u-header--bg-transparent-md:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  #orderPage .u-header--bg-transparent-md .u-header__navbar-brand-collapsed,
  #orderPage .u-header--bg-transparent-md .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  #orderPage .u-header--bg-transparent-md .u-header__navbar-brand-on-scroll,
  #orderPage .u-header--bg-transparent-md .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }

  #orderPage .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-default,
  #orderPage .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }

  #orderPage .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -webkit-box;
    display: flex;
  }

  #orderPage .u-header--bg-transparent-md.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  #orderPage .u-header--bg-transparent-lg:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }

  #orderPage .u-header--bg-transparent-lg:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 1024px) {
  #orderPage .u-header--bg-transparent-lg .u-header__navbar-brand-collapsed,
  #orderPage .u-header--bg-transparent-lg .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  #orderPage .u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll,
  #orderPage .u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }

  #orderPage .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-default,
  #orderPage .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }

  #orderPage .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -webkit-box;
    display: flex;
  }

  #orderPage .u-header--bg-transparent-lg.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  #orderPage .u-header--bg-transparent-xl:not(.js-header-fix-moment) .u-search-push-top[style*="display: block"] + .u-header__section {
    background-color: #fff;
  }

  #orderPage .u-header--bg-transparent-xl:not(.js-header-fix-moment) .u-header__section {
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 1025px) {
  #orderPage .u-header--bg-transparent-xl .u-header__navbar-brand-collapsed,
  #orderPage .u-header--bg-transparent-xl .u-header__navbar-brand-collapsed .u-header__navbar-brand-text,
  #orderPage .u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll,
  #orderPage .u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: none;
  }

  #orderPage .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-default,
  #orderPage .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-default .u-header__navbar-brand-text {
    display: none;
  }

  #orderPage .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll {
    display: -webkit-box;
    display: flex;
  }

  #orderPage .u-header--bg-transparent-xl.js-header-fix-moment .u-header__navbar-brand-on-scroll .u-header__navbar-brand-text {
    display: inline-block;
  }
}

@media (max-width: 479.98px) {
  #orderPage .u-header--bg-transparent-sm .u-header__navbar-brand-default,
  #orderPage .u-header--bg-transparent-sm .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #orderPage .u-header--bg-transparent-md .u-header__navbar-brand-default,
  #orderPage .u-header--bg-transparent-md .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  #orderPage .u-header--bg-transparent-lg .u-header__navbar-brand-default,
  #orderPage .u-header--bg-transparent-lg .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

@media (max-width: 1024.98px) {
  #orderPage .u-header--bg-transparent-xl .u-header__navbar-brand-default,
  #orderPage .u-header--bg-transparent-xl .u-header__navbar-brand-on-scroll {
    display: none;
  }
}

#orderPage .u-header--bg-transparent .u-header__navbar-brand-default,
#orderPage .u-header--bg-transparent .u-header__navbar-brand-on-scroll {
  display: none;
}

#orderPage .u-header--bg-transparent .u-header__navbar-brand-default {
  display: -webkit-box;
  display: flex;
}

@media (max-width: 767.98px) {
  #orderPage .u-header--bg-transparent .u-header__navbar-nav {
    background-color: #fff;
  }

  #orderPage .u-header--bg-transparent .u-header__navbar-nav {
    padding: 0.875rem 1.5rem;
    padding-top: 1rem;
  }
}

#orderPage .u-header--white-bg-on-scroll.u-scrolled .u-header__section {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(137, 140, 142, 0.1);
}

#orderPage .u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
  color: white;
}

#orderPage .u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
  color: white;
}

#orderPage .u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
#orderPage .u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
#orderPage .u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
  color: rgba(255, 255, 255, 0.6);
}

#orderPage .u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
#orderPage .u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
#orderPage .u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
  color: white;
}

@media (min-width: 480px) {
  #orderPage .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: white;
  }

  #orderPage .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }

  #orderPage .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: white;
  }

  #orderPage .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
  #orderPage .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  #orderPage .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.6);
  }

  #orderPage .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
  #orderPage .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  #orderPage .u-header--white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: white;
  }
}

@media (min-width: 768px) {
  #orderPage .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: white;
  }

  #orderPage .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }

  #orderPage .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: white;
  }

  #orderPage .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
  #orderPage .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  #orderPage .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.6);
  }

  #orderPage .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
  #orderPage .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  #orderPage .u-header--white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: white;
  }
}

@media (min-width: 1024px) {
  #orderPage .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: white;
  }

  #orderPage .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }

  #orderPage .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: white;
  }

  #orderPage .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
  #orderPage .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  #orderPage .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.6);
  }

  #orderPage .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
  #orderPage .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  #orderPage .u-header--white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: white;
  }
}

@media (min-width: 1025px) {
  #orderPage .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-item:hover .u-header__nav-link {
    color: white;
  }

  #orderPage .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {
    color: rgba(255, 255, 255, 0.7);
  }

  #orderPage .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link:hover {
    color: white;
  }

  #orderPage .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link,
  #orderPage .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link,
  #orderPage .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary {
    color: rgba(255, 255, 255, 0.6);
  }

  #orderPage .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .u-header__navbar-link:hover,
  #orderPage .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover,
  #orderPage .u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover {
    color: white;
  }
}

#orderPage .navbar-expand {
  flex-wrap: wrap;
}

#orderPage .navbar-expand.u-header__navbar--no-space {
  padding-top: 0;
  padding-bottom: 0;
}

#orderPage .navbar-expand .u-header__navbar-nav {
  -webkit-box-align: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

#orderPage .navbar-expand .u-header__navbar-nav .u-header__nav-last-item {
  text-align: right;
  padding-left: 1rem;
  padding-right: 0;
}

#orderPage .navbar-expand .u-header__navbar-nav .u-header__nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}

#orderPage .navbar-expand .u-header__navbar-nav .u-header__sub-menu {
  border-top: 0.1875rem solid #cdb1a5;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0 8px 20px rgba(205, 177, 165, 0.075);
}

#orderPage .navbar-expand .u-header__navbar-nav .u-header__sub-menu-nav-link {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

#orderPage .navbar-expand .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
  padding-left: 0;
}

#orderPage .navbar-expand .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#orderPage .navbar-expand .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
  padding: 0;
}

#orderPage .navbar-expand .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
  margin-top: -1.1875rem;
}

#orderPage .navbar-expand .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
  right: 20%;
}

#orderPage .navbar-expand .u-header__mega-menu-wrapper {
  padding: 2.5rem;
  margin-left: 0;
  margin-right: 0;
}

#orderPage .navbar-expand .u-header__promo {
  border-bottom-right-radius: 0.25rem;
}

#orderPage .navbar-expand .u-header__promo-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#orderPage .navbar-expand .u-header__promo-card-deck {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

#orderPage .navbar-expand .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
  position: relative;
}

#orderPage .navbar-expand .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.5rem;
  border-right: 1px solid #e7eaf3;
  height: 100%;
  content: "";
}

@media (min-width: 480px) {
  #orderPage .navbar-expand-sm {
    flex-wrap: wrap;
  }

  #orderPage .navbar-expand-sm.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-sm .u-header__navbar-nav {
    -webkit-box-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-sm .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }

  #orderPage .navbar-expand-sm .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }

  #orderPage .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #cdb1a5;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 8px 20px rgba(205, 177, 165, 0.075);
  }

  #orderPage .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }

  #orderPage .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }

  #orderPage .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #orderPage .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }

  #orderPage .navbar-expand-sm .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }

  #orderPage .navbar-expand-sm .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }

  #orderPage .navbar-expand-sm .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  #orderPage .navbar-expand-sm .u-header__promo {
    border-bottom-right-radius: 0.25rem;
  }

  #orderPage .navbar-expand-sm .u-header__promo-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  #orderPage .navbar-expand-sm .u-header__promo-card-deck {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  #orderPage .navbar-expand-sm .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }

  #orderPage .navbar-expand-sm .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}

@media (min-width: 768px) {
  #orderPage .navbar-expand-md {
    flex-wrap: wrap;
  }

  #orderPage .navbar-expand-md.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-md .u-header__navbar-nav {
    -webkit-box-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-md .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }

  #orderPage .navbar-expand-md .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }

  #orderPage .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #cdb1a5;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 8px 20px rgba(205, 177, 165, 0.075);
  }

  #orderPage .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }

  #orderPage .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }

  #orderPage .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #orderPage .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }

  #orderPage .navbar-expand-md .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }

  #orderPage .navbar-expand-md .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }

  #orderPage .navbar-expand-md .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  #orderPage .navbar-expand-md .u-header__promo {
    border-bottom-right-radius: 0.25rem;
  }

  #orderPage .navbar-expand-md .u-header__promo-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  #orderPage .navbar-expand-md .u-header__promo-card-deck {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  #orderPage .navbar-expand-md .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }

  #orderPage .navbar-expand-md .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}

@media (min-width: 1024px) {
  #orderPage .navbar-expand-lg {
    flex-wrap: wrap;
  }

  #orderPage .navbar-expand-lg.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-lg .u-header__navbar-nav {
    -webkit-box-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-lg .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }

  #orderPage .navbar-expand-lg .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }

  #orderPage .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #cdb1a5;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 8px 20px rgba(205, 177, 165, 0.075);
  }

  #orderPage .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }

  #orderPage .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }

  #orderPage .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #orderPage .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }

  #orderPage .navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }

  #orderPage .navbar-expand-lg .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }

  #orderPage .navbar-expand-lg .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  #orderPage .navbar-expand-lg .u-header__promo {
    border-bottom-right-radius: 0.25rem;
  }

  #orderPage .navbar-expand-lg .u-header__promo-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  #orderPage .navbar-expand-lg .u-header__promo-card-deck {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  #orderPage .navbar-expand-lg .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }

  #orderPage .navbar-expand-lg .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}

@media (min-width: 1025px) {
  #orderPage .navbar-expand-xl {
    flex-wrap: wrap;
  }

  #orderPage .navbar-expand-xl.u-header__navbar--no-space {
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-xl .u-header__navbar-nav {
    -webkit-box-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-xl .u-header__navbar-nav .u-header__nav-last-item {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }

  #orderPage .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }

  #orderPage .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu {
    border-top: 0.1875rem solid #cdb1a5;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 8px 20px rgba(205, 177, 165, 0.075);
  }

  #orderPage .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }

  #orderPage .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
    padding-left: 0;
  }

  #orderPage .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #orderPage .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu {
    padding: 0;
  }

  #orderPage .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu .hs-has-sub-menu .u-header__sub-menu {
    margin-top: -1.1875rem;
  }

  #orderPage .navbar-expand-xl .u-header__mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
    right: 20%;
  }

  #orderPage .navbar-expand-xl .u-header__mega-menu-wrapper {
    padding: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }

  #orderPage .navbar-expand-xl .u-header__promo {
    border-bottom-right-radius: 0.25rem;
  }

  #orderPage .navbar-expand-xl .u-header__promo-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  #orderPage .navbar-expand-xl .u-header__promo-card-deck {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  #orderPage .navbar-expand-xl .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link {
    position: relative;
  }

  #orderPage .navbar-expand-xl .u-header__promo-card-deck .u-header__promo-item:not(:last-child) .u-header__promo-link::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -1.5rem;
    border-right: 1px solid #e7eaf3;
    height: 100%;
    content: "";
  }
}

@media (max-width: 479.98px) {
  #orderPage .navbar-expand-sm .u-header__nav-last-item {
    display: none;
  }

  #orderPage .navbar-expand-sm .u-header__nav-link,
  #orderPage .navbar-expand-sm .u-header__sub-menu-nav-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }

  #orderPage .navbar-expand-sm .u-header__nav-link-toggle::after,
  #orderPage .navbar-expand-sm .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto;
  }

  #orderPage .navbar-expand-sm .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  #orderPage .navbar-expand-sm .hs-mega-menu-opened .u-header__nav-link-toggle::after,
  #orderPage .navbar-expand-sm .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  #orderPage .navbar-expand-sm .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  #orderPage .navbar-expand-sm .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  #orderPage .navbar-expand-sm .u-header__sub-menu {
    min-width: 100% !important;
  }

  #orderPage .navbar-expand-sm .u-header__sub-menu--spacer {
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-sm .u-header__sub-menu:not(.u-header__promo) {
    border-left: 0.1875rem solid #cdb1a5;
  }

  #orderPage .navbar-expand-sm .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-sm .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0;
  }

  #orderPage .navbar-expand-sm .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-sm .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
            animation: none;
  }

  #orderPage .navbar-expand-sm .u-header-center-aligned-nav__col-last-item {
    display: none;
  }

  #orderPage .navbar-expand-sm .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3;
  }
}

@media (max-width: 767.98px) {
  #orderPage .navbar-expand-md .u-header__nav-last-item {
    display: none;
  }

  #orderPage .navbar-expand-md .u-header__nav-link,
  #orderPage .navbar-expand-md .u-header__sub-menu-nav-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }

  #orderPage .navbar-expand-md .u-header__nav-link-toggle::after,
  #orderPage .navbar-expand-md .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto;
  }

  #orderPage .navbar-expand-md .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  #orderPage .navbar-expand-md .hs-mega-menu-opened .u-header__nav-link-toggle::after,
  #orderPage .navbar-expand-md .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  #orderPage .navbar-expand-md .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  #orderPage .navbar-expand-md .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  #orderPage .navbar-expand-md .u-header__sub-menu {
    min-width: 100% !important;
  }

  #orderPage .navbar-expand-md .u-header__sub-menu--spacer {
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-md .u-header__sub-menu:not(.u-header__promo) {
    border-left: 0.1875rem solid #cdb1a5;
  }

  #orderPage .navbar-expand-md .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-md .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0;
  }

  #orderPage .navbar-expand-md .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-md .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
            animation: none;
  }

  #orderPage .navbar-expand-md .u-header-center-aligned-nav__col-last-item {
    display: none;
  }

  #orderPage .navbar-expand-md .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3;
  }
}

@media (max-width: 1023.98px) {
  #orderPage .navbar-expand-lg .u-header__nav-last-item {
    display: none;
  }

  #orderPage .navbar-expand-lg .u-header__nav-link,
  #orderPage .navbar-expand-lg .u-header__sub-menu-nav-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }

  #orderPage .navbar-expand-lg .u-header__nav-link-toggle::after,
  #orderPage .navbar-expand-lg .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto;
  }

  #orderPage .navbar-expand-lg .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  #orderPage .navbar-expand-lg .hs-mega-menu-opened .u-header__nav-link-toggle::after,
  #orderPage .navbar-expand-lg .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  #orderPage .navbar-expand-lg .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  #orderPage .navbar-expand-lg .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  #orderPage .navbar-expand-lg .u-header__sub-menu {
    min-width: 100% !important;
  }

  #orderPage .navbar-expand-lg .u-header__sub-menu--spacer {
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-lg .u-header__sub-menu:not(.u-header__promo) {
    border-left: 0.1875rem solid #cdb1a5;
  }

  #orderPage .navbar-expand-lg .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-lg .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0;
  }

  #orderPage .navbar-expand-lg .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-lg .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
            animation: none;
  }

  #orderPage .navbar-expand-lg .u-header-center-aligned-nav__col-last-item {
    display: none;
  }

  #orderPage .navbar-expand-lg .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3;
  }
}

@media (max-width: 1024.98px) {
  #orderPage .navbar-expand-xl .u-header__nav-last-item {
    display: none;
  }

  #orderPage .navbar-expand-xl .u-header__nav-link,
  #orderPage .navbar-expand-xl .u-header__sub-menu-nav-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }

  #orderPage .navbar-expand-xl .u-header__nav-link-toggle::after,
  #orderPage .navbar-expand-xl .u-header__sub-menu-nav-link-toggle::after {
    margin-left: auto;
  }

  #orderPage .navbar-expand-xl .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  #orderPage .navbar-expand-xl .hs-mega-menu-opened .u-header__nav-link-toggle::after,
  #orderPage .navbar-expand-xl .hs-sub-menu-opened .u-header__nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  #orderPage .navbar-expand-xl .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  #orderPage .navbar-expand-xl .u-header__mega-menu-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  #orderPage .navbar-expand-xl .u-header__sub-menu {
    min-width: 100% !important;
  }

  #orderPage .navbar-expand-xl .u-header__sub-menu--spacer {
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-xl .u-header__sub-menu:not(.u-header__promo) {
    border-left: 0.1875rem solid #cdb1a5;
  }

  #orderPage .navbar-expand-xl .u-header__sub-menu .u-header__sub-menu {
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-xl .u-header__sub-menu-title {
    padding-left: 1.5rem;
    margin-bottom: 0;
  }

  #orderPage .navbar-expand-xl .u-header__sub-menu-nav-group {
    padding-top: .5rem;
    padding-left: 1.5rem;
  }

  #orderPage .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu {
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  #orderPage .navbar-expand-xl .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
    -webkit-animation: none;
            animation: none;
  }

  #orderPage .navbar-expand-xl .u-header-center-aligned-nav__col-last-item {
    display: none;
  }

  #orderPage .navbar-expand-xl .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
    border-bottom: 1px solid #e7eaf3;
  }
}

#orderPage .navbar-expand .u-header__nav-last-item {
  display: none;
}

#orderPage .navbar-expand .u-header__nav-link,
#orderPage .navbar-expand .u-header__sub-menu-nav-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#orderPage .navbar-expand .u-header__nav-link-toggle::after,
#orderPage .navbar-expand .u-header__sub-menu-nav-link-toggle::after {
  margin-left: auto;
}

#orderPage .navbar-expand .u-header__sub-menu-nav-link-toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#orderPage .navbar-expand .hs-mega-menu-opened .u-header__nav-link-toggle::after,
#orderPage .navbar-expand .hs-sub-menu-opened .u-header__nav-link-toggle::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#orderPage .navbar-expand .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#orderPage .navbar-expand .u-header__mega-menu-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#orderPage .navbar-expand .u-header__sub-menu {
  min-width: 100% !important;
}

#orderPage .navbar-expand .u-header__sub-menu--spacer {
  padding-left: 1.5rem;
}

#orderPage .navbar-expand .u-header__sub-menu:not(.u-header__promo) {
  border-left: 0.1875rem solid #cdb1a5;
}

#orderPage .navbar-expand .u-header__sub-menu .u-header__sub-menu {
  padding-left: 1.5rem;
}

#orderPage .navbar-expand .u-header__sub-menu-title {
  padding-left: 1.5rem;
  margin-bottom: 0;
}

#orderPage .navbar-expand .u-header__sub-menu-nav-group {
  padding-top: .5rem;
  padding-left: 1.5rem;
}

#orderPage .navbar-expand .u-header__sub-menu .hs-has-sub-menu {
  padding-left: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

#orderPage .navbar-expand .u-header__sub-menu .hs-has-sub-menu .hs-sub-menu {
  -webkit-animation: none;
          animation: none;
}

#orderPage .navbar-expand .u-header-center-aligned-nav__col-last-item {
  display: none;
}

#orderPage .navbar-expand .u-header__promo-card-deck:last-child .u-header__promo-item:not(:last-child) {
  border-bottom: 1px solid #e7eaf3;
}

@media (max-width: 767.98px) {
  #orderPage .navbar-expand-sm .u-header__nav-last-item {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  #orderPage .navbar-expand-xs .u-header__banner,
  #orderPage .navbar-expand-xs .u-header__product-banner,
  #orderPage .navbar-expand-sm .u-header__banner,
  #orderPage .navbar-expand-sm .u-header__product-banner,
  #orderPage .navbar-expand-md .u-header__banner,
  #orderPage .navbar-expand-md .u-header__product-banner,
  #orderPage .navbar-expand-lg .u-header__banner,
  #orderPage .navbar-expand-lg .u-header__product-banner {
    display: none;
  }
}

@media (max-width: 1024.98px) {
  #orderPage .navbar-expand-xl .u-header__banner,
  #orderPage .navbar-expand-xl .u-header__product-banner {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  #orderPage .u-header .u-header__mega-menu-position-right-fix--md.hs-mega-menu.hs-position-right {
    right: 20%;
  }
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  #orderPage .navbar-expand-sm .u-header__navbar-brand {
    padding-top: .5rem;
  }
}

@media (min-width: 1024px) {
  #orderPage .navbar-expand .u-header__nav-last-item {
    display: inline-block;
  }

  #orderPage [class*="navbar-expand"]:not(.navbar-expand-xl) {
    flex-wrap: nowrap;
  }
}

#orderPage .u-header--floating {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 2rem;
}

#orderPage .u-header--floating.js-header-fix-moment {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(137, 140, 142, 0.1);
  margin-top: 0;
}

#orderPage .u-header--floating.js-header-fix-moment .u-header--floating__inner {
  box-shadow: none;
}

#orderPage .u-header--floating .u-header--floating__scrollbar {
  max-height: 50vh;
}

#orderPage .u-header--floating .u-header--floating__scrollbar.mCS_destroyed {
  position: static !important;
}

#orderPage .u-header--floating .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px;
}

#orderPage .u-header--floating__inner {
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 480px) {
  #orderPage .u-header--floating-sm {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }

  #orderPage .u-header--floating-sm.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(137, 140, 142, 0.1);
    margin-top: 0;
  }

  #orderPage .u-header--floating-sm.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none;
  }

  #orderPage .u-header--floating-sm .u-header--floating__scrollbar {
    max-height: 50vh;
  }

  #orderPage .u-header--floating-sm .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important;
  }

  #orderPage .u-header--floating-sm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px;
  }

  #orderPage .u-header--floating__inner {
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  #orderPage .u-header--floating-md {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }

  #orderPage .u-header--floating-md.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(137, 140, 142, 0.1);
    margin-top: 0;
  }

  #orderPage .u-header--floating-md.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none;
  }

  #orderPage .u-header--floating-md .u-header--floating__scrollbar {
    max-height: 50vh;
  }

  #orderPage .u-header--floating-md .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important;
  }

  #orderPage .u-header--floating-md .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px;
  }

  #orderPage .u-header--floating__inner {
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  #orderPage .u-header--floating-lg {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }

  #orderPage .u-header--floating-lg.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(137, 140, 142, 0.1);
    margin-top: 0;
  }

  #orderPage .u-header--floating-lg.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none;
  }

  #orderPage .u-header--floating-lg .u-header--floating__scrollbar {
    max-height: 50vh;
  }

  #orderPage .u-header--floating-lg .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important;
  }

  #orderPage .u-header--floating-lg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px;
  }

  #orderPage .u-header--floating__inner {
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1025px) {
  #orderPage .u-header--floating-xl {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 2rem;
  }

  #orderPage .u-header--floating-xl.js-header-fix-moment {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(137, 140, 142, 0.1);
    margin-top: 0;
  }

  #orderPage .u-header--floating-xl.js-header-fix-moment .u-header--floating__inner {
    box-shadow: none;
  }

  #orderPage .u-header--floating-xl .u-header--floating__scrollbar {
    max-height: 50vh;
  }

  #orderPage .u-header--floating-xl .u-header--floating__scrollbar.mCS_destroyed {
    position: static !important;
  }

  #orderPage .u-header--floating-xl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 24px;
  }

  #orderPage .u-header--floating__inner {
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 479.98px) {
  #orderPage .u-header--floating-sm .u-header__section {
    box-shadow: none;
  }

  #orderPage .u-header--floating-sm .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #orderPage .u-header--floating-md .u-header__section {
    box-shadow: none;
  }

  #orderPage .u-header--floating-md .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  #orderPage .u-header--floating-lg .u-header__section {
    box-shadow: none;
  }

  #orderPage .u-header--floating-lg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
  }
}

@media (max-width: 1024.98px) {
  #orderPage .u-header--floating-xl .u-header__section {
    box-shadow: none;
  }

  #orderPage .u-header--floating-xl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    display: none;
  }
}

#orderPage .u-header--floating .u-header__section {
  box-shadow: none;
}

#orderPage .u-header--floating .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  display: none;
}

#orderPage .u-header--abs-top, #orderPage .u-header--abs-bottom, #orderPage .u-header--abs-top-2nd-screen {
  position: absolute;
}

#orderPage .u-header--abs-top {
  top: 0;
  bottom: auto;
}

#orderPage .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) {
  top: 100%;
  bottom: auto;
}

#orderPage .u-header--abs-top-2nd-screen[data-header-fix-effect] {
  -webkit-transition: none;
  transition: none;
}

#orderPage .u-header--abs-bottom:not(.js-header-fix-moment) {
  top: auto;
  bottom: 0;
}

#orderPage .u-header--abs-bottom:not(.js-header-fix-moment) .u-header__sub-menu {
  top: auto;
  bottom: 100%;
}

#orderPage .u-header--abs-bottom:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
  top: 0;
  bottom: auto;
}

#orderPage .u-header--abs-bottom:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 -8px 20px rgba(137, 140, 142, 0.1);
}

#orderPage .u-header--abs-bottom:not(.js-header-fix-moment) .slideInUp {
  -webkit-animation-name: absoluteSlideInUp;
          animation-name: absoluteSlideInUp;
}

@media (min-width: 480px) {
  #orderPage .u-header--abs-top-sm, #orderPage .u-header--abs-bottom-sm, #orderPage .u-header--abs-top-2nd-screen-sm {
    position: absolute;
  }

  #orderPage .u-header--abs-top-sm {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--abs-top-2nd-screen-sm:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }

  #orderPage .u-header--abs-top-2nd-screen-sm[data-header-fix-effect] {
    -webkit-transition: none;
    transition: none;
  }

  #orderPage .u-header--abs-bottom-sm:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }

  #orderPage .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }

  #orderPage .u-header--abs-bottom-sm:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--abs-bottom-sm:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(137, 140, 142, 0.1);
  }

  #orderPage .u-header--abs-bottom-sm:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
            animation-name: absoluteSlideInUp;
  }
}

@media (min-width: 768px) {
  #orderPage .u-header--abs-top-md, #orderPage .u-header--abs-bottom-md, #orderPage .u-header--abs-top-2nd-screen-md {
    position: absolute;
  }

  #orderPage .u-header--abs-top-md {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--abs-top-2nd-screen-md:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }

  #orderPage .u-header--abs-top-2nd-screen-md[data-header-fix-effect] {
    -webkit-transition: none;
    transition: none;
  }

  #orderPage .u-header--abs-bottom-md:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }

  #orderPage .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }

  #orderPage .u-header--abs-bottom-md:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--abs-bottom-md:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(137, 140, 142, 0.1);
  }

  #orderPage .u-header--abs-bottom-md:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
            animation-name: absoluteSlideInUp;
  }
}

@media (min-width: 1024px) {
  #orderPage .u-header--abs-top-lg, #orderPage .u-header--abs-bottom-lg, #orderPage .u-header--abs-top-2nd-screen-lg {
    position: absolute;
  }

  #orderPage .u-header--abs-top-lg {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--abs-top-2nd-screen-lg:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }

  #orderPage .u-header--abs-top-2nd-screen-lg[data-header-fix-effect] {
    -webkit-transition: none;
    transition: none;
  }

  #orderPage .u-header--abs-bottom-lg:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }

  #orderPage .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }

  #orderPage .u-header--abs-bottom-lg:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--abs-bottom-lg:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(137, 140, 142, 0.1);
  }

  #orderPage .u-header--abs-bottom-lg:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
            animation-name: absoluteSlideInUp;
  }
}

@media (min-width: 1025px) {
  #orderPage .u-header--abs-top-xl, #orderPage .u-header--abs-bottom-xl, #orderPage .u-header--abs-top-2nd-screen-xl {
    position: absolute;
  }

  #orderPage .u-header--abs-top-xl {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--abs-top-2nd-screen-xl:not(.js-header-fix-moment) {
    top: 100%;
    bottom: auto;
  }

  #orderPage .u-header--abs-top-2nd-screen-xl[data-header-fix-effect] {
    -webkit-transition: none;
    transition: none;
  }

  #orderPage .u-header--abs-bottom-xl:not(.js-header-fix-moment) {
    top: auto;
    bottom: 0;
  }

  #orderPage .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }

  #orderPage .u-header--abs-bottom-xl:not(.js-header-fix-moment) .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--abs-bottom-xl:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(137, 140, 142, 0.1);
  }

  #orderPage .u-header--abs-bottom-xl:not(.js-header-fix-moment) .slideInUp {
    -webkit-animation-name: absoluteSlideInUp;
            animation-name: absoluteSlideInUp;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  #orderPage .u-header--abs-bottom-md:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%;
  }
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  #orderPage .u-header--abs-bottom:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu,
  #orderPage .u-header--abs-bottom-sm:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%;
  }
}

#orderPage .u-header--abs-top__inner,
#orderPage .u-header--abs-bottom__inner,
#orderPage .u-header--abs-top-2nd-screen__inner {
  max-height: 50vh;
}

#orderPage .u-header--abs-top__inner.mCS_destroyed,
#orderPage .u-header--abs-bottom__inner.mCS_destroyed,
#orderPage .u-header--abs-top-2nd-screen__inner.mCS_destroyed {
  position: static !important;
}

#orderPage [class*="u-header--abs"] .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px;
}

#orderPage .u-header--abs-top-2nd-screen:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu, #orderPage .u-header--abs-bottom:not(.js-header-fix-moment) [class*="navbar-expand"] .u-header__navbar-nav .u-header__sub-menu {
  box-shadow: none;
}

@-webkit-keyframes absoluteSlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@keyframes absoluteSlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

#orderPage .u-header-sidebar__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10.625rem;
}

#orderPage .u-header-sidebar__content {
  padding: 1.5rem 3rem 3rem;
}

#orderPage .u-header-sidebar__navbar-brand {
  display: block;
  width: 6.25rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

#orderPage .u-header-sidebar__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 3rem;
}

#orderPage .u-header-sidebar__footer-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.675rem;
}

#orderPage .u-header-sidebar__footer-link:hover {
  color: #fff;
}

#orderPage .u-header--sticky-top, #orderPage .u-header--sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
}

#orderPage .u-header--sticky-top {
  bottom: auto;
  top: 0;
}

#orderPage .u-header--sticky-bottom {
  top: auto;
  bottom: 0;
}

#orderPage .u-header--sticky-bottom .u-header__sub-menu {
  top: auto;
  bottom: 100%;
}

#orderPage .u-header--sticky-bottom .u-header__sub-menu .u-header__sub-menu {
  top: 0;
  bottom: auto;
}

#orderPage .u-header--sticky-bottom .navbar-nav .u-header__sub-menu {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 -8px 20px rgba(137, 140, 142, 0.1);
}

#orderPage .u-header--sticky-bottom .slideInUp {
  -webkit-animation-name: stickySlideInUp;
          animation-name: stickySlideInUp;
}

@media (min-width: 480px) {
  #orderPage .u-header--sticky-top-sm, #orderPage .u-header--sticky-bottom-sm {
    position: -webkit-sticky;
    position: sticky;
  }

  #orderPage .u-header--sticky-top-sm {
    bottom: auto;
    top: 0;
  }

  #orderPage .u-header--sticky-bottom-sm {
    top: auto;
    bottom: 0;
  }

  #orderPage .u-header--sticky-bottom-sm .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }

  #orderPage .u-header--sticky-bottom-sm .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--sticky-bottom-sm .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(137, 140, 142, 0.1);
  }

  #orderPage .u-header--sticky-bottom-sm .slideInUp {
    -webkit-animation-name: stickySlideInUp;
            animation-name: stickySlideInUp;
  }
}

@media (min-width: 768px) {
  #orderPage .u-header--sticky-top-md, #orderPage .u-header--sticky-bottom-md {
    position: -webkit-sticky;
    position: sticky;
  }

  #orderPage .u-header--sticky-top-md {
    bottom: auto;
    top: 0;
  }

  #orderPage .u-header--sticky-bottom-md {
    top: auto;
    bottom: 0;
  }

  #orderPage .u-header--sticky-bottom-md .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }

  #orderPage .u-header--sticky-bottom-md .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--sticky-bottom-md .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(137, 140, 142, 0.1);
  }

  #orderPage .u-header--sticky-bottom-md .slideInUp {
    -webkit-animation-name: stickySlideInUp;
            animation-name: stickySlideInUp;
  }
}

@media (min-width: 1024px) {
  #orderPage .u-header--sticky-top-lg, #orderPage .u-header--sticky-bottom-lg {
    position: -webkit-sticky;
    position: sticky;
  }

  #orderPage .u-header--sticky-top-lg {
    bottom: auto;
    top: 0;
  }

  #orderPage .u-header--sticky-bottom-lg {
    top: auto;
    bottom: 0;
  }

  #orderPage .u-header--sticky-bottom-lg .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }

  #orderPage .u-header--sticky-bottom-lg .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--sticky-bottom-lg .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(137, 140, 142, 0.1);
  }

  #orderPage .u-header--sticky-bottom-lg .slideInUp {
    -webkit-animation-name: stickySlideInUp;
            animation-name: stickySlideInUp;
  }
}

@media (min-width: 1025px) {
  #orderPage .u-header--sticky-top-xl, #orderPage .u-header--sticky-bottom-xl {
    position: -webkit-sticky;
    position: sticky;
  }

  #orderPage .u-header--sticky-top-xl {
    bottom: auto;
    top: 0;
  }

  #orderPage .u-header--sticky-bottom-xl {
    top: auto;
    bottom: 0;
  }

  #orderPage .u-header--sticky-bottom-xl .u-header__sub-menu {
    top: auto;
    bottom: 100%;
  }

  #orderPage .u-header--sticky-bottom-xl .u-header__sub-menu .u-header__sub-menu {
    top: 0;
    bottom: auto;
  }

  #orderPage .u-header--sticky-bottom-xl .navbar-nav .u-header__sub-menu {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -8px 20px rgba(137, 140, 142, 0.1);
  }

  #orderPage .u-header--sticky-bottom-xl .slideInUp {
    -webkit-animation-name: stickySlideInUp;
            animation-name: stickySlideInUp;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  #orderPage .u-header--sticky-bottom-md:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%;
  }
}

@media (min-width: 480px) and (max-width: 1023.98px) {
  #orderPage .u-header--sticky-bottom:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu,
  #orderPage .u-header--sticky-bottom-sm:not(.js-header-fix-moment) .navbar-expand-md .hs-mega-menu {
    bottom: 52.8%;
  }
}

#orderPage .u-header--sticky-top__inner,
#orderPage .u-header--sticky-bottom__inner {
  max-height: 50vh;
}

#orderPage .u-header--sticky-top__inner.mCS_destroyed,
#orderPage .u-header--sticky-bottom__inner.mCS_destroyed {
  position: static !important;
}

#orderPage .u-header--sticky-top__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#orderPage .u-header--sticky-bottom__inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 24px;
}

#orderPage .u-header--sticky-bottom:not(.js-header-fix-moment) [class*="navbar-expand"] .navbar-nav .u-header__sub-menu {
  box-shadow: none;
}

@-webkit-keyframes stickySlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@keyframes stickySlideInUp {
  from {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

#orderPage .u-header--center-aligned .u-hamburger {
  display: none;
}

#orderPage .u-header--center-aligned .u-header--center-aligned__inner {
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: .5rem;
}

#orderPage .u-header--center-aligned .u-header__navbar-brand {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  #orderPage .u-header--center-aligned-sm .u-hamburger {
    display: none;
  }

  #orderPage .u-header--center-aligned-sm .u-header--center-aligned__inner {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: .5rem;
  }

  #orderPage .u-header--center-aligned-sm .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #orderPage .u-header--center-aligned-md .u-hamburger {
    display: none;
  }

  #orderPage .u-header--center-aligned-md .u-header--center-aligned__inner {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: .5rem;
  }

  #orderPage .u-header--center-aligned-md .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  #orderPage .u-header--center-aligned-lg .u-hamburger {
    display: none;
  }

  #orderPage .u-header--center-aligned-lg .u-header--center-aligned__inner {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: .5rem;
  }

  #orderPage .u-header--center-aligned-lg .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1025px) {
  #orderPage .u-header--center-aligned-xl .u-hamburger {
    display: none;
  }

  #orderPage .u-header--center-aligned-xl .u-header--center-aligned__inner {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: .5rem;
  }

  #orderPage .u-header--center-aligned-xl .u-header__navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479.98px) {
  #orderPage .u-header--center-aligned-sm .u-header--center-aligned__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 0.5rem;
  }

  #orderPage .u-header--center-aligned-sm .u-header__navbar {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  #orderPage .u-header--center-aligned-md .u-header--center-aligned__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 0.5rem;
  }

  #orderPage .u-header--center-aligned-md .u-header__navbar {
    padding-top: 0;
  }
}

@media (max-width: 1023.98px) {
  #orderPage .u-header--center-aligned-lg .u-header--center-aligned__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 0.5rem;
  }

  #orderPage .u-header--center-aligned-lg .u-header__navbar {
    padding-top: 0;
  }
}

@media (max-width: 1024.98px) {
  #orderPage .u-header--center-aligned-xl .u-header--center-aligned__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 0.5rem;
  }

  #orderPage .u-header--center-aligned-xl .u-header__navbar {
    padding-top: 0;
  }
}

#orderPage .u-header--center-aligned .u-header--center-aligned__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
}

#orderPage .u-header--center-aligned .u-header__navbar {
  padding-top: 0;
}

#orderPage .u-header-collapse__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#orderPage .u-header-collapse__nav-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#orderPage .u-header-collapse__nav-link {
  color: #1e2022;
}

#orderPage .u-header-collapse__nav-pointer {
  position: relative;
}

#orderPage .u-header-collapse__nav-pointer::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 65%;
  font-weight: 900;
  content: "\F107";
  margin-left: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#orderPage .u-header-collapse__nav-pointer.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#orderPage .u-header-collapse__nav-link, #orderPage .u-header-collapse__submenu-nav-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

#orderPage .u-header-collapse__nav-link.active, #orderPage .u-header-collapse__submenu-nav-link.active {
  color: #cdb1a5;
}

#orderPage .u-header-collapse__submenu {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#orderPage .u-header-collapse__submenu .u-header-collapse__nav-list {
  border-left: 2px solid #cdb1a5;
  padding-left: 1rem;
}

#orderPage .u-header-collapse__submenu .u-header-collapse__nav-list--no-spacer {
  padding-left: 0;
}

#orderPage .u-header-collapse__submenu-nav-link {
  color: #575757;
}

#orderPage .u-header-collapse__submenu-list {
  list-style: none;
  border-left: 2px solid #cdb1a5;
  padding-left: 0;
  margin-bottom: 0;
}

#orderPage .u-header-collapse__submenu-list-link {
  display: inline-block;
  color: #575757;
}

#orderPage .alert-text {
  color: inherit;
}

#orderPage .u-avatar {
  width: 2.8125rem;
  height: 2.8125rem;
}

#orderPage .u-xs-avatar {
  width: 1.2375rem;
  height: 1.2375rem;
}

#orderPage .u-sm-avatar {
  width: 1.8rem;
  height: 1.8rem;
}

#orderPage .u-lg-avatar {
  width: 4.5rem;
  height: 4.5rem;
}

#orderPage .u-xl-avatar {
  width: 9rem;
  height: 9rem;
}

#orderPage .u-sm-avatar--bordered {
  border: 2px solid #fff;
}

#orderPage .u-xl-avatar--bordered {
  border: 7px solid #fff;
}

#orderPage [class*="badge-"] {
  z-index: 3;
}

#orderPage .badge:empty {
  display: inherit;
}

#orderPage .badge.badge-pos {
  position: absolute;
}

#orderPage .btn .badge-pos {
  top: auto;
}

#orderPage [class*="badge-outline"] {
  border-style: solid;
  border-width: 0.1125rem;
  box-shadow: 0 3px 6px 0 rgba(167, 167, 167, 0.25);
}

#orderPage .badge-xs {
  width: 0.7875rem;
  height: 0.7875rem;
  line-height: 1.4;
  font-size: 0.45rem;
}

#orderPage .badge-sm {
  width: 1.0125rem;
  height: 1.0125rem;
  line-height: 1.4;
  font-size: 0.5625rem;
}

#orderPage .badge-sm[class*="badge-outline"] {
  line-height: 1;
}

#orderPage .badge-md {
  width: 1.2375rem;
  height: 1.2375rem;
  line-height: 1.7;
  font-size: 0.5625rem;
}

#orderPage .badge-md[class*="badge-outline"] {
  line-height: 1.2;
}

#orderPage .badge-bigger {
  padding: 0.5625rem;
}

#orderPage .badge-outline-primary {
  color: #fff;
  background: #ad846f;
  border-color: #fff;
}

#orderPage .badge-outline-secondary {
  color: #fff;
  background: #77838f;
  border-color: #fff;
}

#orderPage .badge-outline-success {
  color: #fff;
  background: #00c9a7;
  border-color: #fff;
}

#orderPage .badge-outline-info {
  color: #1e2022;
  background: #00dffc;
  border-color: #fff;
}

#orderPage .badge-outline-warning {
  color: #1e2022;
  background: #ffc107;
  border-color: #fff;
}

#orderPage .badge-outline-danger {
  color: #fff;
  background: #de4437;
  border-color: #fff;
}

#orderPage .badge-outline-light {
  color: #1e2022;
  background: #f8f9fa;
  border-color: #fff;
}

#orderPage .badge-outline-dark {
  color: #fff;
  background: #1e2022;
  border-color: #fff;
}

#orderPage .badge-outline-white {
  color: #1e2022;
  background: #fff;
  border-color: #fff;
}

#orderPage .badge-outline-gold {
  color: #1e2022;
  background: #cdb1a5;
  border-color: #fff;
}

#orderPage .badge-outline-medium {
  color: #fff;
  background: #898c8e;
  border-color: #fff;
}

#orderPage .badge-outline-indigo {
  color: #fff;
  background: #2d1582;
  border-color: #fff;
}

#orderPage .badge-outline-white {
  border-color: #fff;
}

#orderPage .badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#orderPage .badge-pos--top-left {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#orderPage .badge-pos--bottom-left {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

#orderPage .badge-pos--bottom-right {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

#orderPage .u-avatar .rounded-circle + .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}

#orderPage .u-avatar .rounded-circle + .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
}

#orderPage .u-avatar .rounded-circle + .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-20%, 20%);
          transform: translate(-20%, 20%);
}

#orderPage .u-avatar .rounded-circle + .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(20%, 20%);
          transform: translate(20%, 20%);
}

#orderPage .u-avatar .rounded-circle + .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}

#orderPage .u-avatar .rounded-circle + .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}

#orderPage .u-avatar .rounded-circle + .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

#orderPage .u-avatar .rounded-circle + .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
          transform: translate(25%, 25%);
}

#orderPage .u-avatar .rounded-circle + .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}

#orderPage .u-avatar .rounded-circle + .badge-md.badge-pos--top-left {
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
}

#orderPage .u-avatar .rounded-circle + .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

#orderPage .u-avatar .rounded-circle + .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(30%, 30%);
          transform: translate(30%, 30%);
}

#orderPage .u-sm-avatar .rounded-circle + .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}

#orderPage .u-sm-avatar .rounded-circle + .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}

#orderPage .u-sm-avatar .rounded-circle + .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

#orderPage .u-sm-avatar .rounded-circle + .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
          transform: translate(25%, 25%);
}

#orderPage .u-sm-avatar .rounded-circle + .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
#orderPage .u-sm-avatar .rounded-circle + .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(35%, -35%);
          transform: translate(35%, -35%);
}

#orderPage .u-sm-avatar .rounded-circle + .badge-sm.badge-pos--top-left,
#orderPage .u-sm-avatar .rounded-circle + .badge-md.badge-pos--top-left {
  -webkit-transform: translate(-35%, -35%);
          transform: translate(-35%, -35%);
}

#orderPage .u-sm-avatar .rounded-circle + .badge-sm.badge-pos--bottom-left,
#orderPage .u-sm-avatar .rounded-circle + .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(-35%, 35%);
          transform: translate(-35%, 35%);
}

#orderPage .u-sm-avatar .rounded-circle + .badge-sm.badge-pos--bottom-right,
#orderPage .u-sm-avatar .rounded-circle + .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(35%, 35%);
          transform: translate(35%, 35%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-35%, 35%);
          transform: translate(-35%, 35%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(35%, 35%);
          transform: translate(35%, 35%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(35%, -35%);
          transform: translate(35%, -35%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(-35%, -35%);
          transform: translate(-35%, -35%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-15%, 15%);
          transform: translate(-15%, 15%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(15%, 15%);
          transform: translate(15%, 15%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(15%, -15%);
          transform: translate(15%, -15%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(-15%, -15%);
          transform: translate(-15%, -15%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-md.badge-pos--top-left {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

#orderPage .u-lg-avatar .rounded-circle + .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-65%, 65%);
          transform: translate(-65%, 65%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(65%, 65%);
          transform: translate(65%, 65%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(65%, -65%);
          transform: translate(65%, -65%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(-65%, -65%);
          transform: translate(-65%, -65%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-45%, 45%);
          transform: translate(-45%, 45%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-md.badge-pos--top-left {
  -webkit-transform: translate(45%, 45%);
          transform: translate(45%, 45%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(45%, -45%);
          transform: translate(45%, -45%);
}

#orderPage .u-xl-avatar .rounded-circle + .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(-45%, -45%);
          transform: translate(-45%, -45%);
}

#orderPage .btn-icon.rounded-circle .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(20%, -20%);
          transform: translate(20%, -20%);
}

#orderPage .btn-icon.rounded-circle .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-20%, -20%);
          transform: translate(-20%, -20%);
}

#orderPage .btn-icon.rounded-circle .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-20%, 20%);
          transform: translate(-20%, 20%);
}

#orderPage .btn-icon.rounded-circle .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(20%, 20%);
          transform: translate(20%, 20%);
}

#orderPage .btn-icon.rounded-circle .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}

#orderPage .btn-icon.rounded-circle .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}

#orderPage .btn-icon.rounded-circle .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

#orderPage .btn-icon.rounded-circle .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
          transform: translate(25%, 25%);
}

#orderPage .btn-icon.rounded-circle .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}

#orderPage .btn-icon.rounded-circle .badge-md.badge-pos--top-left {
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
}

#orderPage .btn-icon.rounded-circle .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

#orderPage .btn-icon.rounded-circle .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(30%, 30%);
          transform: translate(30%, 30%);
}

#orderPage .btn-sm.rounded-circle .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]), #orderPage .btn-group-sm > .rounded-circle.btn .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}

#orderPage .btn-sm.rounded-circle .badge-xs.badge-pos--top-left, #orderPage .btn-group-sm > .rounded-circle.btn .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}

#orderPage .btn-sm.rounded-circle .badge-xs.badge-pos--bottom-left, #orderPage .btn-group-sm > .rounded-circle.btn .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

#orderPage .btn-sm.rounded-circle .badge-xs.badge-pos--bottom-right, #orderPage .btn-group-sm > .rounded-circle.btn .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(25%, 25%);
          transform: translate(25%, 25%);
}

#orderPage .btn-sm.rounded-circle .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]), #orderPage .btn-group-sm > .rounded-circle.btn .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
#orderPage .btn-sm.rounded-circle .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]),
#orderPage .btn-group-sm > .rounded-circle.btn .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(35%, -35%);
          transform: translate(35%, -35%);
}

#orderPage .btn-sm.rounded-circle .badge-sm.badge-pos--top-left, #orderPage .btn-group-sm > .rounded-circle.btn .badge-sm.badge-pos--top-left,
#orderPage .btn-sm.rounded-circle .badge-md.badge-pos--top-left,
#orderPage .btn-group-sm > .rounded-circle.btn .badge-md.badge-pos--top-left {
  -webkit-transform: translate(-35%, -35%);
          transform: translate(-35%, -35%);
}

#orderPage .btn-sm.rounded-circle .badge-sm.badge-pos--bottom-left, #orderPage .btn-group-sm > .rounded-circle.btn .badge-sm.badge-pos--bottom-left,
#orderPage .btn-sm.rounded-circle .badge-md.badge-pos--bottom-left,
#orderPage .btn-group-sm > .rounded-circle.btn .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(-35%, 35%);
          transform: translate(-35%, 35%);
}

#orderPage .btn-sm.rounded-circle .badge-sm.badge-pos--bottom-right, #orderPage .btn-group-sm > .rounded-circle.btn .badge-sm.badge-pos--bottom-right,
#orderPage .btn-sm.rounded-circle .badge-md.badge-pos--bottom-right,
#orderPage .btn-group-sm > .rounded-circle.btn .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(35%, 35%);
          transform: translate(35%, 35%);
}

#orderPage .btn-lg.rounded-circle .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]), #orderPage .btn-group-lg > .rounded-circle.btn .badge-xs.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-35%, 35%);
          transform: translate(-35%, 35%);
}

#orderPage .btn-lg.rounded-circle .badge-xs.badge-pos--top-left, #orderPage .btn-group-lg > .rounded-circle.btn .badge-xs.badge-pos--top-left {
  -webkit-transform: translate(35%, 35%);
          transform: translate(35%, 35%);
}

#orderPage .btn-lg.rounded-circle .badge-xs.badge-pos--bottom-left, #orderPage .btn-group-lg > .rounded-circle.btn .badge-xs.badge-pos--bottom-left {
  -webkit-transform: translate(35%, -35%);
          transform: translate(35%, -35%);
}

#orderPage .btn-lg.rounded-circle .badge-xs.badge-pos--bottom-right, #orderPage .btn-group-lg > .rounded-circle.btn .badge-xs.badge-pos--bottom-right {
  -webkit-transform: translate(-35%, -35%);
          transform: translate(-35%, -35%);
}

#orderPage .btn-lg.rounded-circle .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]), #orderPage .btn-group-lg > .rounded-circle.btn .badge-sm.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(-15%, 15%);
          transform: translate(-15%, 15%);
}

#orderPage .btn-lg.rounded-circle .badge-sm.badge-pos--top-left, #orderPage .btn-group-lg > .rounded-circle.btn .badge-sm.badge-pos--top-left {
  -webkit-transform: translate(15%, 15%);
          transform: translate(15%, 15%);
}

#orderPage .btn-lg.rounded-circle .badge-sm.badge-pos--bottom-left, #orderPage .btn-group-lg > .rounded-circle.btn .badge-sm.badge-pos--bottom-left {
  -webkit-transform: translate(15%, -15%);
          transform: translate(15%, -15%);
}

#orderPage .btn-lg.rounded-circle .badge-sm.badge-pos--bottom-right, #orderPage .btn-group-lg > .rounded-circle.btn .badge-sm.badge-pos--bottom-right {
  -webkit-transform: translate(-15%, -15%);
          transform: translate(-15%, -15%);
}

#orderPage .btn-lg.rounded-circle .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]), #orderPage .btn-group-lg > .rounded-circle.btn .badge-md.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

#orderPage .btn-lg.rounded-circle .badge-md.badge-pos--top-left, #orderPage .btn-group-lg > .rounded-circle.btn .badge-md.badge-pos--top-left {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

#orderPage .btn-lg.rounded-circle .badge-md.badge-pos--bottom-left, #orderPage .btn-group-lg > .rounded-circle.btn .badge-md.badge-pos--bottom-left {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

#orderPage .btn-lg.rounded-circle .badge-md.badge-pos--bottom-right, #orderPage .btn-group-lg > .rounded-circle.btn .badge-md.badge-pos--bottom-right {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

#orderPage .btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

#orderPage .btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

#orderPage .btn-facebook:focus, #orderPage .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

#orderPage .btn-facebook.disabled, #orderPage .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

#orderPage .btn-facebook:not(:disabled):not(.disabled):active, #orderPage .btn-facebook:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

#orderPage .btn-facebook:not(:disabled):not(.disabled):active:focus, #orderPage .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

#orderPage .btn-google {
  color: #fff;
  background-color: #d14130;
  border-color: #d14130;
}

#orderPage .btn-google:hover {
  color: #fff;
  background-color: #b33628;
  border-color: #a93325;
}

#orderPage .btn-google:focus, #orderPage .btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 94, 79, 0.5);
}

#orderPage .btn-google.disabled, #orderPage .btn-google:disabled {
  color: #fff;
  background-color: #d14130;
  border-color: #d14130;
}

#orderPage .btn-google:not(:disabled):not(.disabled):active, #orderPage .btn-google:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #a93325;
  border-color: #9e3023;
}

#orderPage .btn-google:not(:disabled):not(.disabled):active:focus, #orderPage .btn-google:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 94, 79, 0.5);
}

#orderPage .btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

#orderPage .btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}

#orderPage .btn-twitter:focus, #orderPage .btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}

#orderPage .btn-twitter.disabled, #orderPage .btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

#orderPage .btn-twitter:not(:disabled):not(.disabled):active, #orderPage .btn-twitter:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
}

#orderPage .btn-twitter:not(:disabled):not(.disabled):active:focus, #orderPage .btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}

#orderPage .btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}

#orderPage .btn-instagram:hover {
  color: #fff;
  background-color: #345e80;
  border-color: #305777;
}

#orderPage .btn-instagram:focus, #orderPage .btn-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 135, 170, 0.5);
}

#orderPage .btn-instagram.disabled, #orderPage .btn-instagram:disabled {
  color: #fff;
  background-color: #3f729b;
  border-color: #3f729b;
}

#orderPage .btn-instagram:not(:disabled):not(.disabled):active, #orderPage .btn-instagram:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: #2d516e;
}

#orderPage .btn-instagram:not(:disabled):not(.disabled):active:focus, #orderPage .btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 135, 170, 0.5);
}

#orderPage .btn-gray {
  color: #1e2022;
  background-color: #f8fafd;
  border-color: #f8fafd;
}

#orderPage .btn-gray:hover {
  color: #1e2022;
  background-color: #dae5f5;
  border-color: #d0def2;
}

#orderPage .btn-gray:focus, #orderPage .btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 217, 220, 0.5);
}

#orderPage .btn-gray.disabled, #orderPage .btn-gray:disabled {
  color: #1e2022;
  background-color: #f8fafd;
  border-color: #f8fafd;
}

#orderPage .btn-gray:not(:disabled):not(.disabled):active, #orderPage .btn-gray:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-gray.dropdown-toggle {
  color: #1e2022;
  background-color: #d0def2;
  border-color: #c6d7ef;
}

#orderPage .btn-gray:not(:disabled):not(.disabled):active:focus, #orderPage .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 217, 220, 0.5);
}

#orderPage .btn-kakao {
  color: #1e2022;
  background-color: #FFE953;
  border-color: #FFE953;
}

#orderPage .btn-kakao:hover {
  color: #1e2022;
  background-color: #ffe42d;
  border-color: #ffe220;
}

#orderPage .btn-kakao:focus, #orderPage .btn-kakao.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 203, 76, 0.5);
}

#orderPage .btn-kakao.disabled, #orderPage .btn-kakao:disabled {
  color: #1e2022;
  background-color: #FFE953;
  border-color: #FFE953;
}

#orderPage .btn-kakao:not(:disabled):not(.disabled):active, #orderPage .btn-kakao:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-kakao.dropdown-toggle {
  color: #1e2022;
  background-color: #ffe220;
  border-color: #ffe113;
}

#orderPage .btn-kakao:not(:disabled):not(.disabled):active:focus, #orderPage .btn-kakao:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-kakao.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 203, 76, 0.5);
}

#orderPage .btn-github {
  color: #fff;
  background-color: #24292e;
  border-color: #24292e;
}

#orderPage .btn-github:hover {
  color: #fff;
  background-color: #131619;
  border-color: #0e1011;
}

#orderPage .btn-github:focus, #orderPage .btn-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 73, 77, 0.5);
}

#orderPage .btn-github.disabled, #orderPage .btn-github:disabled {
  color: #fff;
  background-color: #24292e;
  border-color: #24292e;
}

#orderPage .btn-github:not(:disabled):not(.disabled):active, #orderPage .btn-github:not(:disabled):not(.disabled).active,
.show > #orderPage .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #0e1011;
  border-color: #08090a;
}

#orderPage .btn-github:not(:disabled):not(.disabled):active:focus, #orderPage .btn-github:not(:disabled):not(.disabled).active:focus,
.show > #orderPage .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 73, 77, 0.5);
}

#orderPage .btn-primary[href]:hover, #orderPage .btn-primary[href]:focus, #orderPage .btn-primary[href]:active, #orderPage .btn-primary[type]:hover, #orderPage .btn-primary[type]:focus, #orderPage .btn-primary[type]:active {
  box-shadow: 0 4px 11px rgba(173, 132, 111, 0.35);
}

#orderPage .btn-primary:not(label.btn), #orderPage .btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-primary:not([href]), #orderPage .btn-primary:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #ad846f;
  border-color: #ad846f;
}

#orderPage .btn-secondary[href]:hover, #orderPage .btn-secondary[href]:focus, #orderPage .btn-secondary[href]:active, #orderPage .btn-secondary[type]:hover, #orderPage .btn-secondary[type]:focus, #orderPage .btn-secondary[type]:active {
  box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}

#orderPage .btn-secondary:not(label.btn), #orderPage .btn-secondary:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-secondary:not([href]), #orderPage .btn-secondary:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #77838f;
  border-color: #77838f;
}

#orderPage .btn-success[href]:hover, #orderPage .btn-success[href]:focus, #orderPage .btn-success[href]:active, #orderPage .btn-success[type]:hover, #orderPage .btn-success[type]:focus, #orderPage .btn-success[type]:active {
  box-shadow: 0 4px 11px rgba(0, 201, 167, 0.35);
}

#orderPage .btn-success:not(label.btn), #orderPage .btn-success:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-success:not([href]), #orderPage .btn-success:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #00c9a7;
  border-color: #00c9a7;
}

#orderPage .btn-info[href]:hover, #orderPage .btn-info[href]:focus, #orderPage .btn-info[href]:active, #orderPage .btn-info[type]:hover, #orderPage .btn-info[type]:focus, #orderPage .btn-info[type]:active {
  box-shadow: 0 4px 11px rgba(0, 223, 252, 0.35);
}

#orderPage .btn-info:not(label.btn), #orderPage .btn-info:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-info:not([href]), #orderPage .btn-info:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #00dffc;
  border-color: #00dffc;
}

#orderPage .btn-warning[href]:hover, #orderPage .btn-warning[href]:focus, #orderPage .btn-warning[href]:active, #orderPage .btn-warning[type]:hover, #orderPage .btn-warning[type]:focus, #orderPage .btn-warning[type]:active {
  box-shadow: 0 4px 11px rgba(255, 193, 7, 0.35);
}

#orderPage .btn-warning:not(label.btn), #orderPage .btn-warning:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-warning:not([href]), #orderPage .btn-warning:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #ffc107;
  border-color: #ffc107;
}

#orderPage .btn-danger[href]:hover, #orderPage .btn-danger[href]:focus, #orderPage .btn-danger[href]:active, #orderPage .btn-danger[type]:hover, #orderPage .btn-danger[type]:focus, #orderPage .btn-danger[type]:active {
  box-shadow: 0 4px 11px rgba(222, 68, 55, 0.35);
}

#orderPage .btn-danger:not(label.btn), #orderPage .btn-danger:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-danger:not([href]), #orderPage .btn-danger:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #de4437;
  border-color: #de4437;
}

#orderPage .btn-light[href]:hover, #orderPage .btn-light[href]:focus, #orderPage .btn-light[href]:active, #orderPage .btn-light[type]:hover, #orderPage .btn-light[type]:focus, #orderPage .btn-light[type]:active {
  box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}

#orderPage .btn-light:not(label.btn), #orderPage .btn-light:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-light:not([href]), #orderPage .btn-light:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

#orderPage .btn-dark[href]:hover, #orderPage .btn-dark[href]:focus, #orderPage .btn-dark[href]:active, #orderPage .btn-dark[type]:hover, #orderPage .btn-dark[type]:focus, #orderPage .btn-dark[type]:active {
  box-shadow: 0 4px 11px rgba(30, 32, 34, 0.35);
}

#orderPage .btn-dark:not(label.btn), #orderPage .btn-dark:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-dark:not([href]), #orderPage .btn-dark:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #1e2022;
  border-color: #1e2022;
}

#orderPage .btn-white[href]:hover, #orderPage .btn-white[href]:focus, #orderPage .btn-white[href]:active, #orderPage .btn-white[type]:hover, #orderPage .btn-white[type]:focus, #orderPage .btn-white[type]:active {
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

#orderPage .btn-white:not(label.btn), #orderPage .btn-white:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-white:not([href]), #orderPage .btn-white:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #fff;
  border-color: #fff;
}

#orderPage .btn-gold[href]:hover, #orderPage .btn-gold[href]:focus, #orderPage .btn-gold[href]:active, #orderPage .btn-gold[type]:hover, #orderPage .btn-gold[type]:focus, #orderPage .btn-gold[type]:active {
  box-shadow: 0 4px 11px rgba(205, 177, 165, 0.35);
}

#orderPage .btn-gold:not(label.btn), #orderPage .btn-gold:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-gold:not([href]), #orderPage .btn-gold:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #cdb1a5;
  border-color: #cdb1a5;
}

#orderPage .btn-medium[href]:hover, #orderPage .btn-medium[href]:focus, #orderPage .btn-medium[href]:active, #orderPage .btn-medium[type]:hover, #orderPage .btn-medium[type]:focus, #orderPage .btn-medium[type]:active {
  box-shadow: 0 4px 11px rgba(137, 140, 142, 0.35);
}

#orderPage .btn-medium:not(label.btn), #orderPage .btn-medium:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-medium:not([href]), #orderPage .btn-medium:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #898c8e;
  border-color: #898c8e;
}

#orderPage .btn-indigo[href]:hover, #orderPage .btn-indigo[href]:focus, #orderPage .btn-indigo[href]:active, #orderPage .btn-indigo[type]:hover, #orderPage .btn-indigo[type]:focus, #orderPage .btn-indigo[type]:active {
  box-shadow: 0 4px 11px rgba(45, 21, 130, 0.35);
}

#orderPage .btn-indigo:not(label.btn), #orderPage .btn-indigo:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-indigo:not([href]), #orderPage .btn-indigo:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #2d1582;
  border-color: #2d1582;
}

#orderPage .btn-facebook[href]:hover, #orderPage .btn-facebook[href]:focus, #orderPage .btn-facebook[href]:active, #orderPage .btn-facebook[type]:hover, #orderPage .btn-facebook[type]:focus, #orderPage .btn-facebook[type]:active {
  box-shadow: 0 4px 11px rgba(59, 89, 152, 0.35);
}

#orderPage .btn-facebook:not(label.btn), #orderPage .btn-facebook:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-facebook:not([href]), #orderPage .btn-facebook:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #3b5998;
  border-color: #3b5998;
}

#orderPage .btn-google[href]:hover, #orderPage .btn-google[href]:focus, #orderPage .btn-google[href]:active, #orderPage .btn-google[type]:hover, #orderPage .btn-google[type]:focus, #orderPage .btn-google[type]:active {
  box-shadow: 0 4px 11px rgba(209, 65, 48, 0.35);
}

#orderPage .btn-google:not(label.btn), #orderPage .btn-google:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-google:not([href]), #orderPage .btn-google:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #d14130;
  border-color: #d14130;
}

#orderPage .btn-twitter[href]:hover, #orderPage .btn-twitter[href]:focus, #orderPage .btn-twitter[href]:active, #orderPage .btn-twitter[type]:hover, #orderPage .btn-twitter[type]:focus, #orderPage .btn-twitter[type]:active {
  box-shadow: 0 4px 11px rgba(29, 161, 242, 0.35);
}

#orderPage .btn-twitter:not(label.btn), #orderPage .btn-twitter:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-twitter:not([href]), #orderPage .btn-twitter:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

#orderPage .btn-instagram[href]:hover, #orderPage .btn-instagram[href]:focus, #orderPage .btn-instagram[href]:active, #orderPage .btn-instagram[type]:hover, #orderPage .btn-instagram[type]:focus, #orderPage .btn-instagram[type]:active {
  box-shadow: 0 4px 11px rgba(63, 114, 155, 0.35);
}

#orderPage .btn-instagram:not(label.btn), #orderPage .btn-instagram:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-instagram:not([href]), #orderPage .btn-instagram:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #3f729b;
  border-color: #3f729b;
}

#orderPage .btn-gray[href]:hover, #orderPage .btn-gray[href]:focus, #orderPage .btn-gray[href]:active, #orderPage .btn-gray[type]:hover, #orderPage .btn-gray[type]:focus, #orderPage .btn-gray[type]:active {
  box-shadow: 0 4px 11px rgba(248, 250, 253, 0.35);
}

#orderPage .btn-gray:not(label.btn), #orderPage .btn-gray:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-gray:not([href]), #orderPage .btn-gray:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #f8fafd;
  border-color: #f8fafd;
}

#orderPage .btn-kakao[href]:hover, #orderPage .btn-kakao[href]:focus, #orderPage .btn-kakao[href]:active, #orderPage .btn-kakao[type]:hover, #orderPage .btn-kakao[type]:focus, #orderPage .btn-kakao[type]:active {
  box-shadow: 0 4px 11px rgba(255, 233, 83, 0.35);
}

#orderPage .btn-kakao:not(label.btn), #orderPage .btn-kakao:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-kakao:not([href]), #orderPage .btn-kakao:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #FFE953;
  border-color: #FFE953;
}

#orderPage .btn-github[href]:hover, #orderPage .btn-github[href]:focus, #orderPage .btn-github[href]:active, #orderPage .btn-github[type]:hover, #orderPage .btn-github[type]:focus, #orderPage .btn-github[type]:active {
  box-shadow: 0 4px 11px rgba(36, 41, 46, 0.35);
}

#orderPage .btn-github:not(label.btn), #orderPage .btn-github:not(label.btn):not([href]):not(:disabled):not(.disabled), #orderPage .btn-github:not([href]), #orderPage .btn-github:not([href]):not([href]):not(:disabled):not(.disabled) {
  background-color: #24292e;
  border-color: #24292e;
}

#orderPage .btn-custom-toggle-primary {
  color: #A7A7A7;
  border-color: #d5dae2;
}

#orderPage .btn-custom-toggle-primary:hover {
  color: #cdb1a5;
  background-color: transparent;
  border-color: #cdb1a5;
}

#orderPage .btn-custom-toggle-primary:not(:disabled):not(.disabled):active, #orderPage .btn-custom-toggle-primary:not(:disabled):not(.disabled).active, #orderPage .btn-custom-toggle-primary:not(:disabled):not(.disabled):active, #orderPage .btn-custom-toggle-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #cdb1a5;
  border-color: #cdb1a5;
}

#orderPage .btn-custom-toggle-white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

#orderPage .btn-custom-toggle-white:not(:disabled):not(.disabled):active, #orderPage .btn-custom-toggle-white:not(:disabled):not(.disabled).active, #orderPage .btn-custom-toggle-white:not(:disabled):not(.disabled):active, #orderPage .btn-custom-toggle-white:not(:disabled):not(.disabled).active {
  color: #cdb1a5;
}

#orderPage .btn-soft-primary {
  color: #ad846f;
  background: rgba(173, 132, 111, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-primary[href]:hover, #orderPage .btn-soft-primary[href]:focus, #orderPage .btn-soft-primary[href]:active, #orderPage .btn-soft-primary[href].active, #orderPage .btn-soft-primary[type]:hover, #orderPage .btn-soft-primary[type]:focus, #orderPage .btn-soft-primary[type]:active, #orderPage .btn-soft-primary[type].active {
  color: #fff;
  background: #ad846f;
  box-shadow: 0 4px 11px rgba(173, 132, 111, 0.35);
}

#orderPage .btn-soft-primary[href].disabled, #orderPage .btn-soft-primary[href]:disabled, #orderPage .btn-soft-primary[type].disabled, #orderPage .btn-soft-primary[type]:disabled {
  color: #ad846f;
  background-color: rgba(173, 132, 111, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-secondary {
  color: #77838f;
  background: rgba(119, 131, 143, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-secondary[href]:hover, #orderPage .btn-soft-secondary[href]:focus, #orderPage .btn-soft-secondary[href]:active, #orderPage .btn-soft-secondary[href].active, #orderPage .btn-soft-secondary[type]:hover, #orderPage .btn-soft-secondary[type]:focus, #orderPage .btn-soft-secondary[type]:active, #orderPage .btn-soft-secondary[type].active {
  color: #fff;
  background: #77838f;
  box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}

#orderPage .btn-soft-secondary[href].disabled, #orderPage .btn-soft-secondary[href]:disabled, #orderPage .btn-soft-secondary[type].disabled, #orderPage .btn-soft-secondary[type]:disabled {
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-success {
  color: #00c9a7;
  background: rgba(0, 201, 167, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-success[href]:hover, #orderPage .btn-soft-success[href]:focus, #orderPage .btn-soft-success[href]:active, #orderPage .btn-soft-success[href].active, #orderPage .btn-soft-success[type]:hover, #orderPage .btn-soft-success[type]:focus, #orderPage .btn-soft-success[type]:active, #orderPage .btn-soft-success[type].active {
  color: #fff;
  background: #00c9a7;
  box-shadow: 0 4px 11px rgba(0, 201, 167, 0.35);
}

#orderPage .btn-soft-success[href].disabled, #orderPage .btn-soft-success[href]:disabled, #orderPage .btn-soft-success[type].disabled, #orderPage .btn-soft-success[type]:disabled {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-info {
  color: #00dffc;
  background: rgba(0, 223, 252, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-info[href]:hover, #orderPage .btn-soft-info[href]:focus, #orderPage .btn-soft-info[href]:active, #orderPage .btn-soft-info[href].active, #orderPage .btn-soft-info[type]:hover, #orderPage .btn-soft-info[type]:focus, #orderPage .btn-soft-info[type]:active, #orderPage .btn-soft-info[type].active {
  color: #1e2022;
  background: #00dffc;
  box-shadow: 0 4px 11px rgba(0, 223, 252, 0.35);
}

#orderPage .btn-soft-info[href].disabled, #orderPage .btn-soft-info[href]:disabled, #orderPage .btn-soft-info[type].disabled, #orderPage .btn-soft-info[type]:disabled {
  color: #00dffc;
  background-color: rgba(0, 223, 252, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-warning {
  color: #ffc107;
  background: rgba(255, 193, 7, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-warning[href]:hover, #orderPage .btn-soft-warning[href]:focus, #orderPage .btn-soft-warning[href]:active, #orderPage .btn-soft-warning[href].active, #orderPage .btn-soft-warning[type]:hover, #orderPage .btn-soft-warning[type]:focus, #orderPage .btn-soft-warning[type]:active, #orderPage .btn-soft-warning[type].active {
  color: #1e2022;
  background: #ffc107;
  box-shadow: 0 4px 11px rgba(255, 193, 7, 0.35);
}

#orderPage .btn-soft-warning[href].disabled, #orderPage .btn-soft-warning[href]:disabled, #orderPage .btn-soft-warning[type].disabled, #orderPage .btn-soft-warning[type]:disabled {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-danger {
  color: #de4437;
  background: rgba(222, 68, 55, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-danger[href]:hover, #orderPage .btn-soft-danger[href]:focus, #orderPage .btn-soft-danger[href]:active, #orderPage .btn-soft-danger[href].active, #orderPage .btn-soft-danger[type]:hover, #orderPage .btn-soft-danger[type]:focus, #orderPage .btn-soft-danger[type]:active, #orderPage .btn-soft-danger[type].active {
  color: #fff;
  background: #de4437;
  box-shadow: 0 4px 11px rgba(222, 68, 55, 0.35);
}

#orderPage .btn-soft-danger[href].disabled, #orderPage .btn-soft-danger[href]:disabled, #orderPage .btn-soft-danger[type].disabled, #orderPage .btn-soft-danger[type]:disabled {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-light {
  color: #f8f9fa;
  background: rgba(248, 249, 250, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-light[href]:hover, #orderPage .btn-soft-light[href]:focus, #orderPage .btn-soft-light[href]:active, #orderPage .btn-soft-light[href].active, #orderPage .btn-soft-light[type]:hover, #orderPage .btn-soft-light[type]:focus, #orderPage .btn-soft-light[type]:active, #orderPage .btn-soft-light[type].active {
  color: #1e2022;
  background: #f8f9fa;
  box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}

#orderPage .btn-soft-light[href].disabled, #orderPage .btn-soft-light[href]:disabled, #orderPage .btn-soft-light[type].disabled, #orderPage .btn-soft-light[type]:disabled {
  color: #f8f9fa;
  background-color: rgba(248, 249, 250, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-dark {
  color: #1e2022;
  background: rgba(30, 32, 34, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-dark[href]:hover, #orderPage .btn-soft-dark[href]:focus, #orderPage .btn-soft-dark[href]:active, #orderPage .btn-soft-dark[href].active, #orderPage .btn-soft-dark[type]:hover, #orderPage .btn-soft-dark[type]:focus, #orderPage .btn-soft-dark[type]:active, #orderPage .btn-soft-dark[type].active {
  color: #fff;
  background: #1e2022;
  box-shadow: 0 4px 11px rgba(30, 32, 34, 0.35);
}

#orderPage .btn-soft-dark[href].disabled, #orderPage .btn-soft-dark[href]:disabled, #orderPage .btn-soft-dark[type].disabled, #orderPage .btn-soft-dark[type]:disabled {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-white {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-white[href]:hover, #orderPage .btn-soft-white[href]:focus, #orderPage .btn-soft-white[href]:active, #orderPage .btn-soft-white[href].active, #orderPage .btn-soft-white[type]:hover, #orderPage .btn-soft-white[type]:focus, #orderPage .btn-soft-white[type]:active, #orderPage .btn-soft-white[type].active {
  color: #1e2022;
  background: #fff;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

#orderPage .btn-soft-white[href].disabled, #orderPage .btn-soft-white[href]:disabled, #orderPage .btn-soft-white[type].disabled, #orderPage .btn-soft-white[type]:disabled {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-gold {
  color: #cdb1a5;
  background: rgba(205, 177, 165, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-gold[href]:hover, #orderPage .btn-soft-gold[href]:focus, #orderPage .btn-soft-gold[href]:active, #orderPage .btn-soft-gold[href].active, #orderPage .btn-soft-gold[type]:hover, #orderPage .btn-soft-gold[type]:focus, #orderPage .btn-soft-gold[type]:active, #orderPage .btn-soft-gold[type].active {
  color: #1e2022;
  background: #cdb1a5;
  box-shadow: 0 4px 11px rgba(205, 177, 165, 0.35);
}

#orderPage .btn-soft-gold[href].disabled, #orderPage .btn-soft-gold[href]:disabled, #orderPage .btn-soft-gold[type].disabled, #orderPage .btn-soft-gold[type]:disabled {
  color: #cdb1a5;
  background-color: rgba(205, 177, 165, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-medium {
  color: #898c8e;
  background: rgba(137, 140, 142, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-medium[href]:hover, #orderPage .btn-soft-medium[href]:focus, #orderPage .btn-soft-medium[href]:active, #orderPage .btn-soft-medium[href].active, #orderPage .btn-soft-medium[type]:hover, #orderPage .btn-soft-medium[type]:focus, #orderPage .btn-soft-medium[type]:active, #orderPage .btn-soft-medium[type].active {
  color: #fff;
  background: #898c8e;
  box-shadow: 0 4px 11px rgba(137, 140, 142, 0.35);
}

#orderPage .btn-soft-medium[href].disabled, #orderPage .btn-soft-medium[href]:disabled, #orderPage .btn-soft-medium[type].disabled, #orderPage .btn-soft-medium[type]:disabled {
  color: #898c8e;
  background-color: rgba(137, 140, 142, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-indigo {
  color: #2d1582;
  background: rgba(45, 21, 130, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-indigo[href]:hover, #orderPage .btn-soft-indigo[href]:focus, #orderPage .btn-soft-indigo[href]:active, #orderPage .btn-soft-indigo[href].active, #orderPage .btn-soft-indigo[type]:hover, #orderPage .btn-soft-indigo[type]:focus, #orderPage .btn-soft-indigo[type]:active, #orderPage .btn-soft-indigo[type].active {
  color: #fff;
  background: #2d1582;
  box-shadow: 0 4px 11px rgba(45, 21, 130, 0.35);
}

#orderPage .btn-soft-indigo[href].disabled, #orderPage .btn-soft-indigo[href]:disabled, #orderPage .btn-soft-indigo[type].disabled, #orderPage .btn-soft-indigo[type]:disabled {
  color: #2d1582;
  background-color: rgba(45, 21, 130, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-facebook {
  color: #3b5998;
  background: rgba(59, 89, 152, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-facebook[href]:hover, #orderPage .btn-soft-facebook[href]:focus, #orderPage .btn-soft-facebook[href]:active, #orderPage .btn-soft-facebook[href].active, #orderPage .btn-soft-facebook[type]:hover, #orderPage .btn-soft-facebook[type]:focus, #orderPage .btn-soft-facebook[type]:active, #orderPage .btn-soft-facebook[type].active {
  color: #fff;
  background: #3b5998;
  box-shadow: 0 4px 11px rgba(59, 89, 152, 0.35);
}

#orderPage .btn-soft-facebook[href].disabled, #orderPage .btn-soft-facebook[href]:disabled, #orderPage .btn-soft-facebook[type].disabled, #orderPage .btn-soft-facebook[type]:disabled {
  color: #3b5998;
  background-color: rgba(59, 89, 152, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-google {
  color: #d14130;
  background: rgba(209, 65, 48, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-google[href]:hover, #orderPage .btn-soft-google[href]:focus, #orderPage .btn-soft-google[href]:active, #orderPage .btn-soft-google[href].active, #orderPage .btn-soft-google[type]:hover, #orderPage .btn-soft-google[type]:focus, #orderPage .btn-soft-google[type]:active, #orderPage .btn-soft-google[type].active {
  color: #fff;
  background: #d14130;
  box-shadow: 0 4px 11px rgba(209, 65, 48, 0.35);
}

#orderPage .btn-soft-google[href].disabled, #orderPage .btn-soft-google[href]:disabled, #orderPage .btn-soft-google[type].disabled, #orderPage .btn-soft-google[type]:disabled {
  color: #d14130;
  background-color: rgba(209, 65, 48, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-twitter {
  color: #1da1f2;
  background: rgba(29, 161, 242, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-twitter[href]:hover, #orderPage .btn-soft-twitter[href]:focus, #orderPage .btn-soft-twitter[href]:active, #orderPage .btn-soft-twitter[href].active, #orderPage .btn-soft-twitter[type]:hover, #orderPage .btn-soft-twitter[type]:focus, #orderPage .btn-soft-twitter[type]:active, #orderPage .btn-soft-twitter[type].active {
  color: #fff;
  background: #1da1f2;
  box-shadow: 0 4px 11px rgba(29, 161, 242, 0.35);
}

#orderPage .btn-soft-twitter[href].disabled, #orderPage .btn-soft-twitter[href]:disabled, #orderPage .btn-soft-twitter[type].disabled, #orderPage .btn-soft-twitter[type]:disabled {
  color: #1da1f2;
  background-color: rgba(29, 161, 242, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-instagram {
  color: #3f729b;
  background: rgba(63, 114, 155, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-instagram[href]:hover, #orderPage .btn-soft-instagram[href]:focus, #orderPage .btn-soft-instagram[href]:active, #orderPage .btn-soft-instagram[href].active, #orderPage .btn-soft-instagram[type]:hover, #orderPage .btn-soft-instagram[type]:focus, #orderPage .btn-soft-instagram[type]:active, #orderPage .btn-soft-instagram[type].active {
  color: #fff;
  background: #3f729b;
  box-shadow: 0 4px 11px rgba(63, 114, 155, 0.35);
}

#orderPage .btn-soft-instagram[href].disabled, #orderPage .btn-soft-instagram[href]:disabled, #orderPage .btn-soft-instagram[type].disabled, #orderPage .btn-soft-instagram[type]:disabled {
  color: #3f729b;
  background-color: rgba(63, 114, 155, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-gray {
  color: #f8fafd;
  background: rgba(248, 250, 253, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-gray[href]:hover, #orderPage .btn-soft-gray[href]:focus, #orderPage .btn-soft-gray[href]:active, #orderPage .btn-soft-gray[href].active, #orderPage .btn-soft-gray[type]:hover, #orderPage .btn-soft-gray[type]:focus, #orderPage .btn-soft-gray[type]:active, #orderPage .btn-soft-gray[type].active {
  color: #1e2022;
  background: #f8fafd;
  box-shadow: 0 4px 11px rgba(248, 250, 253, 0.35);
}

#orderPage .btn-soft-gray[href].disabled, #orderPage .btn-soft-gray[href]:disabled, #orderPage .btn-soft-gray[type].disabled, #orderPage .btn-soft-gray[type]:disabled {
  color: #f8fafd;
  background-color: rgba(248, 250, 253, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-kakao {
  color: #FFE953;
  background: rgba(255, 233, 83, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-kakao[href]:hover, #orderPage .btn-soft-kakao[href]:focus, #orderPage .btn-soft-kakao[href]:active, #orderPage .btn-soft-kakao[href].active, #orderPage .btn-soft-kakao[type]:hover, #orderPage .btn-soft-kakao[type]:focus, #orderPage .btn-soft-kakao[type]:active, #orderPage .btn-soft-kakao[type].active {
  color: #1e2022;
  background: #FFE953;
  box-shadow: 0 4px 11px rgba(255, 233, 83, 0.35);
}

#orderPage .btn-soft-kakao[href].disabled, #orderPage .btn-soft-kakao[href]:disabled, #orderPage .btn-soft-kakao[type].disabled, #orderPage .btn-soft-kakao[type]:disabled {
  color: #FFE953;
  background-color: rgba(255, 233, 83, 0.1);
  box-shadow: none;
}

#orderPage .btn-soft-github {
  color: #24292e;
  background: rgba(36, 41, 46, 0.1);
  border-color: transparent;
}

#orderPage .btn-soft-github[href]:hover, #orderPage .btn-soft-github[href]:focus, #orderPage .btn-soft-github[href]:active, #orderPage .btn-soft-github[href].active, #orderPage .btn-soft-github[type]:hover, #orderPage .btn-soft-github[type]:focus, #orderPage .btn-soft-github[type]:active, #orderPage .btn-soft-github[type].active {
  color: #fff;
  background: #24292e;
  box-shadow: 0 4px 11px rgba(36, 41, 46, 0.35);
}

#orderPage .btn-soft-github[href].disabled, #orderPage .btn-soft-github[href]:disabled, #orderPage .btn-soft-github[type].disabled, #orderPage .btn-soft-github[type]:disabled {
  color: #24292e;
  background-color: rgba(36, 41, 46, 0.1);
  box-shadow: none;
}

#orderPage .btn-wide {
  min-width: 8.71875rem;
}

#orderPage .btn-sm-wide {
  min-width: 7.59375rem;
}

#orderPage .btn-xs {
  font-size: 0.6875rem;
  font-weight: 400;
  padding: 0.4375rem 0.9375rem;
}

#orderPage .btn-icon.btn-xs {
  font-size: 0.675rem;
  width: 1.35rem;
  height: 1.35rem;
}

#orderPage .btn-icon.btn-sm, #orderPage .btn-group-sm > .btn-icon.btn {
  font-size: 0.73575rem;
  width: 1.8rem;
  height: 1.8rem;
}

#orderPage .btn-icon.btn-lg, #orderPage .btn-group-lg > .btn-icon.btn {
  font-size: 1.575rem;
  width: 4.5rem;
  height: 4.5rem;
}

#orderPage .btn-text-primary {
  color: #ad846f;
  background: transparent;
}

#orderPage .btn-text-primary[href]:hover, #orderPage .btn-text-primary[href]:focus, #orderPage .btn-text-primary[href]:active, #orderPage .btn-text-primary[type]:hover, #orderPage .btn-text-primary[type]:focus, #orderPage .btn-text-primary[type]:active {
  color: #1e2022;
}

#orderPage .btn-text-secondary {
  color: #77838f;
  background: transparent;
}

#orderPage .btn-text-secondary[href]:hover, #orderPage .btn-text-secondary[href]:focus, #orderPage .btn-text-secondary[href]:active, #orderPage .btn-text-secondary[type]:hover, #orderPage .btn-text-secondary[type]:focus, #orderPage .btn-text-secondary[type]:active {
  color: #1e2022;
}

#orderPage .btn-text-success {
  color: #00c9a7;
  background: transparent;
}

#orderPage .btn-text-success[href]:hover, #orderPage .btn-text-success[href]:focus, #orderPage .btn-text-success[href]:active, #orderPage .btn-text-success[type]:hover, #orderPage .btn-text-success[type]:focus, #orderPage .btn-text-success[type]:active {
  color: #1e2022;
}

#orderPage .btn-text-info {
  color: #00dffc;
  background: transparent;
}

#orderPage .btn-text-info[href]:hover, #orderPage .btn-text-info[href]:focus, #orderPage .btn-text-info[href]:active, #orderPage .btn-text-info[type]:hover, #orderPage .btn-text-info[type]:focus, #orderPage .btn-text-info[type]:active {
  color: #1e2022;
}

#orderPage .btn-text-warning {
  color: #ffc107;
  background: transparent;
}

#orderPage .btn-text-warning[href]:hover, #orderPage .btn-text-warning[href]:focus, #orderPage .btn-text-warning[href]:active, #orderPage .btn-text-warning[type]:hover, #orderPage .btn-text-warning[type]:focus, #orderPage .btn-text-warning[type]:active {
  color: #1e2022;
}

#orderPage .btn-text-danger {
  color: #de4437;
  background: transparent;
}

#orderPage .btn-text-danger[href]:hover, #orderPage .btn-text-danger[href]:focus, #orderPage .btn-text-danger[href]:active, #orderPage .btn-text-danger[type]:hover, #orderPage .btn-text-danger[type]:focus, #orderPage .btn-text-danger[type]:active {
  color: #1e2022;
}

#orderPage .btn-text-light {
  color: #f8f9fa;
  background: transparent;
}

#orderPage .btn-text-light[href]:hover, #orderPage .btn-text-light[href]:focus, #orderPage .btn-text-light[href]:active, #orderPage .btn-text-light[type]:hover, #orderPage .btn-text-light[type]:focus, #orderPage .btn-text-light[type]:active {
  color: #bdc5d1;
}

#orderPage .btn-text-dark {
  color: #1e2022;
  background: transparent;
}

#orderPage .btn-text-dark[href]:hover, #orderPage .btn-text-dark[href]:focus, #orderPage .btn-text-dark[href]:active, #orderPage .btn-text-dark[type]:hover, #orderPage .btn-text-dark[type]:focus, #orderPage .btn-text-dark[type]:active {
  color: #1e2022;
}

#orderPage .btn-text-white {
  color: #fff;
  background: transparent;
}

#orderPage .btn-text-white[href]:hover, #orderPage .btn-text-white[href]:focus, #orderPage .btn-text-white[href]:active, #orderPage .btn-text-white[type]:hover, #orderPage .btn-text-white[type]:focus, #orderPage .btn-text-white[type]:active {
  color: #1e2022;
}

#orderPage .btn-text-gold {
  color: #cdb1a5;
  background: transparent;
}

#orderPage .btn-text-gold[href]:hover, #orderPage .btn-text-gold[href]:focus, #orderPage .btn-text-gold[href]:active, #orderPage .btn-text-gold[type]:hover, #orderPage .btn-text-gold[type]:focus, #orderPage .btn-text-gold[type]:active {
  color: #1e2022;
}

#orderPage .btn-text-medium {
  color: #898c8e;
  background: transparent;
}

#orderPage .btn-text-medium[href]:hover, #orderPage .btn-text-medium[href]:focus, #orderPage .btn-text-medium[href]:active, #orderPage .btn-text-medium[type]:hover, #orderPage .btn-text-medium[type]:focus, #orderPage .btn-text-medium[type]:active {
  color: #1e2022;
}

#orderPage .btn-text-indigo {
  color: #2d1582;
  background: transparent;
}

#orderPage .btn-text-indigo[href]:hover, #orderPage .btn-text-indigo[href]:focus, #orderPage .btn-text-indigo[href]:active, #orderPage .btn-text-indigo[type]:hover, #orderPage .btn-text-indigo[type]:focus, #orderPage .btn-text-indigo[type]:active {
  color: #1e2022;
}

#orderPage .btn[href] {
  cursor: pointer;
}

#orderPage .btn:not([href]):not([type]):not(:disabled):not(.disabled) {
  cursor: default;
}

#orderPage label.btn {
  cursor: pointer !important;
}

#orderPage .btn-pill {
  border-radius: 6.1875rem;
}

#orderPage .btn-icon {
  position: relative;
  line-height: 0;
  font-size: 0.9rem;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0;
}

#orderPage .btn-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#orderPage .btn-icon__inner-bottom-minus {
  top: 80%;
}

#orderPage [class*="btn-soft-"].btn-bg-transparent {
  background-color: transparent;
}

#orderPage .btn__toggle-default {
  display: inline-block;
}

#orderPage .btn__toggle-toggled {
  display: none;
}

#orderPage .btn.toggled .btn__toggle-default {
  display: none;
}

#orderPage .btn.toggled .btn__toggle-toggled {
  display: inline-block;
}

#orderPage .brand {
  font-size: 2rem;
  font-weight: 600;
  margin-left: .5rem;
}

#orderPage .brand-primary, #orderPage .brand-primary:focus, #orderPage .brand-primary:hover {
  color: #cdb1a5;
}

#orderPage .brand-light, #orderPage .brand-light:focus, #orderPage .brand-light:hover {
  color: #fff;
}

#orderPage .breadcrumb-white {
  background-color: transparent;
}

#orderPage .breadcrumb-white .breadcrumb-item {
  color: #fff;
}

#orderPage .breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .breadcrumb-white .breadcrumb-link {
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .breadcrumb-no-gutter {
  padding: 0;
}

#orderPage .card-2-count {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

#orderPage .card-3-count {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

#orderPage .card-4-count {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

#orderPage .card-columns {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  orphans: 1;
  widows: 1;
}

#orderPage .card-columns .card {
  display: inline-block;
  width: 100%;
}

@media (min-width: 480px) {
  #orderPage .card-sm-2-count {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  #orderPage .card-sm-3-count {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  #orderPage .card-sm-4-count {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  #orderPage .card-sm-columns {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    orphans: 1;
    widows: 1;
  }

  #orderPage .card-sm-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  #orderPage .card-md-2-count {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  #orderPage .card-md-3-count {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  #orderPage .card-md-4-count {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  #orderPage .card-md-columns {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    orphans: 1;
    widows: 1;
  }

  #orderPage .card-md-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  #orderPage .card-lg-2-count {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  #orderPage .card-lg-3-count {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  #orderPage .card-lg-4-count {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  #orderPage .card-lg-columns {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    orphans: 1;
    widows: 1;
  }

  #orderPage .card-lg-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  #orderPage .card-xl-2-count {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  #orderPage .card-xl-3-count {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  #orderPage .card-xl-4-count {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }

  #orderPage .card-xl-columns {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    orphans: 1;
    widows: 1;
  }

  #orderPage .card-xl-columns .card {
    display: inline-block;
    width: 100%;
  }
}

#orderPage .card-bg-light {
  background-color: #f8fafd;
}

#orderPage .card-bg-light:hover {
  background-color: #f4f7fc;
}

#orderPage .card-frame {
  border: 1px solid #e7eaf3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#orderPage .card-frame-highlighted, #orderPage .card-frame:hover {
  border-color: rgba(205, 177, 165, 0.3);
  box-shadow: 0 0 35px rgba(205, 177, 165, 0.125);
}

#orderPage .card-text-dark {
  color: #1e2022;
}

#orderPage .card-text-dark:hover {
  color: #cdb1a5;
}

#orderPage .card-collapse {
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#orderPage .card-collapse:hover {
  background-color: #f8fafd;
}

#orderPage .card-collapse .card-body {
  color: #575757;
}

#orderPage .card-btn {
  color: #1e2022;
  text-align: left;
  white-space: inherit;
}

#orderPage .card-btn-arrow {
  display: inline-block;
  color: #cdb1a5;
  margin-left: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.collapsed #orderPage .card-btn-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#orderPage .card-img-top,
#orderPage .card-img-bottom {
  min-height: 1px;
}

@media (min-width: 480px) {
  #orderPage .card-sm-gutters-1 {
    margin-right: -.25rem;
    margin-left: -.25rem;
  }

  #orderPage .card-sm-gutters-1 .card {
    margin-right: .25rem;
    margin-left: .25rem;
  }

  #orderPage .card-sm-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  #orderPage .card-sm-gutters-2 .card {
    margin-right: .5rem;
    margin-left: .5rem;
  }

  #orderPage .card-sm-gutters-3 {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }

  #orderPage .card-sm-gutters-3 .card {
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
}

@media (min-width: 768px) {
  #orderPage .card-md-gutters-1 {
    margin-right: -.25rem;
    margin-left: -.25rem;
  }

  #orderPage .card-md-gutters-1 .card {
    margin-right: .25rem;
    margin-left: .25rem;
  }

  #orderPage .card-md-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  #orderPage .card-md-gutters-2 .card {
    margin-right: .5rem;
    margin-left: .5rem;
  }

  #orderPage .card-md-gutters-3 {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }

  #orderPage .card-md-gutters-3 .card {
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
}

@media (min-width: 1024px) {
  #orderPage .card-lg-gutters-1 {
    margin-right: -.25rem;
    margin-left: -.25rem;
  }

  #orderPage .card-lg-gutters-1 .card {
    margin-right: .25rem;
    margin-left: .25rem;
  }

  #orderPage .card-lg-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  #orderPage .card-lg-gutters-2 .card {
    margin-right: .5rem;
    margin-left: .5rem;
  }

  #orderPage .card-lg-gutters-3 {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }

  #orderPage .card-lg-gutters-3 .card {
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
}

@media (max-width: 767.98px) {
  #orderPage .card-group-sm-break {
    display: block;
  }

  #orderPage .card-group-sm-break > .card:not(:last-child) {
    margin-bottom: -1px;
  }

  #orderPage .card-group-sm-break > .card + .card {
    border-left: 1px solid #e7eaf3;
  }

  #orderPage .card-group-sm-break > .card:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #orderPage .card-group-sm-break > .card:first-child .card-img-top,
  #orderPage .card-group-sm-break > .card:first-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #orderPage .card-group-sm-break > .card:first-child .card-img-bottom,
  #orderPage .card-group-sm-break > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #orderPage .card-group-sm-break > .card:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #orderPage .card-group-sm-break > .card:last-child .card-img-top,
  #orderPage .card-group-sm-break > .card:last-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #orderPage .card-group-sm-break > .card:last-child .card-img-bottom,
  #orderPage .card-group-sm-break > .card:last-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}

@media (max-width: 1023.98px) {
  #orderPage .card-group-md-break {
    display: block;
  }

  #orderPage .card-group-md-break > .card:not(:last-child) {
    margin-bottom: -1px;
  }

  #orderPage .card-group-md-break > .card + .card {
    border-left: 1px solid #e7eaf3;
  }

  #orderPage .card-group-md-break > .card:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #orderPage .card-group-md-break > .card:first-child .card-img-top,
  #orderPage .card-group-md-break > .card:first-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #orderPage .card-group-md-break > .card:first-child .card-img-bottom,
  #orderPage .card-group-md-break > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #orderPage .card-group-md-break > .card:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #orderPage .card-group-md-break > .card:last-child .card-img-top,
  #orderPage .card-group-md-break > .card:last-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #orderPage .card-group-md-break > .card:last-child .card-img-bottom,
  #orderPage .card-group-md-break > .card:last-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}

@media (max-width: 1024.98px) {
  #orderPage .card-group-lg-break {
    display: block;
  }

  #orderPage .card-group-lg-break > .card:not(:last-child) {
    margin-bottom: -1px;
  }

  #orderPage .card-group-lg-break > .card + .card {
    border-left: 1px solid #e7eaf3;
  }

  #orderPage .card-group-lg-break > .card:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #orderPage .card-group-lg-break > .card:first-child .card-img-top,
  #orderPage .card-group-lg-break > .card:first-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  #orderPage .card-group-lg-break > .card:first-child .card-img-bottom,
  #orderPage .card-group-lg-break > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  #orderPage .card-group-lg-break > .card:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #orderPage .card-group-lg-break > .card:last-child .card-img-top,
  #orderPage .card-group-lg-break > .card:last-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  #orderPage .card-group-lg-break > .card:last-child .card-img-bottom,
  #orderPage .card-group-lg-break > .card:last-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
}

#orderPage .u-sidebar[aria-labelledby] {
  opacity: 0;
}

#orderPage .u-sidebar[aria-labelledby][role="tabpanel"] {
  opacity: 1;
}

#orderPage .u-sidebar[aria-labelledby].u-unfold--css-animation, #orderPage .u-sidebar[aria-labelledby].u-unfold--jquery-slide {
  opacity: 1;
}

#orderPage .u-sidebar.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

#orderPage .u-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  width: 23.4375rem;
  height: 100%;
  background-color: #fff;
  box-shadow: -13px 0 20px rgba(87, 87, 87, 0.08);
}

#orderPage .u-sidebar__body, #orderPage .u-sidebar__content {
  height: 100%;
}

#orderPage .u-sidebar--left {
  right: auto;
  left: 0;
  box-shadow: 13px 0 20px rgba(87, 87, 87, 0.08);
}

#orderPage .u-sidebar__scroller {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

#orderPage .u-sidebar__container {
  position: relative;
  height: 100%;
  min-height: 100%;
}

#orderPage .u-sidebar__footer {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#orderPage .u-sidebar--account__footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 10.3125rem;
}

#orderPage .u-sidebar__content--account {
  padding: 1.5rem 3rem;
}

#orderPage .u-sidebar--account__holder {
  background-color: #f8fafd;
  padding: 1.5rem 3rem;
}

#orderPage .u-sidebar--account__holder-img {
  width: 3rem;
  border-radius: 0.25rem;
}

#orderPage .u-sidebar--account__holder-text {
  display: block;
  font-size: .75rem;
  color: #A7A7A7;
}

#orderPage .u-sidebar--account__toggle-bg {
  position: relative;
  top: 1px;
  padding: .25rem .25rem .25rem .75rem;
  background-color: rgba(205, 177, 165, 0.1);
  border-radius: 6.1875rem;
}

@media (max-width: 767.98px) {
  #orderPage .u-sidebar--account__toggle-bg {
    padding-left: .25rem;
  }
}

#orderPage .u-sidebar--account__toggle-bg:hover .u-sidebar--account__toggle-text {
  color: #cdb1a5;
}

#orderPage .u-sidebar--account__toggle-text {
  color: #1e2022;
  font-size: .75rem;
  vertical-align: middle;
  margin-right: .3125rem;
}

@media (max-width: 767.98px) {
  #orderPage .u-sidebar--account__toggle-text {
    display: none;
  }
}

#orderPage .u-sidebar--account__toggle-img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

#orderPage .u-sidebar--account__list {
  margin-bottom: 0;
}

#orderPage .u-sidebar--account__list-item {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

#orderPage .u-sidebar--account__list-link {
  display: block;
  font-size: .875rem;
  color: #898c8e;
  border-radius: 0.25rem;
  padding: .625rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#orderPage .u-sidebar--account__list-link.active, #orderPage .u-sidebar--account__list-link:hover {
  color: #cdb1a5;
  background-color: rgba(205, 177, 165, 0.1);
}

#orderPage .u-sidebar--account__list-link.active .u-sidebar--account__list-icon, #orderPage .u-sidebar--account__list-link:hover .u-sidebar--account__list-icon {
  color: #cdb1a5;
}

#orderPage .u-sidebar--account__list-icon {
  display: inline-block;
  text-align: center;
  width: 1.125rem;
  font-size: .8125rem;
  color: #A7A7A7;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#orderPage .u-sidebar--account__list-divider {
  border-top: 1px solid #e4ecf7;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#orderPage .u-sidebar__footer--account {
  padding: 0 3rem 1.5rem;
}

#orderPage .u-sidebar__footer--account__text {
  position: relative;
  z-index: 1;
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .u-sidebar__footer--account__text:hover {
  color: #fff;
}

#orderPage .u-sidebar__cart-footer-offset {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 13.4375rem;
}

#orderPage .close-light {
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .close-light:not(:disabled):not(.disabled):hover, #orderPage .close-light:not(:disabled):not(.disabled):focus {
  color: #fff;
}

#orderPage .dropdown-unfold[aria-labelledby] {
  opacity: 0;
}

#orderPage .dropdown-unfold[aria-labelledby][role="tabpanel"] {
  display: block;
  opacity: 1;
}

#orderPage .dropdown-unfold[aria-labelledby].u-unfold--css-animation, #orderPage .dropdown-unfold[aria-labelledby].u-unfold--jquery-slide {
  display: block;
  opacity: 1;
}

#orderPage .dropdown-unfold.u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

#orderPage .u-unfold--css-animation.u-unfold--hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

#orderPage .dropdown-unfold.show {
  display: block;
  opacity: 1;
}

#orderPage .dropdown-menu {
  margin-top: .5rem;
  font-size: 0.7875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 5px 9px rgba(205, 177, 165, 0.075), 0 5px 9px rgba(87, 87, 87, 0.075);
}

#orderPage .dropdown-nav-link {
  color: #575757;
  font-weight: 300;
  font-size: 0.7875rem;
}

#orderPage .dropdown-nav-link:hover {
  color: #1e2022;
}

#orderPage .dropdown-item {
  font-size: 0.7875rem;
}

#orderPage .dropdown-item:hover {
  color: #cdb1a5;
}

#orderPage .dropdown-item.active {
  color: #cdb1a5;
}

#orderPage .dropdown-item-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.73125rem;
  min-width: 0.9rem;
  max-width: 0.9rem;
  margin-right: .5rem;
}

#orderPage .dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "\F107";
  margin-left: .5rem;
}

#orderPage .dropdown-menu-right {
  right: 0;
  left: auto !important;
}

#orderPage .dropdown-menu-bottom {
  top: auto;
  bottom: 0;
}

@media (min-width: 480px) {
  #orderPage .dropdown-menu-sm-right {
    right: 0;
    left: auto !important;
  }
}

@media (min-width: 768px) {
  #orderPage .dropdown-menu-md-right {
    right: 0;
    left: auto !important;
  }
}

#orderPage .dropdown-card {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  #orderPage .dropdown-card {
    min-width: 25rem;
  }
}

#orderPage .custom-select:focus,
#orderPage .form-control:focus {
  box-shadow: 0 0 25px rgba(205, 177, 165, 0.1);
  border-color: rgba(205, 177, 165, 0.5);
}

#orderPage .form-label {
  display: block;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 500;
}

#orderPage .input-group-borderless .form-control,
#orderPage .input-group-borderless .input-group-text {
  border: none;
}

#orderPage .input-group-borderless .form-control:focus,
#orderPage .input-group-borderless .input-group-text:focus {
  box-shadow: none;
}

#orderPage .input-group-pill {
  border-radius: 6.1875rem;
}

#orderPage .input-group-pill > .form-control:first-child {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

#orderPage .input-group-pill > .form-control:last-child {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

#orderPage .input-group-pill .input-group-prepend > .input-group-text,
#orderPage .input-group-pill .input-group-prepend > .btn {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

#orderPage .input-group-pill .input-group-append > .input-group-text,
#orderPage .input-group-pill .input-group-append > .btn {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

#orderPage .input-group.input-group-pill > .form-control:first-child {
  padding-left: 1.5rem;
}

#orderPage .input-group.input-group-pill .input-group-prepend > .input-group-text,
#orderPage .input-group.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.25rem;
}

#orderPage .input-group.input-group-pill .input-group-append > .input-group-text,
#orderPage .input-group.input-group-pill .input-group-append > .btn {
  padding-right: 1.25rem;
}

#orderPage .input-group .input-group-prepend > .input-group-text,
#orderPage .input-group .input-group-append > .input-group-text {
  font-size: 0.7875rem;
}

#orderPage .input-group-xs.input-group-pill > .form-control:first-child {
  padding-left: 1.375rem;
}

#orderPage .input-group-xs.input-group-pill .input-group-prepend > .input-group-text,
#orderPage .input-group-xs.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.25rem;
}

#orderPage .input-group-xs.input-group-pill .input-group-append > .input-group-text,
#orderPage .input-group-xs.input-group-pill .input-group-append > .btn {
  padding-right: 1.25rem;
}

#orderPage .input-group-xs .input-group-prepend > .input-group-text,
#orderPage .input-group-xs .input-group-append > .input-group-text {
  font-size: 0.5625rem;
}

#orderPage .form-control-xs {
  height: calc(1.883rem + 1px);
  padding: 0.4375rem 0.9375rem;
  font-size: 0.72rem;
  line-height: 1.4;
}

#orderPage .input-group-sm.input-group-pill > .form-control:first-child {
  padding-left: 1rem;
}

#orderPage .input-group-sm.input-group-pill .input-group-prepend > .input-group-text,
#orderPage .input-group-sm.input-group-pill .input-group-prepend > .btn {
  padding-left: 1rem;
}

#orderPage .input-group-sm.input-group-pill .input-group-append > .input-group-text,
#orderPage .input-group-sm.input-group-pill .input-group-append > .btn {
  padding-right: 1rem;
}

#orderPage .input-group-sm .input-group-prepend > .input-group-text,
#orderPage .input-group-sm .input-group-append > .input-group-text {
  font-size: 0.675rem;
}

#orderPage .input-group-lg.input-group-pill > .form-control:first-child {
  padding-left: 2rem;
}

#orderPage .input-group-lg.input-group-pill .input-group-prepend > .input-group-text,
#orderPage .input-group-lg.input-group-pill .input-group-prepend > .btn {
  padding-left: 1.375rem;
}

#orderPage .input-group-lg.input-group-pill .input-group-append > .input-group-text,
#orderPage .input-group-lg.input-group-pill .input-group-append > .btn {
  padding-right: 1.5rem;
}

#orderPage .input-group-lg .input-group-prepend > .input-group-text,
#orderPage .input-group-lg .input-group-append > .input-group-text {
  font-size: 0.9rem;
}

#orderPage .input-group-lg .form-control {
  font-size: 1.0125rem;
}

#orderPage .u-focus-state .form-label + .form-control,
#orderPage .u-focus-state .custom-select,
#orderPage .u-focus-state .input-group,
#orderPage .u-focus-state .form-control:first-child:last-child {
  box-shadow: 0 0 25px rgba(205, 177, 165, 0.1);
}

#orderPage .u-focus-state .input-group-text {
  color: #cdb1a5;
}

#orderPage .u-focus-state:focus,
#orderPage .u-focus-state *:focus,
#orderPage .u-focus-state .input-group-text,
#orderPage .u-focus-state .form-control {
  border-color: rgba(205, 177, 165, 0.5);
}

#orderPage .u-focus-state .form-control {
  box-shadow: none;
}

#orderPage .u-has-success .form-label + .form-control,
#orderPage .u-has-success .custom-select,
#orderPage .u-has-success .input-group,
#orderPage .u-has-success .form-control:first-child:last-child {
  box-shadow: 0 0 25px rgba(0, 201, 167, 0.1);
}

#orderPage .u-has-success .input-group-text {
  color: #00c9a7;
}

#orderPage .u-has-success:focus,
#orderPage .u-has-success *:focus,
#orderPage .u-has-success .input-group-text,
#orderPage .u-has-success .form-control {
  border-color: rgba(0, 201, 167, 0.5);
}

#orderPage .u-has-error .form-label + .form-control,
#orderPage .u-has-error .custom-select,
#orderPage .u-has-error .input-group,
#orderPage .u-has-error .form-control:first-child:last-child {
  box-shadow: 0 0 25px rgba(222, 68, 55, 0.1);
}

#orderPage .u-has-error .input-group-text {
  color: #de4437;
}

#orderPage .u-has-error:focus,
#orderPage .u-has-error *:focus,
#orderPage .u-has-error .input-group-text,
#orderPage .u-has-error .form-control {
  border-color: rgba(222, 68, 55, 0.5);
}

#orderPage .bookmark-checkbox {
  position: relative;
  display: block;
  line-height: 0;
}

#orderPage .bookmark-checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#orderPage .bookmark-checkbox-label {
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 0.8175rem;
  color: #77838f;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#orderPage .bookmark-checkbox-label::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\F02E";
  font-family: "Font Awesome 5 Free";
}

#orderPage .bookmark-checkbox-input:checked ~ #orderPage .bookmark-checkbox-label {
  color: #fff;
  background-color: #cdb1a5;
  box-shadow: 0 3px 6px 0 rgba(205, 177, 165, 0.25);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#orderPage .checkbox-outline {
  padding-left: 0;
  margin-right: 0;
}

#orderPage .checkbox-outline__label {
  border: 1px solid #e7eaf3;
  cursor: pointer;
}

#orderPage .checkbox-outline__input:checked ~ #orderPage .checkbox-outline__label {
  border-color: #cdb1a5;
}

#orderPage .checkbox-switch {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
}

#orderPage .checkbox-switch__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#orderPage .checkbox-switch__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e7eaf3;
  border-radius: 6.1875rem;
  padding: .25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#orderPage .checkbox-switch__slider::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#orderPage .checkbox-switch__input:checked + #orderPage .checkbox-switch__slider {
  background-color: #cdb1a5;
}

#orderPage .checkbox-switch__input:checked + #orderPage .checkbox-switch__slider::before {
  left: calc(100% - 20px);
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}

#orderPage .file-attachment-btn {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

#orderPage .file-attachment-btn__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}

#orderPage .file-attachment-input {
  position: relative;
  display: block;
  background-color: #f8fafd;
  border: 2px dashed #e7eaf3;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 4rem;
  margin-bottom: 0;
}

#orderPage .file-attachment-input__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}

#orderPage .file-attachment-input:hover {
  background-color: #f5f8fc;
}

#orderPage .file-attachment-link {
  position: relative;
  top: .4375rem;
  overflow: hidden;
}

#orderPage .file-attachment-link input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#orderPage .file-attachment-link__label {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

#orderPage .file-attachment-link:hover .u-file-attachment-link__label {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

#orderPage .u-go-to {
  display: none;
  position: relative;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #cdb1a5;
  color: #fff;
  font-size: 0.675rem;
  border-radius: 0.25rem;
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#orderPage .u-go-to__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#orderPage .u-go-to:hover, #orderPage .u-go-to:focus:hover {
  color: #fff;
  opacity: 1;
}

#orderPage .u-hamburger {
  font-size: inherit;
  line-height: 0;
  padding: 0.25rem;
}

#orderPage .u-hamburger:hover .u-hamburger__inner, #orderPage .u-hamburger:hover .u-hamburger__inner::before, #orderPage .u-hamburger:hover .u-hamburger__inner::after {
  background-color: #cdb1a5;
}

#orderPage .u-hamburger__box {
  width: 1.40625rem;
  height: 0.875rem;
  display: inline-block;
  position: relative;
}

#orderPage .u-hamburger__inner {
  display: block;
  top: 0.0625rem;
  margin: top, -0.0625rem;
}

#orderPage .u-hamburger__inner, #orderPage .u-hamburger__inner::before, #orderPage .u-hamburger__inner::after {
  width: 1.40625rem;
  height: 0.125rem;
  background-color: #eeeeee;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#orderPage .u-hamburger__inner::before, #orderPage .u-hamburger__inner::after {
  content: "";
  display: block;
}

#orderPage .u-hamburger__inner::before {
  top: 0.375rem;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

#orderPage .u-hamburger__inner::after {
  top: 0.75rem;
}

#orderPage .u-hamburger[aria-expanded="true"] .u-hamburger__inner,
#orderPage .u-hamburger .is-active .u-hamburger__inner {
  -webkit-transform: translate3d(0, 0.375rem, 0) rotate(45deg);
          transform: translate3d(0, 0.375rem, 0) rotate(45deg);
}

#orderPage .u-hamburger[aria-expanded="true"] .u-hamburger__inner::before,
#orderPage .u-hamburger .is-active .u-hamburger__inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-0.20089286rem, -0.25rem, 0);
          transform: rotate(-45deg) translate3d(-0.20089286rem, -0.25rem, 0);
  opacity: 0;
}

#orderPage .u-hamburger[aria-expanded="true"] .u-hamburger__inner::after,
#orderPage .u-hamburger .is-active .u-hamburger__inner::after {
  -webkit-transform: translate3d(0, -0.75rem, 0) rotate(-90deg);
          transform: translate3d(0, -0.75rem, 0) rotate(-90deg);
}

#orderPage .u-hamburger--white .u-hamburger__inner, #orderPage .u-hamburger--white .u-hamburger__inner::before, #orderPage .u-hamburger--white .u-hamburger__inner::after {
  background-color: rgba(255, 255, 255, 0.8);
}

#orderPage .u-hamburger--white:hover .u-hamburger__inner, #orderPage .u-hamburger--white:hover .u-hamburger__inner::before, #orderPage .u-hamburger--white:hover .u-hamburger__inner::after {
  background-color: #fff;
}

#orderPage .js-header-fix-moment .u-hamburger--white .u-hamburger__inner, #orderPage .js-header-fix-moment .u-hamburger--white .u-hamburger__inner::before, #orderPage .js-header-fix-moment .u-hamburger--white .u-hamburger__inner::after {
  background-color: #eeeeee;
}

#orderPage .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner, #orderPage .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::before, #orderPage .js-header-fix-moment .u-hamburger--white:hover .u-hamburger__inner::after {
  background-color: #cdb1a5;
}

#orderPage .u-hero-v1 {
  position: relative;
}

#orderPage .u-hero-v1__main {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 1024px) {
  #orderPage .u-hero-v1__main {
    height: 70vh;
  }
}

#orderPage .u-hero-v1__main::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(83, 76, 73, 0.3);
  content: "";
}

#orderPage .u-hero-v1__secondary {
  position: relative;
}

@media (min-width: 1024px) {
  #orderPage .u-hero-v1__secondary {
    height: 30vh;
  }
}

#orderPage .u-hero-v1__last {
  position: absolute;
  bottom: 0;
  left: 58.333333%;
}

#orderPage .u-hero-v1__last-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30%;
  padding-left: 3rem;
  padding-right: 3rem;
}

#orderPage .u-hero-v1__last-next {
  color: #a97863;
}

#orderPage .u-hero-v1__last-prev {
  color: #962319;
}

#orderPage .u-indicator-dots {
  position: relative;
}

@media (min-width: 768px) {
  #orderPage .u-indicator-dots::after {
    position: absolute;
    right: -2.1875rem;
    top: 50%;
    width: 2.4375rem;
    height: .75rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 16'%3E %3Ccircle fill='%23e7eaf3' cx='27.7' cy='8.1' r='7.7'/%3E %3Ccircle fill='%23e7eaf3' cx='5' cy='8.1' r='5'/%3E %3Ccircle fill='%23e7eaf3' cx='50' cy='8.1' r='5'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    margin-top: -.375rem;
  }
}

#orderPage .u-indicator-vertical-dashed-item:not(:last-child) {
  position: relative;
  margin-bottom: 1rem;
}

#orderPage .u-indicator-vertical-dashed-item:not(:last-child)::after {
  position: absolute;
  top: 1.625rem;
  bottom: -.8125rem;
  left: .625rem;
  border-left: 2px dashed #e7eaf3;
  content: "";
}

#orderPage .u-indicator-steps {
  position: relative;
  padding-left: 2.5rem;
}

#orderPage .u-indicator-steps::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -.25rem;
  width: 2rem;
  height: .0625rem;
  border-top: 1px solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}

#orderPage .u-indicator-steps::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -.3125rem;
  width: .0625rem;
  height: 100%;
  border-right: 1px solid #e7eaf3;
  margin: auto auto auto 0;
  content: "";
}

#orderPage .u-indicator-steps:first-child::after {
  height: 50%;
  top: auto;
}

#orderPage .u-indicator-steps:last-child::after {
  height: 50%;
  bottom: auto;
}

#orderPage .u-indicator-steps__inner {
  min-width: 3rem;
}

#orderPage .u-browser-v1 {
  position: relative;
  max-width: 53.125rem;
}

#orderPage .u-browser-v1__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 85%;
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(167, 167, 167, 0.175);
}

#orderPage .u-devices-v1 {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 40.625rem;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

#orderPage .u-devices-v1__tablet-svg, #orderPage .u-devices-v1__phone-svg {
  border-radius: 2.125rem;
  box-shadow: 0 0 10px 6px rgba(30, 32, 34, 0.05);
}

#orderPage .u-devices-v1__tablet {
  width: 26.875rem;
  height: 34.3125rem;
}

#orderPage .u-devices-v1__phone {
  width: 13.75rem;
  height: 27.5rem;
  margin-right: 1.25rem;
}

#orderPage .u-devices-v2 {
  position: relative;
  overflow: hidden;
}

#orderPage .u-devices-v2__tablet {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 1;
  width: 34.375rem;
  height: 50.875rem;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transform-origin: 90% -20%;
          transform-origin: 90% -20%;
}

@media (max-width: 1023.98px) {
  #orderPage .u-devices-v2__tablet {
    -webkit-transform-origin: 100% -40%;
            transform-origin: 100% -40%;
  }
}

#orderPage .u-devices-v2__tablet-svg {
  border-radius: 1.85rem;
  box-shadow: 0 0 0.75rem 0.5rem rgba(30, 32, 34, 0.1);
}

#orderPage .u-devices-v2__phone {
  position: absolute;
  right: 0;
  bottom: -25%;
  z-index: 1;
  width: 19.8125rem;
  height: 41.5625rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

#orderPage .u-devices-v2__phone--left-position {
  position: absolute;
  right: auto;
  left: 0;
  -webkit-transform-origin: 100% 40%;
          transform-origin: 100% 40%;
}

@media (max-width: 1024.98px) {
  #orderPage .u-devices-v2__phone--left-position {
    -webkit-transform-origin: 100% 65%;
            transform-origin: 100% 65%;
  }
}

#orderPage .u-devices-v2__phone-svg {
  border-radius: 3rem;
  box-shadow: 0 0 0.75rem 0.5rem rgba(30, 32, 34, 0.1);
}

#orderPage .u-devices-v3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 40%;
  border-radius: 4.0625rem;
  box-shadow: 10px 15px 55px 15px rgba(167, 167, 167, 0.1);
}

#orderPage .u-devices-v4 {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

#orderPage .u-devices-v4__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#orderPage .u-devices-v4__laptop {
  width: 35.9375rem;
  height: 20.75rem;
}

#orderPage .u-devices-v4__tablet-svg, #orderPage .u-devices-v4__tablet-ver-svg {
  border-radius: 1.375rem;
  box-shadow: 0 0 0.625rem 0.375rem rgba(30, 32, 34, 0.05);
}

#orderPage .u-devices-v4__tablet {
  width: 17.1875rem;
  height: 25.4375rem;
  margin-left: 1.5625rem;
}

#orderPage .u-devices-v4__tablet-ver {
  width: 25rem;
  height: 16.875rem;
}

#orderPage .u-devices-v4__phone {
  width: 6.25rem;
  height: 13.0625rem;
  margin-left: 1.5625rem;
}

#orderPage .u-devices-v4__phone-svg {
  border-radius: 1rem;
  box-shadow: 0 0 0.625rem 0.375rem rgba(30, 32, 34, 0.05);
}

#orderPage .u-modal-window {
  display: none;
  max-height: 85vh;
}

#orderPage .page-link {
  text-align: center;
  min-width: 2.25rem;
}

#orderPage .page-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

#orderPage .page-item .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#orderPage .page-item .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#orderPage .nav-classic {
  border-bottom: 1px solid #e7eaf3;
}

#orderPage .nav-classic .nav-link {
  color: #575757;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 1rem 1.5rem;
  margin-bottom: -.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#orderPage .nav-classic .nav-link:hover {
  color: #cdb1a5;
}

#orderPage .nav-classic .nav-link.active {
  color: #cdb1a5;
  border-bottom-color: #cdb1a5;
}

#orderPage .nav-borderless {
  border-color: transparent;
}

#orderPage .nav-rounded {
  border-radius: 0.25rem;
}

#orderPage .nav-rounded .nav-item:first-child .nav-link {
  border-bottom-left-radius: 0.25rem;
}

#orderPage .nav-rounded .nav-item:last-child .nav-link {
  border-bottom-right-radius: 0.25rem;
}

#orderPage .nav-shadow {
  box-shadow: 0 3px 6px 0 rgba(167, 167, 167, 0.25);
}

#orderPage .nav .nav-item:not(:first-child) {
  margin-left: .25rem;
}

#orderPage .nav .nav-item:not(:last-child) {
  margin-right: .25rem;
}

#orderPage .nav-icon .nav-item {
  color: #575757;
}

#orderPage .nav-icon .nav-item.active {
  color: #cdb1a5;
}

#orderPage .nav-icon .nav-item.active .nav-icon-action {
  color: #fff;
  background-color: #cdb1a5;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#orderPage .nav-icon-action {
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  line-height: 0.7;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.2375rem;
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#orderPage .nav-icon-action-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#orderPage .u-blog-thumb-minimal {
  padding: .5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#orderPage .u-blog-thumb-minimal, #orderPage .u-blog-thumb-minimal__img {
  border-radius: 0.25rem;
}

#orderPage .u-blog-thumb-minimal:hover {
  background-color: #ad846f;
}

#orderPage .u-blog-thumb-minimal__img-wrapper {
  width: 5rem;
}

#orderPage .progress-vertical {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
  background-color: #f8fafd;
  height: 12.5rem;
}

#orderPage .u-paging-modern .u-paging-modern__arrow-icon-prev, #orderPage .u-paging-modern .u-paging-modern__arrow-icon-next {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#orderPage .u-paging-modern .u-paging-modern__arrow-icon-prev {
  margin-right: 1rem;
}

#orderPage .u-paging-modern .u-paging-modern__arrow-icon-next {
  margin-left: 1rem;
}

#orderPage .u-paging-modern:hover .u-paging-modern__arrow-icon-prev {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

#orderPage .u-paging-modern:hover .u-paging-modern__arrow-icon-next {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

#orderPage .u-paging-modern-view-all {
  color: #fff;
  text-align: center;
  background-color: #ffc107;
}

#orderPage .u-paging-modern-view-all__icon {
  display: block;
  font-size: 1.8rem;
  margin-bottom: .5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#orderPage .u-paging-modern-view-all:hover {
  color: #fff;
}

#orderPage .u-paging-modern-view-all:hover .u-paging-modern-view-all__icon {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

#orderPage .u-quantity {
  width: 4rem;
}

#orderPage .u-quantity > .u-quantity__input {
  padding-right: 1.875rem;
}

#orderPage .u-quantity > .u-quantity__input:not(:last-child) {
  border-radius: 0.25rem;
}

#orderPage .u-quantity__arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: .75rem;
  z-index: 3;
}

#orderPage .u-quantity__arrows-inner {
  display: block;
  color: #77838f;
  cursor: pointer;
}

#orderPage .u-quantity__arrows-inner:hover {
  color: #cdb1a5;
}

#orderPage .u-search-push-top {
  display: none;
  background-color: #f8fafd;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: inset 0 -10px 20px -10px rgba(137, 140, 142, 0.05);
}

#orderPage .u-search-push-top__content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

#orderPage .u-search-push-top__close-btn {
  position: absolute;
  top: -1.5625rem;
  right: .4375rem;
}

@media (max-width: 479.98px) {
  #orderPage .u-search-push-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

#orderPage .u-search-push-top__banner {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(137, 140, 142, 0.05);
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  overflow: hidden;
}

#orderPage .u-search-push-top__banner-container {
  position: relative;
  width: 75%;
  min-height: 11.5625rem;
}

#orderPage .u-search-push-top__banner-img {
  position: absolute;
  bottom: -.625rem;
  left: -.625rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#orderPage .u-search-push-top__banner:hover .u-search-push-top__banner-img:first-child {
  bottom: 0;
  left: 0;
}

#orderPage .u-slick {
  position: relative;
}

#orderPage .u-slick--transform-off.slick-transform-off .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}

#orderPage .u-slick--equal-height .slick-list {
  height: 100%;
}

#orderPage .u-slick--equal-height .slick-track {
  display: -webkit-box;
  display: flex;
  height: 100%;
}

#orderPage .u-slick--equal-height .slick-track .slick-slide {
  display: -webkit-box;
  display: flex;
  height: auto;
}

#orderPage .u-slick--gutters-1 {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

#orderPage .u-slick--gutters-1 .slick-slide {
  margin-left: .25rem;
  margin-right: .25rem;
}

#orderPage .u-slick--gutters-2 {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

#orderPage .u-slick--gutters-2 .slick-slide {
  margin-left: .5rem;
  margin-right: .5rem;
}

#orderPage .u-slick--gutters-3 {
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

#orderPage .u-slick--gutters-3 .slick-slide {
  margin-left: .9375rem;
  margin-right: .9375rem;
}

#orderPage .u-slick-zoom .slick-slide .u-slick-zoom__slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#orderPage .u-slick-zoom .slick-center .u-slick-zoom__slide {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#orderPage .u-slick__arrow {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: white;
  background-color: rgba(205, 177, 165, 0.1);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.7875rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#orderPage .u-slick__arrow:hover {
  color: #fff;
  background-color: #cdb1a5;
}

#orderPage .u-slick__arrow-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#orderPage .u-slick__arrow-inner--left {
  left: 0;
}

#orderPage .u-slick__arrow-inner--right {
  right: 0;
}

@media (min-width: 1024px) {
  #orderPage .u-slick__arrow--offset.u-slick__arrow-inner--left {
    left: -2.5rem;
  }

  #orderPage .u-slick__arrow--offset.u-slick__arrow-inner--right {
    right: -2.5rem;
  }
}

#orderPage .u-slick__arrow-centered--y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#orderPage .u-slick__arrow-classic {
  z-index: 1;
  line-height: 0;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.7875rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#orderPage .u-slick__arrow-classic:hover {
  color: #fff;
  background-color: #cdb1a5;
}

#orderPage .u-slick__arrow-classic-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#orderPage .u-slick__arrow-classic-inner--left {
  left: 0;
}

#orderPage .u-slick__arrow-classic-inner--right {
  right: 0;
}

#orderPage .u-slick__paging {
  position: absolute;
  bottom: 2rem;
  right: 0;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

#orderPage .u-slick__paging .u-paging__current {
  color: #fff;
  font-size: 3.4875rem;
  font-weight: 300;
  line-height: 1;
}

#orderPage .u-slick__paging .u-paging__divider {
  position: relative;
  margin-right: .5rem;
  margin-left: .25rem;
}

#orderPage .u-slick__paging .u-paging__divider::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7875rem;
  content: "/";
}

#orderPage .u-slick__paging .u-paging__total {
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .u-slick__pagination {
  padding-left: 0;
}

#orderPage .u-slick__pagination:not(.u-slick__pagination--block) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  pointer-events: none;
}

#orderPage .u-slick__pagination li {
  display: -webkit-box;
  display: flex;
  pointer-events: all;
  margin: 0 .25rem;
  cursor: pointer;
}

#orderPage .u-slick__pagination li span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  box-sizing: border-box;
  background-color: #cdb1a5;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#orderPage .u-slick__pagination li.slick-active span {
  background-color: transparent;
  border-color: #cdb1a5;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

#orderPage .u-slick__pagination--white li span {
  background-color: #fff;
}

#orderPage .u-slick__pagination--white li.slick-active span {
  border-color: #fff;
}

#orderPage .u-slick__pagination--block li {
  display: block;
}

#orderPage .u-slick__pagination-centered--y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 1024px) {
  #orderPage {
    /* Vertical Option */
    /* Vertical Option Positions */
  }

  #orderPage .u-slick__pagination--vertical-lg li {
    display: block;
    margin: .25rem 0;
  }

  #orderPage .u-slick__pagination--vertical-pos-v1-lg {
    position: absolute;
    top: 50%;
    left: -15.7%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#orderPage .u-slick--pagination-modern {
  width: 100%;
  max-width: 12.5rem;
}

#orderPage .u-slick--pagination-modern .slick-slide {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#orderPage .u-slick--pagination-modern .slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#orderPage .u-slick--pagination-interactive__text {
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .u-slick--pagination-interactive .slick-slide {
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#orderPage .u-slick--pagination-interactive .slick-slide:hover {
  background: rgba(255, 255, 255, 0.15);
}

#orderPage .u-slick--pagination-interactive .slick-slide:hover.slick-center {
  background: #fff;
}

#orderPage .u-slick--pagination-interactive .slick-center {
  background: #fff;
}

#orderPage .u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__title {
  color: #cdb1a5;
}

#orderPage .u-slick--pagination-interactive .slick-center .u-slick--pagination-interactive__text {
  color: #77838f;
}

#orderPage .u-stats-progress {
  position: relative;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 50%;
  box-shadow: 0 0.375rem 1.5rem 0 rgba(167, 167, 167, 0.125);
  margin-left: auto;
  margin-right: auto;
}

#orderPage .u-stats-progress__info {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  right: 0;
  padding: 2rem;
  text-align: center;
}

#orderPage .svg-preloader {
  z-index: -1;
  background: #fff url(../svg/preloaders/circle-preloader.svg) center no-repeat !important;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

#orderPage .svg-preloader *:not(.u-icon):not(.btn):not(.u-media-player):not(.u-media-player__icon):not(.u-label) {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #orderPage .u-header__promo-icon {
    height: 48px;
  }

  #orderPage .ie-height-24 {
    height: 24px;
  }

  #orderPage .ie-height-40 {
    height: 40px;
  }

  #orderPage .ie-height-48 {
    height: 48px;
  }

  #orderPage .ie-height-56 {
    height: 56px;
  }

  #orderPage .ie-height-72 {
    height: 72px;
  }

  #orderPage .ie-main-hero {
    height: 686px;
  }

  #orderPage .ie-soft-triangle-shape {
    height: 610px;
  }

  #orderPage .ie-browser {
    height: 565px;
  }

  #orderPage .ie-wave-1-bottom {
    height: 100px;
  }

  #orderPage .ie-vault,
  #orderPage .ie-responsive,
  #orderPage .ie-easy-payment {
    height: 210px;
  }

  #orderPage .ie-marketing-strategy,
  #orderPage .ie-app-development,
  #orderPage .ie-business-analysis {
    height: 328px;
  }

  #orderPage .ie-devices-v1-tablet {
    height: 38.5rem;
  }

  #orderPage .ie-devices-v1-phone {
    height: 27.5rem;
  }

  #orderPage .ie-devices-v2-tablet {
    height: 37.875rem;
  }

  #orderPage .ie-devices-v2-iphone {
    height: 31rem;
  }

  #orderPage .ie-devices-v3-iphone {
    height: 633px;
  }

  #orderPage .ie-devices-v4-tablet-horizontal {
    height: 16.875rem;
  }

  #orderPage .ie-devices-v4-tablet {
    height: 25.4375rem;
  }

  #orderPage .ie-devices-v4-laptop {
    height: 20.75rem;
  }

  #orderPage .ie-devices-v4-iphone {
    height: 13.0625rem;
  }

  #orderPage .ie-wave-6-top-left {
    height: 379px;
  }

  #orderPage .ie-double-ellipse-top-right {
    height: 431px;
  }

  #orderPage .ie-double-ellipse-top-left {
    height: 788px;
  }

  #orderPage .ie-double-ellipse-bottom-right {
    height: 252px;
  }

  #orderPage .ie-ellipse-mockup {
    height: 656px;
  }

  #orderPage .ie-irregular-shape-2-right {
    height: 660px;
  }

  #orderPage .ie-irregular-shape-3-bottom {
    height: 255px;
  }

  #orderPage .ie-circle-chart {
    height: 219px;
  }

  #orderPage .ie-curved-shape {
    height: 55.8px;
  }

  #orderPage .ie-subscribe-illustration {
    height: 329px;
  }

  #orderPage .ie-subscribe-1 {
    height: 315px;
  }

  #orderPage .ie-subscribe-2 {
    height: 295px;
  }

  #orderPage .ie-subscribe-2-flat-icons {
    height: 200px;
  }

  #orderPage .ie-color-gradient {
    height: 566px;
  }

  #orderPage .ie-for-sale,
  #orderPage .ie-buyer {
    height: 208px;
  }

  #orderPage .ie-events,
  #orderPage .ie-data-report,
  #orderPage .ie-image-upload {
    height: 219px;
  }

  #orderPage .ie-analysis,
  #orderPage .ie-in-the-office,
  #orderPage .ie-make-it-rain {
    height: 200px;
  }

  #orderPage .ie-house-agency {
    height: 381px;
  }

  #orderPage .ie-laptop-and-iphone {
    height: 421px;
  }

  #orderPage .ie-get-answered {
    height: 386px;
  }

  #orderPage .ie-bg-elements-1 {
    height: 420px;
  }

  #orderPage .ie-bg-elements-2 {
    height: 374px;
  }

  #orderPage .ie-bg-elements-3 {
    height: 583px;
  }

  #orderPage .ie-bg-elements-4 {
    height: 850px;
  }

  #orderPage .ie-circle-1 {
    height: 379px;
  }

  #orderPage .ie-go-to-wave {
    height: 46px;
  }

  #orderPage .ie-graphic-illustration-1 {
    height: 270px;
  }

  #orderPage .ie-app-development {
    height: 328px;
  }

  #orderPage .ie-we-have-an-idea {
    height: 335px;
  }

  #orderPage .ie-chatting-girl,
  #orderPage .ie-chatting-boy {
    height: 328px;
  }

  #orderPage .ie-virtual-reality {
    height: 320px;
  }

  #orderPage .ie-maintenance-mode {
    height: 200px;
  }

  #orderPage .ie-non-standard-hero-shape {
    height: 556px;
  }

  #orderPage .ie-enterprise-2 {
    height: 267px;
  }

  #orderPage .ie-abstract-shapes-1 {
    height: 554px;
  }

  #orderPage .ie-abstract-shapes-2,
  #orderPage .ie-abstract-shapes-3,
  #orderPage .ie-abstract-shapes-4 {
    height: 532px;
  }

  #orderPage .ie-abstract-shapes-6 {
    height: 187px;
  }

  #orderPage .ie-abstract-shapes-7 {
    height: 624px;
  }

  #orderPage .ie-abstract-shapes-9 {
    height: 182px;
  }

  #orderPage .ie-abstract-shapes-10 {
    height: 573px;
  }

  #orderPage .ie-abstract-shapes-11 {
    height: 192px;
  }

  #orderPage .ie-showcase-mockup-1 {
    height: 384px;
  }

  #orderPage .ie-showcase-mockup-2 {
    height: 371px;
  }

  #orderPage .ie-showcase-mockup-3 {
    height: 535px;
  }

  #orderPage .ie-knowledgebase-community {
    height: 447px;
  }

  #orderPage .ie-knowledgebase-community-2 {
    height: 542px;
  }

  #orderPage .ie-files {
    height: 293px;
  }
}

#orderPage .table-heighlighted thead th {
  border-bottom-color: #1e2022;
  border-top: none;
}

#orderPage .table-heighlighted tfoot td {
  border-top: 2px solid #1e2022;
}

#orderPage [class*="sticky-block"] {
  max-width: 100%;
}

#orderPage .gradient-half-primary-body-v1 {
  background-image: linear-gradient(150deg, #2d1582 0%, #e6cfc2 100%);
  background-repeat: repeat-x;
  background-attachment: fixed;
}

#orderPage .gradient-half-primary-v1 {
  background-image: linear-gradient(150deg, #2d1582 0%, #e6cfc2 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-half-primary-v2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(205, 177, 165, 0.05)), to(transparent));
  background-image: linear-gradient(0deg, rgba(205, 177, 165, 0.05) 0%, transparent 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-half-primary-v3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(205, 177, 165, 0.1)), to(transparent));
  background-image: linear-gradient(0deg, rgba(205, 177, 165, 0.1) 0%, transparent 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-half-primary-v4 {
  background-image: linear-gradient(150deg, #2d1582 0%, #e6cfc2 85%);
  background-repeat: repeat-x;
}

#orderPage .gradient-half-primary-v5 {
  background-image: linear-gradient(150deg, #cdb1a5 0%, #2d1582 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-half-info-v1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cdb1a5), to(#00dffc));
  background-image: linear-gradient(0deg, #cdb1a5 0%, #00dffc 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-half-warning-v1 {
  background-image: linear-gradient(25deg, #ffc107 30%, #de4437 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-half-warning-v2 {
  background-image: linear-gradient(150deg, #ffc107 0%, #efa02e 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-half-warning-v3 {
  background-image: linear-gradient(150deg, #ffc107 0%, #de4437 100%);
  background-repeat: repeat-x;
}

#orderPage [class*="gradient-overlay-half"] {
  position: relative;
  z-index: 1;
}

#orderPage [class*="gradient-overlay-half"]::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

#orderPage .gradient-overlay-half-primary-video-v1::before {
  z-index: 2;
  background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.9) 0%, rgba(230, 207, 194, 0.85) 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-overlay-half-primary-v1::before {
  background-image: linear-gradient(150deg, rgba(45, 21, 130, 0.9) 0%, rgba(230, 207, 194, 0.85) 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-overlay-half-primary-v2::before {
  background-image: linear-gradient(30deg, rgba(230, 207, 194, 0.85) 0%, rgba(45, 21, 130, 0.9) 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-overlay-half-info-v1::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(205, 177, 165, 0.92)), to(rgba(0, 223, 252, 0.92)));
  background-image: linear-gradient(0deg, rgba(205, 177, 165, 0.92) 0%, rgba(0, 223, 252, 0.92) 100%);
  background-repeat: repeat-x;
}

#orderPage .gradient-overlay-half-dark-v1::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1e2022), color-stop(75%, transparent));
  background-image: linear-gradient(0deg, #1e2022 0%, transparent 75%);
  background-repeat: repeat-x;
}

#orderPage .gradient-overlay-half-dark-v2::before {
  background-image: linear-gradient(150deg, rgba(61, 57, 57, 0.675) 0%, rgba(87, 87, 87, 0.3) 100%);
  background-repeat: repeat-x;
}

#orderPage .link {
  display: inline-block;
}

#orderPage .link__icon {
  position: relative;
  line-height: .7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 1.375rem;
  height: 1.375rem;
  font-size: 1rem;
  color: #cdb1a5;
  background-color: rgba(205, 177, 165, 0.1);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#orderPage .link__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#orderPage .link:hover .link__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#orderPage .link-collapse[aria-expanded="false"] .link-collapse__default {
  display: inline-block;
}

#orderPage .link-collapse[aria-expanded="false"] .link-collapse__active {
  display: none;
}

#orderPage .link-collapse[aria-expanded="true"] .link-collapse__default {
  display: none;
}

#orderPage .link-collapse[aria-expanded="true"] .link-collapse__active {
  display: inline-block;
}

#orderPage .link-light {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
}

#orderPage .link-light:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

#orderPage .link-muted {
  color: #A7A7A7;
  border-bottom: 1px dashed #898c8e;
}

#orderPage .link-muted:hover {
  border-color: #845f4b;
}

#orderPage .link-muted__toggle-default {
  display: inline-block;
}

#orderPage .link-muted__toggle-toggled {
  display: none;
}

#orderPage .link-muted.toggled .link-muted__toggle-default {
  display: none;
}

#orderPage .link-muted.toggled .link-muted__toggle-toggled {
  display: inline-block;
}

#orderPage .link-white {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

#orderPage .link-white:hover {
  color: #fff;
}

#orderPage .fill-none {
  fill: none !important;
}

#orderPage .fill-white {
  fill: #fff !important;
}

#orderPage .fill-dark {
  fill: #1e2022 !important;
}

#orderPage .fill-primary {
  fill: #cdb1a5 !important;
}

#orderPage .fill-primary-lighter {
  fill: #e6cfc2 !important;
}

#orderPage .fill-primary-darker {
  fill: #ad846f !important;
}

#orderPage .fill-success {
  fill: #00c9a7 !important;
}

#orderPage .fill-success-lighter {
  fill: #13d7b6 !important;
}

#orderPage .fill-info {
  fill: #00dffc !important;
}

#orderPage .fill-danger {
  fill: #de4437 !important;
}

#orderPage .fill-danger-lighter {
  fill: #ec5245 !important;
}

#orderPage .fill-warning {
  fill: #ffc107 !important;
}

#orderPage .fill-warning-lighter {
  fill: #fdd14e !important;
}

#orderPage .fill-warning-darker {
  fill: #efa02e !important;
}

#orderPage .fill-gray-200 {
  fill: #f8fafd !important;
}

#orderPage .fill-gray-300 {
  fill: #e7eaf3 !important;
}

#orderPage .fill-gray-400 {
  fill: #bdc5d1 !important;
}

#orderPage .fill-gray-500 {
  fill: #898c8e !important;
}

#orderPage .stop-color-white {
  stop-color: #fff !important;
}

#orderPage .stop-color-primary {
  stop-color: #cdb1a5 !important;
}

#orderPage .stop-color-primary-darker {
  stop-color: #ad846f !important;
}

#orderPage .stop-color-primary-lighter {
  stop-color: #e6cfc2 !important;
}

#orderPage .stop-color-warning {
  stop-color: #ffc107 !important;
}

#orderPage .stop-color-danger {
  stop-color: #de4437 !important;
}

#orderPage .stop-color-info {
  stop-color: #00dffc !important;
}

#orderPage .stop-color-indigo {
  stop-color: #2d1582 !important;
}

#orderPage .stroke-white {
  stroke: #fff !important;
}

#orderPage .stroke-primary {
  stroke: #cdb1a5 !important;
}

#orderPage .stroke-primary-lighter {
  stroke: #e6cfc2 !important;
}

#orderPage .stroke-primary-darker {
  stroke: #ad846f !important;
}

#orderPage .stroke-success {
  stroke: #00c9a7 !important;
}

#orderPage .stroke-danger {
  stroke: #de4437 !important;
}

#orderPage .stroke-warning {
  stroke: #ffc107 !important;
}

#orderPage .stroke-info {
  stroke: #00dffc !important;
}

#orderPage .stroke-gray-200 {
  stroke: #f8fafd !important;
}

#orderPage .stroke-gray-300 {
  stroke: #e7eaf3 !important;
}

#orderPage .stroke-gray-400 {
  stroke: #bdc5d1 !important;
}

#orderPage .stroke-gray-500 {
  stroke: #898c8e !important;
}

#orderPage .bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

#orderPage .bg-img-hero-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#orderPage .bg-img-hero-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#orderPage .bg-img-hero-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#orderPage .rounded-pill {
  border-radius: 6.1875rem;
}

#orderPage .rounded-top-pill {
  border-top-left-radius: 6.1875rem;
  border-top-right-radius: 6.1875rem;
}

#orderPage .rounded-right-pill {
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}

#orderPage .rounded-bottom-pill {
  border-bottom-right-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

#orderPage .rounded-left-pill {
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
}

#orderPage .rounded-top-left-pill {
  border-top-left-radius: 6.1875rem;
}

#orderPage .rounded-bottom-left-pill {
  border-bottom-left-radius: 6.1875rem;
}

#orderPage .rounded-pseudo {
  border-radius: 0.25rem;
}

#orderPage .rounded-pseudo::before, #orderPage .rounded-pseudo::after {
  border-radius: 0.25rem;
}

#orderPage .rounded-top-pseudo {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#orderPage .rounded-top-pseudo::before, #orderPage .rounded-top-pseudo::after {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

#orderPage .top-0 {
  top: 0;
}

#orderPage .right-0 {
  right: 0;
}

#orderPage .bottom-0 {
  bottom: 0;
}

#orderPage .left-0 {
  left: 0;
}

@media (min-width: 768px) {
  #orderPage .top-md-0 {
    top: 0;
  }

  #orderPage .right-md-0 {
    right: 0;
  }

  #orderPage .bottom-md-0 {
    bottom: 0;
  }

  #orderPage .left-md-0 {
    left: 0;
  }

  #orderPage .position-md-absolute {
    position: absolute;
  }
}

@media (min-width: 1024px) {
  #orderPage .top-lg-0 {
    top: 0;
  }

  #orderPage .right-lg-0 {
    right: 0;
  }

  #orderPage .bottom-lg-0 {
    bottom: 0;
  }

  #orderPage .left-lg-0 {
    left: 0;
  }

  #orderPage .position-lg-absolute {
    position: absolute;
  }
}

#orderPage .content-centered-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 768px) {
  #orderPage .content-centered-y--md {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media (min-width: 1024px) {
  #orderPage .content-centered-y--lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

#orderPage .ml-n2 {
  margin-left: -.5rem;
}

#orderPage .ml-n3 {
  margin-left: -1rem;
}

#orderPage .mt-n1 {
  margin-top: -.25rem;
}

#orderPage .mt-n5 {
  margin-top: -2rem;
}

#orderPage .mt-n6 {
  margin-top: -2.5rem;
}

#orderPage .mt-n9 {
  margin-top: -4rem;
}

#orderPage .mt-n23 {
  margin-top: -10rem;
}

#orderPage .mb-n3 {
  margin-bottom: -1rem;
}

#orderPage .mb-n9 {
  margin-bottom: -4rem;
}

#orderPage .mx-gutters-2 {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

#orderPage .mx-gutters-2 > .col,
#orderPage .mx-gutters-2 > [class*="col-"] {
  padding-right: .5rem;
  padding-left: .5rem;
}

#orderPage .opacity-md {
  opacity: .2;
}

#orderPage .overflow-hidden {
  overflow: hidden;
}

#orderPage .shadow-primary-lg {
  box-shadow: 0 0 50px rgba(205, 177, 165, 0.4) !important;
}

#orderPage .shadow-soft {
  box-shadow: 0 3px 6px 0 rgba(167, 167, 167, 0.25) !important;
}

#orderPage .min-width-3 {
  min-width: 1rem !important;
}

#orderPage .min-width-4 {
  min-width: 1.5rem !important;
}

#orderPage .max-width-3 {
  max-width: 1rem !important;
}

#orderPage .max-width-4 {
  max-width: 1.5rem !important;
}

#orderPage .max-width-5 {
  max-width: 2rem !important;
}

#orderPage .max-width-6 {
  max-width: 2.5rem !important;
}

#orderPage .max-width-8 {
  max-width: 3.5rem;
}

#orderPage .max-width-9 {
  max-width: 4rem;
}

#orderPage .max-width-10 {
  max-width: 4.5rem;
}

#orderPage .max-width-15 {
  max-width: 7rem;
}

#orderPage .max-width-27 {
  max-width: 13rem;
}

#orderPage .max-width-35 {
  max-width: 17rem;
}

#orderPage .max-width-40 {
  max-width: 19.5rem;
}

#orderPage .height-40vh {
  height: 40vh;
}

#orderPage .height-60vh {
  height: 60vh;
}

#orderPage .height-100vh {
  height: 100vh;
}

#orderPage .height-380 {
  height: 23.75rem;
}

#orderPage .height-400 {
  height: 25rem;
}

#orderPage .height-450 {
  height: 28.125rem;
}

#orderPage .min-height-100vh {
  min-height: 100vh;
}

#orderPage .min-height-155 {
  min-height: 9.6875rem;
}

#orderPage .min-height-300 {
  min-height: 18.75rem;
}

#orderPage .min-height-380 {
  min-height: 23.75rem;
}

#orderPage .min-height-450 {
  min-height: 28.125rem;
}

#orderPage .min-height-550 {
  min-height: 34.375rem;
}

#orderPage .min-height-600 {
  min-height: 37.5rem;
}

#orderPage .min-height-620 {
  min-height: 38.75rem;
}

@media (min-width: 480px) {
  #orderPage .height-sm-100vh {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  #orderPage .height-md-60vh {
    height: 60vh;
  }

  #orderPage .height-md-100vh {
    height: 100vh;
  }

  #orderPage .min-height-md-100vh {
    min-height: 100vh;
  }
}

@media (min-width: 1024px) {
  #orderPage .height-lg-100vh {
    height: 100vh;
  }

  #orderPage .min-height-lg-auto {
    min-height: auto;
  }

  #orderPage .min-height-lg-100vh {
    min-height: 100vh;
  }
}

@media (min-width: 1025px) {
  #orderPage .min-height-xl-100vh {
    min-height: 100vh;
  }
}

#orderPage .font-size-1 {
  font-size: 0.7875rem;
}

#orderPage .font-size-2 {
  font-size: 1.35rem;
}

#orderPage .font-size-3 {
  font-size: 1.8rem;
}

#orderPage .font-size-4 {
  font-size: 2.25rem;
}

#orderPage .font-size-5 {
  font-size: 2.7rem;
}

@media (max-width: 1023.98px) {
  #orderPage .font-size-md-down-5 {
    font-size: 2.7rem;
  }
}

#orderPage .font-weight-medium {
  font-weight: 500 !important;
}

#orderPage .font-weight-semi-bold {
  font-weight: 600 !important;
}

#orderPage .text-lh-sm {
  line-height: 1.2;
}

#orderPage .text-lh-md {
  line-height: 1.8;
}

#orderPage .text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

#orderPage .text-white-70[href]:hover {
  color: #fff;
}

#orderPage .transition-3d-hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#orderPage .transition-3d-hover:hover, #orderPage .transition-3d-hover:focus {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#orderPage .z-index-n1 {
  z-index: -1;
}

#orderPage .z-index-2 {
  z-index: 2;
}

#orderPage .z-index-4 {
  z-index: 4;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

#orderPage .fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

#orderPage .slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

#orderPage .u-area-chart {
  position: relative;
  line-height: 0;
}

#orderPage .u-area-chart .ct-point {
  stroke-width: .375rem;
}

#orderPage .u-area-chart__tooltip {
  color: #575757;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.375rem 0.9375rem 0.0625rem rgba(167, 167, 167, 0.2);
  padding: 1rem;
  font-size: .75rem;
  font-weight: 400;
  font-family: "Noto Sans KR", "\C560\D50C   SD \C0B0\B3CC\ACE0\B515   Neo", "Apple SD Gothic Neo", "\B9D1\C740   \ACE0\B515", "Malgun Gothic", "\B3CB\C6C0", dotum, AppleGothic, sans-serif;
}

#orderPage .u-area-chart__tooltip::before {
  border: 8px #fff;
  margin-left: -.5rem;
}

#orderPage .u-area-chart__tooltip .chartist-tooltip-value {
  font-weight: 600;
}

#orderPage .u-cubeportfolio .u-cubeportfolio__item {
  font-size: .875rem;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-left: .75rem;
  padding-right: .75rem;
}

#orderPage .u-cubeportfolio .u-cubeportfolio__item:first-child {
  padding-left: 0;
}

#orderPage .u-cubeportfolio .u-cubeportfolio__item:last-child {
  padding-right: 0;
}

#orderPage .u-cubeportfolio .u-cubeportfolio__item:hover {
  color: #1e2022;
}

#orderPage .u-cubeportfolio .u-cubeportfolio__item.cbp-filter-item-active {
  color: #cdb1a5;
  background-color: transparent;
  border: transparent;
}

#orderPage .u-cubeportfolio .cbp-l-loadMore-stop {
  pointer-events: none;
  color: #77838f;
}

#orderPage .u-cubeportfolio .cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(205, 177, 165, 0.9);
}

#orderPage .u-cubeportfolio--reveal-v1 .cbp-l-caption-body {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#orderPage .u-cubeportfolio--reveal-v1 .cbp-caption:hover .cbp-l-caption-body {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

#orderPage .custombox-lock {
  overflow: auto;
}

#orderPage .u-custombox-no-scroll.custombox-lock {
  margin-right: 1.0625rem;
  overflow: hidden;
}

#orderPage .u-datatable .dataTables_length,
#orderPage .u-datatable .dataTables_filter,
#orderPage .u-datatable .dataTables_info,
#orderPage .u-datatable .dataTables_paginate {
  display: none;
}

#orderPage .u-datatable__striped .odd {
  background-color: #f8fafd;
}

#orderPage .u-datatable .u-datatable__trigger {
  cursor: pointer;
}

#orderPage .u-datatable .u-datatable__trigger-icon::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F107";
  margin-right: .75rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#orderPage .u-datatable__content td[colspan] {
  padding-left: 0;
  padding-right: 0;
}

#orderPage .u-datatable .opened .u-datatable__trigger-icon::before {
  content: "\F106";
}

#orderPage .u-datatable__thead-icon {
  display: block;
  line-height: .7;
  cursor: pointer;
  color: #bdc5d1;
}

#orderPage .u-datatable__thead-icon:hover {
  color: #cdb1a5;
}

#orderPage .u-fancybox-theme .fancybox-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#orderPage .u-fancybox-theme .fancybox-slide--iframe .fancybox-content {
  position: static;
}

#orderPage .u-fancybox-theme .fancybox-bg {
  background-color: #1e2022;
}

#orderPage .fancybox-controls--canzoomIn .fancybox-placeholder,
#orderPage .fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: inherit;
}

#orderPage .fancybox-slide.has-animation {
  display: block;
}

#orderPage .fancybox-is-sliding .fancybox-slide.has-animation,
#orderPage .fancybox-slide--current.has-animation,
#orderPage .fancybox-slide--next.has-animation,
#orderPage .fancybox-slide--previous.has-animation {
  display: none;
}

#orderPage .fancybox-is-sliding .fancybox-slide.has-animation.animated,
#orderPage .fancybox-slide--current.has-animation.animated,
#orderPage .fancybox-slide--next.has-animation.animated,
#orderPage .fancybox-slide--previous.has-animation.animated {
  display: block;
}

#orderPage .u-blur-30 {
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

#orderPage .fileuploader {
  margin-top: 0;
}

#orderPage .u-fileuploader-input {
  display: block;
  cursor: pointer;
  background: #fff;
  border: 2px dashed #e7eaf3;
  border-radius: 0.25rem;
  padding: 2rem 0;
  text-align: center;
}

#orderPage .u-fileuploader-input__icon {
  display: block;
  color: #cdb1a5;
  font-size: 2.5rem;
}

#orderPage .u-fileuploader-input__inner,
#orderPage .u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__icon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#orderPage .u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__inner {
  opacity: .6;
}

#orderPage .u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__icon {
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

#orderPage .u-fileuploader-input.fileuploader-dragging .u-fileuploader-input__btn {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

#orderPage .dropdown-select.bootstrap-select li .dropdown-item.opt {
  padding-left: 1.5rem;
}

#orderPage .dropdown-select.bootstrap-select .bs-searchbox {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

#orderPage .dropdown-select.bootstrap-select .dropdown-header .text {
  font-size: 80%;
  font-weight: 500;
  color: #1e2022;
  text-transform: uppercase;
}

#orderPage .dropdown-select .form-control {
  margin-bottom: .5rem;
}

#orderPage [data-lazy] {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#orderPage .slick-cloned [data-scs-animation-in] {
  opacity: 0;
}

#orderPage .u-slick {
  background: url(../svg/preloaders/circle-preloader.svg) no-repeat 50% 50%;
}

#orderPage .u-slick .js-next,
#orderPage .u-slick .js-prev {
  opacity: 0;
}

#orderPage .u-slick.slick-initialized {
  background: none;
}

#orderPage .u-slick.slick-initialized .js-slide,
#orderPage .u-slick.slick-initialized .js-thumb {
  visibility: visible;
  height: auto;
  overflow: visible;
}

#orderPage .u-slick.slick-initialized .js-next,
#orderPage .u-slick.slick-initialized .js-prev {
  opacity: 1;
}

#orderPage .u-slick .js-slide,
#orderPage .u-slick .js-thumb {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

#orderPage .u-slick .js-slide:first-child,
#orderPage .u-slick .js-thumb:first-child {
  height: auto;
}

#orderPage .u-tagsinput .bootstrap-tagsinput {
  width: 100%;
  border-color: #e7eaf3;
  border-radius: 0.25rem;
  box-shadow: none;
  padding: .25rem;
  padding-bottom: 0;
}

#orderPage .u-tagsinput .bootstrap-tagsinput::before {
  content: "|";
  display: inline-block;
  width: 1px;
  line-height: 1;
  font-size: .625rem;
  opacity: 0;
  padding: .75rem 0;
}

#orderPage .u-tagsinput .bootstrap-tagsinput .tag {
  position: relative;
  display: inline-block;
  font-size: .875rem;
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  border-radius: 0.25rem;
  padding: .25rem 1.875rem .25rem .75rem;
  margin-bottom: .25rem;
  margin-right: 0;
}

#orderPage .u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"] {
  position: absolute;
  right: .5rem;
  top: 50%;
  color: #77838f;
  font-size: 1.25rem;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#orderPage .u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"]::after {
  content: "\D7";
}

#orderPage .u-tagsinput .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color: #1e2022;
  box-shadow: none;
}

#orderPage html {
  font-size: 1rem;
}

@media (min-width: 480px) {
  #orderPage html {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  #orderPage html {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  #orderPage html {
    font-size: 1rem;
  }
}

#orderPage .wrapper-md {
  max-width: 768px;
  margin: 0 auto;
}

#orderPage .wrapper-sm {
  max-width: 576px;
  margin: 0 auto;
}

#orderPage .square-wrapper {
  position: relative;
  flex-basis: calc(33.333% - 2px);
  margin: 1px;
}

#orderPage .square-wrapper::before {
  content: '';
  display: block;
  padding-top: 100%;
}

#orderPage img.img-center-crop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

#orderPage img.img-center-crop-relative {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

#orderPage .shadow-3d {
  box-shadow: 0 18px 45px -11px rgba(167, 167, 167, 0.5);
}

#orderPage .text-line-through {
  text-decoration: line-through;
}

#orderPage .flex-basis-0 {
  flex-basis: 0;
}

#orderPage .flex-basis-1 {
  flex-basis: 1;
}

#orderPage .flex-1 {
  -webkit-box-flex: 1;
          flex: 1;
}

#orderPage .flex-2 {
  -webkit-box-flex: 2;
          flex: 2;
}

#orderPage .webicon {
  background-size: 100% auto;
}

#orderPage .underline-primary {
  border-bottom: 2px solid #cdb1a5;
  box-shadow: inset 0 -0.5em 0 #cdb1a5;
  color: inherit;
  -webkit-transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

#orderPage .underline-bg {
  border-bottom: 2px solid #e8e8e8;
  box-shadow: inset 0 -0.5em 0 #e8e8e8;
  color: inherit;
  -webkit-transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
}

#orderPage .gradient-overlay-half-dark-v3::before {
  background-image: linear-gradient(150deg, rgba(30, 32, 34, 0.95) 0%, rgba(87, 87, 87, 0.7) 100%);
  background-repeat: repeat-x;
}

@font-face {
  #orderPage {
    font-family: 'NanumBarunGothic';
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/NanumBarunGothicBoldSubset.eot);
    src: url(/fonts/NanumBarunGothicBoldSubset.eot?#iefix) format("embedded-opentype"), url(/fonts/NanumBarunGothicBoldSubset.woff2) format("woff2"), url(/fonts/NanumBarunGothicBoldSubset.woff) format("woff"), url(/fonts/NanumBarunGothicBoldSubset.ttf) format("truetype");
  }
}

@font-face {
  #orderPage {
    font-family: 'NanumBarunGothic';
    font-weight: 300;
    font-display: swap;
    src: url(/fonts/NanumBarunGothicLightSubset.eot);
    src: url(/fonts/NanumBarunGothicLightSubset.eot?#iefix) format("embedded-opentype"), url(/fonts/NanumBarunGothicLightSubset.woff2) format("woff2"), url(/fonts/NanumBarunGothicLightSubset.woff) format("woff"), url(/fonts/NanumBarunGothicLightSubset.ttf) format("truetype");
  }
}

#orderPage .root_daum_roughmap {
  width: 100% !important;
}

#orderPage .btn.btn-kakao svg {
  top: -3px;
  position: relative;
}

#orderPage .btn.btn-cart svg fill, #orderPage .btn.btn-cart svg polyline, #orderPage .btn.btn-cart svg ellipse {
  stroke: #1e2022;
}

#orderPage .img-small {
  width: 70px;
  height: 70px;
}

#orderPage .u-slick__pagination--grey li span {
  background-color: #e7eaf3;
}

#orderPage .u-slick__pagination--grey li span.slick-active span {
  border-color: #cdb1a5;
}

#orderPage .logo-footer {
  width: 150px;
  height: 30px;
}

#orderPage .u-header p, #orderPage .u-header a.navbar-brand {
  color: #fff;
}

#orderPage .u-header.js-header-fix-moment {
  color: #575757 !important;
}

#orderPage .u-header.js-header-fix-moment p, #orderPage .u-header.js-header-fix-moment .navbar-brand {
  color: #cdb1a5;
}

#orderPage #icon-cart path {
  fill: #eaeaea;
}

@media (max-width: 767.98px) {
  #orderPage #icon-cart path {
    fill: #A7A7A7;
  }
}

.u-header--bg-transparent #orderPage #icon-cart path {
  fill: #A7A7A7;
}

#orderPage #icon-share path {
  fill: #eaeaea;
}

#orderPage .u-scrolled #icon-cart path {
  fill: #1e2022 !important;
}

#orderPage .arrow-shadow-button {
  width: 25px;
  height: 25px;
  background-color: #1e2022;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  margin-left: 0.5rem;
}

#orderPage .arrow-shadow-button img {
  vertical-align: middle;
  max-width: 12px;
}

#orderPage .btn-tel {
  background: #1e2022;
  box-shadow: 0 7px 14px -3px rgba(167, 167, 167, 0.7);
  padding: 13px;
}

#orderPage .btn-tel:hover {
  box-shadow: 0 7px 18px -1px rgba(167, 167, 167, 0.9);
}

#orderPage .img-rounded-big {
  box-shadow: 0 4px 25px -5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

#orderPage #main-intro-beautyhotel .thumbnail-main-intro {
  height: 180px;
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #orderPage #main-intro-beautyhotel .thumbnail-main-intro {
    height: 250px;
    margin-bottom: 0;
  }
}

#orderPage .main-tab {
  -webkit-transition: 0.2s ease-in 0.1s;
  transition: 0.2s ease-in 0.1s;
  cursor: pointer;
  border-radius: 1rem;
}

#orderPage .main-tab svg {
  fill: #a5a9ad;
  -webkit-transition: fill 0.2s ease-in 0.1s;
  transition: fill 0.2s ease-in 0.1s;
}

#orderPage .main-tab h2 {
  -webkit-transition: color 0.2s ease-in 0.05s;
  transition: color 0.2s ease-in 0.05s;
}

#orderPage .main-tab:hover {
  background: #f7f7f7;
  box-shadow: 0 8px 21px -9px rgba(51, 51, 51, 0.45);
  -webkit-transition: 0.2s ease-in 0.1s;
  transition: 0.2s ease-in 0.1s;
}

#orderPage .main-tab:hover h2 {
  color: #ad846f;
  -webkit-transition: color 0.2s ease-in 0.1s;
  transition: color 0.2s ease-in 0.1s;
}

#orderPage .main-tab:hover svg {
  fill: #ad846f;
  -webkit-transition: fill 0.2s ease-in 0.1s;
  transition: fill 0.2s ease-in 0.1s;
}

#themeRomance #orderPage .main-tab:hover {
  background: #1e2022;
}

#themeRomance #orderPage .main-tab:hover svg {
  fill: #fff;
}

#themeRomance #orderPage .main-tab:hover h2 {
  color: white;
}

#orderPage .program-list {
  margin-bottom: 2rem;
}

#orderPage .section-parcel {
  background: #f3f3f3;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
}

@media (max-width: 767.98px) {
  #orderPage .fixed-bottom-md-down, #orderPage .product-item-list-page .product-item-list-content.bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
  }
}

#orderPage .product-item-list-page .product-item-list-content.bottom {
  max-height: 30vh;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

@media (max-width: 767.98px) {
  #orderPage .product-item-list-page .product-item-list-content.bottom {
    height: 40vh;
    max-height: 40vh;
    z-index: 1030;
    -webkit-overflow-scrolling: touch;
  }
}

#orderPage .product-item-list-page {
  position: relative;
}

@media (max-width: 767.98px) {
  #orderPage .product-item-list-page #price-result-wrapper {
    display: none;
  }

  #orderPage .product-item-list-page #price-result-wrapper.active {
    display: block;
  }
}

#orderPage .product-item-list-page .product-item-list-page__wrapper__bar {
  position: fixed;
  z-index: 1031;
  background: #f9f9f9;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 25px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  right: 0;
  left: 0;
  bottom: 40vh;
}

#orderPage .product-item-list-page .product-item-list-page__wrapper__bar .product-item-list-page__bar {
  width: 50px;
  height: 8px;
  border-radius: 5px;
  background: #fff;
  z-index: 1032;
  border: 1px solid #e4e4e4;
}

@media (min-width: 768px) {
  #orderPage .product-item-list-page .product-item-list-page__wrapper__bar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #orderPage .product-item-list-page .product-item-list-page__option-container {
    box-shadow: 0 -20px 20px rgba(51, 51, 51, 0.25);
  }
}

#orderPage .product-item-list-page .product-item-list {
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  #orderPage .product-item-list-page .mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

#orderPage .product-item-list-page .product-item-list-content .product-item-list {
  max-height: 45vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#orderPage .product-item-list-page .product-item-list-content .product-item-list input[type=number] {
  font-size: 0.8rem;
}

#orderPage .square {
  position: relative;
  width: 50%;
}

#orderPage .square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#orderPage .square-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

#orderPage .square-wrapper {
  overflow: hidden;
  cursor: pointer;
}

#orderPage .square-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#orderPage .square-wrapper img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#orderPage .icon-alpha {
  opacity: 0.2;
}

#orderPage .margin-m-5-rem {
  margin-top: -5rem;
}

#orderPage .program-header {
  border-radius: 1rem;
}

#orderPage .program-header hr {
  opacity: 0.1;
}

.page-program #orderPage .program-header {
  border-radius: 0;
}

[v-cloak] {
  visibility: hidden;
}

body {
  min-width: 1280px;
}

@media (min-width: 0px) and (max-width: 1023px) {
  body {
    min-width: 480px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  html {
    min-width: 480px;
    font-size: 14px;
  }
}

* {
  outline: 0;
}

img.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.custom-container {
  width: 100%;
  max-width: 1200px;
}

@media (min-width: 1024px) {
  .custom-container {
    max-width: 1200px;
  }
}

.action-btn {
  background-color: #222222;
  color: #fff;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.1rem;
  border-width: 1px;
  border-color: #222222;
  box-sizing: content-box;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .action-btn {
    font-size: 1.3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.action-btn.btn-secondary {
  background-color: #fff;
  color: #222222;
}

#page_container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#page_container #lookbook_frames {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-bottom: 10rem;
  height: 541px;
  background: url("/images/web/main/main-bottom.png");
  background-position: center;
  background-size: 1920px;
  background-repeat: no-repeat;
}

@media (min-width: 0px) and (max-width: 1023px) {
  #page_container #lookbook_frames {
    display: none;
  }
}

.footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer {
    min-width: 1280px;
  }
}

.footer .footer-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-color: #424242;
  width: 100%;
}

.footer .footer-container .footer-content-wrap {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer .footer-container .footer-content-wrap {
    width: 1100px;
  }
}

.footer .footer-container .footer-content-wrap .footer-content {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.footer .footer-container.footer-customer-service .footer-content-wrap .footer-content {
  justify-content: space-around;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #757575;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .footer .footer-container.footer-customer-service .footer-content-wrap .footer-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .footer .footer-container.footer-customer-service .footer-content-wrap .footer-content {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-1 {
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 50vw;
  }
}

.footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-2 {
    max-width: 50vw;
  }
}

.footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-2 .shipping-service-contact {
  font-weight: 500;
  white-space: nowrap;
}

.footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-2 .shipping-location-button {
  background-color: #e0e0e0;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  white-space: nowrap;
  margin-left: 0.75rem;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-2 .shipping-location-button {
    margin-right: 0.25rem;
    font-size: 0.8rem;
  }
}

.footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-3 {
  display: none;
  display: none;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

@media (min-width: 1024px) {
  .footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-3 {
    display: -webkit-box;
    display: flex;
  }
}

.footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-3 .sub-section-content {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-content {
    max-width: 40vw;
  }
}

.footer .footer-container.footer-customer-service .footer-content-wrap .footer-content .sub-section-content .sub-section-title {
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  font-size: 1.3rem;
  color: #424242;
}

.footer .footer-container.footer-terms .footer-content-wrap .footer-content {
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  height: 2.5rem;
}

@media (min-width: 1024px) {
  .footer .footer-container.footer-terms .footer-content-wrap .footer-content {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}

.footer .footer-container.footer-company {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #eeeeee;
}

.footer .footer-container.footer-company .footer-content-wrap .footer-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

@media (min-width: 1024px) {
  .footer .footer-container.footer-company .footer-content-wrap .footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .footer .footer-container.footer-company .footer-content-wrap .footer-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-align: center;
            align-items: center;
  }
}

.footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-1 {
    display: none;
  }
}

.footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  line-height: 1.75rem;
  color: #757575;
}

@media (min-width: 1024px) {
  .footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-2 {
    -webkit-box-flex: 0;
            flex-grow: 0;
    font-size: 0.875rem;
    flex-basis: 380px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-2 {
    width: 80vw;
  }
}

.footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-2 .label {
  font-weight: 500;
  -webkit-box-flex: 0;
          flex-grow: 0;
  white-space: nowrap;
  color: #424242;
}

.footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 0;
          flex-grow: 0;
  display: none;
}

@media (min-width: 1024px) {
  .footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-3 {
    display: block;
    flex-basis: 170px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-3 {
    -webkit-box-align: center;
            align-items: center;
  }
}

.footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 0;
          flex-grow: 0;
}

@media (min-width: 1024px) {
  .footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-4 {
    flex-basis: 170px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .footer .footer-container.footer-company .footer-content-wrap .footer-content .sub-section-4 {
    -webkit-box-align: center;
            align-items: center;
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .slick-slider:hover .slick-arrow {
    opacity: 1;
  }
}

.slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.slick-arrow.slick-prev {
  left: 25px;
  background-image: url("/images/web/buttons/move-left.png");
}

.slick-arrow.slick-prev:before {
  content: '';
}

.slick-arrow.slick-next {
  right: 25px;
  background-image: url("/images/web/buttons/move-right.png");
}

.slick-arrow.slick-next:before {
  content: '';
}

#mainSliderWrap .slick-dots {
  bottom: 90px;
}

#mainSliderWrap .slick-dots {
  bottom: 60px;
}

@media (min-width: 0px) and (max-width: 1023px) {
  #mainSliderWrap .slick-dots {
    bottom: 60px;
  }
}

#mainSliderWrap .slick-dots li.slick-active button {
  background: transparent;
  border-radius: 14px;
  width: 14px;
  height: 14px;
}

#mainSliderWrap .slick-dots li button {
  background: white;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid white;
}

#mainSliderWrap .slick-dots li button:before {
  content: '';
  font-size: 0;
}

/*
    Header & Nav
*/

@media (min-width: 0px) and (max-width: 1023px) {
  body.active-nav {
    height: 100vh;
    overflow-y: hidden;
  }

  body.active-nav #app .global-nav.mobile {
    display: -webkit-box;
    display: flex;
    position: fixed;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1024px) {
  #app.skin-trans.trans-on .global-header.pc {
    background-color: transparent;
    color: #fff;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    padding-top: 80px;
  }

  #app.skin-trans.trans-on .global-nav.pc {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }

  #app.skin-trans.trans-on .global-nav.pc .logo {
    background: none;
  }

  #app.skin-trans.trans-on .global-nav.pc .logo:after {
    width: 125px;
    height: 33px;
    background: url(/images/icon/logo-trans.png);
    content: ' ';
    display: inline-block;
  }

  #app.skin-trans.trans-on .global-nav.pc .logo:before {
    z-index: -1;
    position: absolute;
    width: 125px;
    height: 33px;
    background: url("/images/icon/logo-trans.png");
    content: ' ';
    -webkit-filter: drop-shadow(0px 0px 2px rgba(150, 150, 150, 0.8));
            filter: drop-shadow(0px 0px 2px rgba(150, 150, 150, 0.8));
    display: inline-block;
  }

  #app.skin-trans:not(.trans-on) {
    padding-top: 80px;
  }
}

.global-header.pc {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #222222;
  color: #fff;
  font-size: 0.875rem;
  margin-top: 0;
  width: 100%;
  visibility: visible;
  display: block;
  z-index: 50;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .global-header.pc {
    display: none;
    visibility: hidden;
  }
}

.global-header.mobile {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 80px;
}

@media (min-width: 1024px) {
  .global-header.mobile {
    display: none;
    visibility: hidden;
  }
}

.global-header.mobile .logo {
  width: 220px;
  height: 27px;
  background-image: url("/images/icon/logo-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.global-header.mobile .cart {
  -webkit-box-flex: 0;
          flex: 0 0 50px;
  height: 35px;
  background-image: url("/images/web/buttons/cart.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}

.global-header.mobile .menu-toggle {
  -webkit-box-flex: 0;
          flex: 0 0 50px;
  height: 27px;
  background-image: url("/images/web/buttons/btn-menu-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.global-nav.mobile {
  display: none;
}

@media (min-width: 1024px) {
  .global-nav.mobile {
    display: none;
    visibility: hidden;
  }
}

.global-nav.mobile .overlay-mask {
  position: fixed;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.global-nav.mobile .menu-container {
  background-color: #fff;
  z-index: 10;
  width: 432px;
}

.global-nav.mobile .menu-container .menu-content {
  overflow-y: auto;
  height: 100vh;
}

.global-nav.mobile .menu-container .nav-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 2.5rem;
}

.global-nav.mobile .menu-container .nav-header .option-button {
  background-color: #222222;
  color: #fff;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.global-nav.mobile .menu-container .nav-header .block-button {
  background-color: #222222;
  color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 2.0rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.global-nav.mobile .menu-container .nav-menu-list li {
  background-color: #e0e0e0;
  font-size: 1.3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 0.25rem;
}

.global-nav.mobile .menu-container .nav-menu-list li a {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.global-nav.pc {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  color: #222222;
  margin-top: 0;
  width: 100%;
  z-index: 50;
  visibility: visible;
  display: flex;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  top: 50px;
  height: 90px;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .global-nav.pc {
    display: none;
    visibility: hidden;
  }
}

.global-nav.pc .logo {
  width: 125px;
  height: 33px;
  background: url("/images/icon/logo-black.png");
}

.page-wrap .page.shop-page .page-content-nav .tab, .page-wrap .page .section.product .tab-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-content: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.page-wrap .page.shop-page .page-content-nav .tab ul, .page-wrap .page .section.product .tab-inline ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1rem;
  color: #9e9e9e;
  font-weight: 400;
}

.page-wrap .page.shop-page .page-content-nav .tab ul li, .page-wrap .page .section.product .tab-inline ul li {
  margin-right: 2.5rem;
}

.page-wrap .page.shop-page .page-content-nav .tab ul li.active, .page-wrap .page .section.product .tab-inline ul li.active {
  color: #222222;
  font-weight: 500;
}

.page-wrap .page.shop-page .page-content-nav .tab ul li:last-child, .page-wrap .page .section.product .tab-inline ul li:last-child {
  margin-right: 0;
}

.page-wrap .page.shop-page .page-content-nav .tab, .page-wrap .page .section.product .tab-block {
  border-bottom-width: 1px;
  border-color: #bdbdbd;
  border-color: #222222;
  width: 100%;
}

.page-wrap .page.shop-page .page-content-nav .tab ul, .page-wrap .page .section.product .tab-block ul {
  font-size: 1.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.page-wrap .page.shop-page .page-content-nav .tab ul li, .page-wrap .page .section.product .tab-block ul li {
  margin-right: 1.25rem;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex: none;
}

.page-wrap .page.shop-page .page-content-nav .tab ul li a, .page-wrap .page .section.product .tab-block ul li a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.page-wrap .page.shop-page .page-content-nav .tab ul li:first-child, .page-wrap .page .section.product .tab-block ul li:first-child {
  margin-left: 2.5rem;
}

.page-wrap .page.shop-page .page-content-nav .tab ul li:last-child, .page-wrap .page .section.product .tab-block ul li:last-child {
  margin-right: 1.25rem;
}

.page-wrap .page.shop-page .page-content-nav .tab ul li.active, .page-wrap .page .section.product .tab-block ul li.active {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.page-wrap .page.shop-page .page-content-nav .tab ul li.active:after, .page-wrap .page .section.product .tab-block ul li.active:after {
  border-bottom-width: 2px;
  border-color: #222222;
  width: 100%;
  content: '';
  display: inline-block;
}

.page-wrap .page .section.product .tab-response {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  align-content: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .section.product .tab-response {
    border-bottom-width: 1px;
    border-color: #757575;
    width: 100%;
    border-top-color: black;
  }
}

.page-wrap .page .section.product .tab-response ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1rem;
  color: #9e9e9e;
  font-weight: 400;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .section.product .tab-response ul {
    font-size: 1.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .page-wrap .page .section.product .tab-response ul li {
    margin-right: 1.25rem;
    -webkit-box-flex: 0;
            flex-grow: 0;
    flex: none;
  }

  .page-wrap .page .section.product .tab-response ul li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .page-wrap .page .section.product .tab-response ul li:first-child {
    margin-left: 2.5rem;
  }

  .page-wrap .page .section.product .tab-response ul li:last-child {
    margin-right: 1.25rem;
  }

  .page-wrap .page .section.product .tab-response ul li.active {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .page-wrap .page .section.product .tab-response ul li.active:after {
    border-bottom-width: 2px;
    border-color: #222222;
    width: 100%;
    content: '';
    display: inline-block;
  }
}

.page-wrap .page .section.product .tab-response ul li {
  margin-right: 2.5rem;
}

.page-wrap .page .section.product .tab-response ul li.active {
  color: #222222;
  font-weight: 500;
}

.page-wrap .page .section.product .tab-response ul li:last-child {
  margin-right: 0;
}

.page-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.page-wrap .page {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.page-wrap .page .page-content-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

.page-wrap .page .page-content-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

.page-wrap .page .page-content {
  width: 100%;
  max-width: 1100px;
}

.page-wrap .page .page-content .section {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 10rem;
}

.page-wrap .page .page-content .section .section-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 80px;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .page-content .section .section-title {
    margin-bottom: 2.5rem;
  }
}

.page-wrap .page .page-content .section.padded-section {
  padding-top: 100px;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .page-content .section.padded-section {
    padding-top: 5rem;
  }
}

.page-wrap .page.brand-page .brand-text-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  -webkit-box-align: end;
          align-items: flex-end;
  color: #424242;
}

.page-wrap .page.brand-page .brand-text-wrap .brand-text {
  font-size: 1.5rem;
  line-height: 1.625;
  max-width: 480px;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page.brand-page .brand-text-wrap .brand-text {
    padding-top: 1.25rem;
    padding-right: 0.75rem;
    font-size: 1.1rem;
    min-width: 50vw;
  }
}

@media (min-width: 1024px) {
  .page-wrap .page.brand-page .brand-text-wrap .brand-text {
    padding-top: 5rem;
    padding-right: 2.5rem;
    margin-right: 2.5rem;
    margin-top: 2.5rem;
  }
}

.page-wrap .page.brand-page .brand-text-wrap .brand-text h1 {
  font-weight: 500;
  color: #222222;
  font-size: 2.5rem;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page.brand-page .brand-text-wrap .brand-text p {
    margin-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .page-wrap .page.brand-page .brand-text-wrap .brand-text p {
    margin-top: 2.5rem;
  }
}

.page-wrap .page.lookbook-page .lookbook-slider .slide-image-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) {
  .page-wrap .page.lookbook-page .lookbook-slider .slide-image-item {
    width: 100%;
    height: 600px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page.lookbook-page .lookbook-slider .slide-image-item {
    width: 100vw;
    height: 75vw;
  }
}

.page-wrap .page.product-page .page-content .section {
  margin-bottom: auto;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-weight: 500;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-price {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-option-list .product-option-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #eeeeee;
  padding: 1.25rem;
  margin-bottom: 0.5rem;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-purchase-total {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-purchase-total .text-label {
  font-size: 1.1rem;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-purchase-total .text-value {
  font-size: 1.5rem;
  font-weight: 500;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .purchase-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 70px;
  margin-top: 40px;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .purchase-actions .purchase-button {
  background-color: #222222;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .purchase-actions .purchase-later-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .purchase-actions .purchase-later-actions .cart-button {
  border-width: 1px;
  border-color: #424242;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 70px;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .purchase-actions .purchase-later-actions .cart-button div {
  align-self: center;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .purchase-actions .purchase-later-actions .wish-button {
  border-width: 1px;
  border-color: #424242;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 70px;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .purchase-actions .purchase-later-actions .wish-button div {
  align-self: center;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-image-wrap .product-image {
  background-repeat: none;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-width: 1px;
  border-color: #222222;
}

.page-wrap .page.product-page .page-content .section.product-purchase .product-image-wrap .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .page-wrap .page.product-page .page-content .section.product-purchase {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 10rem;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-image-wrap .product-image {
    width: 500px;
    height: 500px;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap {
    width: 480px;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-title {
    font-size: 2.0rem;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-price {
    margin-top: 60px;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .purchase-actions .purchase-button {
    width: 300px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page.product-page .page-content .section.product-purchase {
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 2.5rem;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-image-wrap {
    width: 100%;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap {
    width: 100%;
    padding-top: 2.5rem;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-title {
    font-size: 2.0rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-price {
    padding-top: 2.5rem;
    font-size: 1.3rem;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .purchase-actions .purchase-button {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .purchase-actions .purchase-later-actions {
    -webkit-box-flex: 0;
            flex-grow: 0;
    width: 150px;
    margin-left: 20px;
  }

  .page-wrap .page.product-page .page-content .section.product-purchase .product-data-wrap .product-purchase-total .text-label {
    font-size: 1.3rem;
  }
}

@media (min-width: 1024px) {
  .page-wrap .page.product-page .page-content .section.product-detail {
    margin-top: 198px;
  }
}

.page-wrap .page.product-page .page-content .section.product-detail .product-detail-tabs {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  border-width: 1px;
  border-color: #424242;
  text-align: center;
  font-size: 1.125rem;
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  z-index: 10;
  height: 60px;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page.product-page .page-content .section.product-detail .product-detail-tabs {
    top: 78px;
  }
}

@media (min-width: 1024px) {
  .page-wrap .page.product-page .page-content .section.product-detail .product-detail-tabs {
    top: 128px;
  }
}

.page-wrap .page.product-page .page-content .section.product-detail .product-detail-tabs .product-detail-tab {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 33.333333%;
  border-right-width: 1px;
  border-color: #424242;
}

.page-wrap .page.product-page .page-content .section.product-detail .product-detail-tabs .product-detail-tab.active {
  color: #fff;
  background-color: #222222;
}

.page-wrap .page.product-page .page-content .section.product-detail .product-detail-tabs .product-detail-tab:last-child {
  border-right-width: 0;
}

@media (min-width: 0px) and (max-width: 1023px) {
}

.page-wrap .page.login-page .page-content {
  display: -webkit-box;
  display: flex;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page.login-page .page-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .page-wrap .page.login-page .page-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .page-wrap .page.login-page .page-content .section.login {
    width: 500px;
  }

  .page-wrap .page.login-page .page-content .section.order-search {
    width: 500px;
  }
}

.page-wrap .page.shop-page .section.product .section-title {
  margin-top: 2.5rem;
}

.page-wrap .page.shop-page .page-content-nav {
  background-color: #fff;
  width: 100%;
}

@mobile {
  .page-wrap .page.shop-page .page-content-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}

@media (min-width: 1024px) {
  .page-wrap .page.shop-page .page-content-nav .tab {
    -webkit-box-align: center;
            align-items: center;
  }

  .page-wrap .page.shop-page .page-content-nav .tab ul {
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    font-size: 1.1rem;
    width: 1100px;
  }

  .page-wrap .page.shop-page .page-content-nav .tab ul li {
    -webkit-box-flex: 1;
            flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .page-wrap .page.shop-page .page-content-nav .tab ul li:first-child {
    margin-left: 0;
  }

  .page-wrap .page.shop-page .page-content-nav .tab ul li:last-child {
    margin-right: 0;
  }

  .page-wrap .page.shop-page .page-content-nav .tab ul li a {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page.shop-page .page-content-nav .tab ul li {
    font-size: 1.3rem;
    margin-left: 1.8rem;
    margin-right: 1.8rem;
  }
}

.page-wrap .page .section.story .story-list-wrap {
  overflow-x: auto;
}

.page-wrap .page .section.story .story-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .section.story .story-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    width: 150vw;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .section.story .story-list .story-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    scroll-snap-align: center;
    -webkit-box-flex: 0;
            flex: 0 0 49vw;
  }

  .page-wrap .page .section.story .story-list .story-item img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-wrap .page .section.product .section-title {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .section.product .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.page-wrap .page .section.product .tab-inline {
  margin-top: 2.5rem;
}

.page-wrap .page .section.product .tab-block {
  margin-top: 2.5rem;
}

.page-wrap .page .section.product .tab-response {
  margin-top: 2.5rem;
}

.page-wrap .page .section.product .product-list {
  display: grid;
  -webkit-box-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 250px);
}

@media (min-width: 1024px) {
  .page-wrap .page .section.product .product-list {
    grid-gap: 5rem;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .section.product .product-list {
    grid-template-columns: repeat(auto-fill, 180px);
    /* 2 */
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    grid-gap: 5vmin;
  }
}

.page-wrap .page .section.product .product-list .item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .page-wrap .page .section.product .product-list .item {
    margin-bottom: 60px;
    flex-basis: 250px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .section.product .product-list .item {
    margin-bottom: 28.8px;
    flex-basis: 180px;
  }
}

.page-wrap .page .section.product .product-list .item .item-img {
  background-repeat: none;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1024px) {
  .page-wrap .page .section.product .product-list .item .item-img {
    width: 250px;
    height: 250px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .section.product .product-list .item .item-img {
    width: 180px;
    height: 180px;
  }
}

.page-wrap .page .section.product .product-list .item .item-img img {
  width: 100%;
}

.page-wrap .page .section.product .product-list .item .item-info {
  flex-wrap: wrap;
  font-size: 1rem;
  padding: 12px;
}

@media (min-width: 1024px) {
  .page-wrap .page .section.product .product-list .item .item-info {
    width: 250px;
    height: 110px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .page-wrap .page .section.product .product-list .item .item-info {
    width: 180px;
    height: 90px;
  }
}

.page-wrap .page .section.product .product-list .item .item-info.sold-out {
  color: #9e9e9e;
}

.page-wrap .page .section.product .product-list .item .item-info .title-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.page-wrap .page .section.product .product-list .item .item-info .title-row .title-wrap {
  font-weight: 500;
}

.page-wrap .page .section.product .product-list .item .item-info .title-row .action-wrap {
  flex-basis: 12px;
}

.page-wrap .page .section.product .product-list .item .item-info .sub-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 0.8rem;
}

.page-wrap .page .section.product .product-list .item .item-info .display-price {
  display: -webkit-box;
  display: flex;
}

.page-wrap .page .section.product .product-list .item .item-info .badge-black {
  background-color: #222222;
  color: #fff;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 0.75rem;
}

.cart-summary {
  border-bottom-width: 1px;
  border-color: #222222;
  padding-top: 2.5rem;
  padding-bottom: 0.75rem;
}

.cart-summary .cart-summary-bg {
  background-color: #eeeeee;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}

.cart-summary .cart-summary-bg .cart-summary-wrap {
  display: -webkit-box;
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #424242;
  flex-wrap: wrap;
  font-size: 1.1rem;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .cart-summary .cart-summary-bg .cart-summary-wrap {
    font-size: 1.3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.cart-summary .cart-summary-bg .cart-summary-wrap .summary-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .cart-summary .cart-summary-bg .cart-summary-wrap .summary-group {
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-top: 1.25rem;
  }
}

.cart-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  border-bottom-width: 1px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-color: #bdbdbd;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .cart-row {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.cart-row .cart-col.check-col {
  -webkit-box-flex: 0;
          flex: 0 0 60px;
}

.cart-row .cart-col-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1024px) {
  .cart-row .cart-col-group {
    -webkit-box-flex: 1040px;
            flex: 1040px;
  }

  .cart-row .cart-col-group .cart-inline-row-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1040px;
            flex: 1040px;
  }

  .cart-row .cart-col-group .cart-inline-row-group .cart-col {
    -webkit-box-flex: 240px;
            flex: 240px;
  }

  .cart-row .cart-col-group .cart-inline-row-group .cart-col.title-col {
    -webkit-box-flex: 320px;
            flex: 320px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .cart-row .cart-col-group {
    flex-wrap: wrap;
    -webkit-box-flex: calc(100% - 60px);
            flex: calc(100% - 60px);
  }

  .cart-row .cart-col-group .cart-inline-row-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
            flex: 1 0 calc(100% - 120px);
    line-height: 1;
  }

  .cart-row .cart-col-group .cart-inline-row-group .cart-col.title-col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
            flex: 1 0 calc(100%);
  }

  .cart-row .cart-col-group .cart-inline-row-group .cart-col.subtitle-col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
            flex: 1 0 calc(100%);
  }

  .cart-row .cart-col-group .cart-inline-row-group .cart-col.volume-col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-top: 1.25rem;
  }

  .cart-row .cart-col-group .cart-inline-row-group .cart-col.price-col {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin-left: 1.25rem;
    margin-top: 1.25rem;
  }
}

.cart-row .cart-col-group .thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0.75rem;
  -webkit-box-flex: 0;
          flex: 0 0 100px;
  width: 100px;
  height: 100px;
}

/*
    Product List
*/

.product-section {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.product-section .header {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 100px;
}

.product-section .header .title {
  display: -webkit-box;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
          justify-content: flex-start;
  font-size: 2.0rem;
  font-weight: 500;
}

.product-section .header .category-nav, .product-section .header .sort-nav {
  display: -webkit-box;
  display: flex;
  align-content: center;
  width: 50%;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.product-section .header .category-nav ul, .product-section .header .sort-nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1rem;
  color: #9e9e9e;
}

.product-section .header .category-nav ul li, .product-section .header .sort-nav ul li {
  margin-right: 2.5rem;
}

.product-section .header .category-nav ul li.active, .product-section .header .sort-nav ul li.active {
  color: #222222;
  font-weight: 500;
}

.product-section .header .category-nav ul li:last-child, .product-section .header .sort-nav ul li:last-child {
  margin-right: 0;
}

.custom-table {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #616161;
}

.custom-table.foldable-table .row-group.active .row {
  background-color: #e0e0e0;
  border-bottom-width: 0;
}

.custom-table.foldable-table .row-group.active .hidden-row {
  display: block;
}

.custom-table.foldable-table .row-group .hidden-row {
  display: none;
}

.custom-table .input-label {
  font-size: 1.1rem;
}

.custom-table .input-label-right {
  color: #9e9e9e;
}

.custom-table .input-label-right {
  margin-left: 0.75rem;
}

.custom-table .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  border-bottom-width: 1px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-color: #bdbdbd;
}

.custom-table .row .col {
  border-color: #bdbdbd;
}

.custom-table .row.header {
  -webkit-box-flex: 0;
          flex-grow: 0;
  font-weight: 500;
  border-bottom-width: 1px;
  border-color: #757575;
}

.custom-table .row.hover {
  cursor: pointer;
}

.custom-table .row.hover:hover {
  background-color: #e0e0e0;
}

input[type=text].custom-input, input[type=number].custom-input, input[type=tel].custom-input, input[type=password].custom-input {
  border-width: 1px;
  padding: 0.25rem;
}

input[type=text].custom-input:-moz-read-only, input[type=number].custom-input:-moz-read-only, input[type=tel].custom-input:-moz-read-only, input[type=password].custom-input:-moz-read-only {
  /* For Firefox */
  background-color: #e0e0e0;
}

input[type=text].custom-input:read-only, input[type=number].custom-input:read-only, input[type=tel].custom-input:read-only, input[type=password].custom-input:read-only {
  background-color: #e0e0e0;
}

input[type=text].custom-input, input[type=number].custom-input, input[type=tel].custom-input, input[type=password].custom-input, select.custom-input {
  border-color: #bdbdbd;
}

select.custom-input {
  border-width: 1px;
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0;
  height: 34px;
}

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding-right: 1.5em;
}

.btn-like {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/images/web/buttons/like-off.png");
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .btn-like {
    width: 12px;
    height: 12px;
  }
}

.btn-like.active {
  background-image: url("/images/web/buttons/like-on.png");
}

.btn-like.lg {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

.btn-cart {
  width: 16px;
  height: 16px;
  background: url("/images/web/buttons/cart.png");
  cursor: pointer;
}

.btn-cart.lg {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

/**
    plugin custom
**/

.main-slider .slick-list {
  overflow: hidden;
}

.main-slider .slick-list .slide-item {
  height: 100vh;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .main-slider .slick-list .slide-item {
    height: 112.5vmin;
  }
}

.main-slider .slick-track {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

pre.term {
  white-space: pre-wrap;
}

@media (max-width: 480px){
  .minimum\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .minimum\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .minimum\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .minimum\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .minimum\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .minimum\:bg-fixed{
    background-attachment: fixed !important;
  }

  .minimum\:bg-local{
    background-attachment: local !important;
  }

  .minimum\:bg-scroll{
    background-attachment: scroll !important;
  }

  .minimum\:bg-transparent{
    background-color: transparent !important;
  }

  .minimum\:bg-black{
    background-color: #222222 !important;
  }

  .minimum\:bg-white{
    background-color: #fff !important;
  }

  .minimum\:bg-gray-100{
    background-color: #f5f5f5 !important;
  }

  .minimum\:bg-gray-200{
    background-color: #eeeeee !important;
  }

  .minimum\:bg-gray-300{
    background-color: #e0e0e0 !important;
  }

  .minimum\:bg-gray-400{
    background-color: #bdbdbd !important;
  }

  .minimum\:bg-gray-500{
    background-color: #9e9e9e !important;
  }

  .minimum\:bg-gray-600{
    background-color: #757575 !important;
  }

  .minimum\:bg-gray-700{
    background-color: #616161 !important;
  }

  .minimum\:bg-gray-800{
    background-color: #424242 !important;
  }

  .minimum\:bg-gray-900{
    background-color: #212121 !important;
  }

  .minimum\:bg-red-100{
    background-color: #fff5f5 !important;
  }

  .minimum\:bg-red-200{
    background-color: #fed7d7 !important;
  }

  .minimum\:bg-red-300{
    background-color: #feb2b2 !important;
  }

  .minimum\:bg-red-400{
    background-color: #fc8181 !important;
  }

  .minimum\:bg-red-500{
    background-color: #f56565 !important;
  }

  .minimum\:bg-red-600{
    background-color: #e53e3e !important;
  }

  .minimum\:bg-red-700{
    background-color: #c53030 !important;
  }

  .minimum\:bg-red-800{
    background-color: #9b2c2c !important;
  }

  .minimum\:bg-red-900{
    background-color: #742a2a !important;
  }

  .minimum\:bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .minimum\:bg-orange-200{
    background-color: #feebc8 !important;
  }

  .minimum\:bg-orange-300{
    background-color: #fbd38d !important;
  }

  .minimum\:bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .minimum\:bg-orange-500{
    background-color: #ed8936 !important;
  }

  .minimum\:bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .minimum\:bg-orange-700{
    background-color: #c05621 !important;
  }

  .minimum\:bg-orange-800{
    background-color: #9c4221 !important;
  }

  .minimum\:bg-orange-900{
    background-color: #7b341e !important;
  }

  .minimum\:bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .minimum\:bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .minimum\:bg-yellow-300{
    background-color: #faf089 !important;
  }

  .minimum\:bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .minimum\:bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .minimum\:bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .minimum\:bg-yellow-700{
    background-color: #b7791f !important;
  }

  .minimum\:bg-yellow-800{
    background-color: #975a16 !important;
  }

  .minimum\:bg-yellow-900{
    background-color: #744210 !important;
  }

  .minimum\:bg-green-100{
    background-color: #f0fff4 !important;
  }

  .minimum\:bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .minimum\:bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .minimum\:bg-green-400{
    background-color: #68d391 !important;
  }

  .minimum\:bg-green-500{
    background-color: #48bb78 !important;
  }

  .minimum\:bg-green-600{
    background-color: #38a169 !important;
  }

  .minimum\:bg-green-700{
    background-color: #2f855a !important;
  }

  .minimum\:bg-green-800{
    background-color: #276749 !important;
  }

  .minimum\:bg-green-900{
    background-color: #22543d !important;
  }

  .minimum\:bg-teal-100{
    background-color: #e6fffa !important;
  }

  .minimum\:bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .minimum\:bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .minimum\:bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .minimum\:bg-teal-500{
    background-color: #38b2ac !important;
  }

  .minimum\:bg-teal-600{
    background-color: #319795 !important;
  }

  .minimum\:bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .minimum\:bg-teal-800{
    background-color: #285e61 !important;
  }

  .minimum\:bg-teal-900{
    background-color: #234e52 !important;
  }

  .minimum\:bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .minimum\:bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .minimum\:bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .minimum\:bg-blue-400{
    background-color: #63b3ed !important;
  }

  .minimum\:bg-blue-500{
    background-color: #4299e1 !important;
  }

  .minimum\:bg-blue-600{
    background-color: #3182ce !important;
  }

  .minimum\:bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .minimum\:bg-blue-800{
    background-color: #2c5282 !important;
  }

  .minimum\:bg-blue-900{
    background-color: #2a4365 !important;
  }

  .minimum\:bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .minimum\:bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .minimum\:bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .minimum\:bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .minimum\:bg-indigo-500{
    background-color: #667eea !important;
  }

  .minimum\:bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .minimum\:bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .minimum\:bg-indigo-800{
    background-color: #434190 !important;
  }

  .minimum\:bg-indigo-900{
    background-color: #3c366b !important;
  }

  .minimum\:bg-purple-100{
    background-color: #faf5ff !important;
  }

  .minimum\:bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .minimum\:bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .minimum\:bg-purple-400{
    background-color: #b794f4 !important;
  }

  .minimum\:bg-purple-500{
    background-color: #9f7aea !important;
  }

  .minimum\:bg-purple-600{
    background-color: #805ad5 !important;
  }

  .minimum\:bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .minimum\:bg-purple-800{
    background-color: #553c9a !important;
  }

  .minimum\:bg-purple-900{
    background-color: #44337a !important;
  }

  .minimum\:bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .minimum\:bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .minimum\:bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .minimum\:bg-pink-400{
    background-color: #f687b3 !important;
  }

  .minimum\:bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .minimum\:bg-pink-600{
    background-color: #d53f8c !important;
  }

  .minimum\:bg-pink-700{
    background-color: #b83280 !important;
  }

  .minimum\:bg-pink-800{
    background-color: #97266d !important;
  }

  .minimum\:bg-pink-900{
    background-color: #702459 !important;
  }

  .minimum\:bg-cyan{
    background-color: #9cdbff !important;
  }

  .minimum\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .minimum\:hover\:bg-black:hover{
    background-color: #222222 !important;
  }

  .minimum\:hover\:bg-white:hover{
    background-color: #fff !important;
  }

  .minimum\:hover\:bg-gray-100:hover{
    background-color: #f5f5f5 !important;
  }

  .minimum\:hover\:bg-gray-200:hover{
    background-color: #eeeeee !important;
  }

  .minimum\:hover\:bg-gray-300:hover{
    background-color: #e0e0e0 !important;
  }

  .minimum\:hover\:bg-gray-400:hover{
    background-color: #bdbdbd !important;
  }

  .minimum\:hover\:bg-gray-500:hover{
    background-color: #9e9e9e !important;
  }

  .minimum\:hover\:bg-gray-600:hover{
    background-color: #757575 !important;
  }

  .minimum\:hover\:bg-gray-700:hover{
    background-color: #616161 !important;
  }

  .minimum\:hover\:bg-gray-800:hover{
    background-color: #424242 !important;
  }

  .minimum\:hover\:bg-gray-900:hover{
    background-color: #212121 !important;
  }

  .minimum\:hover\:bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .minimum\:hover\:bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .minimum\:hover\:bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .minimum\:hover\:bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .minimum\:hover\:bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .minimum\:hover\:bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .minimum\:hover\:bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .minimum\:hover\:bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .minimum\:hover\:bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .minimum\:hover\:bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .minimum\:hover\:bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .minimum\:hover\:bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .minimum\:hover\:bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .minimum\:hover\:bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .minimum\:hover\:bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .minimum\:hover\:bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .minimum\:hover\:bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .minimum\:hover\:bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .minimum\:hover\:bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .minimum\:hover\:bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .minimum\:hover\:bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .minimum\:hover\:bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .minimum\:hover\:bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .minimum\:hover\:bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .minimum\:hover\:bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .minimum\:hover\:bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .minimum\:hover\:bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .minimum\:hover\:bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .minimum\:hover\:bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .minimum\:hover\:bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .minimum\:hover\:bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .minimum\:hover\:bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .minimum\:hover\:bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .minimum\:hover\:bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .minimum\:hover\:bg-green-800:hover{
    background-color: #276749 !important;
  }

  .minimum\:hover\:bg-green-900:hover{
    background-color: #22543d !important;
  }

  .minimum\:hover\:bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .minimum\:hover\:bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .minimum\:hover\:bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .minimum\:hover\:bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .minimum\:hover\:bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .minimum\:hover\:bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .minimum\:hover\:bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .minimum\:hover\:bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .minimum\:hover\:bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .minimum\:hover\:bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .minimum\:hover\:bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .minimum\:hover\:bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .minimum\:hover\:bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .minimum\:hover\:bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .minimum\:hover\:bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .minimum\:hover\:bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .minimum\:hover\:bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .minimum\:hover\:bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .minimum\:hover\:bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .minimum\:hover\:bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .minimum\:hover\:bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .minimum\:hover\:bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .minimum\:hover\:bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .minimum\:hover\:bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .minimum\:hover\:bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .minimum\:hover\:bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .minimum\:hover\:bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .minimum\:hover\:bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .minimum\:hover\:bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .minimum\:hover\:bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .minimum\:hover\:bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .minimum\:hover\:bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .minimum\:hover\:bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .minimum\:hover\:bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .minimum\:hover\:bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .minimum\:hover\:bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .minimum\:hover\:bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .minimum\:hover\:bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .minimum\:hover\:bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .minimum\:hover\:bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .minimum\:hover\:bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .minimum\:hover\:bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .minimum\:hover\:bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .minimum\:hover\:bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .minimum\:hover\:bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .minimum\:hover\:bg-cyan:hover{
    background-color: #9cdbff !important;
  }

  .minimum\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .minimum\:focus\:bg-black:focus{
    background-color: #222222 !important;
  }

  .minimum\:focus\:bg-white:focus{
    background-color: #fff !important;
  }

  .minimum\:focus\:bg-gray-100:focus{
    background-color: #f5f5f5 !important;
  }

  .minimum\:focus\:bg-gray-200:focus{
    background-color: #eeeeee !important;
  }

  .minimum\:focus\:bg-gray-300:focus{
    background-color: #e0e0e0 !important;
  }

  .minimum\:focus\:bg-gray-400:focus{
    background-color: #bdbdbd !important;
  }

  .minimum\:focus\:bg-gray-500:focus{
    background-color: #9e9e9e !important;
  }

  .minimum\:focus\:bg-gray-600:focus{
    background-color: #757575 !important;
  }

  .minimum\:focus\:bg-gray-700:focus{
    background-color: #616161 !important;
  }

  .minimum\:focus\:bg-gray-800:focus{
    background-color: #424242 !important;
  }

  .minimum\:focus\:bg-gray-900:focus{
    background-color: #212121 !important;
  }

  .minimum\:focus\:bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .minimum\:focus\:bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .minimum\:focus\:bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .minimum\:focus\:bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .minimum\:focus\:bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .minimum\:focus\:bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .minimum\:focus\:bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .minimum\:focus\:bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .minimum\:focus\:bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .minimum\:focus\:bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .minimum\:focus\:bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .minimum\:focus\:bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .minimum\:focus\:bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .minimum\:focus\:bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .minimum\:focus\:bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .minimum\:focus\:bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .minimum\:focus\:bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .minimum\:focus\:bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .minimum\:focus\:bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .minimum\:focus\:bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .minimum\:focus\:bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .minimum\:focus\:bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .minimum\:focus\:bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .minimum\:focus\:bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .minimum\:focus\:bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .minimum\:focus\:bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .minimum\:focus\:bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .minimum\:focus\:bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .minimum\:focus\:bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .minimum\:focus\:bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .minimum\:focus\:bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .minimum\:focus\:bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .minimum\:focus\:bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .minimum\:focus\:bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .minimum\:focus\:bg-green-800:focus{
    background-color: #276749 !important;
  }

  .minimum\:focus\:bg-green-900:focus{
    background-color: #22543d !important;
  }

  .minimum\:focus\:bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .minimum\:focus\:bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .minimum\:focus\:bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .minimum\:focus\:bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .minimum\:focus\:bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .minimum\:focus\:bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .minimum\:focus\:bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .minimum\:focus\:bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .minimum\:focus\:bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .minimum\:focus\:bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .minimum\:focus\:bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .minimum\:focus\:bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .minimum\:focus\:bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .minimum\:focus\:bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .minimum\:focus\:bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .minimum\:focus\:bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .minimum\:focus\:bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .minimum\:focus\:bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .minimum\:focus\:bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .minimum\:focus\:bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .minimum\:focus\:bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .minimum\:focus\:bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .minimum\:focus\:bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .minimum\:focus\:bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .minimum\:focus\:bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .minimum\:focus\:bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .minimum\:focus\:bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .minimum\:focus\:bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .minimum\:focus\:bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .minimum\:focus\:bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .minimum\:focus\:bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .minimum\:focus\:bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .minimum\:focus\:bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .minimum\:focus\:bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .minimum\:focus\:bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .minimum\:focus\:bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .minimum\:focus\:bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .minimum\:focus\:bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .minimum\:focus\:bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .minimum\:focus\:bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .minimum\:focus\:bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .minimum\:focus\:bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .minimum\:focus\:bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .minimum\:focus\:bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .minimum\:focus\:bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .minimum\:focus\:bg-cyan:focus{
    background-color: #9cdbff !important;
  }

  .minimum\:bg-bottom{
    background-position: bottom !important;
  }

  .minimum\:bg-center{
    background-position: center !important;
  }

  .minimum\:bg-left{
    background-position: left !important;
  }

  .minimum\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .minimum\:bg-left-top{
    background-position: left top !important;
  }

  .minimum\:bg-right{
    background-position: right !important;
  }

  .minimum\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .minimum\:bg-right-top{
    background-position: right top !important;
  }

  .minimum\:bg-top{
    background-position: top !important;
  }

  .minimum\:bg-repeat{
    background-repeat: repeat !important;
  }

  .minimum\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .minimum\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .minimum\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .minimum\:bg-repeat-round{
    background-repeat: round !important;
  }

  .minimum\:bg-repeat-space{
    background-repeat: space !important;
  }

  .minimum\:bg-auto{
    background-size: auto !important;
  }

  .minimum\:bg-cover{
    background-size: cover !important;
  }

  .minimum\:bg-contain{
    background-size: contain !important;
  }

  .minimum\:border-collapse{
    border-collapse: collapse !important;
  }

  .minimum\:border-separate{
    border-collapse: separate !important;
  }

  .minimum\:border-transparent{
    border-color: transparent !important;
  }

  .minimum\:border-black{
    border-color: #222222 !important;
  }

  .minimum\:border-white{
    border-color: #fff !important;
  }

  .minimum\:border-gray-100{
    border-color: #f5f5f5 !important;
  }

  .minimum\:border-gray-200{
    border-color: #eeeeee !important;
  }

  .minimum\:border-gray-300{
    border-color: #e0e0e0 !important;
  }

  .minimum\:border-gray-400{
    border-color: #bdbdbd !important;
  }

  .minimum\:border-gray-500{
    border-color: #9e9e9e !important;
  }

  .minimum\:border-gray-600{
    border-color: #757575 !important;
  }

  .minimum\:border-gray-700{
    border-color: #616161 !important;
  }

  .minimum\:border-gray-800{
    border-color: #424242 !important;
  }

  .minimum\:border-gray-900{
    border-color: #212121 !important;
  }

  .minimum\:border-red-100{
    border-color: #fff5f5 !important;
  }

  .minimum\:border-red-200{
    border-color: #fed7d7 !important;
  }

  .minimum\:border-red-300{
    border-color: #feb2b2 !important;
  }

  .minimum\:border-red-400{
    border-color: #fc8181 !important;
  }

  .minimum\:border-red-500{
    border-color: #f56565 !important;
  }

  .minimum\:border-red-600{
    border-color: #e53e3e !important;
  }

  .minimum\:border-red-700{
    border-color: #c53030 !important;
  }

  .minimum\:border-red-800{
    border-color: #9b2c2c !important;
  }

  .minimum\:border-red-900{
    border-color: #742a2a !important;
  }

  .minimum\:border-orange-100{
    border-color: #fffaf0 !important;
  }

  .minimum\:border-orange-200{
    border-color: #feebc8 !important;
  }

  .minimum\:border-orange-300{
    border-color: #fbd38d !important;
  }

  .minimum\:border-orange-400{
    border-color: #f6ad55 !important;
  }

  .minimum\:border-orange-500{
    border-color: #ed8936 !important;
  }

  .minimum\:border-orange-600{
    border-color: #dd6b20 !important;
  }

  .minimum\:border-orange-700{
    border-color: #c05621 !important;
  }

  .minimum\:border-orange-800{
    border-color: #9c4221 !important;
  }

  .minimum\:border-orange-900{
    border-color: #7b341e !important;
  }

  .minimum\:border-yellow-100{
    border-color: #fffff0 !important;
  }

  .minimum\:border-yellow-200{
    border-color: #fefcbf !important;
  }

  .minimum\:border-yellow-300{
    border-color: #faf089 !important;
  }

  .minimum\:border-yellow-400{
    border-color: #f6e05e !important;
  }

  .minimum\:border-yellow-500{
    border-color: #ecc94b !important;
  }

  .minimum\:border-yellow-600{
    border-color: #d69e2e !important;
  }

  .minimum\:border-yellow-700{
    border-color: #b7791f !important;
  }

  .minimum\:border-yellow-800{
    border-color: #975a16 !important;
  }

  .minimum\:border-yellow-900{
    border-color: #744210 !important;
  }

  .minimum\:border-green-100{
    border-color: #f0fff4 !important;
  }

  .minimum\:border-green-200{
    border-color: #c6f6d5 !important;
  }

  .minimum\:border-green-300{
    border-color: #9ae6b4 !important;
  }

  .minimum\:border-green-400{
    border-color: #68d391 !important;
  }

  .minimum\:border-green-500{
    border-color: #48bb78 !important;
  }

  .minimum\:border-green-600{
    border-color: #38a169 !important;
  }

  .minimum\:border-green-700{
    border-color: #2f855a !important;
  }

  .minimum\:border-green-800{
    border-color: #276749 !important;
  }

  .minimum\:border-green-900{
    border-color: #22543d !important;
  }

  .minimum\:border-teal-100{
    border-color: #e6fffa !important;
  }

  .minimum\:border-teal-200{
    border-color: #b2f5ea !important;
  }

  .minimum\:border-teal-300{
    border-color: #81e6d9 !important;
  }

  .minimum\:border-teal-400{
    border-color: #4fd1c5 !important;
  }

  .minimum\:border-teal-500{
    border-color: #38b2ac !important;
  }

  .minimum\:border-teal-600{
    border-color: #319795 !important;
  }

  .minimum\:border-teal-700{
    border-color: #2c7a7b !important;
  }

  .minimum\:border-teal-800{
    border-color: #285e61 !important;
  }

  .minimum\:border-teal-900{
    border-color: #234e52 !important;
  }

  .minimum\:border-blue-100{
    border-color: #ebf8ff !important;
  }

  .minimum\:border-blue-200{
    border-color: #bee3f8 !important;
  }

  .minimum\:border-blue-300{
    border-color: #90cdf4 !important;
  }

  .minimum\:border-blue-400{
    border-color: #63b3ed !important;
  }

  .minimum\:border-blue-500{
    border-color: #4299e1 !important;
  }

  .minimum\:border-blue-600{
    border-color: #3182ce !important;
  }

  .minimum\:border-blue-700{
    border-color: #2b6cb0 !important;
  }

  .minimum\:border-blue-800{
    border-color: #2c5282 !important;
  }

  .minimum\:border-blue-900{
    border-color: #2a4365 !important;
  }

  .minimum\:border-indigo-100{
    border-color: #ebf4ff !important;
  }

  .minimum\:border-indigo-200{
    border-color: #c3dafe !important;
  }

  .minimum\:border-indigo-300{
    border-color: #a3bffa !important;
  }

  .minimum\:border-indigo-400{
    border-color: #7f9cf5 !important;
  }

  .minimum\:border-indigo-500{
    border-color: #667eea !important;
  }

  .minimum\:border-indigo-600{
    border-color: #5a67d8 !important;
  }

  .minimum\:border-indigo-700{
    border-color: #4c51bf !important;
  }

  .minimum\:border-indigo-800{
    border-color: #434190 !important;
  }

  .minimum\:border-indigo-900{
    border-color: #3c366b !important;
  }

  .minimum\:border-purple-100{
    border-color: #faf5ff !important;
  }

  .minimum\:border-purple-200{
    border-color: #e9d8fd !important;
  }

  .minimum\:border-purple-300{
    border-color: #d6bcfa !important;
  }

  .minimum\:border-purple-400{
    border-color: #b794f4 !important;
  }

  .minimum\:border-purple-500{
    border-color: #9f7aea !important;
  }

  .minimum\:border-purple-600{
    border-color: #805ad5 !important;
  }

  .minimum\:border-purple-700{
    border-color: #6b46c1 !important;
  }

  .minimum\:border-purple-800{
    border-color: #553c9a !important;
  }

  .minimum\:border-purple-900{
    border-color: #44337a !important;
  }

  .minimum\:border-pink-100{
    border-color: #fff5f7 !important;
  }

  .minimum\:border-pink-200{
    border-color: #fed7e2 !important;
  }

  .minimum\:border-pink-300{
    border-color: #fbb6ce !important;
  }

  .minimum\:border-pink-400{
    border-color: #f687b3 !important;
  }

  .minimum\:border-pink-500{
    border-color: #ed64a6 !important;
  }

  .minimum\:border-pink-600{
    border-color: #d53f8c !important;
  }

  .minimum\:border-pink-700{
    border-color: #b83280 !important;
  }

  .minimum\:border-pink-800{
    border-color: #97266d !important;
  }

  .minimum\:border-pink-900{
    border-color: #702459 !important;
  }

  .minimum\:border-cyan{
    border-color: #9cdbff !important;
  }

  .minimum\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .minimum\:hover\:border-black:hover{
    border-color: #222222 !important;
  }

  .minimum\:hover\:border-white:hover{
    border-color: #fff !important;
  }

  .minimum\:hover\:border-gray-100:hover{
    border-color: #f5f5f5 !important;
  }

  .minimum\:hover\:border-gray-200:hover{
    border-color: #eeeeee !important;
  }

  .minimum\:hover\:border-gray-300:hover{
    border-color: #e0e0e0 !important;
  }

  .minimum\:hover\:border-gray-400:hover{
    border-color: #bdbdbd !important;
  }

  .minimum\:hover\:border-gray-500:hover{
    border-color: #9e9e9e !important;
  }

  .minimum\:hover\:border-gray-600:hover{
    border-color: #757575 !important;
  }

  .minimum\:hover\:border-gray-700:hover{
    border-color: #616161 !important;
  }

  .minimum\:hover\:border-gray-800:hover{
    border-color: #424242 !important;
  }

  .minimum\:hover\:border-gray-900:hover{
    border-color: #212121 !important;
  }

  .minimum\:hover\:border-red-100:hover{
    border-color: #fff5f5 !important;
  }

  .minimum\:hover\:border-red-200:hover{
    border-color: #fed7d7 !important;
  }

  .minimum\:hover\:border-red-300:hover{
    border-color: #feb2b2 !important;
  }

  .minimum\:hover\:border-red-400:hover{
    border-color: #fc8181 !important;
  }

  .minimum\:hover\:border-red-500:hover{
    border-color: #f56565 !important;
  }

  .minimum\:hover\:border-red-600:hover{
    border-color: #e53e3e !important;
  }

  .minimum\:hover\:border-red-700:hover{
    border-color: #c53030 !important;
  }

  .minimum\:hover\:border-red-800:hover{
    border-color: #9b2c2c !important;
  }

  .minimum\:hover\:border-red-900:hover{
    border-color: #742a2a !important;
  }

  .minimum\:hover\:border-orange-100:hover{
    border-color: #fffaf0 !important;
  }

  .minimum\:hover\:border-orange-200:hover{
    border-color: #feebc8 !important;
  }

  .minimum\:hover\:border-orange-300:hover{
    border-color: #fbd38d !important;
  }

  .minimum\:hover\:border-orange-400:hover{
    border-color: #f6ad55 !important;
  }

  .minimum\:hover\:border-orange-500:hover{
    border-color: #ed8936 !important;
  }

  .minimum\:hover\:border-orange-600:hover{
    border-color: #dd6b20 !important;
  }

  .minimum\:hover\:border-orange-700:hover{
    border-color: #c05621 !important;
  }

  .minimum\:hover\:border-orange-800:hover{
    border-color: #9c4221 !important;
  }

  .minimum\:hover\:border-orange-900:hover{
    border-color: #7b341e !important;
  }

  .minimum\:hover\:border-yellow-100:hover{
    border-color: #fffff0 !important;
  }

  .minimum\:hover\:border-yellow-200:hover{
    border-color: #fefcbf !important;
  }

  .minimum\:hover\:border-yellow-300:hover{
    border-color: #faf089 !important;
  }

  .minimum\:hover\:border-yellow-400:hover{
    border-color: #f6e05e !important;
  }

  .minimum\:hover\:border-yellow-500:hover{
    border-color: #ecc94b !important;
  }

  .minimum\:hover\:border-yellow-600:hover{
    border-color: #d69e2e !important;
  }

  .minimum\:hover\:border-yellow-700:hover{
    border-color: #b7791f !important;
  }

  .minimum\:hover\:border-yellow-800:hover{
    border-color: #975a16 !important;
  }

  .minimum\:hover\:border-yellow-900:hover{
    border-color: #744210 !important;
  }

  .minimum\:hover\:border-green-100:hover{
    border-color: #f0fff4 !important;
  }

  .minimum\:hover\:border-green-200:hover{
    border-color: #c6f6d5 !important;
  }

  .minimum\:hover\:border-green-300:hover{
    border-color: #9ae6b4 !important;
  }

  .minimum\:hover\:border-green-400:hover{
    border-color: #68d391 !important;
  }

  .minimum\:hover\:border-green-500:hover{
    border-color: #48bb78 !important;
  }

  .minimum\:hover\:border-green-600:hover{
    border-color: #38a169 !important;
  }

  .minimum\:hover\:border-green-700:hover{
    border-color: #2f855a !important;
  }

  .minimum\:hover\:border-green-800:hover{
    border-color: #276749 !important;
  }

  .minimum\:hover\:border-green-900:hover{
    border-color: #22543d !important;
  }

  .minimum\:hover\:border-teal-100:hover{
    border-color: #e6fffa !important;
  }

  .minimum\:hover\:border-teal-200:hover{
    border-color: #b2f5ea !important;
  }

  .minimum\:hover\:border-teal-300:hover{
    border-color: #81e6d9 !important;
  }

  .minimum\:hover\:border-teal-400:hover{
    border-color: #4fd1c5 !important;
  }

  .minimum\:hover\:border-teal-500:hover{
    border-color: #38b2ac !important;
  }

  .minimum\:hover\:border-teal-600:hover{
    border-color: #319795 !important;
  }

  .minimum\:hover\:border-teal-700:hover{
    border-color: #2c7a7b !important;
  }

  .minimum\:hover\:border-teal-800:hover{
    border-color: #285e61 !important;
  }

  .minimum\:hover\:border-teal-900:hover{
    border-color: #234e52 !important;
  }

  .minimum\:hover\:border-blue-100:hover{
    border-color: #ebf8ff !important;
  }

  .minimum\:hover\:border-blue-200:hover{
    border-color: #bee3f8 !important;
  }

  .minimum\:hover\:border-blue-300:hover{
    border-color: #90cdf4 !important;
  }

  .minimum\:hover\:border-blue-400:hover{
    border-color: #63b3ed !important;
  }

  .minimum\:hover\:border-blue-500:hover{
    border-color: #4299e1 !important;
  }

  .minimum\:hover\:border-blue-600:hover{
    border-color: #3182ce !important;
  }

  .minimum\:hover\:border-blue-700:hover{
    border-color: #2b6cb0 !important;
  }

  .minimum\:hover\:border-blue-800:hover{
    border-color: #2c5282 !important;
  }

  .minimum\:hover\:border-blue-900:hover{
    border-color: #2a4365 !important;
  }

  .minimum\:hover\:border-indigo-100:hover{
    border-color: #ebf4ff !important;
  }

  .minimum\:hover\:border-indigo-200:hover{
    border-color: #c3dafe !important;
  }

  .minimum\:hover\:border-indigo-300:hover{
    border-color: #a3bffa !important;
  }

  .minimum\:hover\:border-indigo-400:hover{
    border-color: #7f9cf5 !important;
  }

  .minimum\:hover\:border-indigo-500:hover{
    border-color: #667eea !important;
  }

  .minimum\:hover\:border-indigo-600:hover{
    border-color: #5a67d8 !important;
  }

  .minimum\:hover\:border-indigo-700:hover{
    border-color: #4c51bf !important;
  }

  .minimum\:hover\:border-indigo-800:hover{
    border-color: #434190 !important;
  }

  .minimum\:hover\:border-indigo-900:hover{
    border-color: #3c366b !important;
  }

  .minimum\:hover\:border-purple-100:hover{
    border-color: #faf5ff !important;
  }

  .minimum\:hover\:border-purple-200:hover{
    border-color: #e9d8fd !important;
  }

  .minimum\:hover\:border-purple-300:hover{
    border-color: #d6bcfa !important;
  }

  .minimum\:hover\:border-purple-400:hover{
    border-color: #b794f4 !important;
  }

  .minimum\:hover\:border-purple-500:hover{
    border-color: #9f7aea !important;
  }

  .minimum\:hover\:border-purple-600:hover{
    border-color: #805ad5 !important;
  }

  .minimum\:hover\:border-purple-700:hover{
    border-color: #6b46c1 !important;
  }

  .minimum\:hover\:border-purple-800:hover{
    border-color: #553c9a !important;
  }

  .minimum\:hover\:border-purple-900:hover{
    border-color: #44337a !important;
  }

  .minimum\:hover\:border-pink-100:hover{
    border-color: #fff5f7 !important;
  }

  .minimum\:hover\:border-pink-200:hover{
    border-color: #fed7e2 !important;
  }

  .minimum\:hover\:border-pink-300:hover{
    border-color: #fbb6ce !important;
  }

  .minimum\:hover\:border-pink-400:hover{
    border-color: #f687b3 !important;
  }

  .minimum\:hover\:border-pink-500:hover{
    border-color: #ed64a6 !important;
  }

  .minimum\:hover\:border-pink-600:hover{
    border-color: #d53f8c !important;
  }

  .minimum\:hover\:border-pink-700:hover{
    border-color: #b83280 !important;
  }

  .minimum\:hover\:border-pink-800:hover{
    border-color: #97266d !important;
  }

  .minimum\:hover\:border-pink-900:hover{
    border-color: #702459 !important;
  }

  .minimum\:hover\:border-cyan:hover{
    border-color: #9cdbff !important;
  }

  .minimum\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .minimum\:focus\:border-black:focus{
    border-color: #222222 !important;
  }

  .minimum\:focus\:border-white:focus{
    border-color: #fff !important;
  }

  .minimum\:focus\:border-gray-100:focus{
    border-color: #f5f5f5 !important;
  }

  .minimum\:focus\:border-gray-200:focus{
    border-color: #eeeeee !important;
  }

  .minimum\:focus\:border-gray-300:focus{
    border-color: #e0e0e0 !important;
  }

  .minimum\:focus\:border-gray-400:focus{
    border-color: #bdbdbd !important;
  }

  .minimum\:focus\:border-gray-500:focus{
    border-color: #9e9e9e !important;
  }

  .minimum\:focus\:border-gray-600:focus{
    border-color: #757575 !important;
  }

  .minimum\:focus\:border-gray-700:focus{
    border-color: #616161 !important;
  }

  .minimum\:focus\:border-gray-800:focus{
    border-color: #424242 !important;
  }

  .minimum\:focus\:border-gray-900:focus{
    border-color: #212121 !important;
  }

  .minimum\:focus\:border-red-100:focus{
    border-color: #fff5f5 !important;
  }

  .minimum\:focus\:border-red-200:focus{
    border-color: #fed7d7 !important;
  }

  .minimum\:focus\:border-red-300:focus{
    border-color: #feb2b2 !important;
  }

  .minimum\:focus\:border-red-400:focus{
    border-color: #fc8181 !important;
  }

  .minimum\:focus\:border-red-500:focus{
    border-color: #f56565 !important;
  }

  .minimum\:focus\:border-red-600:focus{
    border-color: #e53e3e !important;
  }

  .minimum\:focus\:border-red-700:focus{
    border-color: #c53030 !important;
  }

  .minimum\:focus\:border-red-800:focus{
    border-color: #9b2c2c !important;
  }

  .minimum\:focus\:border-red-900:focus{
    border-color: #742a2a !important;
  }

  .minimum\:focus\:border-orange-100:focus{
    border-color: #fffaf0 !important;
  }

  .minimum\:focus\:border-orange-200:focus{
    border-color: #feebc8 !important;
  }

  .minimum\:focus\:border-orange-300:focus{
    border-color: #fbd38d !important;
  }

  .minimum\:focus\:border-orange-400:focus{
    border-color: #f6ad55 !important;
  }

  .minimum\:focus\:border-orange-500:focus{
    border-color: #ed8936 !important;
  }

  .minimum\:focus\:border-orange-600:focus{
    border-color: #dd6b20 !important;
  }

  .minimum\:focus\:border-orange-700:focus{
    border-color: #c05621 !important;
  }

  .minimum\:focus\:border-orange-800:focus{
    border-color: #9c4221 !important;
  }

  .minimum\:focus\:border-orange-900:focus{
    border-color: #7b341e !important;
  }

  .minimum\:focus\:border-yellow-100:focus{
    border-color: #fffff0 !important;
  }

  .minimum\:focus\:border-yellow-200:focus{
    border-color: #fefcbf !important;
  }

  .minimum\:focus\:border-yellow-300:focus{
    border-color: #faf089 !important;
  }

  .minimum\:focus\:border-yellow-400:focus{
    border-color: #f6e05e !important;
  }

  .minimum\:focus\:border-yellow-500:focus{
    border-color: #ecc94b !important;
  }

  .minimum\:focus\:border-yellow-600:focus{
    border-color: #d69e2e !important;
  }

  .minimum\:focus\:border-yellow-700:focus{
    border-color: #b7791f !important;
  }

  .minimum\:focus\:border-yellow-800:focus{
    border-color: #975a16 !important;
  }

  .minimum\:focus\:border-yellow-900:focus{
    border-color: #744210 !important;
  }

  .minimum\:focus\:border-green-100:focus{
    border-color: #f0fff4 !important;
  }

  .minimum\:focus\:border-green-200:focus{
    border-color: #c6f6d5 !important;
  }

  .minimum\:focus\:border-green-300:focus{
    border-color: #9ae6b4 !important;
  }

  .minimum\:focus\:border-green-400:focus{
    border-color: #68d391 !important;
  }

  .minimum\:focus\:border-green-500:focus{
    border-color: #48bb78 !important;
  }

  .minimum\:focus\:border-green-600:focus{
    border-color: #38a169 !important;
  }

  .minimum\:focus\:border-green-700:focus{
    border-color: #2f855a !important;
  }

  .minimum\:focus\:border-green-800:focus{
    border-color: #276749 !important;
  }

  .minimum\:focus\:border-green-900:focus{
    border-color: #22543d !important;
  }

  .minimum\:focus\:border-teal-100:focus{
    border-color: #e6fffa !important;
  }

  .minimum\:focus\:border-teal-200:focus{
    border-color: #b2f5ea !important;
  }

  .minimum\:focus\:border-teal-300:focus{
    border-color: #81e6d9 !important;
  }

  .minimum\:focus\:border-teal-400:focus{
    border-color: #4fd1c5 !important;
  }

  .minimum\:focus\:border-teal-500:focus{
    border-color: #38b2ac !important;
  }

  .minimum\:focus\:border-teal-600:focus{
    border-color: #319795 !important;
  }

  .minimum\:focus\:border-teal-700:focus{
    border-color: #2c7a7b !important;
  }

  .minimum\:focus\:border-teal-800:focus{
    border-color: #285e61 !important;
  }

  .minimum\:focus\:border-teal-900:focus{
    border-color: #234e52 !important;
  }

  .minimum\:focus\:border-blue-100:focus{
    border-color: #ebf8ff !important;
  }

  .minimum\:focus\:border-blue-200:focus{
    border-color: #bee3f8 !important;
  }

  .minimum\:focus\:border-blue-300:focus{
    border-color: #90cdf4 !important;
  }

  .minimum\:focus\:border-blue-400:focus{
    border-color: #63b3ed !important;
  }

  .minimum\:focus\:border-blue-500:focus{
    border-color: #4299e1 !important;
  }

  .minimum\:focus\:border-blue-600:focus{
    border-color: #3182ce !important;
  }

  .minimum\:focus\:border-blue-700:focus{
    border-color: #2b6cb0 !important;
  }

  .minimum\:focus\:border-blue-800:focus{
    border-color: #2c5282 !important;
  }

  .minimum\:focus\:border-blue-900:focus{
    border-color: #2a4365 !important;
  }

  .minimum\:focus\:border-indigo-100:focus{
    border-color: #ebf4ff !important;
  }

  .minimum\:focus\:border-indigo-200:focus{
    border-color: #c3dafe !important;
  }

  .minimum\:focus\:border-indigo-300:focus{
    border-color: #a3bffa !important;
  }

  .minimum\:focus\:border-indigo-400:focus{
    border-color: #7f9cf5 !important;
  }

  .minimum\:focus\:border-indigo-500:focus{
    border-color: #667eea !important;
  }

  .minimum\:focus\:border-indigo-600:focus{
    border-color: #5a67d8 !important;
  }

  .minimum\:focus\:border-indigo-700:focus{
    border-color: #4c51bf !important;
  }

  .minimum\:focus\:border-indigo-800:focus{
    border-color: #434190 !important;
  }

  .minimum\:focus\:border-indigo-900:focus{
    border-color: #3c366b !important;
  }

  .minimum\:focus\:border-purple-100:focus{
    border-color: #faf5ff !important;
  }

  .minimum\:focus\:border-purple-200:focus{
    border-color: #e9d8fd !important;
  }

  .minimum\:focus\:border-purple-300:focus{
    border-color: #d6bcfa !important;
  }

  .minimum\:focus\:border-purple-400:focus{
    border-color: #b794f4 !important;
  }

  .minimum\:focus\:border-purple-500:focus{
    border-color: #9f7aea !important;
  }

  .minimum\:focus\:border-purple-600:focus{
    border-color: #805ad5 !important;
  }

  .minimum\:focus\:border-purple-700:focus{
    border-color: #6b46c1 !important;
  }

  .minimum\:focus\:border-purple-800:focus{
    border-color: #553c9a !important;
  }

  .minimum\:focus\:border-purple-900:focus{
    border-color: #44337a !important;
  }

  .minimum\:focus\:border-pink-100:focus{
    border-color: #fff5f7 !important;
  }

  .minimum\:focus\:border-pink-200:focus{
    border-color: #fed7e2 !important;
  }

  .minimum\:focus\:border-pink-300:focus{
    border-color: #fbb6ce !important;
  }

  .minimum\:focus\:border-pink-400:focus{
    border-color: #f687b3 !important;
  }

  .minimum\:focus\:border-pink-500:focus{
    border-color: #ed64a6 !important;
  }

  .minimum\:focus\:border-pink-600:focus{
    border-color: #d53f8c !important;
  }

  .minimum\:focus\:border-pink-700:focus{
    border-color: #b83280 !important;
  }

  .minimum\:focus\:border-pink-800:focus{
    border-color: #97266d !important;
  }

  .minimum\:focus\:border-pink-900:focus{
    border-color: #702459 !important;
  }

  .minimum\:focus\:border-cyan:focus{
    border-color: #9cdbff !important;
  }

  .minimum\:rounded-none{
    border-radius: 0 !important;
  }

  .minimum\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .minimum\:rounded{
    border-radius: 0.25rem !important;
  }

  .minimum\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .minimum\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .minimum\:rounded-full{
    border-radius: 9999px !important;
  }

  .minimum\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .minimum\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .minimum\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .minimum\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .minimum\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .minimum\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .minimum\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .minimum\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .minimum\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .minimum\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .minimum\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .minimum\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .minimum\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .minimum\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .minimum\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .minimum\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .minimum\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .minimum\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .minimum\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .minimum\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .minimum\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .minimum\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .minimum\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .minimum\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .minimum\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .minimum\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .minimum\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .minimum\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .minimum\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .minimum\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .minimum\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .minimum\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .minimum\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .minimum\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .minimum\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .minimum\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .minimum\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .minimum\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .minimum\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .minimum\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .minimum\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .minimum\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .minimum\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .minimum\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .minimum\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .minimum\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .minimum\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .minimum\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .minimum\:border-solid{
    border-style: solid !important;
  }

  .minimum\:border-dashed{
    border-style: dashed !important;
  }

  .minimum\:border-dotted{
    border-style: dotted !important;
  }

  .minimum\:border-double{
    border-style: double !important;
  }

  .minimum\:border-none{
    border-style: none !important;
  }

  .minimum\:border-0{
    border-width: 0 !important;
  }

  .minimum\:border-2{
    border-width: 2px !important;
  }

  .minimum\:border-4{
    border-width: 4px !important;
  }

  .minimum\:border-8{
    border-width: 8px !important;
  }

  .minimum\:border{
    border-width: 1px !important;
  }

  .minimum\:border-t-0{
    border-top-width: 0 !important;
  }

  .minimum\:border-r-0{
    border-right-width: 0 !important;
  }

  .minimum\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .minimum\:border-l-0{
    border-left-width: 0 !important;
  }

  .minimum\:border-t-2{
    border-top-width: 2px !important;
  }

  .minimum\:border-r-2{
    border-right-width: 2px !important;
  }

  .minimum\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .minimum\:border-l-2{
    border-left-width: 2px !important;
  }

  .minimum\:border-t-4{
    border-top-width: 4px !important;
  }

  .minimum\:border-r-4{
    border-right-width: 4px !important;
  }

  .minimum\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .minimum\:border-l-4{
    border-left-width: 4px !important;
  }

  .minimum\:border-t-8{
    border-top-width: 8px !important;
  }

  .minimum\:border-r-8{
    border-right-width: 8px !important;
  }

  .minimum\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .minimum\:border-l-8{
    border-left-width: 8px !important;
  }

  .minimum\:border-t{
    border-top-width: 1px !important;
  }

  .minimum\:border-r{
    border-right-width: 1px !important;
  }

  .minimum\:border-b{
    border-bottom-width: 1px !important;
  }

  .minimum\:border-l{
    border-left-width: 1px !important;
  }

  .minimum\:box-border{
    box-sizing: border-box !important;
  }

  .minimum\:box-content{
    box-sizing: content-box !important;
  }

  .minimum\:cursor-auto{
    cursor: auto !important;
  }

  .minimum\:cursor-default{
    cursor: default !important;
  }

  .minimum\:cursor-pointer{
    cursor: pointer !important;
  }

  .minimum\:cursor-wait{
    cursor: wait !important;
  }

  .minimum\:cursor-text{
    cursor: text !important;
  }

  .minimum\:cursor-move{
    cursor: move !important;
  }

  .minimum\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .minimum\:block{
    display: block !important;
  }

  .minimum\:inline-block{
    display: inline-block !important;
  }

  .minimum\:inline{
    display: inline !important;
  }

  .minimum\:flex{
    display: -webkit-box !important;
    display: flex !important;
  }

  .minimum\:inline-flex{
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .minimum\:grid{
    display: grid !important;
  }

  .minimum\:table{
    display: table !important;
  }

  .minimum\:table-caption{
    display: table-caption !important;
  }

  .minimum\:table-cell{
    display: table-cell !important;
  }

  .minimum\:table-column{
    display: table-column !important;
  }

  .minimum\:table-column-group{
    display: table-column-group !important;
  }

  .minimum\:table-footer-group{
    display: table-footer-group !important;
  }

  .minimum\:table-header-group{
    display: table-header-group !important;
  }

  .minimum\:table-row-group{
    display: table-row-group !important;
  }

  .minimum\:table-row{
    display: table-row !important;
  }

  .minimum\:hidden{
    display: none !important;
  }

  .minimum\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .minimum\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .minimum\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .minimum\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .minimum\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .minimum\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .minimum\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .minimum\:items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .minimum\:items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .minimum\:items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .minimum\:items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .minimum\:items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .minimum\:self-auto{
    align-self: auto !important;
  }

  .minimum\:self-start{
    align-self: flex-start !important;
  }

  .minimum\:self-end{
    align-self: flex-end !important;
  }

  .minimum\:self-center{
    align-self: center !important;
  }

  .minimum\:self-stretch{
    align-self: stretch !important;
  }

  .minimum\:justify-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .minimum\:justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .minimum\:justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .minimum\:justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .minimum\:justify-around{
    justify-content: space-around !important;
  }

  .minimum\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .minimum\:content-center{
    align-content: center !important;
  }

  .minimum\:content-start{
    align-content: flex-start !important;
  }

  .minimum\:content-end{
    align-content: flex-end !important;
  }

  .minimum\:content-between{
    align-content: space-between !important;
  }

  .minimum\:content-around{
    align-content: space-around !important;
  }

  .minimum\:flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .minimum\:flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .minimum\:flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .minimum\:flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .minimum\:flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .minimum\:flex-grow{
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .minimum\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .minimum\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .minimum\:order-1{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .minimum\:order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .minimum\:order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .minimum\:order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .minimum\:order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .minimum\:order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .minimum\:order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .minimum\:order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .minimum\:order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .minimum\:order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .minimum\:order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .minimum\:order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .minimum\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .minimum\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .minimum\:order-none{
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .minimum\:float-right{
    float: right !important;
  }

  .minimum\:float-left{
    float: left !important;
  }

  .minimum\:float-none{
    float: none !important;
  }

  .minimum\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .minimum\:clear-left{
    clear: left !important;
  }

  .minimum\:clear-right{
    clear: right !important;
  }

  .minimum\:clear-both{
    clear: both !important;
  }

  .minimum\:font-sans{
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  .minimum\:font-display{
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  .minimum\:font-body{
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  .minimum\:font-normal{
    font-weight: 400 !important;
  }

  .minimum\:font-bold{
    font-weight: 500 !important;
  }

  .minimum\:font-black{
    font-weight: 700 !important;
  }

  .minimum\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .minimum\:hover\:font-bold:hover{
    font-weight: 500 !important;
  }

  .minimum\:hover\:font-black:hover{
    font-weight: 700 !important;
  }

  .minimum\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .minimum\:focus\:font-bold:focus{
    font-weight: 500 !important;
  }

  .minimum\:focus\:font-black:focus{
    font-weight: 700 !important;
  }

  .minimum\:h-0{
    height: 0 !important;
  }

  .minimum\:h-1{
    height: 0.25rem !important;
  }

  .minimum\:h-2{
    height: 0.5rem !important;
  }

  .minimum\:h-3{
    height: 0.75rem !important;
  }

  .minimum\:h-4{
    height: 1rem !important;
  }

  .minimum\:h-5{
    height: 1.25rem !important;
  }

  .minimum\:h-6{
    height: 1.5rem !important;
  }

  .minimum\:h-8{
    height: 2rem !important;
  }

  .minimum\:h-10{
    height: 2.5rem !important;
  }

  .minimum\:h-12{
    height: 3rem !important;
  }

  .minimum\:h-16{
    height: 4rem !important;
  }

  .minimum\:h-20{
    height: 5rem !important;
  }

  .minimum\:h-24{
    height: 6rem !important;
  }

  .minimum\:h-32{
    height: 8rem !important;
  }

  .minimum\:h-40{
    height: 10rem !important;
  }

  .minimum\:h-48{
    height: 12rem !important;
  }

  .minimum\:h-56{
    height: 14rem !important;
  }

  .minimum\:h-64{
    height: 16rem !important;
  }

  .minimum\:h-auto{
    height: auto !important;
  }

  .minimum\:h-px{
    height: 1px !important;
  }

  .minimum\:h-5px{
    height: 5px !important;
  }

  .minimum\:h-25px{
    height: 25px !important;
  }

  .minimum\:h-30px{
    height: 30px !important;
  }

  .minimum\:h-50px{
    height: 50px !important;
  }

  .minimum\:h-full{
    height: 100% !important;
  }

  .minimum\:h-screen{
    height: 100vh !important;
  }

  .minimum\:leading-3{
    line-height: .75rem !important;
  }

  .minimum\:leading-4{
    line-height: 1rem !important;
  }

  .minimum\:leading-5{
    line-height: 1.25rem !important;
  }

  .minimum\:leading-6{
    line-height: 1.5rem !important;
  }

  .minimum\:leading-7{
    line-height: 1.75rem !important;
  }

  .minimum\:leading-8{
    line-height: 2rem !important;
  }

  .minimum\:leading-9{
    line-height: 2.25rem !important;
  }

  .minimum\:leading-10{
    line-height: 2.5rem !important;
  }

  .minimum\:leading-none{
    line-height: 1 !important;
  }

  .minimum\:leading-tight{
    line-height: 1.25 !important;
  }

  .minimum\:leading-snug{
    line-height: 1.375 !important;
  }

  .minimum\:leading-normal{
    line-height: 1.5 !important;
  }

  .minimum\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .minimum\:leading-loose{
    line-height: 2 !important;
  }

  .minimum\:list-inside{
    list-style-position: inside !important;
  }

  .minimum\:list-outside{
    list-style-position: outside !important;
  }

  .minimum\:list-none{
    list-style-type: none !important;
  }

  .minimum\:list-disc{
    list-style-type: disc !important;
  }

  .minimum\:list-decimal{
    list-style-type: decimal !important;
  }

  .minimum\:m-0{
    margin: 0 !important;
  }

  .minimum\:m-1{
    margin: 0.25rem !important;
  }

  .minimum\:m-2{
    margin: 0.5rem !important;
  }

  .minimum\:m-3{
    margin: 0.75rem !important;
  }

  .minimum\:m-4{
    margin: 1rem !important;
  }

  .minimum\:m-5{
    margin: 1.25rem !important;
  }

  .minimum\:m-6{
    margin: 1.5rem !important;
  }

  .minimum\:m-8{
    margin: 2rem !important;
  }

  .minimum\:m-10{
    margin: 2.5rem !important;
  }

  .minimum\:m-12{
    margin: 3rem !important;
  }

  .minimum\:m-16{
    margin: 4rem !important;
  }

  .minimum\:m-20{
    margin: 5rem !important;
  }

  .minimum\:m-24{
    margin: 6rem !important;
  }

  .minimum\:m-32{
    margin: 8rem !important;
  }

  .minimum\:m-40{
    margin: 10rem !important;
  }

  .minimum\:m-48{
    margin: 12rem !important;
  }

  .minimum\:m-56{
    margin: 14rem !important;
  }

  .minimum\:m-64{
    margin: 16rem !important;
  }

  .minimum\:m-96{
    margin: 24rem !important;
  }

  .minimum\:m-128{
    margin: 32rem !important;
  }

  .minimum\:m-auto{
    margin: auto !important;
  }

  .minimum\:m-px{
    margin: 1px !important;
  }

  .minimum\:m-5px{
    margin: 5px !important;
  }

  .minimum\:m-25px{
    margin: 25px !important;
  }

  .minimum\:m-30px{
    margin: 30px !important;
  }

  .minimum\:m-50px{
    margin: 50px !important;
  }

  .minimum\:-m-1{
    margin: -0.25rem !important;
  }

  .minimum\:-m-2{
    margin: -0.5rem !important;
  }

  .minimum\:-m-3{
    margin: -0.75rem !important;
  }

  .minimum\:-m-4{
    margin: -1rem !important;
  }

  .minimum\:-m-5{
    margin: -1.25rem !important;
  }

  .minimum\:-m-6{
    margin: -1.5rem !important;
  }

  .minimum\:-m-8{
    margin: -2rem !important;
  }

  .minimum\:-m-10{
    margin: -2.5rem !important;
  }

  .minimum\:-m-12{
    margin: -3rem !important;
  }

  .minimum\:-m-16{
    margin: -4rem !important;
  }

  .minimum\:-m-20{
    margin: -5rem !important;
  }

  .minimum\:-m-24{
    margin: -6rem !important;
  }

  .minimum\:-m-32{
    margin: -8rem !important;
  }

  .minimum\:-m-40{
    margin: -10rem !important;
  }

  .minimum\:-m-48{
    margin: -12rem !important;
  }

  .minimum\:-m-56{
    margin: -14rem !important;
  }

  .minimum\:-m-64{
    margin: -16rem !important;
  }

  .minimum\:-m-px{
    margin: -1px !important;
  }

  .minimum\:-m-5px{
    margin: -5px !important;
  }

  .minimum\:-m-25px{
    margin: -25px !important;
  }

  .minimum\:-m-30px{
    margin: -30px !important;
  }

  .minimum\:-m-50px{
    margin: -50px !important;
  }

  .minimum\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .minimum\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .minimum\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .minimum\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .minimum\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .minimum\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .minimum\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .minimum\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .minimum\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .minimum\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .minimum\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .minimum\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .minimum\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .minimum\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .minimum\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .minimum\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .minimum\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .minimum\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .minimum\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .minimum\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .minimum\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .minimum\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .minimum\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .minimum\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .minimum\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .minimum\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .minimum\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .minimum\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .minimum\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .minimum\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .minimum\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .minimum\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .minimum\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .minimum\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .minimum\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .minimum\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .minimum\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .minimum\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .minimum\:my-128{
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }

  .minimum\:mx-128{
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }

  .minimum\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .minimum\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .minimum\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .minimum\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .minimum\:my-5px{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .minimum\:mx-5px{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .minimum\:my-25px{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .minimum\:mx-25px{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .minimum\:my-30px{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .minimum\:mx-30px{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .minimum\:my-50px{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .minimum\:mx-50px{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .minimum\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .minimum\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .minimum\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .minimum\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .minimum\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .minimum\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .minimum\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .minimum\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .minimum\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .minimum\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .minimum\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .minimum\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .minimum\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .minimum\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .minimum\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .minimum\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .minimum\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .minimum\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .minimum\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .minimum\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .minimum\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .minimum\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .minimum\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .minimum\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .minimum\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .minimum\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .minimum\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .minimum\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .minimum\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .minimum\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .minimum\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .minimum\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .minimum\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .minimum\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .minimum\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .minimum\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .minimum\:-my-5px{
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .minimum\:-mx-5px{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .minimum\:-my-25px{
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .minimum\:-mx-25px{
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .minimum\:-my-30px{
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .minimum\:-mx-30px{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .minimum\:-my-50px{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .minimum\:-mx-50px{
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .minimum\:mt-0{
    margin-top: 0 !important;
  }

  .minimum\:mr-0{
    margin-right: 0 !important;
  }

  .minimum\:mb-0{
    margin-bottom: 0 !important;
  }

  .minimum\:ml-0{
    margin-left: 0 !important;
  }

  .minimum\:mt-1{
    margin-top: 0.25rem !important;
  }

  .minimum\:mr-1{
    margin-right: 0.25rem !important;
  }

  .minimum\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .minimum\:ml-1{
    margin-left: 0.25rem !important;
  }

  .minimum\:mt-2{
    margin-top: 0.5rem !important;
  }

  .minimum\:mr-2{
    margin-right: 0.5rem !important;
  }

  .minimum\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .minimum\:ml-2{
    margin-left: 0.5rem !important;
  }

  .minimum\:mt-3{
    margin-top: 0.75rem !important;
  }

  .minimum\:mr-3{
    margin-right: 0.75rem !important;
  }

  .minimum\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .minimum\:ml-3{
    margin-left: 0.75rem !important;
  }

  .minimum\:mt-4{
    margin-top: 1rem !important;
  }

  .minimum\:mr-4{
    margin-right: 1rem !important;
  }

  .minimum\:mb-4{
    margin-bottom: 1rem !important;
  }

  .minimum\:ml-4{
    margin-left: 1rem !important;
  }

  .minimum\:mt-5{
    margin-top: 1.25rem !important;
  }

  .minimum\:mr-5{
    margin-right: 1.25rem !important;
  }

  .minimum\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .minimum\:ml-5{
    margin-left: 1.25rem !important;
  }

  .minimum\:mt-6{
    margin-top: 1.5rem !important;
  }

  .minimum\:mr-6{
    margin-right: 1.5rem !important;
  }

  .minimum\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .minimum\:ml-6{
    margin-left: 1.5rem !important;
  }

  .minimum\:mt-8{
    margin-top: 2rem !important;
  }

  .minimum\:mr-8{
    margin-right: 2rem !important;
  }

  .minimum\:mb-8{
    margin-bottom: 2rem !important;
  }

  .minimum\:ml-8{
    margin-left: 2rem !important;
  }

  .minimum\:mt-10{
    margin-top: 2.5rem !important;
  }

  .minimum\:mr-10{
    margin-right: 2.5rem !important;
  }

  .minimum\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .minimum\:ml-10{
    margin-left: 2.5rem !important;
  }

  .minimum\:mt-12{
    margin-top: 3rem !important;
  }

  .minimum\:mr-12{
    margin-right: 3rem !important;
  }

  .minimum\:mb-12{
    margin-bottom: 3rem !important;
  }

  .minimum\:ml-12{
    margin-left: 3rem !important;
  }

  .minimum\:mt-16{
    margin-top: 4rem !important;
  }

  .minimum\:mr-16{
    margin-right: 4rem !important;
  }

  .minimum\:mb-16{
    margin-bottom: 4rem !important;
  }

  .minimum\:ml-16{
    margin-left: 4rem !important;
  }

  .minimum\:mt-20{
    margin-top: 5rem !important;
  }

  .minimum\:mr-20{
    margin-right: 5rem !important;
  }

  .minimum\:mb-20{
    margin-bottom: 5rem !important;
  }

  .minimum\:ml-20{
    margin-left: 5rem !important;
  }

  .minimum\:mt-24{
    margin-top: 6rem !important;
  }

  .minimum\:mr-24{
    margin-right: 6rem !important;
  }

  .minimum\:mb-24{
    margin-bottom: 6rem !important;
  }

  .minimum\:ml-24{
    margin-left: 6rem !important;
  }

  .minimum\:mt-32{
    margin-top: 8rem !important;
  }

  .minimum\:mr-32{
    margin-right: 8rem !important;
  }

  .minimum\:mb-32{
    margin-bottom: 8rem !important;
  }

  .minimum\:ml-32{
    margin-left: 8rem !important;
  }

  .minimum\:mt-40{
    margin-top: 10rem !important;
  }

  .minimum\:mr-40{
    margin-right: 10rem !important;
  }

  .minimum\:mb-40{
    margin-bottom: 10rem !important;
  }

  .minimum\:ml-40{
    margin-left: 10rem !important;
  }

  .minimum\:mt-48{
    margin-top: 12rem !important;
  }

  .minimum\:mr-48{
    margin-right: 12rem !important;
  }

  .minimum\:mb-48{
    margin-bottom: 12rem !important;
  }

  .minimum\:ml-48{
    margin-left: 12rem !important;
  }

  .minimum\:mt-56{
    margin-top: 14rem !important;
  }

  .minimum\:mr-56{
    margin-right: 14rem !important;
  }

  .minimum\:mb-56{
    margin-bottom: 14rem !important;
  }

  .minimum\:ml-56{
    margin-left: 14rem !important;
  }

  .minimum\:mt-64{
    margin-top: 16rem !important;
  }

  .minimum\:mr-64{
    margin-right: 16rem !important;
  }

  .minimum\:mb-64{
    margin-bottom: 16rem !important;
  }

  .minimum\:ml-64{
    margin-left: 16rem !important;
  }

  .minimum\:mt-96{
    margin-top: 24rem !important;
  }

  .minimum\:mr-96{
    margin-right: 24rem !important;
  }

  .minimum\:mb-96{
    margin-bottom: 24rem !important;
  }

  .minimum\:ml-96{
    margin-left: 24rem !important;
  }

  .minimum\:mt-128{
    margin-top: 32rem !important;
  }

  .minimum\:mr-128{
    margin-right: 32rem !important;
  }

  .minimum\:mb-128{
    margin-bottom: 32rem !important;
  }

  .minimum\:ml-128{
    margin-left: 32rem !important;
  }

  .minimum\:mt-auto{
    margin-top: auto !important;
  }

  .minimum\:mr-auto{
    margin-right: auto !important;
  }

  .minimum\:mb-auto{
    margin-bottom: auto !important;
  }

  .minimum\:ml-auto{
    margin-left: auto !important;
  }

  .minimum\:mt-px{
    margin-top: 1px !important;
  }

  .minimum\:mr-px{
    margin-right: 1px !important;
  }

  .minimum\:mb-px{
    margin-bottom: 1px !important;
  }

  .minimum\:ml-px{
    margin-left: 1px !important;
  }

  .minimum\:mt-5px{
    margin-top: 5px !important;
  }

  .minimum\:mr-5px{
    margin-right: 5px !important;
  }

  .minimum\:mb-5px{
    margin-bottom: 5px !important;
  }

  .minimum\:ml-5px{
    margin-left: 5px !important;
  }

  .minimum\:mt-25px{
    margin-top: 25px !important;
  }

  .minimum\:mr-25px{
    margin-right: 25px !important;
  }

  .minimum\:mb-25px{
    margin-bottom: 25px !important;
  }

  .minimum\:ml-25px{
    margin-left: 25px !important;
  }

  .minimum\:mt-30px{
    margin-top: 30px !important;
  }

  .minimum\:mr-30px{
    margin-right: 30px !important;
  }

  .minimum\:mb-30px{
    margin-bottom: 30px !important;
  }

  .minimum\:ml-30px{
    margin-left: 30px !important;
  }

  .minimum\:mt-50px{
    margin-top: 50px !important;
  }

  .minimum\:mr-50px{
    margin-right: 50px !important;
  }

  .minimum\:mb-50px{
    margin-bottom: 50px !important;
  }

  .minimum\:ml-50px{
    margin-left: 50px !important;
  }

  .minimum\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .minimum\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .minimum\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .minimum\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .minimum\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .minimum\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .minimum\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .minimum\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .minimum\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .minimum\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .minimum\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .minimum\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .minimum\:-mt-4{
    margin-top: -1rem !important;
  }

  .minimum\:-mr-4{
    margin-right: -1rem !important;
  }

  .minimum\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .minimum\:-ml-4{
    margin-left: -1rem !important;
  }

  .minimum\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .minimum\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .minimum\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .minimum\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .minimum\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .minimum\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .minimum\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .minimum\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .minimum\:-mt-8{
    margin-top: -2rem !important;
  }

  .minimum\:-mr-8{
    margin-right: -2rem !important;
  }

  .minimum\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .minimum\:-ml-8{
    margin-left: -2rem !important;
  }

  .minimum\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .minimum\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .minimum\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .minimum\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .minimum\:-mt-12{
    margin-top: -3rem !important;
  }

  .minimum\:-mr-12{
    margin-right: -3rem !important;
  }

  .minimum\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .minimum\:-ml-12{
    margin-left: -3rem !important;
  }

  .minimum\:-mt-16{
    margin-top: -4rem !important;
  }

  .minimum\:-mr-16{
    margin-right: -4rem !important;
  }

  .minimum\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .minimum\:-ml-16{
    margin-left: -4rem !important;
  }

  .minimum\:-mt-20{
    margin-top: -5rem !important;
  }

  .minimum\:-mr-20{
    margin-right: -5rem !important;
  }

  .minimum\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .minimum\:-ml-20{
    margin-left: -5rem !important;
  }

  .minimum\:-mt-24{
    margin-top: -6rem !important;
  }

  .minimum\:-mr-24{
    margin-right: -6rem !important;
  }

  .minimum\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .minimum\:-ml-24{
    margin-left: -6rem !important;
  }

  .minimum\:-mt-32{
    margin-top: -8rem !important;
  }

  .minimum\:-mr-32{
    margin-right: -8rem !important;
  }

  .minimum\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .minimum\:-ml-32{
    margin-left: -8rem !important;
  }

  .minimum\:-mt-40{
    margin-top: -10rem !important;
  }

  .minimum\:-mr-40{
    margin-right: -10rem !important;
  }

  .minimum\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .minimum\:-ml-40{
    margin-left: -10rem !important;
  }

  .minimum\:-mt-48{
    margin-top: -12rem !important;
  }

  .minimum\:-mr-48{
    margin-right: -12rem !important;
  }

  .minimum\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .minimum\:-ml-48{
    margin-left: -12rem !important;
  }

  .minimum\:-mt-56{
    margin-top: -14rem !important;
  }

  .minimum\:-mr-56{
    margin-right: -14rem !important;
  }

  .minimum\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .minimum\:-ml-56{
    margin-left: -14rem !important;
  }

  .minimum\:-mt-64{
    margin-top: -16rem !important;
  }

  .minimum\:-mr-64{
    margin-right: -16rem !important;
  }

  .minimum\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .minimum\:-ml-64{
    margin-left: -16rem !important;
  }

  .minimum\:-mt-px{
    margin-top: -1px !important;
  }

  .minimum\:-mr-px{
    margin-right: -1px !important;
  }

  .minimum\:-mb-px{
    margin-bottom: -1px !important;
  }

  .minimum\:-ml-px{
    margin-left: -1px !important;
  }

  .minimum\:-mt-5px{
    margin-top: -5px !important;
  }

  .minimum\:-mr-5px{
    margin-right: -5px !important;
  }

  .minimum\:-mb-5px{
    margin-bottom: -5px !important;
  }

  .minimum\:-ml-5px{
    margin-left: -5px !important;
  }

  .minimum\:-mt-25px{
    margin-top: -25px !important;
  }

  .minimum\:-mr-25px{
    margin-right: -25px !important;
  }

  .minimum\:-mb-25px{
    margin-bottom: -25px !important;
  }

  .minimum\:-ml-25px{
    margin-left: -25px !important;
  }

  .minimum\:-mt-30px{
    margin-top: -30px !important;
  }

  .minimum\:-mr-30px{
    margin-right: -30px !important;
  }

  .minimum\:-mb-30px{
    margin-bottom: -30px !important;
  }

  .minimum\:-ml-30px{
    margin-left: -30px !important;
  }

  .minimum\:-mt-50px{
    margin-top: -50px !important;
  }

  .minimum\:-mr-50px{
    margin-right: -50px !important;
  }

  .minimum\:-mb-50px{
    margin-bottom: -50px !important;
  }

  .minimum\:-ml-50px{
    margin-left: -50px !important;
  }

  .minimum\:max-h-full{
    max-height: 100% !important;
  }

  .minimum\:max-h-screen{
    max-height: 100vh !important;
  }

  .minimum\:max-w-none{
    max-width: none !important;
  }

  .minimum\:max-w-xs{
    max-width: 20rem !important;
  }

  .minimum\:max-w-sm{
    max-width: 24rem !important;
  }

  .minimum\:max-w-md{
    max-width: 28rem !important;
  }

  .minimum\:max-w-lg{
    max-width: 32rem !important;
  }

  .minimum\:max-w-xl{
    max-width: 36rem !important;
  }

  .minimum\:max-w-2xl{
    max-width: 42rem !important;
  }

  .minimum\:max-w-3xl{
    max-width: 48rem !important;
  }

  .minimum\:max-w-4xl{
    max-width: 56rem !important;
  }

  .minimum\:max-w-5xl{
    max-width: 64rem !important;
  }

  .minimum\:max-w-6xl{
    max-width: 72rem !important;
  }

  .minimum\:max-w-full{
    max-width: 100% !important;
  }

  .minimum\:min-h-0{
    min-height: 0 !important;
  }

  .minimum\:min-h-full{
    min-height: 100% !important;
  }

  .minimum\:min-h-screen{
    min-height: 100vh !important;
  }

  .minimum\:min-w-0{
    min-width: 0 !important;
  }

  .minimum\:min-w-full{
    min-width: 100% !important;
  }

  .minimum\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .minimum\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .minimum\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .minimum\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .minimum\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .minimum\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .minimum\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .minimum\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .minimum\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .minimum\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .minimum\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .minimum\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .minimum\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .minimum\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .minimum\:opacity-0{
    opacity: 0 !important;
  }

  .minimum\:opacity-25{
    opacity: 0.25 !important;
  }

  .minimum\:opacity-50{
    opacity: 0.5 !important;
  }

  .minimum\:opacity-75{
    opacity: 0.75 !important;
  }

  .minimum\:opacity-100{
    opacity: 1 !important;
  }

  .minimum\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .minimum\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .minimum\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .minimum\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .minimum\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .minimum\:outline-none{
    outline: 0 !important;
  }

  .minimum\:focus\:outline-none:focus{
    outline: 0 !important;
  }

  .minimum\:overflow-auto{
    overflow: auto !important;
  }

  .minimum\:overflow-hidden{
    overflow: hidden !important;
  }

  .minimum\:overflow-visible{
    overflow: visible !important;
  }

  .minimum\:overflow-scroll{
    overflow: scroll !important;
  }

  .minimum\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .minimum\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .minimum\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .minimum\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .minimum\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .minimum\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .minimum\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .minimum\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .minimum\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .minimum\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .minimum\:p-0{
    padding: 0 !important;
  }

  .minimum\:p-1{
    padding: 0.25rem !important;
  }

  .minimum\:p-2{
    padding: 0.5rem !important;
  }

  .minimum\:p-3{
    padding: 0.75rem !important;
  }

  .minimum\:p-4{
    padding: 1rem !important;
  }

  .minimum\:p-5{
    padding: 1.25rem !important;
  }

  .minimum\:p-6{
    padding: 1.5rem !important;
  }

  .minimum\:p-8{
    padding: 2rem !important;
  }

  .minimum\:p-10{
    padding: 2.5rem !important;
  }

  .minimum\:p-12{
    padding: 3rem !important;
  }

  .minimum\:p-16{
    padding: 4rem !important;
  }

  .minimum\:p-20{
    padding: 5rem !important;
  }

  .minimum\:p-24{
    padding: 6rem !important;
  }

  .minimum\:p-32{
    padding: 8rem !important;
  }

  .minimum\:p-40{
    padding: 10rem !important;
  }

  .minimum\:p-48{
    padding: 12rem !important;
  }

  .minimum\:p-56{
    padding: 14rem !important;
  }

  .minimum\:p-64{
    padding: 16rem !important;
  }

  .minimum\:p-px{
    padding: 1px !important;
  }

  .minimum\:p-5px{
    padding: 5px !important;
  }

  .minimum\:p-25px{
    padding: 25px !important;
  }

  .minimum\:p-30px{
    padding: 30px !important;
  }

  .minimum\:p-50px{
    padding: 50px !important;
  }

  .minimum\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .minimum\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .minimum\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .minimum\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .minimum\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .minimum\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .minimum\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .minimum\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .minimum\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .minimum\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .minimum\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .minimum\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .minimum\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .minimum\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .minimum\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .minimum\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .minimum\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .minimum\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .minimum\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .minimum\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .minimum\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .minimum\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .minimum\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .minimum\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .minimum\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .minimum\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .minimum\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .minimum\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .minimum\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .minimum\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .minimum\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .minimum\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .minimum\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .minimum\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .minimum\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .minimum\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .minimum\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .minimum\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .minimum\:py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .minimum\:px-5px{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .minimum\:py-25px{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .minimum\:px-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .minimum\:py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .minimum\:px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .minimum\:py-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .minimum\:px-50px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .minimum\:pt-0{
    padding-top: 0 !important;
  }

  .minimum\:pr-0{
    padding-right: 0 !important;
  }

  .minimum\:pb-0{
    padding-bottom: 0 !important;
  }

  .minimum\:pl-0{
    padding-left: 0 !important;
  }

  .minimum\:pt-1{
    padding-top: 0.25rem !important;
  }

  .minimum\:pr-1{
    padding-right: 0.25rem !important;
  }

  .minimum\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .minimum\:pl-1{
    padding-left: 0.25rem !important;
  }

  .minimum\:pt-2{
    padding-top: 0.5rem !important;
  }

  .minimum\:pr-2{
    padding-right: 0.5rem !important;
  }

  .minimum\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .minimum\:pl-2{
    padding-left: 0.5rem !important;
  }

  .minimum\:pt-3{
    padding-top: 0.75rem !important;
  }

  .minimum\:pr-3{
    padding-right: 0.75rem !important;
  }

  .minimum\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .minimum\:pl-3{
    padding-left: 0.75rem !important;
  }

  .minimum\:pt-4{
    padding-top: 1rem !important;
  }

  .minimum\:pr-4{
    padding-right: 1rem !important;
  }

  .minimum\:pb-4{
    padding-bottom: 1rem !important;
  }

  .minimum\:pl-4{
    padding-left: 1rem !important;
  }

  .minimum\:pt-5{
    padding-top: 1.25rem !important;
  }

  .minimum\:pr-5{
    padding-right: 1.25rem !important;
  }

  .minimum\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .minimum\:pl-5{
    padding-left: 1.25rem !important;
  }

  .minimum\:pt-6{
    padding-top: 1.5rem !important;
  }

  .minimum\:pr-6{
    padding-right: 1.5rem !important;
  }

  .minimum\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .minimum\:pl-6{
    padding-left: 1.5rem !important;
  }

  .minimum\:pt-8{
    padding-top: 2rem !important;
  }

  .minimum\:pr-8{
    padding-right: 2rem !important;
  }

  .minimum\:pb-8{
    padding-bottom: 2rem !important;
  }

  .minimum\:pl-8{
    padding-left: 2rem !important;
  }

  .minimum\:pt-10{
    padding-top: 2.5rem !important;
  }

  .minimum\:pr-10{
    padding-right: 2.5rem !important;
  }

  .minimum\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .minimum\:pl-10{
    padding-left: 2.5rem !important;
  }

  .minimum\:pt-12{
    padding-top: 3rem !important;
  }

  .minimum\:pr-12{
    padding-right: 3rem !important;
  }

  .minimum\:pb-12{
    padding-bottom: 3rem !important;
  }

  .minimum\:pl-12{
    padding-left: 3rem !important;
  }

  .minimum\:pt-16{
    padding-top: 4rem !important;
  }

  .minimum\:pr-16{
    padding-right: 4rem !important;
  }

  .minimum\:pb-16{
    padding-bottom: 4rem !important;
  }

  .minimum\:pl-16{
    padding-left: 4rem !important;
  }

  .minimum\:pt-20{
    padding-top: 5rem !important;
  }

  .minimum\:pr-20{
    padding-right: 5rem !important;
  }

  .minimum\:pb-20{
    padding-bottom: 5rem !important;
  }

  .minimum\:pl-20{
    padding-left: 5rem !important;
  }

  .minimum\:pt-24{
    padding-top: 6rem !important;
  }

  .minimum\:pr-24{
    padding-right: 6rem !important;
  }

  .minimum\:pb-24{
    padding-bottom: 6rem !important;
  }

  .minimum\:pl-24{
    padding-left: 6rem !important;
  }

  .minimum\:pt-32{
    padding-top: 8rem !important;
  }

  .minimum\:pr-32{
    padding-right: 8rem !important;
  }

  .minimum\:pb-32{
    padding-bottom: 8rem !important;
  }

  .minimum\:pl-32{
    padding-left: 8rem !important;
  }

  .minimum\:pt-40{
    padding-top: 10rem !important;
  }

  .minimum\:pr-40{
    padding-right: 10rem !important;
  }

  .minimum\:pb-40{
    padding-bottom: 10rem !important;
  }

  .minimum\:pl-40{
    padding-left: 10rem !important;
  }

  .minimum\:pt-48{
    padding-top: 12rem !important;
  }

  .minimum\:pr-48{
    padding-right: 12rem !important;
  }

  .minimum\:pb-48{
    padding-bottom: 12rem !important;
  }

  .minimum\:pl-48{
    padding-left: 12rem !important;
  }

  .minimum\:pt-56{
    padding-top: 14rem !important;
  }

  .minimum\:pr-56{
    padding-right: 14rem !important;
  }

  .minimum\:pb-56{
    padding-bottom: 14rem !important;
  }

  .minimum\:pl-56{
    padding-left: 14rem !important;
  }

  .minimum\:pt-64{
    padding-top: 16rem !important;
  }

  .minimum\:pr-64{
    padding-right: 16rem !important;
  }

  .minimum\:pb-64{
    padding-bottom: 16rem !important;
  }

  .minimum\:pl-64{
    padding-left: 16rem !important;
  }

  .minimum\:pt-px{
    padding-top: 1px !important;
  }

  .minimum\:pr-px{
    padding-right: 1px !important;
  }

  .minimum\:pb-px{
    padding-bottom: 1px !important;
  }

  .minimum\:pl-px{
    padding-left: 1px !important;
  }

  .minimum\:pt-5px{
    padding-top: 5px !important;
  }

  .minimum\:pr-5px{
    padding-right: 5px !important;
  }

  .minimum\:pb-5px{
    padding-bottom: 5px !important;
  }

  .minimum\:pl-5px{
    padding-left: 5px !important;
  }

  .minimum\:pt-25px{
    padding-top: 25px !important;
  }

  .minimum\:pr-25px{
    padding-right: 25px !important;
  }

  .minimum\:pb-25px{
    padding-bottom: 25px !important;
  }

  .minimum\:pl-25px{
    padding-left: 25px !important;
  }

  .minimum\:pt-30px{
    padding-top: 30px !important;
  }

  .minimum\:pr-30px{
    padding-right: 30px !important;
  }

  .minimum\:pb-30px{
    padding-bottom: 30px !important;
  }

  .minimum\:pl-30px{
    padding-left: 30px !important;
  }

  .minimum\:pt-50px{
    padding-top: 50px !important;
  }

  .minimum\:pr-50px{
    padding-right: 50px !important;
  }

  .minimum\:pb-50px{
    padding-bottom: 50px !important;
  }

  .minimum\:pl-50px{
    padding-left: 50px !important;
  }

  .minimum\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .minimum\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .minimum\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .minimum\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .minimum\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .minimum\:placeholder-black::-webkit-input-placeholder{
    color: #222222 !important;
  }

  .minimum\:placeholder-black::-moz-placeholder{
    color: #222222 !important;
  }

  .minimum\:placeholder-black:-ms-input-placeholder{
    color: #222222 !important;
  }

  .minimum\:placeholder-black::-ms-input-placeholder{
    color: #222222 !important;
  }

  .minimum\:placeholder-black::placeholder{
    color: #222222 !important;
  }

  .minimum\:placeholder-white::-webkit-input-placeholder{
    color: #fff !important;
  }

  .minimum\:placeholder-white::-moz-placeholder{
    color: #fff !important;
  }

  .minimum\:placeholder-white:-ms-input-placeholder{
    color: #fff !important;
  }

  .minimum\:placeholder-white::-ms-input-placeholder{
    color: #fff !important;
  }

  .minimum\:placeholder-white::placeholder{
    color: #fff !important;
  }

  .minimum\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f5f5f5 !important;
  }

  .minimum\:placeholder-gray-100::-moz-placeholder{
    color: #f5f5f5 !important;
  }

  .minimum\:placeholder-gray-100:-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .minimum\:placeholder-gray-100::-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .minimum\:placeholder-gray-100::placeholder{
    color: #f5f5f5 !important;
  }

  .minimum\:placeholder-gray-200::-webkit-input-placeholder{
    color: #eeeeee !important;
  }

  .minimum\:placeholder-gray-200::-moz-placeholder{
    color: #eeeeee !important;
  }

  .minimum\:placeholder-gray-200:-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .minimum\:placeholder-gray-200::-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .minimum\:placeholder-gray-200::placeholder{
    color: #eeeeee !important;
  }

  .minimum\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e0e0e0 !important;
  }

  .minimum\:placeholder-gray-300::-moz-placeholder{
    color: #e0e0e0 !important;
  }

  .minimum\:placeholder-gray-300:-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .minimum\:placeholder-gray-300::-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .minimum\:placeholder-gray-300::placeholder{
    color: #e0e0e0 !important;
  }

  .minimum\:placeholder-gray-400::-webkit-input-placeholder{
    color: #bdbdbd !important;
  }

  .minimum\:placeholder-gray-400::-moz-placeholder{
    color: #bdbdbd !important;
  }

  .minimum\:placeholder-gray-400:-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .minimum\:placeholder-gray-400::-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .minimum\:placeholder-gray-400::placeholder{
    color: #bdbdbd !important;
  }

  .minimum\:placeholder-gray-500::-webkit-input-placeholder{
    color: #9e9e9e !important;
  }

  .minimum\:placeholder-gray-500::-moz-placeholder{
    color: #9e9e9e !important;
  }

  .minimum\:placeholder-gray-500:-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .minimum\:placeholder-gray-500::-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .minimum\:placeholder-gray-500::placeholder{
    color: #9e9e9e !important;
  }

  .minimum\:placeholder-gray-600::-webkit-input-placeholder{
    color: #757575 !important;
  }

  .minimum\:placeholder-gray-600::-moz-placeholder{
    color: #757575 !important;
  }

  .minimum\:placeholder-gray-600:-ms-input-placeholder{
    color: #757575 !important;
  }

  .minimum\:placeholder-gray-600::-ms-input-placeholder{
    color: #757575 !important;
  }

  .minimum\:placeholder-gray-600::placeholder{
    color: #757575 !important;
  }

  .minimum\:placeholder-gray-700::-webkit-input-placeholder{
    color: #616161 !important;
  }

  .minimum\:placeholder-gray-700::-moz-placeholder{
    color: #616161 !important;
  }

  .minimum\:placeholder-gray-700:-ms-input-placeholder{
    color: #616161 !important;
  }

  .minimum\:placeholder-gray-700::-ms-input-placeholder{
    color: #616161 !important;
  }

  .minimum\:placeholder-gray-700::placeholder{
    color: #616161 !important;
  }

  .minimum\:placeholder-gray-800::-webkit-input-placeholder{
    color: #424242 !important;
  }

  .minimum\:placeholder-gray-800::-moz-placeholder{
    color: #424242 !important;
  }

  .minimum\:placeholder-gray-800:-ms-input-placeholder{
    color: #424242 !important;
  }

  .minimum\:placeholder-gray-800::-ms-input-placeholder{
    color: #424242 !important;
  }

  .minimum\:placeholder-gray-800::placeholder{
    color: #424242 !important;
  }

  .minimum\:placeholder-gray-900::-webkit-input-placeholder{
    color: #212121 !important;
  }

  .minimum\:placeholder-gray-900::-moz-placeholder{
    color: #212121 !important;
  }

  .minimum\:placeholder-gray-900:-ms-input-placeholder{
    color: #212121 !important;
  }

  .minimum\:placeholder-gray-900::-ms-input-placeholder{
    color: #212121 !important;
  }

  .minimum\:placeholder-gray-900::placeholder{
    color: #212121 !important;
  }

  .minimum\:placeholder-red-100::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .minimum\:placeholder-red-100::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .minimum\:placeholder-red-100:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .minimum\:placeholder-red-100::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .minimum\:placeholder-red-100::placeholder{
    color: #fff5f5 !important;
  }

  .minimum\:placeholder-red-200::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .minimum\:placeholder-red-200::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .minimum\:placeholder-red-200:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .minimum\:placeholder-red-200::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .minimum\:placeholder-red-200::placeholder{
    color: #fed7d7 !important;
  }

  .minimum\:placeholder-red-300::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .minimum\:placeholder-red-300::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .minimum\:placeholder-red-300:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .minimum\:placeholder-red-300::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .minimum\:placeholder-red-300::placeholder{
    color: #feb2b2 !important;
  }

  .minimum\:placeholder-red-400::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .minimum\:placeholder-red-400::-moz-placeholder{
    color: #fc8181 !important;
  }

  .minimum\:placeholder-red-400:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .minimum\:placeholder-red-400::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .minimum\:placeholder-red-400::placeholder{
    color: #fc8181 !important;
  }

  .minimum\:placeholder-red-500::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .minimum\:placeholder-red-500::-moz-placeholder{
    color: #f56565 !important;
  }

  .minimum\:placeholder-red-500:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .minimum\:placeholder-red-500::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .minimum\:placeholder-red-500::placeholder{
    color: #f56565 !important;
  }

  .minimum\:placeholder-red-600::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .minimum\:placeholder-red-600::-moz-placeholder{
    color: #e53e3e !important;
  }

  .minimum\:placeholder-red-600:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .minimum\:placeholder-red-600::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .minimum\:placeholder-red-600::placeholder{
    color: #e53e3e !important;
  }

  .minimum\:placeholder-red-700::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .minimum\:placeholder-red-700::-moz-placeholder{
    color: #c53030 !important;
  }

  .minimum\:placeholder-red-700:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .minimum\:placeholder-red-700::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .minimum\:placeholder-red-700::placeholder{
    color: #c53030 !important;
  }

  .minimum\:placeholder-red-800::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .minimum\:placeholder-red-800::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .minimum\:placeholder-red-800:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .minimum\:placeholder-red-800::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .minimum\:placeholder-red-800::placeholder{
    color: #9b2c2c !important;
  }

  .minimum\:placeholder-red-900::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .minimum\:placeholder-red-900::-moz-placeholder{
    color: #742a2a !important;
  }

  .minimum\:placeholder-red-900:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .minimum\:placeholder-red-900::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .minimum\:placeholder-red-900::placeholder{
    color: #742a2a !important;
  }

  .minimum\:placeholder-orange-100::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .minimum\:placeholder-orange-100::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .minimum\:placeholder-orange-100:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .minimum\:placeholder-orange-100::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .minimum\:placeholder-orange-100::placeholder{
    color: #fffaf0 !important;
  }

  .minimum\:placeholder-orange-200::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .minimum\:placeholder-orange-200::-moz-placeholder{
    color: #feebc8 !important;
  }

  .minimum\:placeholder-orange-200:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .minimum\:placeholder-orange-200::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .minimum\:placeholder-orange-200::placeholder{
    color: #feebc8 !important;
  }

  .minimum\:placeholder-orange-300::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .minimum\:placeholder-orange-300::-moz-placeholder{
    color: #fbd38d !important;
  }

  .minimum\:placeholder-orange-300:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .minimum\:placeholder-orange-300::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .minimum\:placeholder-orange-300::placeholder{
    color: #fbd38d !important;
  }

  .minimum\:placeholder-orange-400::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .minimum\:placeholder-orange-400::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .minimum\:placeholder-orange-400:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .minimum\:placeholder-orange-400::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .minimum\:placeholder-orange-400::placeholder{
    color: #f6ad55 !important;
  }

  .minimum\:placeholder-orange-500::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .minimum\:placeholder-orange-500::-moz-placeholder{
    color: #ed8936 !important;
  }

  .minimum\:placeholder-orange-500:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .minimum\:placeholder-orange-500::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .minimum\:placeholder-orange-500::placeholder{
    color: #ed8936 !important;
  }

  .minimum\:placeholder-orange-600::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .minimum\:placeholder-orange-600::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .minimum\:placeholder-orange-600:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .minimum\:placeholder-orange-600::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .minimum\:placeholder-orange-600::placeholder{
    color: #dd6b20 !important;
  }

  .minimum\:placeholder-orange-700::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .minimum\:placeholder-orange-700::-moz-placeholder{
    color: #c05621 !important;
  }

  .minimum\:placeholder-orange-700:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .minimum\:placeholder-orange-700::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .minimum\:placeholder-orange-700::placeholder{
    color: #c05621 !important;
  }

  .minimum\:placeholder-orange-800::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .minimum\:placeholder-orange-800::-moz-placeholder{
    color: #9c4221 !important;
  }

  .minimum\:placeholder-orange-800:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .minimum\:placeholder-orange-800::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .minimum\:placeholder-orange-800::placeholder{
    color: #9c4221 !important;
  }

  .minimum\:placeholder-orange-900::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .minimum\:placeholder-orange-900::-moz-placeholder{
    color: #7b341e !important;
  }

  .minimum\:placeholder-orange-900:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .minimum\:placeholder-orange-900::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .minimum\:placeholder-orange-900::placeholder{
    color: #7b341e !important;
  }

  .minimum\:placeholder-yellow-100::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .minimum\:placeholder-yellow-100::-moz-placeholder{
    color: #fffff0 !important;
  }

  .minimum\:placeholder-yellow-100:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .minimum\:placeholder-yellow-100::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .minimum\:placeholder-yellow-100::placeholder{
    color: #fffff0 !important;
  }

  .minimum\:placeholder-yellow-200::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .minimum\:placeholder-yellow-200::-moz-placeholder{
    color: #fefcbf !important;
  }

  .minimum\:placeholder-yellow-200:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .minimum\:placeholder-yellow-200::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .minimum\:placeholder-yellow-200::placeholder{
    color: #fefcbf !important;
  }

  .minimum\:placeholder-yellow-300::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .minimum\:placeholder-yellow-300::-moz-placeholder{
    color: #faf089 !important;
  }

  .minimum\:placeholder-yellow-300:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .minimum\:placeholder-yellow-300::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .minimum\:placeholder-yellow-300::placeholder{
    color: #faf089 !important;
  }

  .minimum\:placeholder-yellow-400::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .minimum\:placeholder-yellow-400::-moz-placeholder{
    color: #f6e05e !important;
  }

  .minimum\:placeholder-yellow-400:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .minimum\:placeholder-yellow-400::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .minimum\:placeholder-yellow-400::placeholder{
    color: #f6e05e !important;
  }

  .minimum\:placeholder-yellow-500::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .minimum\:placeholder-yellow-500::-moz-placeholder{
    color: #ecc94b !important;
  }

  .minimum\:placeholder-yellow-500:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .minimum\:placeholder-yellow-500::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .minimum\:placeholder-yellow-500::placeholder{
    color: #ecc94b !important;
  }

  .minimum\:placeholder-yellow-600::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .minimum\:placeholder-yellow-600::-moz-placeholder{
    color: #d69e2e !important;
  }

  .minimum\:placeholder-yellow-600:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .minimum\:placeholder-yellow-600::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .minimum\:placeholder-yellow-600::placeholder{
    color: #d69e2e !important;
  }

  .minimum\:placeholder-yellow-700::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .minimum\:placeholder-yellow-700::-moz-placeholder{
    color: #b7791f !important;
  }

  .minimum\:placeholder-yellow-700:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .minimum\:placeholder-yellow-700::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .minimum\:placeholder-yellow-700::placeholder{
    color: #b7791f !important;
  }

  .minimum\:placeholder-yellow-800::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .minimum\:placeholder-yellow-800::-moz-placeholder{
    color: #975a16 !important;
  }

  .minimum\:placeholder-yellow-800:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .minimum\:placeholder-yellow-800::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .minimum\:placeholder-yellow-800::placeholder{
    color: #975a16 !important;
  }

  .minimum\:placeholder-yellow-900::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .minimum\:placeholder-yellow-900::-moz-placeholder{
    color: #744210 !important;
  }

  .minimum\:placeholder-yellow-900:-ms-input-placeholder{
    color: #744210 !important;
  }

  .minimum\:placeholder-yellow-900::-ms-input-placeholder{
    color: #744210 !important;
  }

  .minimum\:placeholder-yellow-900::placeholder{
    color: #744210 !important;
  }

  .minimum\:placeholder-green-100::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .minimum\:placeholder-green-100::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .minimum\:placeholder-green-100:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .minimum\:placeholder-green-100::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .minimum\:placeholder-green-100::placeholder{
    color: #f0fff4 !important;
  }

  .minimum\:placeholder-green-200::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .minimum\:placeholder-green-200::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .minimum\:placeholder-green-200:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .minimum\:placeholder-green-200::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .minimum\:placeholder-green-200::placeholder{
    color: #c6f6d5 !important;
  }

  .minimum\:placeholder-green-300::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .minimum\:placeholder-green-300::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .minimum\:placeholder-green-300:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .minimum\:placeholder-green-300::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .minimum\:placeholder-green-300::placeholder{
    color: #9ae6b4 !important;
  }

  .minimum\:placeholder-green-400::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .minimum\:placeholder-green-400::-moz-placeholder{
    color: #68d391 !important;
  }

  .minimum\:placeholder-green-400:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .minimum\:placeholder-green-400::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .minimum\:placeholder-green-400::placeholder{
    color: #68d391 !important;
  }

  .minimum\:placeholder-green-500::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .minimum\:placeholder-green-500::-moz-placeholder{
    color: #48bb78 !important;
  }

  .minimum\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .minimum\:placeholder-green-500::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .minimum\:placeholder-green-500::placeholder{
    color: #48bb78 !important;
  }

  .minimum\:placeholder-green-600::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .minimum\:placeholder-green-600::-moz-placeholder{
    color: #38a169 !important;
  }

  .minimum\:placeholder-green-600:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .minimum\:placeholder-green-600::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .minimum\:placeholder-green-600::placeholder{
    color: #38a169 !important;
  }

  .minimum\:placeholder-green-700::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .minimum\:placeholder-green-700::-moz-placeholder{
    color: #2f855a !important;
  }

  .minimum\:placeholder-green-700:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .minimum\:placeholder-green-700::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .minimum\:placeholder-green-700::placeholder{
    color: #2f855a !important;
  }

  .minimum\:placeholder-green-800::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .minimum\:placeholder-green-800::-moz-placeholder{
    color: #276749 !important;
  }

  .minimum\:placeholder-green-800:-ms-input-placeholder{
    color: #276749 !important;
  }

  .minimum\:placeholder-green-800::-ms-input-placeholder{
    color: #276749 !important;
  }

  .minimum\:placeholder-green-800::placeholder{
    color: #276749 !important;
  }

  .minimum\:placeholder-green-900::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .minimum\:placeholder-green-900::-moz-placeholder{
    color: #22543d !important;
  }

  .minimum\:placeholder-green-900:-ms-input-placeholder{
    color: #22543d !important;
  }

  .minimum\:placeholder-green-900::-ms-input-placeholder{
    color: #22543d !important;
  }

  .minimum\:placeholder-green-900::placeholder{
    color: #22543d !important;
  }

  .minimum\:placeholder-teal-100::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .minimum\:placeholder-teal-100::-moz-placeholder{
    color: #e6fffa !important;
  }

  .minimum\:placeholder-teal-100:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .minimum\:placeholder-teal-100::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .minimum\:placeholder-teal-100::placeholder{
    color: #e6fffa !important;
  }

  .minimum\:placeholder-teal-200::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .minimum\:placeholder-teal-200::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .minimum\:placeholder-teal-200:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .minimum\:placeholder-teal-200::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .minimum\:placeholder-teal-200::placeholder{
    color: #b2f5ea !important;
  }

  .minimum\:placeholder-teal-300::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .minimum\:placeholder-teal-300::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .minimum\:placeholder-teal-300:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .minimum\:placeholder-teal-300::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .minimum\:placeholder-teal-300::placeholder{
    color: #81e6d9 !important;
  }

  .minimum\:placeholder-teal-400::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .minimum\:placeholder-teal-400::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .minimum\:placeholder-teal-400:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .minimum\:placeholder-teal-400::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .minimum\:placeholder-teal-400::placeholder{
    color: #4fd1c5 !important;
  }

  .minimum\:placeholder-teal-500::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .minimum\:placeholder-teal-500::-moz-placeholder{
    color: #38b2ac !important;
  }

  .minimum\:placeholder-teal-500:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .minimum\:placeholder-teal-500::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .minimum\:placeholder-teal-500::placeholder{
    color: #38b2ac !important;
  }

  .minimum\:placeholder-teal-600::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .minimum\:placeholder-teal-600::-moz-placeholder{
    color: #319795 !important;
  }

  .minimum\:placeholder-teal-600:-ms-input-placeholder{
    color: #319795 !important;
  }

  .minimum\:placeholder-teal-600::-ms-input-placeholder{
    color: #319795 !important;
  }

  .minimum\:placeholder-teal-600::placeholder{
    color: #319795 !important;
  }

  .minimum\:placeholder-teal-700::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .minimum\:placeholder-teal-700::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .minimum\:placeholder-teal-700:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .minimum\:placeholder-teal-700::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .minimum\:placeholder-teal-700::placeholder{
    color: #2c7a7b !important;
  }

  .minimum\:placeholder-teal-800::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .minimum\:placeholder-teal-800::-moz-placeholder{
    color: #285e61 !important;
  }

  .minimum\:placeholder-teal-800:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .minimum\:placeholder-teal-800::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .minimum\:placeholder-teal-800::placeholder{
    color: #285e61 !important;
  }

  .minimum\:placeholder-teal-900::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .minimum\:placeholder-teal-900::-moz-placeholder{
    color: #234e52 !important;
  }

  .minimum\:placeholder-teal-900:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .minimum\:placeholder-teal-900::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .minimum\:placeholder-teal-900::placeholder{
    color: #234e52 !important;
  }

  .minimum\:placeholder-blue-100::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .minimum\:placeholder-blue-100::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .minimum\:placeholder-blue-100:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .minimum\:placeholder-blue-100::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .minimum\:placeholder-blue-100::placeholder{
    color: #ebf8ff !important;
  }

  .minimum\:placeholder-blue-200::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .minimum\:placeholder-blue-200::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .minimum\:placeholder-blue-200:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .minimum\:placeholder-blue-200::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .minimum\:placeholder-blue-200::placeholder{
    color: #bee3f8 !important;
  }

  .minimum\:placeholder-blue-300::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .minimum\:placeholder-blue-300::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .minimum\:placeholder-blue-300:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .minimum\:placeholder-blue-300::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .minimum\:placeholder-blue-300::placeholder{
    color: #90cdf4 !important;
  }

  .minimum\:placeholder-blue-400::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .minimum\:placeholder-blue-400::-moz-placeholder{
    color: #63b3ed !important;
  }

  .minimum\:placeholder-blue-400:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .minimum\:placeholder-blue-400::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .minimum\:placeholder-blue-400::placeholder{
    color: #63b3ed !important;
  }

  .minimum\:placeholder-blue-500::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .minimum\:placeholder-blue-500::-moz-placeholder{
    color: #4299e1 !important;
  }

  .minimum\:placeholder-blue-500:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .minimum\:placeholder-blue-500::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .minimum\:placeholder-blue-500::placeholder{
    color: #4299e1 !important;
  }

  .minimum\:placeholder-blue-600::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .minimum\:placeholder-blue-600::-moz-placeholder{
    color: #3182ce !important;
  }

  .minimum\:placeholder-blue-600:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .minimum\:placeholder-blue-600::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .minimum\:placeholder-blue-600::placeholder{
    color: #3182ce !important;
  }

  .minimum\:placeholder-blue-700::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .minimum\:placeholder-blue-700::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .minimum\:placeholder-blue-700:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .minimum\:placeholder-blue-700::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .minimum\:placeholder-blue-700::placeholder{
    color: #2b6cb0 !important;
  }

  .minimum\:placeholder-blue-800::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .minimum\:placeholder-blue-800::-moz-placeholder{
    color: #2c5282 !important;
  }

  .minimum\:placeholder-blue-800:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .minimum\:placeholder-blue-800::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .minimum\:placeholder-blue-800::placeholder{
    color: #2c5282 !important;
  }

  .minimum\:placeholder-blue-900::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .minimum\:placeholder-blue-900::-moz-placeholder{
    color: #2a4365 !important;
  }

  .minimum\:placeholder-blue-900:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .minimum\:placeholder-blue-900::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .minimum\:placeholder-blue-900::placeholder{
    color: #2a4365 !important;
  }

  .minimum\:placeholder-indigo-100::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .minimum\:placeholder-indigo-100::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .minimum\:placeholder-indigo-100:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .minimum\:placeholder-indigo-100::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .minimum\:placeholder-indigo-100::placeholder{
    color: #ebf4ff !important;
  }

  .minimum\:placeholder-indigo-200::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .minimum\:placeholder-indigo-200::-moz-placeholder{
    color: #c3dafe !important;
  }

  .minimum\:placeholder-indigo-200:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .minimum\:placeholder-indigo-200::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .minimum\:placeholder-indigo-200::placeholder{
    color: #c3dafe !important;
  }

  .minimum\:placeholder-indigo-300::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .minimum\:placeholder-indigo-300::-moz-placeholder{
    color: #a3bffa !important;
  }

  .minimum\:placeholder-indigo-300:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .minimum\:placeholder-indigo-300::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .minimum\:placeholder-indigo-300::placeholder{
    color: #a3bffa !important;
  }

  .minimum\:placeholder-indigo-400::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .minimum\:placeholder-indigo-400::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .minimum\:placeholder-indigo-400:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .minimum\:placeholder-indigo-400::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .minimum\:placeholder-indigo-400::placeholder{
    color: #7f9cf5 !important;
  }

  .minimum\:placeholder-indigo-500::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .minimum\:placeholder-indigo-500::-moz-placeholder{
    color: #667eea !important;
  }

  .minimum\:placeholder-indigo-500:-ms-input-placeholder{
    color: #667eea !important;
  }

  .minimum\:placeholder-indigo-500::-ms-input-placeholder{
    color: #667eea !important;
  }

  .minimum\:placeholder-indigo-500::placeholder{
    color: #667eea !important;
  }

  .minimum\:placeholder-indigo-600::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .minimum\:placeholder-indigo-600::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .minimum\:placeholder-indigo-600:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .minimum\:placeholder-indigo-600::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .minimum\:placeholder-indigo-600::placeholder{
    color: #5a67d8 !important;
  }

  .minimum\:placeholder-indigo-700::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .minimum\:placeholder-indigo-700::-moz-placeholder{
    color: #4c51bf !important;
  }

  .minimum\:placeholder-indigo-700:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .minimum\:placeholder-indigo-700::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .minimum\:placeholder-indigo-700::placeholder{
    color: #4c51bf !important;
  }

  .minimum\:placeholder-indigo-800::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .minimum\:placeholder-indigo-800::-moz-placeholder{
    color: #434190 !important;
  }

  .minimum\:placeholder-indigo-800:-ms-input-placeholder{
    color: #434190 !important;
  }

  .minimum\:placeholder-indigo-800::-ms-input-placeholder{
    color: #434190 !important;
  }

  .minimum\:placeholder-indigo-800::placeholder{
    color: #434190 !important;
  }

  .minimum\:placeholder-indigo-900::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .minimum\:placeholder-indigo-900::-moz-placeholder{
    color: #3c366b !important;
  }

  .minimum\:placeholder-indigo-900:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .minimum\:placeholder-indigo-900::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .minimum\:placeholder-indigo-900::placeholder{
    color: #3c366b !important;
  }

  .minimum\:placeholder-purple-100::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .minimum\:placeholder-purple-100::-moz-placeholder{
    color: #faf5ff !important;
  }

  .minimum\:placeholder-purple-100:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .minimum\:placeholder-purple-100::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .minimum\:placeholder-purple-100::placeholder{
    color: #faf5ff !important;
  }

  .minimum\:placeholder-purple-200::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .minimum\:placeholder-purple-200::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .minimum\:placeholder-purple-200:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .minimum\:placeholder-purple-200::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .minimum\:placeholder-purple-200::placeholder{
    color: #e9d8fd !important;
  }

  .minimum\:placeholder-purple-300::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .minimum\:placeholder-purple-300::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .minimum\:placeholder-purple-300:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .minimum\:placeholder-purple-300::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .minimum\:placeholder-purple-300::placeholder{
    color: #d6bcfa !important;
  }

  .minimum\:placeholder-purple-400::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .minimum\:placeholder-purple-400::-moz-placeholder{
    color: #b794f4 !important;
  }

  .minimum\:placeholder-purple-400:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .minimum\:placeholder-purple-400::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .minimum\:placeholder-purple-400::placeholder{
    color: #b794f4 !important;
  }

  .minimum\:placeholder-purple-500::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .minimum\:placeholder-purple-500::-moz-placeholder{
    color: #9f7aea !important;
  }

  .minimum\:placeholder-purple-500:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .minimum\:placeholder-purple-500::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .minimum\:placeholder-purple-500::placeholder{
    color: #9f7aea !important;
  }

  .minimum\:placeholder-purple-600::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .minimum\:placeholder-purple-600::-moz-placeholder{
    color: #805ad5 !important;
  }

  .minimum\:placeholder-purple-600:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .minimum\:placeholder-purple-600::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .minimum\:placeholder-purple-600::placeholder{
    color: #805ad5 !important;
  }

  .minimum\:placeholder-purple-700::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .minimum\:placeholder-purple-700::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .minimum\:placeholder-purple-700:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .minimum\:placeholder-purple-700::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .minimum\:placeholder-purple-700::placeholder{
    color: #6b46c1 !important;
  }

  .minimum\:placeholder-purple-800::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .minimum\:placeholder-purple-800::-moz-placeholder{
    color: #553c9a !important;
  }

  .minimum\:placeholder-purple-800:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .minimum\:placeholder-purple-800::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .minimum\:placeholder-purple-800::placeholder{
    color: #553c9a !important;
  }

  .minimum\:placeholder-purple-900::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .minimum\:placeholder-purple-900::-moz-placeholder{
    color: #44337a !important;
  }

  .minimum\:placeholder-purple-900:-ms-input-placeholder{
    color: #44337a !important;
  }

  .minimum\:placeholder-purple-900::-ms-input-placeholder{
    color: #44337a !important;
  }

  .minimum\:placeholder-purple-900::placeholder{
    color: #44337a !important;
  }

  .minimum\:placeholder-pink-100::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .minimum\:placeholder-pink-100::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .minimum\:placeholder-pink-100:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .minimum\:placeholder-pink-100::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .minimum\:placeholder-pink-100::placeholder{
    color: #fff5f7 !important;
  }

  .minimum\:placeholder-pink-200::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .minimum\:placeholder-pink-200::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .minimum\:placeholder-pink-200:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .minimum\:placeholder-pink-200::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .minimum\:placeholder-pink-200::placeholder{
    color: #fed7e2 !important;
  }

  .minimum\:placeholder-pink-300::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .minimum\:placeholder-pink-300::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .minimum\:placeholder-pink-300:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .minimum\:placeholder-pink-300::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .minimum\:placeholder-pink-300::placeholder{
    color: #fbb6ce !important;
  }

  .minimum\:placeholder-pink-400::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .minimum\:placeholder-pink-400::-moz-placeholder{
    color: #f687b3 !important;
  }

  .minimum\:placeholder-pink-400:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .minimum\:placeholder-pink-400::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .minimum\:placeholder-pink-400::placeholder{
    color: #f687b3 !important;
  }

  .minimum\:placeholder-pink-500::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .minimum\:placeholder-pink-500::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .minimum\:placeholder-pink-500:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .minimum\:placeholder-pink-500::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .minimum\:placeholder-pink-500::placeholder{
    color: #ed64a6 !important;
  }

  .minimum\:placeholder-pink-600::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .minimum\:placeholder-pink-600::-moz-placeholder{
    color: #d53f8c !important;
  }

  .minimum\:placeholder-pink-600:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .minimum\:placeholder-pink-600::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .minimum\:placeholder-pink-600::placeholder{
    color: #d53f8c !important;
  }

  .minimum\:placeholder-pink-700::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .minimum\:placeholder-pink-700::-moz-placeholder{
    color: #b83280 !important;
  }

  .minimum\:placeholder-pink-700:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .minimum\:placeholder-pink-700::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .minimum\:placeholder-pink-700::placeholder{
    color: #b83280 !important;
  }

  .minimum\:placeholder-pink-800::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .minimum\:placeholder-pink-800::-moz-placeholder{
    color: #97266d !important;
  }

  .minimum\:placeholder-pink-800:-ms-input-placeholder{
    color: #97266d !important;
  }

  .minimum\:placeholder-pink-800::-ms-input-placeholder{
    color: #97266d !important;
  }

  .minimum\:placeholder-pink-800::placeholder{
    color: #97266d !important;
  }

  .minimum\:placeholder-pink-900::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .minimum\:placeholder-pink-900::-moz-placeholder{
    color: #702459 !important;
  }

  .minimum\:placeholder-pink-900:-ms-input-placeholder{
    color: #702459 !important;
  }

  .minimum\:placeholder-pink-900::-ms-input-placeholder{
    color: #702459 !important;
  }

  .minimum\:placeholder-pink-900::placeholder{
    color: #702459 !important;
  }

  .minimum\:placeholder-cyan::-webkit-input-placeholder{
    color: #9cdbff !important;
  }

  .minimum\:placeholder-cyan::-moz-placeholder{
    color: #9cdbff !important;
  }

  .minimum\:placeholder-cyan:-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .minimum\:placeholder-cyan::-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .minimum\:placeholder-cyan::placeholder{
    color: #9cdbff !important;
  }

  .minimum\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .minimum\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .minimum\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .minimum\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .minimum\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .minimum\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #222222 !important;
  }

  .minimum\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #222222 !important;
  }

  .minimum\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #222222 !important;
  }

  .minimum\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #222222 !important;
  }

  .minimum\:focus\:placeholder-black:focus::placeholder{
    color: #222222 !important;
  }

  .minimum\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff !important;
  }

  .minimum\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff !important;
  }

  .minimum\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff !important;
  }

  .minimum\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff !important;
  }

  .minimum\:focus\:placeholder-white:focus::placeholder{
    color: #fff !important;
  }

  .minimum\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f5f5f5 !important;
  }

  .minimum\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f5f5f5 !important;
  }

  .minimum\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .minimum\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .minimum\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f5f5f5 !important;
  }

  .minimum\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #eeeeee !important;
  }

  .minimum\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #eeeeee !important;
  }

  .minimum\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .minimum\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .minimum\:focus\:placeholder-gray-200:focus::placeholder{
    color: #eeeeee !important;
  }

  .minimum\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e0e0e0 !important;
  }

  .minimum\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e0e0e0 !important;
  }

  .minimum\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .minimum\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .minimum\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e0e0e0 !important;
  }

  .minimum\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #bdbdbd !important;
  }

  .minimum\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #bdbdbd !important;
  }

  .minimum\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .minimum\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .minimum\:focus\:placeholder-gray-400:focus::placeholder{
    color: #bdbdbd !important;
  }

  .minimum\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #9e9e9e !important;
  }

  .minimum\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #9e9e9e !important;
  }

  .minimum\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .minimum\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .minimum\:focus\:placeholder-gray-500:focus::placeholder{
    color: #9e9e9e !important;
  }

  .minimum\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #757575 !important;
  }

  .minimum\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    color: #757575 !important;
  }

  .minimum\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #757575 !important;
  }

  .minimum\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    color: #757575 !important;
  }

  .minimum\:focus\:placeholder-gray-600:focus::placeholder{
    color: #757575 !important;
  }

  .minimum\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #616161 !important;
  }

  .minimum\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    color: #616161 !important;
  }

  .minimum\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #616161 !important;
  }

  .minimum\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    color: #616161 !important;
  }

  .minimum\:focus\:placeholder-gray-700:focus::placeholder{
    color: #616161 !important;
  }

  .minimum\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #424242 !important;
  }

  .minimum\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    color: #424242 !important;
  }

  .minimum\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #424242 !important;
  }

  .minimum\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    color: #424242 !important;
  }

  .minimum\:focus\:placeholder-gray-800:focus::placeholder{
    color: #424242 !important;
  }

  .minimum\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #212121 !important;
  }

  .minimum\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    color: #212121 !important;
  }

  .minimum\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: #212121 !important;
  }

  .minimum\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    color: #212121 !important;
  }

  .minimum\:focus\:placeholder-gray-900:focus::placeholder{
    color: #212121 !important;
  }

  .minimum\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .minimum\:focus\:placeholder-red-100:focus::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .minimum\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .minimum\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .minimum\:focus\:placeholder-red-100:focus::placeholder{
    color: #fff5f5 !important;
  }

  .minimum\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .minimum\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .minimum\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .minimum\:focus\:placeholder-red-200:focus::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .minimum\:focus\:placeholder-red-200:focus::placeholder{
    color: #fed7d7 !important;
  }

  .minimum\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .minimum\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .minimum\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .minimum\:focus\:placeholder-red-300:focus::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .minimum\:focus\:placeholder-red-300:focus::placeholder{
    color: #feb2b2 !important;
  }

  .minimum\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .minimum\:focus\:placeholder-red-400:focus::-moz-placeholder{
    color: #fc8181 !important;
  }

  .minimum\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .minimum\:focus\:placeholder-red-400:focus::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .minimum\:focus\:placeholder-red-400:focus::placeholder{
    color: #fc8181 !important;
  }

  .minimum\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .minimum\:focus\:placeholder-red-500:focus::-moz-placeholder{
    color: #f56565 !important;
  }

  .minimum\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .minimum\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .minimum\:focus\:placeholder-red-500:focus::placeholder{
    color: #f56565 !important;
  }

  .minimum\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .minimum\:focus\:placeholder-red-600:focus::-moz-placeholder{
    color: #e53e3e !important;
  }

  .minimum\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .minimum\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .minimum\:focus\:placeholder-red-600:focus::placeholder{
    color: #e53e3e !important;
  }

  .minimum\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .minimum\:focus\:placeholder-red-700:focus::-moz-placeholder{
    color: #c53030 !important;
  }

  .minimum\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .minimum\:focus\:placeholder-red-700:focus::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .minimum\:focus\:placeholder-red-700:focus::placeholder{
    color: #c53030 !important;
  }

  .minimum\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .minimum\:focus\:placeholder-red-800:focus::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .minimum\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .minimum\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .minimum\:focus\:placeholder-red-800:focus::placeholder{
    color: #9b2c2c !important;
  }

  .minimum\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .minimum\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #742a2a !important;
  }

  .minimum\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .minimum\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .minimum\:focus\:placeholder-red-900:focus::placeholder{
    color: #742a2a !important;
  }

  .minimum\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .minimum\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .minimum\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .minimum\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .minimum\:focus\:placeholder-orange-100:focus::placeholder{
    color: #fffaf0 !important;
  }

  .minimum\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .minimum\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    color: #feebc8 !important;
  }

  .minimum\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .minimum\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .minimum\:focus\:placeholder-orange-200:focus::placeholder{
    color: #feebc8 !important;
  }

  .minimum\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .minimum\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    color: #fbd38d !important;
  }

  .minimum\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .minimum\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .minimum\:focus\:placeholder-orange-300:focus::placeholder{
    color: #fbd38d !important;
  }

  .minimum\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .minimum\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .minimum\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .minimum\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .minimum\:focus\:placeholder-orange-400:focus::placeholder{
    color: #f6ad55 !important;
  }

  .minimum\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .minimum\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    color: #ed8936 !important;
  }

  .minimum\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .minimum\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .minimum\:focus\:placeholder-orange-500:focus::placeholder{
    color: #ed8936 !important;
  }

  .minimum\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .minimum\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .minimum\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .minimum\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .minimum\:focus\:placeholder-orange-600:focus::placeholder{
    color: #dd6b20 !important;
  }

  .minimum\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .minimum\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    color: #c05621 !important;
  }

  .minimum\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .minimum\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .minimum\:focus\:placeholder-orange-700:focus::placeholder{
    color: #c05621 !important;
  }

  .minimum\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .minimum\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    color: #9c4221 !important;
  }

  .minimum\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .minimum\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .minimum\:focus\:placeholder-orange-800:focus::placeholder{
    color: #9c4221 !important;
  }

  .minimum\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .minimum\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    color: #7b341e !important;
  }

  .minimum\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .minimum\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .minimum\:focus\:placeholder-orange-900:focus::placeholder{
    color: #7b341e !important;
  }

  .minimum\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .minimum\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    color: #fffff0 !important;
  }

  .minimum\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .minimum\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .minimum\:focus\:placeholder-yellow-100:focus::placeholder{
    color: #fffff0 !important;
  }

  .minimum\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .minimum\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    color: #fefcbf !important;
  }

  .minimum\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .minimum\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .minimum\:focus\:placeholder-yellow-200:focus::placeholder{
    color: #fefcbf !important;
  }

  .minimum\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .minimum\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    color: #faf089 !important;
  }

  .minimum\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .minimum\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .minimum\:focus\:placeholder-yellow-300:focus::placeholder{
    color: #faf089 !important;
  }

  .minimum\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .minimum\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    color: #f6e05e !important;
  }

  .minimum\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .minimum\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .minimum\:focus\:placeholder-yellow-400:focus::placeholder{
    color: #f6e05e !important;
  }

  .minimum\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .minimum\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    color: #ecc94b !important;
  }

  .minimum\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .minimum\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .minimum\:focus\:placeholder-yellow-500:focus::placeholder{
    color: #ecc94b !important;
  }

  .minimum\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .minimum\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    color: #d69e2e !important;
  }

  .minimum\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .minimum\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .minimum\:focus\:placeholder-yellow-600:focus::placeholder{
    color: #d69e2e !important;
  }

  .minimum\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .minimum\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    color: #b7791f !important;
  }

  .minimum\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .minimum\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .minimum\:focus\:placeholder-yellow-700:focus::placeholder{
    color: #b7791f !important;
  }

  .minimum\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .minimum\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    color: #975a16 !important;
  }

  .minimum\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .minimum\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .minimum\:focus\:placeholder-yellow-800:focus::placeholder{
    color: #975a16 !important;
  }

  .minimum\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .minimum\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    color: #744210 !important;
  }

  .minimum\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    color: #744210 !important;
  }

  .minimum\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    color: #744210 !important;
  }

  .minimum\:focus\:placeholder-yellow-900:focus::placeholder{
    color: #744210 !important;
  }

  .minimum\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .minimum\:focus\:placeholder-green-100:focus::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .minimum\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .minimum\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .minimum\:focus\:placeholder-green-100:focus::placeholder{
    color: #f0fff4 !important;
  }

  .minimum\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .minimum\:focus\:placeholder-green-200:focus::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .minimum\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .minimum\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .minimum\:focus\:placeholder-green-200:focus::placeholder{
    color: #c6f6d5 !important;
  }

  .minimum\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .minimum\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .minimum\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .minimum\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .minimum\:focus\:placeholder-green-300:focus::placeholder{
    color: #9ae6b4 !important;
  }

  .minimum\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .minimum\:focus\:placeholder-green-400:focus::-moz-placeholder{
    color: #68d391 !important;
  }

  .minimum\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .minimum\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .minimum\:focus\:placeholder-green-400:focus::placeholder{
    color: #68d391 !important;
  }

  .minimum\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .minimum\:focus\:placeholder-green-500:focus::-moz-placeholder{
    color: #48bb78 !important;
  }

  .minimum\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .minimum\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .minimum\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78 !important;
  }

  .minimum\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .minimum\:focus\:placeholder-green-600:focus::-moz-placeholder{
    color: #38a169 !important;
  }

  .minimum\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .minimum\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .minimum\:focus\:placeholder-green-600:focus::placeholder{
    color: #38a169 !important;
  }

  .minimum\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .minimum\:focus\:placeholder-green-700:focus::-moz-placeholder{
    color: #2f855a !important;
  }

  .minimum\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .minimum\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .minimum\:focus\:placeholder-green-700:focus::placeholder{
    color: #2f855a !important;
  }

  .minimum\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .minimum\:focus\:placeholder-green-800:focus::-moz-placeholder{
    color: #276749 !important;
  }

  .minimum\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    color: #276749 !important;
  }

  .minimum\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    color: #276749 !important;
  }

  .minimum\:focus\:placeholder-green-800:focus::placeholder{
    color: #276749 !important;
  }

  .minimum\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .minimum\:focus\:placeholder-green-900:focus::-moz-placeholder{
    color: #22543d !important;
  }

  .minimum\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    color: #22543d !important;
  }

  .minimum\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    color: #22543d !important;
  }

  .minimum\:focus\:placeholder-green-900:focus::placeholder{
    color: #22543d !important;
  }

  .minimum\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .minimum\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    color: #e6fffa !important;
  }

  .minimum\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .minimum\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .minimum\:focus\:placeholder-teal-100:focus::placeholder{
    color: #e6fffa !important;
  }

  .minimum\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .minimum\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .minimum\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .minimum\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .minimum\:focus\:placeholder-teal-200:focus::placeholder{
    color: #b2f5ea !important;
  }

  .minimum\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .minimum\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .minimum\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .minimum\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .minimum\:focus\:placeholder-teal-300:focus::placeholder{
    color: #81e6d9 !important;
  }

  .minimum\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .minimum\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .minimum\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .minimum\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .minimum\:focus\:placeholder-teal-400:focus::placeholder{
    color: #4fd1c5 !important;
  }

  .minimum\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .minimum\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    color: #38b2ac !important;
  }

  .minimum\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .minimum\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .minimum\:focus\:placeholder-teal-500:focus::placeholder{
    color: #38b2ac !important;
  }

  .minimum\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .minimum\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    color: #319795 !important;
  }

  .minimum\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    color: #319795 !important;
  }

  .minimum\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    color: #319795 !important;
  }

  .minimum\:focus\:placeholder-teal-600:focus::placeholder{
    color: #319795 !important;
  }

  .minimum\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .minimum\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .minimum\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .minimum\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .minimum\:focus\:placeholder-teal-700:focus::placeholder{
    color: #2c7a7b !important;
  }

  .minimum\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .minimum\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    color: #285e61 !important;
  }

  .minimum\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .minimum\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .minimum\:focus\:placeholder-teal-800:focus::placeholder{
    color: #285e61 !important;
  }

  .minimum\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .minimum\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    color: #234e52 !important;
  }

  .minimum\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .minimum\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .minimum\:focus\:placeholder-teal-900:focus::placeholder{
    color: #234e52 !important;
  }

  .minimum\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .minimum\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .minimum\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .minimum\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .minimum\:focus\:placeholder-blue-100:focus::placeholder{
    color: #ebf8ff !important;
  }

  .minimum\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .minimum\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .minimum\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .minimum\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .minimum\:focus\:placeholder-blue-200:focus::placeholder{
    color: #bee3f8 !important;
  }

  .minimum\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .minimum\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .minimum\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .minimum\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .minimum\:focus\:placeholder-blue-300:focus::placeholder{
    color: #90cdf4 !important;
  }

  .minimum\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .minimum\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    color: #63b3ed !important;
  }

  .minimum\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .minimum\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .minimum\:focus\:placeholder-blue-400:focus::placeholder{
    color: #63b3ed !important;
  }

  .minimum\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .minimum\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #4299e1 !important;
  }

  .minimum\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .minimum\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .minimum\:focus\:placeholder-blue-500:focus::placeholder{
    color: #4299e1 !important;
  }

  .minimum\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .minimum\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    color: #3182ce !important;
  }

  .minimum\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .minimum\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .minimum\:focus\:placeholder-blue-600:focus::placeholder{
    color: #3182ce !important;
  }

  .minimum\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .minimum\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .minimum\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .minimum\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .minimum\:focus\:placeholder-blue-700:focus::placeholder{
    color: #2b6cb0 !important;
  }

  .minimum\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .minimum\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    color: #2c5282 !important;
  }

  .minimum\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .minimum\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .minimum\:focus\:placeholder-blue-800:focus::placeholder{
    color: #2c5282 !important;
  }

  .minimum\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .minimum\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    color: #2a4365 !important;
  }

  .minimum\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .minimum\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .minimum\:focus\:placeholder-blue-900:focus::placeholder{
    color: #2a4365 !important;
  }

  .minimum\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .minimum\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .minimum\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .minimum\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .minimum\:focus\:placeholder-indigo-100:focus::placeholder{
    color: #ebf4ff !important;
  }

  .minimum\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .minimum\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    color: #c3dafe !important;
  }

  .minimum\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .minimum\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .minimum\:focus\:placeholder-indigo-200:focus::placeholder{
    color: #c3dafe !important;
  }

  .minimum\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .minimum\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    color: #a3bffa !important;
  }

  .minimum\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .minimum\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .minimum\:focus\:placeholder-indigo-300:focus::placeholder{
    color: #a3bffa !important;
  }

  .minimum\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .minimum\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .minimum\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .minimum\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .minimum\:focus\:placeholder-indigo-400:focus::placeholder{
    color: #7f9cf5 !important;
  }

  .minimum\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .minimum\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    color: #667eea !important;
  }

  .minimum\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    color: #667eea !important;
  }

  .minimum\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    color: #667eea !important;
  }

  .minimum\:focus\:placeholder-indigo-500:focus::placeholder{
    color: #667eea !important;
  }

  .minimum\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .minimum\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .minimum\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .minimum\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .minimum\:focus\:placeholder-indigo-600:focus::placeholder{
    color: #5a67d8 !important;
  }

  .minimum\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .minimum\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    color: #4c51bf !important;
  }

  .minimum\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .minimum\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .minimum\:focus\:placeholder-indigo-700:focus::placeholder{
    color: #4c51bf !important;
  }

  .minimum\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .minimum\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    color: #434190 !important;
  }

  .minimum\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    color: #434190 !important;
  }

  .minimum\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    color: #434190 !important;
  }

  .minimum\:focus\:placeholder-indigo-800:focus::placeholder{
    color: #434190 !important;
  }

  .minimum\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .minimum\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    color: #3c366b !important;
  }

  .minimum\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .minimum\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .minimum\:focus\:placeholder-indigo-900:focus::placeholder{
    color: #3c366b !important;
  }

  .minimum\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .minimum\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    color: #faf5ff !important;
  }

  .minimum\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .minimum\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .minimum\:focus\:placeholder-purple-100:focus::placeholder{
    color: #faf5ff !important;
  }

  .minimum\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .minimum\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .minimum\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .minimum\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .minimum\:focus\:placeholder-purple-200:focus::placeholder{
    color: #e9d8fd !important;
  }

  .minimum\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .minimum\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .minimum\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .minimum\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .minimum\:focus\:placeholder-purple-300:focus::placeholder{
    color: #d6bcfa !important;
  }

  .minimum\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .minimum\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    color: #b794f4 !important;
  }

  .minimum\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .minimum\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .minimum\:focus\:placeholder-purple-400:focus::placeholder{
    color: #b794f4 !important;
  }

  .minimum\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .minimum\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    color: #9f7aea !important;
  }

  .minimum\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .minimum\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .minimum\:focus\:placeholder-purple-500:focus::placeholder{
    color: #9f7aea !important;
  }

  .minimum\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .minimum\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    color: #805ad5 !important;
  }

  .minimum\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .minimum\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .minimum\:focus\:placeholder-purple-600:focus::placeholder{
    color: #805ad5 !important;
  }

  .minimum\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .minimum\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .minimum\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .minimum\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .minimum\:focus\:placeholder-purple-700:focus::placeholder{
    color: #6b46c1 !important;
  }

  .minimum\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .minimum\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    color: #553c9a !important;
  }

  .minimum\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .minimum\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .minimum\:focus\:placeholder-purple-800:focus::placeholder{
    color: #553c9a !important;
  }

  .minimum\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .minimum\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    color: #44337a !important;
  }

  .minimum\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    color: #44337a !important;
  }

  .minimum\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    color: #44337a !important;
  }

  .minimum\:focus\:placeholder-purple-900:focus::placeholder{
    color: #44337a !important;
  }

  .minimum\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .minimum\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .minimum\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .minimum\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .minimum\:focus\:placeholder-pink-100:focus::placeholder{
    color: #fff5f7 !important;
  }

  .minimum\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .minimum\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .minimum\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .minimum\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .minimum\:focus\:placeholder-pink-200:focus::placeholder{
    color: #fed7e2 !important;
  }

  .minimum\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .minimum\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .minimum\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .minimum\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .minimum\:focus\:placeholder-pink-300:focus::placeholder{
    color: #fbb6ce !important;
  }

  .minimum\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .minimum\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    color: #f687b3 !important;
  }

  .minimum\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .minimum\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .minimum\:focus\:placeholder-pink-400:focus::placeholder{
    color: #f687b3 !important;
  }

  .minimum\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .minimum\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .minimum\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .minimum\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .minimum\:focus\:placeholder-pink-500:focus::placeholder{
    color: #ed64a6 !important;
  }

  .minimum\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .minimum\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    color: #d53f8c !important;
  }

  .minimum\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .minimum\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .minimum\:focus\:placeholder-pink-600:focus::placeholder{
    color: #d53f8c !important;
  }

  .minimum\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .minimum\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    color: #b83280 !important;
  }

  .minimum\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .minimum\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .minimum\:focus\:placeholder-pink-700:focus::placeholder{
    color: #b83280 !important;
  }

  .minimum\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .minimum\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    color: #97266d !important;
  }

  .minimum\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    color: #97266d !important;
  }

  .minimum\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    color: #97266d !important;
  }

  .minimum\:focus\:placeholder-pink-800:focus::placeholder{
    color: #97266d !important;
  }

  .minimum\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .minimum\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    color: #702459 !important;
  }

  .minimum\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    color: #702459 !important;
  }

  .minimum\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    color: #702459 !important;
  }

  .minimum\:focus\:placeholder-pink-900:focus::placeholder{
    color: #702459 !important;
  }

  .minimum\:focus\:placeholder-cyan:focus::-webkit-input-placeholder{
    color: #9cdbff !important;
  }

  .minimum\:focus\:placeholder-cyan:focus::-moz-placeholder{
    color: #9cdbff !important;
  }

  .minimum\:focus\:placeholder-cyan:focus:-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .minimum\:focus\:placeholder-cyan:focus::-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .minimum\:focus\:placeholder-cyan:focus::placeholder{
    color: #9cdbff !important;
  }

  .minimum\:pointer-events-none{
    pointer-events: none !important;
  }

  .minimum\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .minimum\:static{
    position: static !important;
  }

  .minimum\:fixed{
    position: fixed !important;
  }

  .minimum\:absolute{
    position: absolute !important;
  }

  .minimum\:relative{
    position: relative !important;
  }

  .minimum\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .minimum\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .minimum\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .minimum\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .minimum\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .minimum\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .minimum\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .minimum\:top-0{
    top: 0 !important;
  }

  .minimum\:right-0{
    right: 0 !important;
  }

  .minimum\:bottom-0{
    bottom: 0 !important;
  }

  .minimum\:left-0{
    left: 0 !important;
  }

  .minimum\:top-auto{
    top: auto !important;
  }

  .minimum\:right-auto{
    right: auto !important;
  }

  .minimum\:bottom-auto{
    bottom: auto !important;
  }

  .minimum\:left-auto{
    left: auto !important;
  }

  .minimum\:resize-none{
    resize: none !important;
  }

  .minimum\:resize-y{
    resize: vertical !important;
  }

  .minimum\:resize-x{
    resize: horizontal !important;
  }

  .minimum\:resize{
    resize: both !important;
  }

  .minimum\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .minimum\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .minimum\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .minimum\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .minimum\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .minimum\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .minimum\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .minimum\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .minimum\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .minimum\:shadow-none{
    box-shadow: none !important;
  }

  .minimum\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .minimum\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .minimum\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .minimum\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .minimum\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .minimum\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .minimum\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .minimum\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .minimum\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .minimum\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .minimum\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .minimum\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .minimum\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .minimum\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .minimum\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .minimum\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .minimum\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .minimum\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .minimum\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .minimum\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .minimum\:fill-current{
    fill: currentColor !important;
  }

  .minimum\:stroke-current{
    stroke: currentColor !important;
  }

  .minimum\:stroke-0{
    stroke-width: 0 !important;
  }

  .minimum\:stroke-1{
    stroke-width: 1 !important;
  }

  .minimum\:stroke-2{
    stroke-width: 2 !important;
  }

  .minimum\:table-auto{
    table-layout: auto !important;
  }

  .minimum\:table-fixed{
    table-layout: fixed !important;
  }

  .minimum\:text-left{
    text-align: left !important;
  }

  .minimum\:text-center{
    text-align: center !important;
  }

  .minimum\:text-right{
    text-align: right !important;
  }

  .minimum\:text-justify{
    text-align: justify !important;
  }

  .minimum\:text-transparent{
    color: transparent !important;
  }

  .minimum\:text-black{
    color: #222222 !important;
  }

  .minimum\:text-white{
    color: #fff !important;
  }

  .minimum\:text-gray-100{
    color: #f5f5f5 !important;
  }

  .minimum\:text-gray-200{
    color: #eeeeee !important;
  }

  .minimum\:text-gray-300{
    color: #e0e0e0 !important;
  }

  .minimum\:text-gray-400{
    color: #bdbdbd !important;
  }

  .minimum\:text-gray-500{
    color: #9e9e9e !important;
  }

  .minimum\:text-gray-600{
    color: #757575 !important;
  }

  .minimum\:text-gray-700{
    color: #616161 !important;
  }

  .minimum\:text-gray-800{
    color: #424242 !important;
  }

  .minimum\:text-gray-900{
    color: #212121 !important;
  }

  .minimum\:text-red-100{
    color: #fff5f5 !important;
  }

  .minimum\:text-red-200{
    color: #fed7d7 !important;
  }

  .minimum\:text-red-300{
    color: #feb2b2 !important;
  }

  .minimum\:text-red-400{
    color: #fc8181 !important;
  }

  .minimum\:text-red-500{
    color: #f56565 !important;
  }

  .minimum\:text-red-600{
    color: #e53e3e !important;
  }

  .minimum\:text-red-700{
    color: #c53030 !important;
  }

  .minimum\:text-red-800{
    color: #9b2c2c !important;
  }

  .minimum\:text-red-900{
    color: #742a2a !important;
  }

  .minimum\:text-orange-100{
    color: #fffaf0 !important;
  }

  .minimum\:text-orange-200{
    color: #feebc8 !important;
  }

  .minimum\:text-orange-300{
    color: #fbd38d !important;
  }

  .minimum\:text-orange-400{
    color: #f6ad55 !important;
  }

  .minimum\:text-orange-500{
    color: #ed8936 !important;
  }

  .minimum\:text-orange-600{
    color: #dd6b20 !important;
  }

  .minimum\:text-orange-700{
    color: #c05621 !important;
  }

  .minimum\:text-orange-800{
    color: #9c4221 !important;
  }

  .minimum\:text-orange-900{
    color: #7b341e !important;
  }

  .minimum\:text-yellow-100{
    color: #fffff0 !important;
  }

  .minimum\:text-yellow-200{
    color: #fefcbf !important;
  }

  .minimum\:text-yellow-300{
    color: #faf089 !important;
  }

  .minimum\:text-yellow-400{
    color: #f6e05e !important;
  }

  .minimum\:text-yellow-500{
    color: #ecc94b !important;
  }

  .minimum\:text-yellow-600{
    color: #d69e2e !important;
  }

  .minimum\:text-yellow-700{
    color: #b7791f !important;
  }

  .minimum\:text-yellow-800{
    color: #975a16 !important;
  }

  .minimum\:text-yellow-900{
    color: #744210 !important;
  }

  .minimum\:text-green-100{
    color: #f0fff4 !important;
  }

  .minimum\:text-green-200{
    color: #c6f6d5 !important;
  }

  .minimum\:text-green-300{
    color: #9ae6b4 !important;
  }

  .minimum\:text-green-400{
    color: #68d391 !important;
  }

  .minimum\:text-green-500{
    color: #48bb78 !important;
  }

  .minimum\:text-green-600{
    color: #38a169 !important;
  }

  .minimum\:text-green-700{
    color: #2f855a !important;
  }

  .minimum\:text-green-800{
    color: #276749 !important;
  }

  .minimum\:text-green-900{
    color: #22543d !important;
  }

  .minimum\:text-teal-100{
    color: #e6fffa !important;
  }

  .minimum\:text-teal-200{
    color: #b2f5ea !important;
  }

  .minimum\:text-teal-300{
    color: #81e6d9 !important;
  }

  .minimum\:text-teal-400{
    color: #4fd1c5 !important;
  }

  .minimum\:text-teal-500{
    color: #38b2ac !important;
  }

  .minimum\:text-teal-600{
    color: #319795 !important;
  }

  .minimum\:text-teal-700{
    color: #2c7a7b !important;
  }

  .minimum\:text-teal-800{
    color: #285e61 !important;
  }

  .minimum\:text-teal-900{
    color: #234e52 !important;
  }

  .minimum\:text-blue-100{
    color: #ebf8ff !important;
  }

  .minimum\:text-blue-200{
    color: #bee3f8 !important;
  }

  .minimum\:text-blue-300{
    color: #90cdf4 !important;
  }

  .minimum\:text-blue-400{
    color: #63b3ed !important;
  }

  .minimum\:text-blue-500{
    color: #4299e1 !important;
  }

  .minimum\:text-blue-600{
    color: #3182ce !important;
  }

  .minimum\:text-blue-700{
    color: #2b6cb0 !important;
  }

  .minimum\:text-blue-800{
    color: #2c5282 !important;
  }

  .minimum\:text-blue-900{
    color: #2a4365 !important;
  }

  .minimum\:text-indigo-100{
    color: #ebf4ff !important;
  }

  .minimum\:text-indigo-200{
    color: #c3dafe !important;
  }

  .minimum\:text-indigo-300{
    color: #a3bffa !important;
  }

  .minimum\:text-indigo-400{
    color: #7f9cf5 !important;
  }

  .minimum\:text-indigo-500{
    color: #667eea !important;
  }

  .minimum\:text-indigo-600{
    color: #5a67d8 !important;
  }

  .minimum\:text-indigo-700{
    color: #4c51bf !important;
  }

  .minimum\:text-indigo-800{
    color: #434190 !important;
  }

  .minimum\:text-indigo-900{
    color: #3c366b !important;
  }

  .minimum\:text-purple-100{
    color: #faf5ff !important;
  }

  .minimum\:text-purple-200{
    color: #e9d8fd !important;
  }

  .minimum\:text-purple-300{
    color: #d6bcfa !important;
  }

  .minimum\:text-purple-400{
    color: #b794f4 !important;
  }

  .minimum\:text-purple-500{
    color: #9f7aea !important;
  }

  .minimum\:text-purple-600{
    color: #805ad5 !important;
  }

  .minimum\:text-purple-700{
    color: #6b46c1 !important;
  }

  .minimum\:text-purple-800{
    color: #553c9a !important;
  }

  .minimum\:text-purple-900{
    color: #44337a !important;
  }

  .minimum\:text-pink-100{
    color: #fff5f7 !important;
  }

  .minimum\:text-pink-200{
    color: #fed7e2 !important;
  }

  .minimum\:text-pink-300{
    color: #fbb6ce !important;
  }

  .minimum\:text-pink-400{
    color: #f687b3 !important;
  }

  .minimum\:text-pink-500{
    color: #ed64a6 !important;
  }

  .minimum\:text-pink-600{
    color: #d53f8c !important;
  }

  .minimum\:text-pink-700{
    color: #b83280 !important;
  }

  .minimum\:text-pink-800{
    color: #97266d !important;
  }

  .minimum\:text-pink-900{
    color: #702459 !important;
  }

  .minimum\:text-cyan{
    color: #9cdbff !important;
  }

  .minimum\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .minimum\:hover\:text-black:hover{
    color: #222222 !important;
  }

  .minimum\:hover\:text-white:hover{
    color: #fff !important;
  }

  .minimum\:hover\:text-gray-100:hover{
    color: #f5f5f5 !important;
  }

  .minimum\:hover\:text-gray-200:hover{
    color: #eeeeee !important;
  }

  .minimum\:hover\:text-gray-300:hover{
    color: #e0e0e0 !important;
  }

  .minimum\:hover\:text-gray-400:hover{
    color: #bdbdbd !important;
  }

  .minimum\:hover\:text-gray-500:hover{
    color: #9e9e9e !important;
  }

  .minimum\:hover\:text-gray-600:hover{
    color: #757575 !important;
  }

  .minimum\:hover\:text-gray-700:hover{
    color: #616161 !important;
  }

  .minimum\:hover\:text-gray-800:hover{
    color: #424242 !important;
  }

  .minimum\:hover\:text-gray-900:hover{
    color: #212121 !important;
  }

  .minimum\:hover\:text-red-100:hover{
    color: #fff5f5 !important;
  }

  .minimum\:hover\:text-red-200:hover{
    color: #fed7d7 !important;
  }

  .minimum\:hover\:text-red-300:hover{
    color: #feb2b2 !important;
  }

  .minimum\:hover\:text-red-400:hover{
    color: #fc8181 !important;
  }

  .minimum\:hover\:text-red-500:hover{
    color: #f56565 !important;
  }

  .minimum\:hover\:text-red-600:hover{
    color: #e53e3e !important;
  }

  .minimum\:hover\:text-red-700:hover{
    color: #c53030 !important;
  }

  .minimum\:hover\:text-red-800:hover{
    color: #9b2c2c !important;
  }

  .minimum\:hover\:text-red-900:hover{
    color: #742a2a !important;
  }

  .minimum\:hover\:text-orange-100:hover{
    color: #fffaf0 !important;
  }

  .minimum\:hover\:text-orange-200:hover{
    color: #feebc8 !important;
  }

  .minimum\:hover\:text-orange-300:hover{
    color: #fbd38d !important;
  }

  .minimum\:hover\:text-orange-400:hover{
    color: #f6ad55 !important;
  }

  .minimum\:hover\:text-orange-500:hover{
    color: #ed8936 !important;
  }

  .minimum\:hover\:text-orange-600:hover{
    color: #dd6b20 !important;
  }

  .minimum\:hover\:text-orange-700:hover{
    color: #c05621 !important;
  }

  .minimum\:hover\:text-orange-800:hover{
    color: #9c4221 !important;
  }

  .minimum\:hover\:text-orange-900:hover{
    color: #7b341e !important;
  }

  .minimum\:hover\:text-yellow-100:hover{
    color: #fffff0 !important;
  }

  .minimum\:hover\:text-yellow-200:hover{
    color: #fefcbf !important;
  }

  .minimum\:hover\:text-yellow-300:hover{
    color: #faf089 !important;
  }

  .minimum\:hover\:text-yellow-400:hover{
    color: #f6e05e !important;
  }

  .minimum\:hover\:text-yellow-500:hover{
    color: #ecc94b !important;
  }

  .minimum\:hover\:text-yellow-600:hover{
    color: #d69e2e !important;
  }

  .minimum\:hover\:text-yellow-700:hover{
    color: #b7791f !important;
  }

  .minimum\:hover\:text-yellow-800:hover{
    color: #975a16 !important;
  }

  .minimum\:hover\:text-yellow-900:hover{
    color: #744210 !important;
  }

  .minimum\:hover\:text-green-100:hover{
    color: #f0fff4 !important;
  }

  .minimum\:hover\:text-green-200:hover{
    color: #c6f6d5 !important;
  }

  .minimum\:hover\:text-green-300:hover{
    color: #9ae6b4 !important;
  }

  .minimum\:hover\:text-green-400:hover{
    color: #68d391 !important;
  }

  .minimum\:hover\:text-green-500:hover{
    color: #48bb78 !important;
  }

  .minimum\:hover\:text-green-600:hover{
    color: #38a169 !important;
  }

  .minimum\:hover\:text-green-700:hover{
    color: #2f855a !important;
  }

  .minimum\:hover\:text-green-800:hover{
    color: #276749 !important;
  }

  .minimum\:hover\:text-green-900:hover{
    color: #22543d !important;
  }

  .minimum\:hover\:text-teal-100:hover{
    color: #e6fffa !important;
  }

  .minimum\:hover\:text-teal-200:hover{
    color: #b2f5ea !important;
  }

  .minimum\:hover\:text-teal-300:hover{
    color: #81e6d9 !important;
  }

  .minimum\:hover\:text-teal-400:hover{
    color: #4fd1c5 !important;
  }

  .minimum\:hover\:text-teal-500:hover{
    color: #38b2ac !important;
  }

  .minimum\:hover\:text-teal-600:hover{
    color: #319795 !important;
  }

  .minimum\:hover\:text-teal-700:hover{
    color: #2c7a7b !important;
  }

  .minimum\:hover\:text-teal-800:hover{
    color: #285e61 !important;
  }

  .minimum\:hover\:text-teal-900:hover{
    color: #234e52 !important;
  }

  .minimum\:hover\:text-blue-100:hover{
    color: #ebf8ff !important;
  }

  .minimum\:hover\:text-blue-200:hover{
    color: #bee3f8 !important;
  }

  .minimum\:hover\:text-blue-300:hover{
    color: #90cdf4 !important;
  }

  .minimum\:hover\:text-blue-400:hover{
    color: #63b3ed !important;
  }

  .minimum\:hover\:text-blue-500:hover{
    color: #4299e1 !important;
  }

  .minimum\:hover\:text-blue-600:hover{
    color: #3182ce !important;
  }

  .minimum\:hover\:text-blue-700:hover{
    color: #2b6cb0 !important;
  }

  .minimum\:hover\:text-blue-800:hover{
    color: #2c5282 !important;
  }

  .minimum\:hover\:text-blue-900:hover{
    color: #2a4365 !important;
  }

  .minimum\:hover\:text-indigo-100:hover{
    color: #ebf4ff !important;
  }

  .minimum\:hover\:text-indigo-200:hover{
    color: #c3dafe !important;
  }

  .minimum\:hover\:text-indigo-300:hover{
    color: #a3bffa !important;
  }

  .minimum\:hover\:text-indigo-400:hover{
    color: #7f9cf5 !important;
  }

  .minimum\:hover\:text-indigo-500:hover{
    color: #667eea !important;
  }

  .minimum\:hover\:text-indigo-600:hover{
    color: #5a67d8 !important;
  }

  .minimum\:hover\:text-indigo-700:hover{
    color: #4c51bf !important;
  }

  .minimum\:hover\:text-indigo-800:hover{
    color: #434190 !important;
  }

  .minimum\:hover\:text-indigo-900:hover{
    color: #3c366b !important;
  }

  .minimum\:hover\:text-purple-100:hover{
    color: #faf5ff !important;
  }

  .minimum\:hover\:text-purple-200:hover{
    color: #e9d8fd !important;
  }

  .minimum\:hover\:text-purple-300:hover{
    color: #d6bcfa !important;
  }

  .minimum\:hover\:text-purple-400:hover{
    color: #b794f4 !important;
  }

  .minimum\:hover\:text-purple-500:hover{
    color: #9f7aea !important;
  }

  .minimum\:hover\:text-purple-600:hover{
    color: #805ad5 !important;
  }

  .minimum\:hover\:text-purple-700:hover{
    color: #6b46c1 !important;
  }

  .minimum\:hover\:text-purple-800:hover{
    color: #553c9a !important;
  }

  .minimum\:hover\:text-purple-900:hover{
    color: #44337a !important;
  }

  .minimum\:hover\:text-pink-100:hover{
    color: #fff5f7 !important;
  }

  .minimum\:hover\:text-pink-200:hover{
    color: #fed7e2 !important;
  }

  .minimum\:hover\:text-pink-300:hover{
    color: #fbb6ce !important;
  }

  .minimum\:hover\:text-pink-400:hover{
    color: #f687b3 !important;
  }

  .minimum\:hover\:text-pink-500:hover{
    color: #ed64a6 !important;
  }

  .minimum\:hover\:text-pink-600:hover{
    color: #d53f8c !important;
  }

  .minimum\:hover\:text-pink-700:hover{
    color: #b83280 !important;
  }

  .minimum\:hover\:text-pink-800:hover{
    color: #97266d !important;
  }

  .minimum\:hover\:text-pink-900:hover{
    color: #702459 !important;
  }

  .minimum\:hover\:text-cyan:hover{
    color: #9cdbff !important;
  }

  .minimum\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .minimum\:focus\:text-black:focus{
    color: #222222 !important;
  }

  .minimum\:focus\:text-white:focus{
    color: #fff !important;
  }

  .minimum\:focus\:text-gray-100:focus{
    color: #f5f5f5 !important;
  }

  .minimum\:focus\:text-gray-200:focus{
    color: #eeeeee !important;
  }

  .minimum\:focus\:text-gray-300:focus{
    color: #e0e0e0 !important;
  }

  .minimum\:focus\:text-gray-400:focus{
    color: #bdbdbd !important;
  }

  .minimum\:focus\:text-gray-500:focus{
    color: #9e9e9e !important;
  }

  .minimum\:focus\:text-gray-600:focus{
    color: #757575 !important;
  }

  .minimum\:focus\:text-gray-700:focus{
    color: #616161 !important;
  }

  .minimum\:focus\:text-gray-800:focus{
    color: #424242 !important;
  }

  .minimum\:focus\:text-gray-900:focus{
    color: #212121 !important;
  }

  .minimum\:focus\:text-red-100:focus{
    color: #fff5f5 !important;
  }

  .minimum\:focus\:text-red-200:focus{
    color: #fed7d7 !important;
  }

  .minimum\:focus\:text-red-300:focus{
    color: #feb2b2 !important;
  }

  .minimum\:focus\:text-red-400:focus{
    color: #fc8181 !important;
  }

  .minimum\:focus\:text-red-500:focus{
    color: #f56565 !important;
  }

  .minimum\:focus\:text-red-600:focus{
    color: #e53e3e !important;
  }

  .minimum\:focus\:text-red-700:focus{
    color: #c53030 !important;
  }

  .minimum\:focus\:text-red-800:focus{
    color: #9b2c2c !important;
  }

  .minimum\:focus\:text-red-900:focus{
    color: #742a2a !important;
  }

  .minimum\:focus\:text-orange-100:focus{
    color: #fffaf0 !important;
  }

  .minimum\:focus\:text-orange-200:focus{
    color: #feebc8 !important;
  }

  .minimum\:focus\:text-orange-300:focus{
    color: #fbd38d !important;
  }

  .minimum\:focus\:text-orange-400:focus{
    color: #f6ad55 !important;
  }

  .minimum\:focus\:text-orange-500:focus{
    color: #ed8936 !important;
  }

  .minimum\:focus\:text-orange-600:focus{
    color: #dd6b20 !important;
  }

  .minimum\:focus\:text-orange-700:focus{
    color: #c05621 !important;
  }

  .minimum\:focus\:text-orange-800:focus{
    color: #9c4221 !important;
  }

  .minimum\:focus\:text-orange-900:focus{
    color: #7b341e !important;
  }

  .minimum\:focus\:text-yellow-100:focus{
    color: #fffff0 !important;
  }

  .minimum\:focus\:text-yellow-200:focus{
    color: #fefcbf !important;
  }

  .minimum\:focus\:text-yellow-300:focus{
    color: #faf089 !important;
  }

  .minimum\:focus\:text-yellow-400:focus{
    color: #f6e05e !important;
  }

  .minimum\:focus\:text-yellow-500:focus{
    color: #ecc94b !important;
  }

  .minimum\:focus\:text-yellow-600:focus{
    color: #d69e2e !important;
  }

  .minimum\:focus\:text-yellow-700:focus{
    color: #b7791f !important;
  }

  .minimum\:focus\:text-yellow-800:focus{
    color: #975a16 !important;
  }

  .minimum\:focus\:text-yellow-900:focus{
    color: #744210 !important;
  }

  .minimum\:focus\:text-green-100:focus{
    color: #f0fff4 !important;
  }

  .minimum\:focus\:text-green-200:focus{
    color: #c6f6d5 !important;
  }

  .minimum\:focus\:text-green-300:focus{
    color: #9ae6b4 !important;
  }

  .minimum\:focus\:text-green-400:focus{
    color: #68d391 !important;
  }

  .minimum\:focus\:text-green-500:focus{
    color: #48bb78 !important;
  }

  .minimum\:focus\:text-green-600:focus{
    color: #38a169 !important;
  }

  .minimum\:focus\:text-green-700:focus{
    color: #2f855a !important;
  }

  .minimum\:focus\:text-green-800:focus{
    color: #276749 !important;
  }

  .minimum\:focus\:text-green-900:focus{
    color: #22543d !important;
  }

  .minimum\:focus\:text-teal-100:focus{
    color: #e6fffa !important;
  }

  .minimum\:focus\:text-teal-200:focus{
    color: #b2f5ea !important;
  }

  .minimum\:focus\:text-teal-300:focus{
    color: #81e6d9 !important;
  }

  .minimum\:focus\:text-teal-400:focus{
    color: #4fd1c5 !important;
  }

  .minimum\:focus\:text-teal-500:focus{
    color: #38b2ac !important;
  }

  .minimum\:focus\:text-teal-600:focus{
    color: #319795 !important;
  }

  .minimum\:focus\:text-teal-700:focus{
    color: #2c7a7b !important;
  }

  .minimum\:focus\:text-teal-800:focus{
    color: #285e61 !important;
  }

  .minimum\:focus\:text-teal-900:focus{
    color: #234e52 !important;
  }

  .minimum\:focus\:text-blue-100:focus{
    color: #ebf8ff !important;
  }

  .minimum\:focus\:text-blue-200:focus{
    color: #bee3f8 !important;
  }

  .minimum\:focus\:text-blue-300:focus{
    color: #90cdf4 !important;
  }

  .minimum\:focus\:text-blue-400:focus{
    color: #63b3ed !important;
  }

  .minimum\:focus\:text-blue-500:focus{
    color: #4299e1 !important;
  }

  .minimum\:focus\:text-blue-600:focus{
    color: #3182ce !important;
  }

  .minimum\:focus\:text-blue-700:focus{
    color: #2b6cb0 !important;
  }

  .minimum\:focus\:text-blue-800:focus{
    color: #2c5282 !important;
  }

  .minimum\:focus\:text-blue-900:focus{
    color: #2a4365 !important;
  }

  .minimum\:focus\:text-indigo-100:focus{
    color: #ebf4ff !important;
  }

  .minimum\:focus\:text-indigo-200:focus{
    color: #c3dafe !important;
  }

  .minimum\:focus\:text-indigo-300:focus{
    color: #a3bffa !important;
  }

  .minimum\:focus\:text-indigo-400:focus{
    color: #7f9cf5 !important;
  }

  .minimum\:focus\:text-indigo-500:focus{
    color: #667eea !important;
  }

  .minimum\:focus\:text-indigo-600:focus{
    color: #5a67d8 !important;
  }

  .minimum\:focus\:text-indigo-700:focus{
    color: #4c51bf !important;
  }

  .minimum\:focus\:text-indigo-800:focus{
    color: #434190 !important;
  }

  .minimum\:focus\:text-indigo-900:focus{
    color: #3c366b !important;
  }

  .minimum\:focus\:text-purple-100:focus{
    color: #faf5ff !important;
  }

  .minimum\:focus\:text-purple-200:focus{
    color: #e9d8fd !important;
  }

  .minimum\:focus\:text-purple-300:focus{
    color: #d6bcfa !important;
  }

  .minimum\:focus\:text-purple-400:focus{
    color: #b794f4 !important;
  }

  .minimum\:focus\:text-purple-500:focus{
    color: #9f7aea !important;
  }

  .minimum\:focus\:text-purple-600:focus{
    color: #805ad5 !important;
  }

  .minimum\:focus\:text-purple-700:focus{
    color: #6b46c1 !important;
  }

  .minimum\:focus\:text-purple-800:focus{
    color: #553c9a !important;
  }

  .minimum\:focus\:text-purple-900:focus{
    color: #44337a !important;
  }

  .minimum\:focus\:text-pink-100:focus{
    color: #fff5f7 !important;
  }

  .minimum\:focus\:text-pink-200:focus{
    color: #fed7e2 !important;
  }

  .minimum\:focus\:text-pink-300:focus{
    color: #fbb6ce !important;
  }

  .minimum\:focus\:text-pink-400:focus{
    color: #f687b3 !important;
  }

  .minimum\:focus\:text-pink-500:focus{
    color: #ed64a6 !important;
  }

  .minimum\:focus\:text-pink-600:focus{
    color: #d53f8c !important;
  }

  .minimum\:focus\:text-pink-700:focus{
    color: #b83280 !important;
  }

  .minimum\:focus\:text-pink-800:focus{
    color: #97266d !important;
  }

  .minimum\:focus\:text-pink-900:focus{
    color: #702459 !important;
  }

  .minimum\:focus\:text-cyan:focus{
    color: #9cdbff !important;
  }

  .minimum\:text-xs{
    font-size: 0.75rem !important;
  }

  .minimum\:text-sm{
    font-size: 0.875rem !important;
  }

  .minimum\:text-base{
    font-size: 1rem !important;
  }

  .minimum\:text-lg{
    font-size: 1.125rem !important;
  }

  .minimum\:text-xl{
    font-size: 1.25rem !important;
  }

  .minimum\:text-2xl{
    font-size: 1.5rem !important;
  }

  .minimum\:text-3xl{
    font-size: 1.875rem !important;
  }

  .minimum\:text-4xl{
    font-size: 2.25rem !important;
  }

  .minimum\:text-5xl{
    font-size: 3rem !important;
  }

  .minimum\:text-6xl{
    font-size: 4rem !important;
  }

  .minimum\:text-s1{
    font-size: 0.8rem !important;
  }

  .minimum\:text-m1{
    font-size: 1rem !important;
  }

  .minimum\:text-m2{
    font-size: 1.1rem !important;
  }

  .minimum\:text-m3{
    font-size: 1.3rem !important;
  }

  .minimum\:text-m4{
    font-size: 1.5rem !important;
  }

  .minimum\:text-l1{
    font-size: 2.0rem !important;
  }

  .minimum\:text-l2{
    font-size: 2.5rem !important;
  }

  .minimum\:italic{
    font-style: italic !important;
  }

  .minimum\:not-italic{
    font-style: normal !important;
  }

  .minimum\:uppercase{
    text-transform: uppercase !important;
  }

  .minimum\:lowercase{
    text-transform: lowercase !important;
  }

  .minimum\:capitalize{
    text-transform: capitalize !important;
  }

  .minimum\:normal-case{
    text-transform: none !important;
  }

  .minimum\:underline{
    text-decoration: underline !important;
  }

  .minimum\:line-through{
    text-decoration: line-through !important;
  }

  .minimum\:no-underline{
    text-decoration: none !important;
  }

  .minimum\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .minimum\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .minimum\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .minimum\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .minimum\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .minimum\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .minimum\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .minimum\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .minimum\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .minimum\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .minimum\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .minimum\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .minimum\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .minimum\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .minimum\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .minimum\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .minimum\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .minimum\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .minimum\:align-baseline{
    vertical-align: baseline !important;
  }

  .minimum\:align-top{
    vertical-align: top !important;
  }

  .minimum\:align-middle{
    vertical-align: middle !important;
  }

  .minimum\:align-bottom{
    vertical-align: bottom !important;
  }

  .minimum\:align-text-top{
    vertical-align: text-top !important;
  }

  .minimum\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .minimum\:visible{
    visibility: visible !important;
  }

  .minimum\:invisible{
    visibility: hidden !important;
  }

  .minimum\:whitespace-normal{
    white-space: normal !important;
  }

  .minimum\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .minimum\:whitespace-pre{
    white-space: pre !important;
  }

  .minimum\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .minimum\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .minimum\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .minimum\:break-words{
    overflow-wrap: break-word !important;
  }

  .minimum\:break-all{
    word-break: break-all !important;
  }

  .minimum\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .minimum\:w-0{
    width: 0 !important;
  }

  .minimum\:w-1{
    width: 0.25rem !important;
  }

  .minimum\:w-2{
    width: 0.5rem !important;
  }

  .minimum\:w-3{
    width: 0.75rem !important;
  }

  .minimum\:w-4{
    width: 1rem !important;
  }

  .minimum\:w-5{
    width: 1.25rem !important;
  }

  .minimum\:w-6{
    width: 1.5rem !important;
  }

  .minimum\:w-8{
    width: 2rem !important;
  }

  .minimum\:w-10{
    width: 2.5rem !important;
  }

  .minimum\:w-12{
    width: 3rem !important;
  }

  .minimum\:w-16{
    width: 4rem !important;
  }

  .minimum\:w-20{
    width: 5rem !important;
  }

  .minimum\:w-24{
    width: 6rem !important;
  }

  .minimum\:w-32{
    width: 8rem !important;
  }

  .minimum\:w-40{
    width: 10rem !important;
  }

  .minimum\:w-48{
    width: 12rem !important;
  }

  .minimum\:w-56{
    width: 14rem !important;
  }

  .minimum\:w-64{
    width: 16rem !important;
  }

  .minimum\:w-auto{
    width: auto !important;
  }

  .minimum\:w-px{
    width: 1px !important;
  }

  .minimum\:w-5px{
    width: 5px !important;
  }

  .minimum\:w-25px{
    width: 25px !important;
  }

  .minimum\:w-30px{
    width: 30px !important;
  }

  .minimum\:w-50px{
    width: 50px !important;
  }

  .minimum\:w-1\/2{
    width: 50% !important;
  }

  .minimum\:w-1\/3{
    width: 33.333333% !important;
  }

  .minimum\:w-2\/3{
    width: 66.666667% !important;
  }

  .minimum\:w-1\/4{
    width: 25% !important;
  }

  .minimum\:w-2\/4{
    width: 50% !important;
  }

  .minimum\:w-3\/4{
    width: 75% !important;
  }

  .minimum\:w-1\/5{
    width: 20% !important;
  }

  .minimum\:w-2\/5{
    width: 40% !important;
  }

  .minimum\:w-3\/5{
    width: 60% !important;
  }

  .minimum\:w-4\/5{
    width: 80% !important;
  }

  .minimum\:w-1\/6{
    width: 16.666667% !important;
  }

  .minimum\:w-2\/6{
    width: 33.333333% !important;
  }

  .minimum\:w-3\/6{
    width: 50% !important;
  }

  .minimum\:w-4\/6{
    width: 66.666667% !important;
  }

  .minimum\:w-5\/6{
    width: 83.333333% !important;
  }

  .minimum\:w-1\/12{
    width: 8.333333% !important;
  }

  .minimum\:w-2\/12{
    width: 16.666667% !important;
  }

  .minimum\:w-3\/12{
    width: 25% !important;
  }

  .minimum\:w-4\/12{
    width: 33.333333% !important;
  }

  .minimum\:w-5\/12{
    width: 41.666667% !important;
  }

  .minimum\:w-6\/12{
    width: 50% !important;
  }

  .minimum\:w-7\/12{
    width: 58.333333% !important;
  }

  .minimum\:w-8\/12{
    width: 66.666667% !important;
  }

  .minimum\:w-9\/12{
    width: 75% !important;
  }

  .minimum\:w-10\/12{
    width: 83.333333% !important;
  }

  .minimum\:w-11\/12{
    width: 91.666667% !important;
  }

  .minimum\:w-full{
    width: 100% !important;
  }

  .minimum\:w-screen{
    width: 100vw !important;
  }

  .minimum\:z-0{
    z-index: 0 !important;
  }

  .minimum\:z-10{
    z-index: 10 !important;
  }

  .minimum\:z-20{
    z-index: 20 !important;
  }

  .minimum\:z-30{
    z-index: 30 !important;
  }

  .minimum\:z-40{
    z-index: 40 !important;
  }

  .minimum\:z-50{
    z-index: 50 !important;
  }

  .minimum\:z-auto{
    z-index: auto !important;
  }

  .minimum\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .minimum\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .minimum\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .minimum\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .minimum\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .minimum\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .minimum\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .minimum\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .minimum\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .minimum\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .minimum\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .minimum\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .minimum\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .minimum\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .minimum\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .minimum\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .minimum\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .minimum\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .minimum\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .minimum\:gap-5px{
    grid-gap: 5px !important;
    gap: 5px !important;
  }

  .minimum\:gap-25px{
    grid-gap: 25px !important;
    gap: 25px !important;
  }

  .minimum\:gap-30px{
    grid-gap: 30px !important;
    gap: 30px !important;
  }

  .minimum\:gap-50px{
    grid-gap: 50px !important;
    gap: 50px !important;
  }

  .minimum\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .minimum\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .minimum\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .minimum\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .minimum\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .minimum\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .minimum\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .minimum\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .minimum\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .minimum\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .minimum\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .minimum\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .minimum\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .minimum\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .minimum\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .minimum\:col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .minimum\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .minimum\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .minimum\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .minimum\:col-gap-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
       -moz-column-gap: 5px !important;
            column-gap: 5px !important;
  }

  .minimum\:col-gap-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
       -moz-column-gap: 25px !important;
            column-gap: 25px !important;
  }

  .minimum\:col-gap-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
  }

  .minimum\:col-gap-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
       -moz-column-gap: 50px !important;
            column-gap: 50px !important;
  }

  .minimum\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .minimum\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .minimum\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .minimum\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .minimum\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .minimum\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .minimum\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .minimum\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .minimum\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .minimum\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .minimum\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .minimum\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .minimum\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .minimum\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .minimum\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .minimum\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .minimum\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .minimum\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .minimum\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .minimum\:row-gap-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .minimum\:row-gap-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .minimum\:row-gap-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .minimum\:row-gap-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .minimum\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .minimum\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .minimum\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .minimum\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .minimum\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .minimum\:col-auto{
    grid-column: auto !important;
  }

  .minimum\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .minimum\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .minimum\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .minimum\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .minimum\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .minimum\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .minimum\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .minimum\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .minimum\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .minimum\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .minimum\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .minimum\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .minimum\:col-start-1{
    grid-column-start: 1 !important;
  }

  .minimum\:col-start-2{
    grid-column-start: 2 !important;
  }

  .minimum\:col-start-3{
    grid-column-start: 3 !important;
  }

  .minimum\:col-start-4{
    grid-column-start: 4 !important;
  }

  .minimum\:col-start-5{
    grid-column-start: 5 !important;
  }

  .minimum\:col-start-6{
    grid-column-start: 6 !important;
  }

  .minimum\:col-start-7{
    grid-column-start: 7 !important;
  }

  .minimum\:col-start-8{
    grid-column-start: 8 !important;
  }

  .minimum\:col-start-9{
    grid-column-start: 9 !important;
  }

  .minimum\:col-start-10{
    grid-column-start: 10 !important;
  }

  .minimum\:col-start-11{
    grid-column-start: 11 !important;
  }

  .minimum\:col-start-12{
    grid-column-start: 12 !important;
  }

  .minimum\:col-start-13{
    grid-column-start: 13 !important;
  }

  .minimum\:col-start-auto{
    grid-column-start: auto !important;
  }

  .minimum\:col-end-1{
    grid-column-end: 1 !important;
  }

  .minimum\:col-end-2{
    grid-column-end: 2 !important;
  }

  .minimum\:col-end-3{
    grid-column-end: 3 !important;
  }

  .minimum\:col-end-4{
    grid-column-end: 4 !important;
  }

  .minimum\:col-end-5{
    grid-column-end: 5 !important;
  }

  .minimum\:col-end-6{
    grid-column-end: 6 !important;
  }

  .minimum\:col-end-7{
    grid-column-end: 7 !important;
  }

  .minimum\:col-end-8{
    grid-column-end: 8 !important;
  }

  .minimum\:col-end-9{
    grid-column-end: 9 !important;
  }

  .minimum\:col-end-10{
    grid-column-end: 10 !important;
  }

  .minimum\:col-end-11{
    grid-column-end: 11 !important;
  }

  .minimum\:col-end-12{
    grid-column-end: 12 !important;
  }

  .minimum\:col-end-13{
    grid-column-end: 13 !important;
  }

  .minimum\:col-end-auto{
    grid-column-end: auto !important;
  }

  .minimum\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .minimum\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .minimum\:row-auto{
    grid-row: auto !important;
  }

  .minimum\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .minimum\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .minimum\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .minimum\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .minimum\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .minimum\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .minimum\:row-start-1{
    grid-row-start: 1 !important;
  }

  .minimum\:row-start-2{
    grid-row-start: 2 !important;
  }

  .minimum\:row-start-3{
    grid-row-start: 3 !important;
  }

  .minimum\:row-start-4{
    grid-row-start: 4 !important;
  }

  .minimum\:row-start-5{
    grid-row-start: 5 !important;
  }

  .minimum\:row-start-6{
    grid-row-start: 6 !important;
  }

  .minimum\:row-start-7{
    grid-row-start: 7 !important;
  }

  .minimum\:row-start-auto{
    grid-row-start: auto !important;
  }

  .minimum\:row-end-1{
    grid-row-end: 1 !important;
  }

  .minimum\:row-end-2{
    grid-row-end: 2 !important;
  }

  .minimum\:row-end-3{
    grid-row-end: 3 !important;
  }

  .minimum\:row-end-4{
    grid-row-end: 4 !important;
  }

  .minimum\:row-end-5{
    grid-row-end: 5 !important;
  }

  .minimum\:row-end-6{
    grid-row-end: 6 !important;
  }

  .minimum\:row-end-7{
    grid-row-end: 7 !important;
  }

  .minimum\:row-end-auto{
    grid-row-end: auto !important;
  }

  .minimum\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .minimum\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .minimum\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .minimum\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .minimum\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .minimum\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .minimum\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .minimum\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .minimum\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .minimum\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .minimum\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .minimum\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .minimum\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .minimum\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .minimum\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .minimum\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .minimum\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .minimum\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .minimum\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .minimum\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .minimum\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .minimum\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .minimum\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .minimum\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .minimum\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .minimum\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .minimum\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .minimum\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .minimum\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .minimum\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .minimum\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .minimum\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .minimum\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .minimum\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .minimum\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .minimum\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .minimum\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .minimum\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .minimum\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .minimum\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .minimum\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .minimum\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .minimum\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .minimum\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .minimum\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .minimum\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .minimum\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .minimum\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .minimum\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .minimum\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .minimum\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .minimum\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .minimum\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .minimum\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .minimum\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .minimum\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .minimum\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .minimum\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .minimum\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .minimum\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .minimum\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .minimum\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .minimum\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .minimum\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .minimum\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .minimum\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .minimum\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .minimum\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .minimum\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .minimum\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .minimum\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .minimum\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .minimum\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .minimum\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .minimum\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .minimum\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .minimum\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .minimum\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .minimum\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .minimum\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .minimum\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .minimum\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .minimum\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .minimum\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .minimum\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .minimum\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .minimum\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .minimum\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .minimum\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .minimum\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .minimum\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .minimum\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .minimum\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .minimum\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .minimum\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .minimum\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .minimum\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .minimum\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .minimum\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .minimum\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .minimum\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .minimum\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .minimum\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .minimum\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .minimum\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .minimum\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .minimum\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .minimum\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .minimum\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .minimum\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .minimum\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .minimum\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .minimum\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .minimum\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .minimum\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .minimum\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .minimum\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .minimum\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .minimum\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .minimum\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .minimum\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .minimum\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .minimum\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .minimum\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .minimum\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .minimum\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .minimum\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .minimum\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .minimum\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .minimum\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .minimum\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .minimum\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .minimum\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .minimum\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .minimum\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .minimum\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .minimum\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .minimum\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .minimum\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .minimum\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .minimum\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .minimum\:translate-x-5px{
    --transform-translate-x: 5px !important;
  }

  .minimum\:translate-x-25px{
    --transform-translate-x: 25px !important;
  }

  .minimum\:translate-x-30px{
    --transform-translate-x: 30px !important;
  }

  .minimum\:translate-x-50px{
    --transform-translate-x: 50px !important;
  }

  .minimum\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .minimum\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .minimum\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .minimum\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .minimum\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .minimum\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .minimum\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .minimum\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .minimum\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .minimum\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .minimum\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .minimum\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .minimum\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .minimum\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .minimum\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .minimum\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .minimum\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .minimum\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .minimum\:-translate-x-5px{
    --transform-translate-x: -5px !important;
  }

  .minimum\:-translate-x-25px{
    --transform-translate-x: -25px !important;
  }

  .minimum\:-translate-x-30px{
    --transform-translate-x: -30px !important;
  }

  .minimum\:-translate-x-50px{
    --transform-translate-x: -50px !important;
  }

  .minimum\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .minimum\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .minimum\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .minimum\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .minimum\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .minimum\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .minimum\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .minimum\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .minimum\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .minimum\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .minimum\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .minimum\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .minimum\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .minimum\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .minimum\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .minimum\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .minimum\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .minimum\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .minimum\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .minimum\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .minimum\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .minimum\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .minimum\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .minimum\:translate-y-5px{
    --transform-translate-y: 5px !important;
  }

  .minimum\:translate-y-25px{
    --transform-translate-y: 25px !important;
  }

  .minimum\:translate-y-30px{
    --transform-translate-y: 30px !important;
  }

  .minimum\:translate-y-50px{
    --transform-translate-y: 50px !important;
  }

  .minimum\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .minimum\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .minimum\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .minimum\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .minimum\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .minimum\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .minimum\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .minimum\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .minimum\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .minimum\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .minimum\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .minimum\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .minimum\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .minimum\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .minimum\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .minimum\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .minimum\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .minimum\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .minimum\:-translate-y-5px{
    --transform-translate-y: -5px !important;
  }

  .minimum\:-translate-y-25px{
    --transform-translate-y: -25px !important;
  }

  .minimum\:-translate-y-30px{
    --transform-translate-y: -30px !important;
  }

  .minimum\:-translate-y-50px{
    --transform-translate-y: -50px !important;
  }

  .minimum\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .minimum\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .minimum\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .minimum\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .minimum\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .minimum\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .minimum\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .minimum\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .minimum\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .minimum\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .minimum\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .minimum\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .minimum\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .minimum\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .minimum\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .minimum\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .minimum\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .minimum\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .minimum\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .minimum\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .minimum\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .minimum\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .minimum\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .minimum\:hover\:translate-x-5px:hover{
    --transform-translate-x: 5px !important;
  }

  .minimum\:hover\:translate-x-25px:hover{
    --transform-translate-x: 25px !important;
  }

  .minimum\:hover\:translate-x-30px:hover{
    --transform-translate-x: 30px !important;
  }

  .minimum\:hover\:translate-x-50px:hover{
    --transform-translate-x: 50px !important;
  }

  .minimum\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .minimum\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .minimum\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .minimum\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .minimum\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .minimum\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .minimum\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .minimum\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .minimum\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .minimum\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .minimum\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .minimum\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .minimum\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .minimum\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .minimum\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .minimum\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .minimum\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .minimum\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .minimum\:hover\:-translate-x-5px:hover{
    --transform-translate-x: -5px !important;
  }

  .minimum\:hover\:-translate-x-25px:hover{
    --transform-translate-x: -25px !important;
  }

  .minimum\:hover\:-translate-x-30px:hover{
    --transform-translate-x: -30px !important;
  }

  .minimum\:hover\:-translate-x-50px:hover{
    --transform-translate-x: -50px !important;
  }

  .minimum\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .minimum\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .minimum\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .minimum\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .minimum\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .minimum\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .minimum\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .minimum\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .minimum\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .minimum\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .minimum\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .minimum\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .minimum\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .minimum\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .minimum\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .minimum\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .minimum\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .minimum\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .minimum\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .minimum\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .minimum\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .minimum\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .minimum\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .minimum\:hover\:translate-y-5px:hover{
    --transform-translate-y: 5px !important;
  }

  .minimum\:hover\:translate-y-25px:hover{
    --transform-translate-y: 25px !important;
  }

  .minimum\:hover\:translate-y-30px:hover{
    --transform-translate-y: 30px !important;
  }

  .minimum\:hover\:translate-y-50px:hover{
    --transform-translate-y: 50px !important;
  }

  .minimum\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .minimum\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .minimum\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .minimum\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .minimum\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .minimum\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .minimum\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .minimum\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .minimum\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .minimum\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .minimum\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .minimum\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .minimum\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .minimum\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .minimum\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .minimum\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .minimum\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .minimum\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .minimum\:hover\:-translate-y-5px:hover{
    --transform-translate-y: -5px !important;
  }

  .minimum\:hover\:-translate-y-25px:hover{
    --transform-translate-y: -25px !important;
  }

  .minimum\:hover\:-translate-y-30px:hover{
    --transform-translate-y: -30px !important;
  }

  .minimum\:hover\:-translate-y-50px:hover{
    --transform-translate-y: -50px !important;
  }

  .minimum\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .minimum\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .minimum\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .minimum\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .minimum\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .minimum\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .minimum\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .minimum\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .minimum\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .minimum\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .minimum\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .minimum\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .minimum\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .minimum\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .minimum\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .minimum\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .minimum\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .minimum\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .minimum\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .minimum\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .minimum\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .minimum\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .minimum\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .minimum\:focus\:translate-x-5px:focus{
    --transform-translate-x: 5px !important;
  }

  .minimum\:focus\:translate-x-25px:focus{
    --transform-translate-x: 25px !important;
  }

  .minimum\:focus\:translate-x-30px:focus{
    --transform-translate-x: 30px !important;
  }

  .minimum\:focus\:translate-x-50px:focus{
    --transform-translate-x: 50px !important;
  }

  .minimum\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .minimum\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .minimum\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .minimum\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .minimum\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .minimum\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .minimum\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .minimum\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .minimum\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .minimum\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .minimum\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .minimum\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .minimum\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .minimum\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .minimum\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .minimum\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .minimum\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .minimum\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .minimum\:focus\:-translate-x-5px:focus{
    --transform-translate-x: -5px !important;
  }

  .minimum\:focus\:-translate-x-25px:focus{
    --transform-translate-x: -25px !important;
  }

  .minimum\:focus\:-translate-x-30px:focus{
    --transform-translate-x: -30px !important;
  }

  .minimum\:focus\:-translate-x-50px:focus{
    --transform-translate-x: -50px !important;
  }

  .minimum\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .minimum\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .minimum\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .minimum\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .minimum\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .minimum\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .minimum\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .minimum\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .minimum\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .minimum\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .minimum\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .minimum\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .minimum\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .minimum\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .minimum\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .minimum\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .minimum\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .minimum\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .minimum\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .minimum\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .minimum\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .minimum\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .minimum\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .minimum\:focus\:translate-y-5px:focus{
    --transform-translate-y: 5px !important;
  }

  .minimum\:focus\:translate-y-25px:focus{
    --transform-translate-y: 25px !important;
  }

  .minimum\:focus\:translate-y-30px:focus{
    --transform-translate-y: 30px !important;
  }

  .minimum\:focus\:translate-y-50px:focus{
    --transform-translate-y: 50px !important;
  }

  .minimum\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .minimum\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .minimum\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .minimum\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .minimum\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .minimum\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .minimum\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .minimum\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .minimum\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .minimum\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .minimum\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .minimum\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .minimum\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .minimum\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .minimum\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .minimum\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .minimum\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .minimum\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .minimum\:focus\:-translate-y-5px:focus{
    --transform-translate-y: -5px !important;
  }

  .minimum\:focus\:-translate-y-25px:focus{
    --transform-translate-y: -25px !important;
  }

  .minimum\:focus\:-translate-y-30px:focus{
    --transform-translate-y: -30px !important;
  }

  .minimum\:focus\:-translate-y-50px:focus{
    --transform-translate-y: -50px !important;
  }

  .minimum\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .minimum\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .minimum\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .minimum\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .minimum\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .minimum\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .minimum\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .minimum\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .minimum\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .minimum\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .minimum\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .minimum\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .minimum\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .minimum\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .minimum\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .minimum\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .minimum\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .minimum\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .minimum\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .minimum\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .minimum\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .minimum\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .minimum\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .minimum\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .minimum\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .minimum\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .minimum\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .minimum\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .minimum\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .minimum\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .minimum\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .minimum\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .minimum\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .minimum\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .minimum\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .minimum\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .minimum\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .minimum\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .minimum\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .minimum\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .minimum\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .minimum\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .minimum\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .minimum\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .minimum\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .minimum\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .minimum\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .minimum\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .minimum\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform !important;
  }

  .minimum\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .minimum\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .minimum\:transition-shadow{
    -webkit-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
  }

  .minimum\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .minimum\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .minimum\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .minimum\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .minimum\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .minimum\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .minimum\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .minimum\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .minimum\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .minimum\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .minimum\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .minimum\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .minimum\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }
}

@media (min-width: 0px) and (max-width: 1023px){
  .mobile\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mobile\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mobile\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mobile\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mobile\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .mobile\:bg-fixed{
    background-attachment: fixed !important;
  }

  .mobile\:bg-local{
    background-attachment: local !important;
  }

  .mobile\:bg-scroll{
    background-attachment: scroll !important;
  }

  .mobile\:bg-transparent{
    background-color: transparent !important;
  }

  .mobile\:bg-black{
    background-color: #222222 !important;
  }

  .mobile\:bg-white{
    background-color: #fff !important;
  }

  .mobile\:bg-gray-100{
    background-color: #f5f5f5 !important;
  }

  .mobile\:bg-gray-200{
    background-color: #eeeeee !important;
  }

  .mobile\:bg-gray-300{
    background-color: #e0e0e0 !important;
  }

  .mobile\:bg-gray-400{
    background-color: #bdbdbd !important;
  }

  .mobile\:bg-gray-500{
    background-color: #9e9e9e !important;
  }

  .mobile\:bg-gray-600{
    background-color: #757575 !important;
  }

  .mobile\:bg-gray-700{
    background-color: #616161 !important;
  }

  .mobile\:bg-gray-800{
    background-color: #424242 !important;
  }

  .mobile\:bg-gray-900{
    background-color: #212121 !important;
  }

  .mobile\:bg-red-100{
    background-color: #fff5f5 !important;
  }

  .mobile\:bg-red-200{
    background-color: #fed7d7 !important;
  }

  .mobile\:bg-red-300{
    background-color: #feb2b2 !important;
  }

  .mobile\:bg-red-400{
    background-color: #fc8181 !important;
  }

  .mobile\:bg-red-500{
    background-color: #f56565 !important;
  }

  .mobile\:bg-red-600{
    background-color: #e53e3e !important;
  }

  .mobile\:bg-red-700{
    background-color: #c53030 !important;
  }

  .mobile\:bg-red-800{
    background-color: #9b2c2c !important;
  }

  .mobile\:bg-red-900{
    background-color: #742a2a !important;
  }

  .mobile\:bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .mobile\:bg-orange-200{
    background-color: #feebc8 !important;
  }

  .mobile\:bg-orange-300{
    background-color: #fbd38d !important;
  }

  .mobile\:bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .mobile\:bg-orange-500{
    background-color: #ed8936 !important;
  }

  .mobile\:bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .mobile\:bg-orange-700{
    background-color: #c05621 !important;
  }

  .mobile\:bg-orange-800{
    background-color: #9c4221 !important;
  }

  .mobile\:bg-orange-900{
    background-color: #7b341e !important;
  }

  .mobile\:bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .mobile\:bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .mobile\:bg-yellow-300{
    background-color: #faf089 !important;
  }

  .mobile\:bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .mobile\:bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .mobile\:bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .mobile\:bg-yellow-700{
    background-color: #b7791f !important;
  }

  .mobile\:bg-yellow-800{
    background-color: #975a16 !important;
  }

  .mobile\:bg-yellow-900{
    background-color: #744210 !important;
  }

  .mobile\:bg-green-100{
    background-color: #f0fff4 !important;
  }

  .mobile\:bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .mobile\:bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .mobile\:bg-green-400{
    background-color: #68d391 !important;
  }

  .mobile\:bg-green-500{
    background-color: #48bb78 !important;
  }

  .mobile\:bg-green-600{
    background-color: #38a169 !important;
  }

  .mobile\:bg-green-700{
    background-color: #2f855a !important;
  }

  .mobile\:bg-green-800{
    background-color: #276749 !important;
  }

  .mobile\:bg-green-900{
    background-color: #22543d !important;
  }

  .mobile\:bg-teal-100{
    background-color: #e6fffa !important;
  }

  .mobile\:bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .mobile\:bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .mobile\:bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .mobile\:bg-teal-500{
    background-color: #38b2ac !important;
  }

  .mobile\:bg-teal-600{
    background-color: #319795 !important;
  }

  .mobile\:bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .mobile\:bg-teal-800{
    background-color: #285e61 !important;
  }

  .mobile\:bg-teal-900{
    background-color: #234e52 !important;
  }

  .mobile\:bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .mobile\:bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .mobile\:bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .mobile\:bg-blue-400{
    background-color: #63b3ed !important;
  }

  .mobile\:bg-blue-500{
    background-color: #4299e1 !important;
  }

  .mobile\:bg-blue-600{
    background-color: #3182ce !important;
  }

  .mobile\:bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .mobile\:bg-blue-800{
    background-color: #2c5282 !important;
  }

  .mobile\:bg-blue-900{
    background-color: #2a4365 !important;
  }

  .mobile\:bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .mobile\:bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .mobile\:bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .mobile\:bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .mobile\:bg-indigo-500{
    background-color: #667eea !important;
  }

  .mobile\:bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .mobile\:bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .mobile\:bg-indigo-800{
    background-color: #434190 !important;
  }

  .mobile\:bg-indigo-900{
    background-color: #3c366b !important;
  }

  .mobile\:bg-purple-100{
    background-color: #faf5ff !important;
  }

  .mobile\:bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .mobile\:bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .mobile\:bg-purple-400{
    background-color: #b794f4 !important;
  }

  .mobile\:bg-purple-500{
    background-color: #9f7aea !important;
  }

  .mobile\:bg-purple-600{
    background-color: #805ad5 !important;
  }

  .mobile\:bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .mobile\:bg-purple-800{
    background-color: #553c9a !important;
  }

  .mobile\:bg-purple-900{
    background-color: #44337a !important;
  }

  .mobile\:bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .mobile\:bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .mobile\:bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .mobile\:bg-pink-400{
    background-color: #f687b3 !important;
  }

  .mobile\:bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .mobile\:bg-pink-600{
    background-color: #d53f8c !important;
  }

  .mobile\:bg-pink-700{
    background-color: #b83280 !important;
  }

  .mobile\:bg-pink-800{
    background-color: #97266d !important;
  }

  .mobile\:bg-pink-900{
    background-color: #702459 !important;
  }

  .mobile\:bg-cyan{
    background-color: #9cdbff !important;
  }

  .mobile\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .mobile\:hover\:bg-black:hover{
    background-color: #222222 !important;
  }

  .mobile\:hover\:bg-white:hover{
    background-color: #fff !important;
  }

  .mobile\:hover\:bg-gray-100:hover{
    background-color: #f5f5f5 !important;
  }

  .mobile\:hover\:bg-gray-200:hover{
    background-color: #eeeeee !important;
  }

  .mobile\:hover\:bg-gray-300:hover{
    background-color: #e0e0e0 !important;
  }

  .mobile\:hover\:bg-gray-400:hover{
    background-color: #bdbdbd !important;
  }

  .mobile\:hover\:bg-gray-500:hover{
    background-color: #9e9e9e !important;
  }

  .mobile\:hover\:bg-gray-600:hover{
    background-color: #757575 !important;
  }

  .mobile\:hover\:bg-gray-700:hover{
    background-color: #616161 !important;
  }

  .mobile\:hover\:bg-gray-800:hover{
    background-color: #424242 !important;
  }

  .mobile\:hover\:bg-gray-900:hover{
    background-color: #212121 !important;
  }

  .mobile\:hover\:bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .mobile\:hover\:bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .mobile\:hover\:bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .mobile\:hover\:bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .mobile\:hover\:bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .mobile\:hover\:bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .mobile\:hover\:bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .mobile\:hover\:bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .mobile\:hover\:bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .mobile\:hover\:bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .mobile\:hover\:bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .mobile\:hover\:bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .mobile\:hover\:bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .mobile\:hover\:bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .mobile\:hover\:bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .mobile\:hover\:bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .mobile\:hover\:bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .mobile\:hover\:bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .mobile\:hover\:bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .mobile\:hover\:bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .mobile\:hover\:bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .mobile\:hover\:bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .mobile\:hover\:bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .mobile\:hover\:bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .mobile\:hover\:bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .mobile\:hover\:bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .mobile\:hover\:bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .mobile\:hover\:bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .mobile\:hover\:bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .mobile\:hover\:bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .mobile\:hover\:bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .mobile\:hover\:bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .mobile\:hover\:bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .mobile\:hover\:bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .mobile\:hover\:bg-green-800:hover{
    background-color: #276749 !important;
  }

  .mobile\:hover\:bg-green-900:hover{
    background-color: #22543d !important;
  }

  .mobile\:hover\:bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .mobile\:hover\:bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .mobile\:hover\:bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .mobile\:hover\:bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .mobile\:hover\:bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .mobile\:hover\:bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .mobile\:hover\:bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .mobile\:hover\:bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .mobile\:hover\:bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .mobile\:hover\:bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .mobile\:hover\:bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .mobile\:hover\:bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .mobile\:hover\:bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .mobile\:hover\:bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .mobile\:hover\:bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .mobile\:hover\:bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .mobile\:hover\:bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .mobile\:hover\:bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .mobile\:hover\:bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .mobile\:hover\:bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .mobile\:hover\:bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .mobile\:hover\:bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .mobile\:hover\:bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .mobile\:hover\:bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .mobile\:hover\:bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .mobile\:hover\:bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .mobile\:hover\:bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .mobile\:hover\:bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .mobile\:hover\:bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .mobile\:hover\:bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .mobile\:hover\:bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .mobile\:hover\:bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .mobile\:hover\:bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .mobile\:hover\:bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .mobile\:hover\:bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .mobile\:hover\:bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .mobile\:hover\:bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .mobile\:hover\:bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .mobile\:hover\:bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .mobile\:hover\:bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .mobile\:hover\:bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .mobile\:hover\:bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .mobile\:hover\:bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .mobile\:hover\:bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .mobile\:hover\:bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .mobile\:hover\:bg-cyan:hover{
    background-color: #9cdbff !important;
  }

  .mobile\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .mobile\:focus\:bg-black:focus{
    background-color: #222222 !important;
  }

  .mobile\:focus\:bg-white:focus{
    background-color: #fff !important;
  }

  .mobile\:focus\:bg-gray-100:focus{
    background-color: #f5f5f5 !important;
  }

  .mobile\:focus\:bg-gray-200:focus{
    background-color: #eeeeee !important;
  }

  .mobile\:focus\:bg-gray-300:focus{
    background-color: #e0e0e0 !important;
  }

  .mobile\:focus\:bg-gray-400:focus{
    background-color: #bdbdbd !important;
  }

  .mobile\:focus\:bg-gray-500:focus{
    background-color: #9e9e9e !important;
  }

  .mobile\:focus\:bg-gray-600:focus{
    background-color: #757575 !important;
  }

  .mobile\:focus\:bg-gray-700:focus{
    background-color: #616161 !important;
  }

  .mobile\:focus\:bg-gray-800:focus{
    background-color: #424242 !important;
  }

  .mobile\:focus\:bg-gray-900:focus{
    background-color: #212121 !important;
  }

  .mobile\:focus\:bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .mobile\:focus\:bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .mobile\:focus\:bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .mobile\:focus\:bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .mobile\:focus\:bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .mobile\:focus\:bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .mobile\:focus\:bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .mobile\:focus\:bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .mobile\:focus\:bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .mobile\:focus\:bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .mobile\:focus\:bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .mobile\:focus\:bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .mobile\:focus\:bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .mobile\:focus\:bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .mobile\:focus\:bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .mobile\:focus\:bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .mobile\:focus\:bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .mobile\:focus\:bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .mobile\:focus\:bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .mobile\:focus\:bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .mobile\:focus\:bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .mobile\:focus\:bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .mobile\:focus\:bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .mobile\:focus\:bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .mobile\:focus\:bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .mobile\:focus\:bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .mobile\:focus\:bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .mobile\:focus\:bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .mobile\:focus\:bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .mobile\:focus\:bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .mobile\:focus\:bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .mobile\:focus\:bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .mobile\:focus\:bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .mobile\:focus\:bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .mobile\:focus\:bg-green-800:focus{
    background-color: #276749 !important;
  }

  .mobile\:focus\:bg-green-900:focus{
    background-color: #22543d !important;
  }

  .mobile\:focus\:bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .mobile\:focus\:bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .mobile\:focus\:bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .mobile\:focus\:bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .mobile\:focus\:bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .mobile\:focus\:bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .mobile\:focus\:bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .mobile\:focus\:bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .mobile\:focus\:bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .mobile\:focus\:bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .mobile\:focus\:bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .mobile\:focus\:bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .mobile\:focus\:bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .mobile\:focus\:bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .mobile\:focus\:bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .mobile\:focus\:bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .mobile\:focus\:bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .mobile\:focus\:bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .mobile\:focus\:bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .mobile\:focus\:bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .mobile\:focus\:bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .mobile\:focus\:bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .mobile\:focus\:bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .mobile\:focus\:bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .mobile\:focus\:bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .mobile\:focus\:bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .mobile\:focus\:bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .mobile\:focus\:bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .mobile\:focus\:bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .mobile\:focus\:bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .mobile\:focus\:bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .mobile\:focus\:bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .mobile\:focus\:bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .mobile\:focus\:bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .mobile\:focus\:bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .mobile\:focus\:bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .mobile\:focus\:bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .mobile\:focus\:bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .mobile\:focus\:bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .mobile\:focus\:bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .mobile\:focus\:bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .mobile\:focus\:bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .mobile\:focus\:bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .mobile\:focus\:bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .mobile\:focus\:bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .mobile\:focus\:bg-cyan:focus{
    background-color: #9cdbff !important;
  }

  .mobile\:bg-bottom{
    background-position: bottom !important;
  }

  .mobile\:bg-center{
    background-position: center !important;
  }

  .mobile\:bg-left{
    background-position: left !important;
  }

  .mobile\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .mobile\:bg-left-top{
    background-position: left top !important;
  }

  .mobile\:bg-right{
    background-position: right !important;
  }

  .mobile\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .mobile\:bg-right-top{
    background-position: right top !important;
  }

  .mobile\:bg-top{
    background-position: top !important;
  }

  .mobile\:bg-repeat{
    background-repeat: repeat !important;
  }

  .mobile\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .mobile\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .mobile\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .mobile\:bg-repeat-round{
    background-repeat: round !important;
  }

  .mobile\:bg-repeat-space{
    background-repeat: space !important;
  }

  .mobile\:bg-auto{
    background-size: auto !important;
  }

  .mobile\:bg-cover{
    background-size: cover !important;
  }

  .mobile\:bg-contain{
    background-size: contain !important;
  }

  .mobile\:border-collapse{
    border-collapse: collapse !important;
  }

  .mobile\:border-separate{
    border-collapse: separate !important;
  }

  .mobile\:border-transparent{
    border-color: transparent !important;
  }

  .mobile\:border-black{
    border-color: #222222 !important;
  }

  .mobile\:border-white{
    border-color: #fff !important;
  }

  .mobile\:border-gray-100{
    border-color: #f5f5f5 !important;
  }

  .mobile\:border-gray-200{
    border-color: #eeeeee !important;
  }

  .mobile\:border-gray-300{
    border-color: #e0e0e0 !important;
  }

  .mobile\:border-gray-400{
    border-color: #bdbdbd !important;
  }

  .mobile\:border-gray-500{
    border-color: #9e9e9e !important;
  }

  .mobile\:border-gray-600{
    border-color: #757575 !important;
  }

  .mobile\:border-gray-700{
    border-color: #616161 !important;
  }

  .mobile\:border-gray-800{
    border-color: #424242 !important;
  }

  .mobile\:border-gray-900{
    border-color: #212121 !important;
  }

  .mobile\:border-red-100{
    border-color: #fff5f5 !important;
  }

  .mobile\:border-red-200{
    border-color: #fed7d7 !important;
  }

  .mobile\:border-red-300{
    border-color: #feb2b2 !important;
  }

  .mobile\:border-red-400{
    border-color: #fc8181 !important;
  }

  .mobile\:border-red-500{
    border-color: #f56565 !important;
  }

  .mobile\:border-red-600{
    border-color: #e53e3e !important;
  }

  .mobile\:border-red-700{
    border-color: #c53030 !important;
  }

  .mobile\:border-red-800{
    border-color: #9b2c2c !important;
  }

  .mobile\:border-red-900{
    border-color: #742a2a !important;
  }

  .mobile\:border-orange-100{
    border-color: #fffaf0 !important;
  }

  .mobile\:border-orange-200{
    border-color: #feebc8 !important;
  }

  .mobile\:border-orange-300{
    border-color: #fbd38d !important;
  }

  .mobile\:border-orange-400{
    border-color: #f6ad55 !important;
  }

  .mobile\:border-orange-500{
    border-color: #ed8936 !important;
  }

  .mobile\:border-orange-600{
    border-color: #dd6b20 !important;
  }

  .mobile\:border-orange-700{
    border-color: #c05621 !important;
  }

  .mobile\:border-orange-800{
    border-color: #9c4221 !important;
  }

  .mobile\:border-orange-900{
    border-color: #7b341e !important;
  }

  .mobile\:border-yellow-100{
    border-color: #fffff0 !important;
  }

  .mobile\:border-yellow-200{
    border-color: #fefcbf !important;
  }

  .mobile\:border-yellow-300{
    border-color: #faf089 !important;
  }

  .mobile\:border-yellow-400{
    border-color: #f6e05e !important;
  }

  .mobile\:border-yellow-500{
    border-color: #ecc94b !important;
  }

  .mobile\:border-yellow-600{
    border-color: #d69e2e !important;
  }

  .mobile\:border-yellow-700{
    border-color: #b7791f !important;
  }

  .mobile\:border-yellow-800{
    border-color: #975a16 !important;
  }

  .mobile\:border-yellow-900{
    border-color: #744210 !important;
  }

  .mobile\:border-green-100{
    border-color: #f0fff4 !important;
  }

  .mobile\:border-green-200{
    border-color: #c6f6d5 !important;
  }

  .mobile\:border-green-300{
    border-color: #9ae6b4 !important;
  }

  .mobile\:border-green-400{
    border-color: #68d391 !important;
  }

  .mobile\:border-green-500{
    border-color: #48bb78 !important;
  }

  .mobile\:border-green-600{
    border-color: #38a169 !important;
  }

  .mobile\:border-green-700{
    border-color: #2f855a !important;
  }

  .mobile\:border-green-800{
    border-color: #276749 !important;
  }

  .mobile\:border-green-900{
    border-color: #22543d !important;
  }

  .mobile\:border-teal-100{
    border-color: #e6fffa !important;
  }

  .mobile\:border-teal-200{
    border-color: #b2f5ea !important;
  }

  .mobile\:border-teal-300{
    border-color: #81e6d9 !important;
  }

  .mobile\:border-teal-400{
    border-color: #4fd1c5 !important;
  }

  .mobile\:border-teal-500{
    border-color: #38b2ac !important;
  }

  .mobile\:border-teal-600{
    border-color: #319795 !important;
  }

  .mobile\:border-teal-700{
    border-color: #2c7a7b !important;
  }

  .mobile\:border-teal-800{
    border-color: #285e61 !important;
  }

  .mobile\:border-teal-900{
    border-color: #234e52 !important;
  }

  .mobile\:border-blue-100{
    border-color: #ebf8ff !important;
  }

  .mobile\:border-blue-200{
    border-color: #bee3f8 !important;
  }

  .mobile\:border-blue-300{
    border-color: #90cdf4 !important;
  }

  .mobile\:border-blue-400{
    border-color: #63b3ed !important;
  }

  .mobile\:border-blue-500{
    border-color: #4299e1 !important;
  }

  .mobile\:border-blue-600{
    border-color: #3182ce !important;
  }

  .mobile\:border-blue-700{
    border-color: #2b6cb0 !important;
  }

  .mobile\:border-blue-800{
    border-color: #2c5282 !important;
  }

  .mobile\:border-blue-900{
    border-color: #2a4365 !important;
  }

  .mobile\:border-indigo-100{
    border-color: #ebf4ff !important;
  }

  .mobile\:border-indigo-200{
    border-color: #c3dafe !important;
  }

  .mobile\:border-indigo-300{
    border-color: #a3bffa !important;
  }

  .mobile\:border-indigo-400{
    border-color: #7f9cf5 !important;
  }

  .mobile\:border-indigo-500{
    border-color: #667eea !important;
  }

  .mobile\:border-indigo-600{
    border-color: #5a67d8 !important;
  }

  .mobile\:border-indigo-700{
    border-color: #4c51bf !important;
  }

  .mobile\:border-indigo-800{
    border-color: #434190 !important;
  }

  .mobile\:border-indigo-900{
    border-color: #3c366b !important;
  }

  .mobile\:border-purple-100{
    border-color: #faf5ff !important;
  }

  .mobile\:border-purple-200{
    border-color: #e9d8fd !important;
  }

  .mobile\:border-purple-300{
    border-color: #d6bcfa !important;
  }

  .mobile\:border-purple-400{
    border-color: #b794f4 !important;
  }

  .mobile\:border-purple-500{
    border-color: #9f7aea !important;
  }

  .mobile\:border-purple-600{
    border-color: #805ad5 !important;
  }

  .mobile\:border-purple-700{
    border-color: #6b46c1 !important;
  }

  .mobile\:border-purple-800{
    border-color: #553c9a !important;
  }

  .mobile\:border-purple-900{
    border-color: #44337a !important;
  }

  .mobile\:border-pink-100{
    border-color: #fff5f7 !important;
  }

  .mobile\:border-pink-200{
    border-color: #fed7e2 !important;
  }

  .mobile\:border-pink-300{
    border-color: #fbb6ce !important;
  }

  .mobile\:border-pink-400{
    border-color: #f687b3 !important;
  }

  .mobile\:border-pink-500{
    border-color: #ed64a6 !important;
  }

  .mobile\:border-pink-600{
    border-color: #d53f8c !important;
  }

  .mobile\:border-pink-700{
    border-color: #b83280 !important;
  }

  .mobile\:border-pink-800{
    border-color: #97266d !important;
  }

  .mobile\:border-pink-900{
    border-color: #702459 !important;
  }

  .mobile\:border-cyan{
    border-color: #9cdbff !important;
  }

  .mobile\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .mobile\:hover\:border-black:hover{
    border-color: #222222 !important;
  }

  .mobile\:hover\:border-white:hover{
    border-color: #fff !important;
  }

  .mobile\:hover\:border-gray-100:hover{
    border-color: #f5f5f5 !important;
  }

  .mobile\:hover\:border-gray-200:hover{
    border-color: #eeeeee !important;
  }

  .mobile\:hover\:border-gray-300:hover{
    border-color: #e0e0e0 !important;
  }

  .mobile\:hover\:border-gray-400:hover{
    border-color: #bdbdbd !important;
  }

  .mobile\:hover\:border-gray-500:hover{
    border-color: #9e9e9e !important;
  }

  .mobile\:hover\:border-gray-600:hover{
    border-color: #757575 !important;
  }

  .mobile\:hover\:border-gray-700:hover{
    border-color: #616161 !important;
  }

  .mobile\:hover\:border-gray-800:hover{
    border-color: #424242 !important;
  }

  .mobile\:hover\:border-gray-900:hover{
    border-color: #212121 !important;
  }

  .mobile\:hover\:border-red-100:hover{
    border-color: #fff5f5 !important;
  }

  .mobile\:hover\:border-red-200:hover{
    border-color: #fed7d7 !important;
  }

  .mobile\:hover\:border-red-300:hover{
    border-color: #feb2b2 !important;
  }

  .mobile\:hover\:border-red-400:hover{
    border-color: #fc8181 !important;
  }

  .mobile\:hover\:border-red-500:hover{
    border-color: #f56565 !important;
  }

  .mobile\:hover\:border-red-600:hover{
    border-color: #e53e3e !important;
  }

  .mobile\:hover\:border-red-700:hover{
    border-color: #c53030 !important;
  }

  .mobile\:hover\:border-red-800:hover{
    border-color: #9b2c2c !important;
  }

  .mobile\:hover\:border-red-900:hover{
    border-color: #742a2a !important;
  }

  .mobile\:hover\:border-orange-100:hover{
    border-color: #fffaf0 !important;
  }

  .mobile\:hover\:border-orange-200:hover{
    border-color: #feebc8 !important;
  }

  .mobile\:hover\:border-orange-300:hover{
    border-color: #fbd38d !important;
  }

  .mobile\:hover\:border-orange-400:hover{
    border-color: #f6ad55 !important;
  }

  .mobile\:hover\:border-orange-500:hover{
    border-color: #ed8936 !important;
  }

  .mobile\:hover\:border-orange-600:hover{
    border-color: #dd6b20 !important;
  }

  .mobile\:hover\:border-orange-700:hover{
    border-color: #c05621 !important;
  }

  .mobile\:hover\:border-orange-800:hover{
    border-color: #9c4221 !important;
  }

  .mobile\:hover\:border-orange-900:hover{
    border-color: #7b341e !important;
  }

  .mobile\:hover\:border-yellow-100:hover{
    border-color: #fffff0 !important;
  }

  .mobile\:hover\:border-yellow-200:hover{
    border-color: #fefcbf !important;
  }

  .mobile\:hover\:border-yellow-300:hover{
    border-color: #faf089 !important;
  }

  .mobile\:hover\:border-yellow-400:hover{
    border-color: #f6e05e !important;
  }

  .mobile\:hover\:border-yellow-500:hover{
    border-color: #ecc94b !important;
  }

  .mobile\:hover\:border-yellow-600:hover{
    border-color: #d69e2e !important;
  }

  .mobile\:hover\:border-yellow-700:hover{
    border-color: #b7791f !important;
  }

  .mobile\:hover\:border-yellow-800:hover{
    border-color: #975a16 !important;
  }

  .mobile\:hover\:border-yellow-900:hover{
    border-color: #744210 !important;
  }

  .mobile\:hover\:border-green-100:hover{
    border-color: #f0fff4 !important;
  }

  .mobile\:hover\:border-green-200:hover{
    border-color: #c6f6d5 !important;
  }

  .mobile\:hover\:border-green-300:hover{
    border-color: #9ae6b4 !important;
  }

  .mobile\:hover\:border-green-400:hover{
    border-color: #68d391 !important;
  }

  .mobile\:hover\:border-green-500:hover{
    border-color: #48bb78 !important;
  }

  .mobile\:hover\:border-green-600:hover{
    border-color: #38a169 !important;
  }

  .mobile\:hover\:border-green-700:hover{
    border-color: #2f855a !important;
  }

  .mobile\:hover\:border-green-800:hover{
    border-color: #276749 !important;
  }

  .mobile\:hover\:border-green-900:hover{
    border-color: #22543d !important;
  }

  .mobile\:hover\:border-teal-100:hover{
    border-color: #e6fffa !important;
  }

  .mobile\:hover\:border-teal-200:hover{
    border-color: #b2f5ea !important;
  }

  .mobile\:hover\:border-teal-300:hover{
    border-color: #81e6d9 !important;
  }

  .mobile\:hover\:border-teal-400:hover{
    border-color: #4fd1c5 !important;
  }

  .mobile\:hover\:border-teal-500:hover{
    border-color: #38b2ac !important;
  }

  .mobile\:hover\:border-teal-600:hover{
    border-color: #319795 !important;
  }

  .mobile\:hover\:border-teal-700:hover{
    border-color: #2c7a7b !important;
  }

  .mobile\:hover\:border-teal-800:hover{
    border-color: #285e61 !important;
  }

  .mobile\:hover\:border-teal-900:hover{
    border-color: #234e52 !important;
  }

  .mobile\:hover\:border-blue-100:hover{
    border-color: #ebf8ff !important;
  }

  .mobile\:hover\:border-blue-200:hover{
    border-color: #bee3f8 !important;
  }

  .mobile\:hover\:border-blue-300:hover{
    border-color: #90cdf4 !important;
  }

  .mobile\:hover\:border-blue-400:hover{
    border-color: #63b3ed !important;
  }

  .mobile\:hover\:border-blue-500:hover{
    border-color: #4299e1 !important;
  }

  .mobile\:hover\:border-blue-600:hover{
    border-color: #3182ce !important;
  }

  .mobile\:hover\:border-blue-700:hover{
    border-color: #2b6cb0 !important;
  }

  .mobile\:hover\:border-blue-800:hover{
    border-color: #2c5282 !important;
  }

  .mobile\:hover\:border-blue-900:hover{
    border-color: #2a4365 !important;
  }

  .mobile\:hover\:border-indigo-100:hover{
    border-color: #ebf4ff !important;
  }

  .mobile\:hover\:border-indigo-200:hover{
    border-color: #c3dafe !important;
  }

  .mobile\:hover\:border-indigo-300:hover{
    border-color: #a3bffa !important;
  }

  .mobile\:hover\:border-indigo-400:hover{
    border-color: #7f9cf5 !important;
  }

  .mobile\:hover\:border-indigo-500:hover{
    border-color: #667eea !important;
  }

  .mobile\:hover\:border-indigo-600:hover{
    border-color: #5a67d8 !important;
  }

  .mobile\:hover\:border-indigo-700:hover{
    border-color: #4c51bf !important;
  }

  .mobile\:hover\:border-indigo-800:hover{
    border-color: #434190 !important;
  }

  .mobile\:hover\:border-indigo-900:hover{
    border-color: #3c366b !important;
  }

  .mobile\:hover\:border-purple-100:hover{
    border-color: #faf5ff !important;
  }

  .mobile\:hover\:border-purple-200:hover{
    border-color: #e9d8fd !important;
  }

  .mobile\:hover\:border-purple-300:hover{
    border-color: #d6bcfa !important;
  }

  .mobile\:hover\:border-purple-400:hover{
    border-color: #b794f4 !important;
  }

  .mobile\:hover\:border-purple-500:hover{
    border-color: #9f7aea !important;
  }

  .mobile\:hover\:border-purple-600:hover{
    border-color: #805ad5 !important;
  }

  .mobile\:hover\:border-purple-700:hover{
    border-color: #6b46c1 !important;
  }

  .mobile\:hover\:border-purple-800:hover{
    border-color: #553c9a !important;
  }

  .mobile\:hover\:border-purple-900:hover{
    border-color: #44337a !important;
  }

  .mobile\:hover\:border-pink-100:hover{
    border-color: #fff5f7 !important;
  }

  .mobile\:hover\:border-pink-200:hover{
    border-color: #fed7e2 !important;
  }

  .mobile\:hover\:border-pink-300:hover{
    border-color: #fbb6ce !important;
  }

  .mobile\:hover\:border-pink-400:hover{
    border-color: #f687b3 !important;
  }

  .mobile\:hover\:border-pink-500:hover{
    border-color: #ed64a6 !important;
  }

  .mobile\:hover\:border-pink-600:hover{
    border-color: #d53f8c !important;
  }

  .mobile\:hover\:border-pink-700:hover{
    border-color: #b83280 !important;
  }

  .mobile\:hover\:border-pink-800:hover{
    border-color: #97266d !important;
  }

  .mobile\:hover\:border-pink-900:hover{
    border-color: #702459 !important;
  }

  .mobile\:hover\:border-cyan:hover{
    border-color: #9cdbff !important;
  }

  .mobile\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .mobile\:focus\:border-black:focus{
    border-color: #222222 !important;
  }

  .mobile\:focus\:border-white:focus{
    border-color: #fff !important;
  }

  .mobile\:focus\:border-gray-100:focus{
    border-color: #f5f5f5 !important;
  }

  .mobile\:focus\:border-gray-200:focus{
    border-color: #eeeeee !important;
  }

  .mobile\:focus\:border-gray-300:focus{
    border-color: #e0e0e0 !important;
  }

  .mobile\:focus\:border-gray-400:focus{
    border-color: #bdbdbd !important;
  }

  .mobile\:focus\:border-gray-500:focus{
    border-color: #9e9e9e !important;
  }

  .mobile\:focus\:border-gray-600:focus{
    border-color: #757575 !important;
  }

  .mobile\:focus\:border-gray-700:focus{
    border-color: #616161 !important;
  }

  .mobile\:focus\:border-gray-800:focus{
    border-color: #424242 !important;
  }

  .mobile\:focus\:border-gray-900:focus{
    border-color: #212121 !important;
  }

  .mobile\:focus\:border-red-100:focus{
    border-color: #fff5f5 !important;
  }

  .mobile\:focus\:border-red-200:focus{
    border-color: #fed7d7 !important;
  }

  .mobile\:focus\:border-red-300:focus{
    border-color: #feb2b2 !important;
  }

  .mobile\:focus\:border-red-400:focus{
    border-color: #fc8181 !important;
  }

  .mobile\:focus\:border-red-500:focus{
    border-color: #f56565 !important;
  }

  .mobile\:focus\:border-red-600:focus{
    border-color: #e53e3e !important;
  }

  .mobile\:focus\:border-red-700:focus{
    border-color: #c53030 !important;
  }

  .mobile\:focus\:border-red-800:focus{
    border-color: #9b2c2c !important;
  }

  .mobile\:focus\:border-red-900:focus{
    border-color: #742a2a !important;
  }

  .mobile\:focus\:border-orange-100:focus{
    border-color: #fffaf0 !important;
  }

  .mobile\:focus\:border-orange-200:focus{
    border-color: #feebc8 !important;
  }

  .mobile\:focus\:border-orange-300:focus{
    border-color: #fbd38d !important;
  }

  .mobile\:focus\:border-orange-400:focus{
    border-color: #f6ad55 !important;
  }

  .mobile\:focus\:border-orange-500:focus{
    border-color: #ed8936 !important;
  }

  .mobile\:focus\:border-orange-600:focus{
    border-color: #dd6b20 !important;
  }

  .mobile\:focus\:border-orange-700:focus{
    border-color: #c05621 !important;
  }

  .mobile\:focus\:border-orange-800:focus{
    border-color: #9c4221 !important;
  }

  .mobile\:focus\:border-orange-900:focus{
    border-color: #7b341e !important;
  }

  .mobile\:focus\:border-yellow-100:focus{
    border-color: #fffff0 !important;
  }

  .mobile\:focus\:border-yellow-200:focus{
    border-color: #fefcbf !important;
  }

  .mobile\:focus\:border-yellow-300:focus{
    border-color: #faf089 !important;
  }

  .mobile\:focus\:border-yellow-400:focus{
    border-color: #f6e05e !important;
  }

  .mobile\:focus\:border-yellow-500:focus{
    border-color: #ecc94b !important;
  }

  .mobile\:focus\:border-yellow-600:focus{
    border-color: #d69e2e !important;
  }

  .mobile\:focus\:border-yellow-700:focus{
    border-color: #b7791f !important;
  }

  .mobile\:focus\:border-yellow-800:focus{
    border-color: #975a16 !important;
  }

  .mobile\:focus\:border-yellow-900:focus{
    border-color: #744210 !important;
  }

  .mobile\:focus\:border-green-100:focus{
    border-color: #f0fff4 !important;
  }

  .mobile\:focus\:border-green-200:focus{
    border-color: #c6f6d5 !important;
  }

  .mobile\:focus\:border-green-300:focus{
    border-color: #9ae6b4 !important;
  }

  .mobile\:focus\:border-green-400:focus{
    border-color: #68d391 !important;
  }

  .mobile\:focus\:border-green-500:focus{
    border-color: #48bb78 !important;
  }

  .mobile\:focus\:border-green-600:focus{
    border-color: #38a169 !important;
  }

  .mobile\:focus\:border-green-700:focus{
    border-color: #2f855a !important;
  }

  .mobile\:focus\:border-green-800:focus{
    border-color: #276749 !important;
  }

  .mobile\:focus\:border-green-900:focus{
    border-color: #22543d !important;
  }

  .mobile\:focus\:border-teal-100:focus{
    border-color: #e6fffa !important;
  }

  .mobile\:focus\:border-teal-200:focus{
    border-color: #b2f5ea !important;
  }

  .mobile\:focus\:border-teal-300:focus{
    border-color: #81e6d9 !important;
  }

  .mobile\:focus\:border-teal-400:focus{
    border-color: #4fd1c5 !important;
  }

  .mobile\:focus\:border-teal-500:focus{
    border-color: #38b2ac !important;
  }

  .mobile\:focus\:border-teal-600:focus{
    border-color: #319795 !important;
  }

  .mobile\:focus\:border-teal-700:focus{
    border-color: #2c7a7b !important;
  }

  .mobile\:focus\:border-teal-800:focus{
    border-color: #285e61 !important;
  }

  .mobile\:focus\:border-teal-900:focus{
    border-color: #234e52 !important;
  }

  .mobile\:focus\:border-blue-100:focus{
    border-color: #ebf8ff !important;
  }

  .mobile\:focus\:border-blue-200:focus{
    border-color: #bee3f8 !important;
  }

  .mobile\:focus\:border-blue-300:focus{
    border-color: #90cdf4 !important;
  }

  .mobile\:focus\:border-blue-400:focus{
    border-color: #63b3ed !important;
  }

  .mobile\:focus\:border-blue-500:focus{
    border-color: #4299e1 !important;
  }

  .mobile\:focus\:border-blue-600:focus{
    border-color: #3182ce !important;
  }

  .mobile\:focus\:border-blue-700:focus{
    border-color: #2b6cb0 !important;
  }

  .mobile\:focus\:border-blue-800:focus{
    border-color: #2c5282 !important;
  }

  .mobile\:focus\:border-blue-900:focus{
    border-color: #2a4365 !important;
  }

  .mobile\:focus\:border-indigo-100:focus{
    border-color: #ebf4ff !important;
  }

  .mobile\:focus\:border-indigo-200:focus{
    border-color: #c3dafe !important;
  }

  .mobile\:focus\:border-indigo-300:focus{
    border-color: #a3bffa !important;
  }

  .mobile\:focus\:border-indigo-400:focus{
    border-color: #7f9cf5 !important;
  }

  .mobile\:focus\:border-indigo-500:focus{
    border-color: #667eea !important;
  }

  .mobile\:focus\:border-indigo-600:focus{
    border-color: #5a67d8 !important;
  }

  .mobile\:focus\:border-indigo-700:focus{
    border-color: #4c51bf !important;
  }

  .mobile\:focus\:border-indigo-800:focus{
    border-color: #434190 !important;
  }

  .mobile\:focus\:border-indigo-900:focus{
    border-color: #3c366b !important;
  }

  .mobile\:focus\:border-purple-100:focus{
    border-color: #faf5ff !important;
  }

  .mobile\:focus\:border-purple-200:focus{
    border-color: #e9d8fd !important;
  }

  .mobile\:focus\:border-purple-300:focus{
    border-color: #d6bcfa !important;
  }

  .mobile\:focus\:border-purple-400:focus{
    border-color: #b794f4 !important;
  }

  .mobile\:focus\:border-purple-500:focus{
    border-color: #9f7aea !important;
  }

  .mobile\:focus\:border-purple-600:focus{
    border-color: #805ad5 !important;
  }

  .mobile\:focus\:border-purple-700:focus{
    border-color: #6b46c1 !important;
  }

  .mobile\:focus\:border-purple-800:focus{
    border-color: #553c9a !important;
  }

  .mobile\:focus\:border-purple-900:focus{
    border-color: #44337a !important;
  }

  .mobile\:focus\:border-pink-100:focus{
    border-color: #fff5f7 !important;
  }

  .mobile\:focus\:border-pink-200:focus{
    border-color: #fed7e2 !important;
  }

  .mobile\:focus\:border-pink-300:focus{
    border-color: #fbb6ce !important;
  }

  .mobile\:focus\:border-pink-400:focus{
    border-color: #f687b3 !important;
  }

  .mobile\:focus\:border-pink-500:focus{
    border-color: #ed64a6 !important;
  }

  .mobile\:focus\:border-pink-600:focus{
    border-color: #d53f8c !important;
  }

  .mobile\:focus\:border-pink-700:focus{
    border-color: #b83280 !important;
  }

  .mobile\:focus\:border-pink-800:focus{
    border-color: #97266d !important;
  }

  .mobile\:focus\:border-pink-900:focus{
    border-color: #702459 !important;
  }

  .mobile\:focus\:border-cyan:focus{
    border-color: #9cdbff !important;
  }

  .mobile\:rounded-none{
    border-radius: 0 !important;
  }

  .mobile\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .mobile\:rounded{
    border-radius: 0.25rem !important;
  }

  .mobile\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .mobile\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .mobile\:rounded-full{
    border-radius: 9999px !important;
  }

  .mobile\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .mobile\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .mobile\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .mobile\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .mobile\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .mobile\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .mobile\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .mobile\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .mobile\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .mobile\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .mobile\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .mobile\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .mobile\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .mobile\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .mobile\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .mobile\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .mobile\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .mobile\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .mobile\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .mobile\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .mobile\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .mobile\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .mobile\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mobile\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mobile\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .mobile\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .mobile\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .mobile\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .mobile\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .mobile\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .mobile\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .mobile\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .mobile\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .mobile\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .mobile\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .mobile\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .mobile\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .mobile\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .mobile\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .mobile\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .mobile\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .mobile\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .mobile\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .mobile\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .mobile\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .mobile\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .mobile\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .mobile\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .mobile\:border-solid{
    border-style: solid !important;
  }

  .mobile\:border-dashed{
    border-style: dashed !important;
  }

  .mobile\:border-dotted{
    border-style: dotted !important;
  }

  .mobile\:border-double{
    border-style: double !important;
  }

  .mobile\:border-none{
    border-style: none !important;
  }

  .mobile\:border-0{
    border-width: 0 !important;
  }

  .mobile\:border-2{
    border-width: 2px !important;
  }

  .mobile\:border-4{
    border-width: 4px !important;
  }

  .mobile\:border-8{
    border-width: 8px !important;
  }

  .mobile\:border{
    border-width: 1px !important;
  }

  .mobile\:border-t-0{
    border-top-width: 0 !important;
  }

  .mobile\:border-r-0{
    border-right-width: 0 !important;
  }

  .mobile\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .mobile\:border-l-0{
    border-left-width: 0 !important;
  }

  .mobile\:border-t-2{
    border-top-width: 2px !important;
  }

  .mobile\:border-r-2{
    border-right-width: 2px !important;
  }

  .mobile\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .mobile\:border-l-2{
    border-left-width: 2px !important;
  }

  .mobile\:border-t-4{
    border-top-width: 4px !important;
  }

  .mobile\:border-r-4{
    border-right-width: 4px !important;
  }

  .mobile\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .mobile\:border-l-4{
    border-left-width: 4px !important;
  }

  .mobile\:border-t-8{
    border-top-width: 8px !important;
  }

  .mobile\:border-r-8{
    border-right-width: 8px !important;
  }

  .mobile\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .mobile\:border-l-8{
    border-left-width: 8px !important;
  }

  .mobile\:border-t{
    border-top-width: 1px !important;
  }

  .mobile\:border-r{
    border-right-width: 1px !important;
  }

  .mobile\:border-b{
    border-bottom-width: 1px !important;
  }

  .mobile\:border-l{
    border-left-width: 1px !important;
  }

  .mobile\:box-border{
    box-sizing: border-box !important;
  }

  .mobile\:box-content{
    box-sizing: content-box !important;
  }

  .mobile\:cursor-auto{
    cursor: auto !important;
  }

  .mobile\:cursor-default{
    cursor: default !important;
  }

  .mobile\:cursor-pointer{
    cursor: pointer !important;
  }

  .mobile\:cursor-wait{
    cursor: wait !important;
  }

  .mobile\:cursor-text{
    cursor: text !important;
  }

  .mobile\:cursor-move{
    cursor: move !important;
  }

  .mobile\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .mobile\:block{
    display: block !important;
  }

  .mobile\:inline-block{
    display: inline-block !important;
  }

  .mobile\:inline{
    display: inline !important;
  }

  .mobile\:flex{
    display: -webkit-box !important;
    display: flex !important;
  }

  .mobile\:inline-flex{
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .mobile\:grid{
    display: grid !important;
  }

  .mobile\:table{
    display: table !important;
  }

  .mobile\:table-caption{
    display: table-caption !important;
  }

  .mobile\:table-cell{
    display: table-cell !important;
  }

  .mobile\:table-column{
    display: table-column !important;
  }

  .mobile\:table-column-group{
    display: table-column-group !important;
  }

  .mobile\:table-footer-group{
    display: table-footer-group !important;
  }

  .mobile\:table-header-group{
    display: table-header-group !important;
  }

  .mobile\:table-row-group{
    display: table-row-group !important;
  }

  .mobile\:table-row{
    display: table-row !important;
  }

  .mobile\:hidden{
    display: none !important;
  }

  .mobile\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .mobile\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .mobile\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .mobile\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .mobile\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .mobile\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .mobile\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .mobile\:items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .mobile\:items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .mobile\:items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .mobile\:items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .mobile\:items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .mobile\:self-auto{
    align-self: auto !important;
  }

  .mobile\:self-start{
    align-self: flex-start !important;
  }

  .mobile\:self-end{
    align-self: flex-end !important;
  }

  .mobile\:self-center{
    align-self: center !important;
  }

  .mobile\:self-stretch{
    align-self: stretch !important;
  }

  .mobile\:justify-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .mobile\:justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .mobile\:justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .mobile\:justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .mobile\:justify-around{
    justify-content: space-around !important;
  }

  .mobile\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .mobile\:content-center{
    align-content: center !important;
  }

  .mobile\:content-start{
    align-content: flex-start !important;
  }

  .mobile\:content-end{
    align-content: flex-end !important;
  }

  .mobile\:content-between{
    align-content: space-between !important;
  }

  .mobile\:content-around{
    align-content: space-around !important;
  }

  .mobile\:flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .mobile\:flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .mobile\:flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .mobile\:flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .mobile\:flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .mobile\:flex-grow{
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .mobile\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .mobile\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .mobile\:order-1{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .mobile\:order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .mobile\:order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .mobile\:order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .mobile\:order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .mobile\:order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .mobile\:order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .mobile\:order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .mobile\:order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .mobile\:order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .mobile\:order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .mobile\:order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .mobile\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .mobile\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .mobile\:order-none{
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .mobile\:float-right{
    float: right !important;
  }

  .mobile\:float-left{
    float: left !important;
  }

  .mobile\:float-none{
    float: none !important;
  }

  .mobile\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .mobile\:clear-left{
    clear: left !important;
  }

  .mobile\:clear-right{
    clear: right !important;
  }

  .mobile\:clear-both{
    clear: both !important;
  }

  .mobile\:font-sans{
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  .mobile\:font-display{
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  .mobile\:font-body{
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  .mobile\:font-normal{
    font-weight: 400 !important;
  }

  .mobile\:font-bold{
    font-weight: 500 !important;
  }

  .mobile\:font-black{
    font-weight: 700 !important;
  }

  .mobile\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .mobile\:hover\:font-bold:hover{
    font-weight: 500 !important;
  }

  .mobile\:hover\:font-black:hover{
    font-weight: 700 !important;
  }

  .mobile\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .mobile\:focus\:font-bold:focus{
    font-weight: 500 !important;
  }

  .mobile\:focus\:font-black:focus{
    font-weight: 700 !important;
  }

  .mobile\:h-0{
    height: 0 !important;
  }

  .mobile\:h-1{
    height: 0.25rem !important;
  }

  .mobile\:h-2{
    height: 0.5rem !important;
  }

  .mobile\:h-3{
    height: 0.75rem !important;
  }

  .mobile\:h-4{
    height: 1rem !important;
  }

  .mobile\:h-5{
    height: 1.25rem !important;
  }

  .mobile\:h-6{
    height: 1.5rem !important;
  }

  .mobile\:h-8{
    height: 2rem !important;
  }

  .mobile\:h-10{
    height: 2.5rem !important;
  }

  .mobile\:h-12{
    height: 3rem !important;
  }

  .mobile\:h-16{
    height: 4rem !important;
  }

  .mobile\:h-20{
    height: 5rem !important;
  }

  .mobile\:h-24{
    height: 6rem !important;
  }

  .mobile\:h-32{
    height: 8rem !important;
  }

  .mobile\:h-40{
    height: 10rem !important;
  }

  .mobile\:h-48{
    height: 12rem !important;
  }

  .mobile\:h-56{
    height: 14rem !important;
  }

  .mobile\:h-64{
    height: 16rem !important;
  }

  .mobile\:h-auto{
    height: auto !important;
  }

  .mobile\:h-px{
    height: 1px !important;
  }

  .mobile\:h-5px{
    height: 5px !important;
  }

  .mobile\:h-25px{
    height: 25px !important;
  }

  .mobile\:h-30px{
    height: 30px !important;
  }

  .mobile\:h-50px{
    height: 50px !important;
  }

  .mobile\:h-full{
    height: 100% !important;
  }

  .mobile\:h-screen{
    height: 100vh !important;
  }

  .mobile\:leading-3{
    line-height: .75rem !important;
  }

  .mobile\:leading-4{
    line-height: 1rem !important;
  }

  .mobile\:leading-5{
    line-height: 1.25rem !important;
  }

  .mobile\:leading-6{
    line-height: 1.5rem !important;
  }

  .mobile\:leading-7{
    line-height: 1.75rem !important;
  }

  .mobile\:leading-8{
    line-height: 2rem !important;
  }

  .mobile\:leading-9{
    line-height: 2.25rem !important;
  }

  .mobile\:leading-10{
    line-height: 2.5rem !important;
  }

  .mobile\:leading-none{
    line-height: 1 !important;
  }

  .mobile\:leading-tight{
    line-height: 1.25 !important;
  }

  .mobile\:leading-snug{
    line-height: 1.375 !important;
  }

  .mobile\:leading-normal{
    line-height: 1.5 !important;
  }

  .mobile\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .mobile\:leading-loose{
    line-height: 2 !important;
  }

  .mobile\:list-inside{
    list-style-position: inside !important;
  }

  .mobile\:list-outside{
    list-style-position: outside !important;
  }

  .mobile\:list-none{
    list-style-type: none !important;
  }

  .mobile\:list-disc{
    list-style-type: disc !important;
  }

  .mobile\:list-decimal{
    list-style-type: decimal !important;
  }

  .mobile\:m-0{
    margin: 0 !important;
  }

  .mobile\:m-1{
    margin: 0.25rem !important;
  }

  .mobile\:m-2{
    margin: 0.5rem !important;
  }

  .mobile\:m-3{
    margin: 0.75rem !important;
  }

  .mobile\:m-4{
    margin: 1rem !important;
  }

  .mobile\:m-5{
    margin: 1.25rem !important;
  }

  .mobile\:m-6{
    margin: 1.5rem !important;
  }

  .mobile\:m-8{
    margin: 2rem !important;
  }

  .mobile\:m-10{
    margin: 2.5rem !important;
  }

  .mobile\:m-12{
    margin: 3rem !important;
  }

  .mobile\:m-16{
    margin: 4rem !important;
  }

  .mobile\:m-20{
    margin: 5rem !important;
  }

  .mobile\:m-24{
    margin: 6rem !important;
  }

  .mobile\:m-32{
    margin: 8rem !important;
  }

  .mobile\:m-40{
    margin: 10rem !important;
  }

  .mobile\:m-48{
    margin: 12rem !important;
  }

  .mobile\:m-56{
    margin: 14rem !important;
  }

  .mobile\:m-64{
    margin: 16rem !important;
  }

  .mobile\:m-96{
    margin: 24rem !important;
  }

  .mobile\:m-128{
    margin: 32rem !important;
  }

  .mobile\:m-auto{
    margin: auto !important;
  }

  .mobile\:m-px{
    margin: 1px !important;
  }

  .mobile\:m-5px{
    margin: 5px !important;
  }

  .mobile\:m-25px{
    margin: 25px !important;
  }

  .mobile\:m-30px{
    margin: 30px !important;
  }

  .mobile\:m-50px{
    margin: 50px !important;
  }

  .mobile\:-m-1{
    margin: -0.25rem !important;
  }

  .mobile\:-m-2{
    margin: -0.5rem !important;
  }

  .mobile\:-m-3{
    margin: -0.75rem !important;
  }

  .mobile\:-m-4{
    margin: -1rem !important;
  }

  .mobile\:-m-5{
    margin: -1.25rem !important;
  }

  .mobile\:-m-6{
    margin: -1.5rem !important;
  }

  .mobile\:-m-8{
    margin: -2rem !important;
  }

  .mobile\:-m-10{
    margin: -2.5rem !important;
  }

  .mobile\:-m-12{
    margin: -3rem !important;
  }

  .mobile\:-m-16{
    margin: -4rem !important;
  }

  .mobile\:-m-20{
    margin: -5rem !important;
  }

  .mobile\:-m-24{
    margin: -6rem !important;
  }

  .mobile\:-m-32{
    margin: -8rem !important;
  }

  .mobile\:-m-40{
    margin: -10rem !important;
  }

  .mobile\:-m-48{
    margin: -12rem !important;
  }

  .mobile\:-m-56{
    margin: -14rem !important;
  }

  .mobile\:-m-64{
    margin: -16rem !important;
  }

  .mobile\:-m-px{
    margin: -1px !important;
  }

  .mobile\:-m-5px{
    margin: -5px !important;
  }

  .mobile\:-m-25px{
    margin: -25px !important;
  }

  .mobile\:-m-30px{
    margin: -30px !important;
  }

  .mobile\:-m-50px{
    margin: -50px !important;
  }

  .mobile\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mobile\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mobile\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mobile\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .mobile\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mobile\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .mobile\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .mobile\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .mobile\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mobile\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mobile\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .mobile\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .mobile\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mobile\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mobile\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .mobile\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .mobile\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mobile\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .mobile\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mobile\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mobile\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .mobile\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .mobile\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .mobile\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mobile\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .mobile\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .mobile\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .mobile\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .mobile\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .mobile\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .mobile\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .mobile\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .mobile\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .mobile\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .mobile\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .mobile\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .mobile\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .mobile\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .mobile\:my-128{
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }

  .mobile\:mx-128{
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }

  .mobile\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mobile\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mobile\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .mobile\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .mobile\:my-5px{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .mobile\:mx-5px{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mobile\:my-25px{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mobile\:mx-25px{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .mobile\:my-30px{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mobile\:mx-30px{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .mobile\:my-50px{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mobile\:mx-50px{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .mobile\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mobile\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .mobile\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mobile\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .mobile\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .mobile\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .mobile\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mobile\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .mobile\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .mobile\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .mobile\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mobile\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .mobile\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .mobile\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .mobile\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .mobile\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .mobile\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mobile\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .mobile\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .mobile\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .mobile\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .mobile\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .mobile\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .mobile\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .mobile\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .mobile\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .mobile\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .mobile\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .mobile\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .mobile\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .mobile\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .mobile\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .mobile\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .mobile\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .mobile\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .mobile\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .mobile\:-my-5px{
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .mobile\:-mx-5px{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .mobile\:-my-25px{
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .mobile\:-mx-25px{
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .mobile\:-my-30px{
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .mobile\:-mx-30px{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .mobile\:-my-50px{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .mobile\:-mx-50px{
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .mobile\:mt-0{
    margin-top: 0 !important;
  }

  .mobile\:mr-0{
    margin-right: 0 !important;
  }

  .mobile\:mb-0{
    margin-bottom: 0 !important;
  }

  .mobile\:ml-0{
    margin-left: 0 !important;
  }

  .mobile\:mt-1{
    margin-top: 0.25rem !important;
  }

  .mobile\:mr-1{
    margin-right: 0.25rem !important;
  }

  .mobile\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .mobile\:ml-1{
    margin-left: 0.25rem !important;
  }

  .mobile\:mt-2{
    margin-top: 0.5rem !important;
  }

  .mobile\:mr-2{
    margin-right: 0.5rem !important;
  }

  .mobile\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .mobile\:ml-2{
    margin-left: 0.5rem !important;
  }

  .mobile\:mt-3{
    margin-top: 0.75rem !important;
  }

  .mobile\:mr-3{
    margin-right: 0.75rem !important;
  }

  .mobile\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .mobile\:ml-3{
    margin-left: 0.75rem !important;
  }

  .mobile\:mt-4{
    margin-top: 1rem !important;
  }

  .mobile\:mr-4{
    margin-right: 1rem !important;
  }

  .mobile\:mb-4{
    margin-bottom: 1rem !important;
  }

  .mobile\:ml-4{
    margin-left: 1rem !important;
  }

  .mobile\:mt-5{
    margin-top: 1.25rem !important;
  }

  .mobile\:mr-5{
    margin-right: 1.25rem !important;
  }

  .mobile\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .mobile\:ml-5{
    margin-left: 1.25rem !important;
  }

  .mobile\:mt-6{
    margin-top: 1.5rem !important;
  }

  .mobile\:mr-6{
    margin-right: 1.5rem !important;
  }

  .mobile\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .mobile\:ml-6{
    margin-left: 1.5rem !important;
  }

  .mobile\:mt-8{
    margin-top: 2rem !important;
  }

  .mobile\:mr-8{
    margin-right: 2rem !important;
  }

  .mobile\:mb-8{
    margin-bottom: 2rem !important;
  }

  .mobile\:ml-8{
    margin-left: 2rem !important;
  }

  .mobile\:mt-10{
    margin-top: 2.5rem !important;
  }

  .mobile\:mr-10{
    margin-right: 2.5rem !important;
  }

  .mobile\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .mobile\:ml-10{
    margin-left: 2.5rem !important;
  }

  .mobile\:mt-12{
    margin-top: 3rem !important;
  }

  .mobile\:mr-12{
    margin-right: 3rem !important;
  }

  .mobile\:mb-12{
    margin-bottom: 3rem !important;
  }

  .mobile\:ml-12{
    margin-left: 3rem !important;
  }

  .mobile\:mt-16{
    margin-top: 4rem !important;
  }

  .mobile\:mr-16{
    margin-right: 4rem !important;
  }

  .mobile\:mb-16{
    margin-bottom: 4rem !important;
  }

  .mobile\:ml-16{
    margin-left: 4rem !important;
  }

  .mobile\:mt-20{
    margin-top: 5rem !important;
  }

  .mobile\:mr-20{
    margin-right: 5rem !important;
  }

  .mobile\:mb-20{
    margin-bottom: 5rem !important;
  }

  .mobile\:ml-20{
    margin-left: 5rem !important;
  }

  .mobile\:mt-24{
    margin-top: 6rem !important;
  }

  .mobile\:mr-24{
    margin-right: 6rem !important;
  }

  .mobile\:mb-24{
    margin-bottom: 6rem !important;
  }

  .mobile\:ml-24{
    margin-left: 6rem !important;
  }

  .mobile\:mt-32{
    margin-top: 8rem !important;
  }

  .mobile\:mr-32{
    margin-right: 8rem !important;
  }

  .mobile\:mb-32{
    margin-bottom: 8rem !important;
  }

  .mobile\:ml-32{
    margin-left: 8rem !important;
  }

  .mobile\:mt-40{
    margin-top: 10rem !important;
  }

  .mobile\:mr-40{
    margin-right: 10rem !important;
  }

  .mobile\:mb-40{
    margin-bottom: 10rem !important;
  }

  .mobile\:ml-40{
    margin-left: 10rem !important;
  }

  .mobile\:mt-48{
    margin-top: 12rem !important;
  }

  .mobile\:mr-48{
    margin-right: 12rem !important;
  }

  .mobile\:mb-48{
    margin-bottom: 12rem !important;
  }

  .mobile\:ml-48{
    margin-left: 12rem !important;
  }

  .mobile\:mt-56{
    margin-top: 14rem !important;
  }

  .mobile\:mr-56{
    margin-right: 14rem !important;
  }

  .mobile\:mb-56{
    margin-bottom: 14rem !important;
  }

  .mobile\:ml-56{
    margin-left: 14rem !important;
  }

  .mobile\:mt-64{
    margin-top: 16rem !important;
  }

  .mobile\:mr-64{
    margin-right: 16rem !important;
  }

  .mobile\:mb-64{
    margin-bottom: 16rem !important;
  }

  .mobile\:ml-64{
    margin-left: 16rem !important;
  }

  .mobile\:mt-96{
    margin-top: 24rem !important;
  }

  .mobile\:mr-96{
    margin-right: 24rem !important;
  }

  .mobile\:mb-96{
    margin-bottom: 24rem !important;
  }

  .mobile\:ml-96{
    margin-left: 24rem !important;
  }

  .mobile\:mt-128{
    margin-top: 32rem !important;
  }

  .mobile\:mr-128{
    margin-right: 32rem !important;
  }

  .mobile\:mb-128{
    margin-bottom: 32rem !important;
  }

  .mobile\:ml-128{
    margin-left: 32rem !important;
  }

  .mobile\:mt-auto{
    margin-top: auto !important;
  }

  .mobile\:mr-auto{
    margin-right: auto !important;
  }

  .mobile\:mb-auto{
    margin-bottom: auto !important;
  }

  .mobile\:ml-auto{
    margin-left: auto !important;
  }

  .mobile\:mt-px{
    margin-top: 1px !important;
  }

  .mobile\:mr-px{
    margin-right: 1px !important;
  }

  .mobile\:mb-px{
    margin-bottom: 1px !important;
  }

  .mobile\:ml-px{
    margin-left: 1px !important;
  }

  .mobile\:mt-5px{
    margin-top: 5px !important;
  }

  .mobile\:mr-5px{
    margin-right: 5px !important;
  }

  .mobile\:mb-5px{
    margin-bottom: 5px !important;
  }

  .mobile\:ml-5px{
    margin-left: 5px !important;
  }

  .mobile\:mt-25px{
    margin-top: 25px !important;
  }

  .mobile\:mr-25px{
    margin-right: 25px !important;
  }

  .mobile\:mb-25px{
    margin-bottom: 25px !important;
  }

  .mobile\:ml-25px{
    margin-left: 25px !important;
  }

  .mobile\:mt-30px{
    margin-top: 30px !important;
  }

  .mobile\:mr-30px{
    margin-right: 30px !important;
  }

  .mobile\:mb-30px{
    margin-bottom: 30px !important;
  }

  .mobile\:ml-30px{
    margin-left: 30px !important;
  }

  .mobile\:mt-50px{
    margin-top: 50px !important;
  }

  .mobile\:mr-50px{
    margin-right: 50px !important;
  }

  .mobile\:mb-50px{
    margin-bottom: 50px !important;
  }

  .mobile\:ml-50px{
    margin-left: 50px !important;
  }

  .mobile\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .mobile\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .mobile\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .mobile\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .mobile\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .mobile\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .mobile\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .mobile\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .mobile\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .mobile\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .mobile\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .mobile\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .mobile\:-mt-4{
    margin-top: -1rem !important;
  }

  .mobile\:-mr-4{
    margin-right: -1rem !important;
  }

  .mobile\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .mobile\:-ml-4{
    margin-left: -1rem !important;
  }

  .mobile\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .mobile\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .mobile\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .mobile\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .mobile\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .mobile\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .mobile\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .mobile\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .mobile\:-mt-8{
    margin-top: -2rem !important;
  }

  .mobile\:-mr-8{
    margin-right: -2rem !important;
  }

  .mobile\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .mobile\:-ml-8{
    margin-left: -2rem !important;
  }

  .mobile\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .mobile\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .mobile\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .mobile\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .mobile\:-mt-12{
    margin-top: -3rem !important;
  }

  .mobile\:-mr-12{
    margin-right: -3rem !important;
  }

  .mobile\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .mobile\:-ml-12{
    margin-left: -3rem !important;
  }

  .mobile\:-mt-16{
    margin-top: -4rem !important;
  }

  .mobile\:-mr-16{
    margin-right: -4rem !important;
  }

  .mobile\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .mobile\:-ml-16{
    margin-left: -4rem !important;
  }

  .mobile\:-mt-20{
    margin-top: -5rem !important;
  }

  .mobile\:-mr-20{
    margin-right: -5rem !important;
  }

  .mobile\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .mobile\:-ml-20{
    margin-left: -5rem !important;
  }

  .mobile\:-mt-24{
    margin-top: -6rem !important;
  }

  .mobile\:-mr-24{
    margin-right: -6rem !important;
  }

  .mobile\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .mobile\:-ml-24{
    margin-left: -6rem !important;
  }

  .mobile\:-mt-32{
    margin-top: -8rem !important;
  }

  .mobile\:-mr-32{
    margin-right: -8rem !important;
  }

  .mobile\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .mobile\:-ml-32{
    margin-left: -8rem !important;
  }

  .mobile\:-mt-40{
    margin-top: -10rem !important;
  }

  .mobile\:-mr-40{
    margin-right: -10rem !important;
  }

  .mobile\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .mobile\:-ml-40{
    margin-left: -10rem !important;
  }

  .mobile\:-mt-48{
    margin-top: -12rem !important;
  }

  .mobile\:-mr-48{
    margin-right: -12rem !important;
  }

  .mobile\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .mobile\:-ml-48{
    margin-left: -12rem !important;
  }

  .mobile\:-mt-56{
    margin-top: -14rem !important;
  }

  .mobile\:-mr-56{
    margin-right: -14rem !important;
  }

  .mobile\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .mobile\:-ml-56{
    margin-left: -14rem !important;
  }

  .mobile\:-mt-64{
    margin-top: -16rem !important;
  }

  .mobile\:-mr-64{
    margin-right: -16rem !important;
  }

  .mobile\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .mobile\:-ml-64{
    margin-left: -16rem !important;
  }

  .mobile\:-mt-px{
    margin-top: -1px !important;
  }

  .mobile\:-mr-px{
    margin-right: -1px !important;
  }

  .mobile\:-mb-px{
    margin-bottom: -1px !important;
  }

  .mobile\:-ml-px{
    margin-left: -1px !important;
  }

  .mobile\:-mt-5px{
    margin-top: -5px !important;
  }

  .mobile\:-mr-5px{
    margin-right: -5px !important;
  }

  .mobile\:-mb-5px{
    margin-bottom: -5px !important;
  }

  .mobile\:-ml-5px{
    margin-left: -5px !important;
  }

  .mobile\:-mt-25px{
    margin-top: -25px !important;
  }

  .mobile\:-mr-25px{
    margin-right: -25px !important;
  }

  .mobile\:-mb-25px{
    margin-bottom: -25px !important;
  }

  .mobile\:-ml-25px{
    margin-left: -25px !important;
  }

  .mobile\:-mt-30px{
    margin-top: -30px !important;
  }

  .mobile\:-mr-30px{
    margin-right: -30px !important;
  }

  .mobile\:-mb-30px{
    margin-bottom: -30px !important;
  }

  .mobile\:-ml-30px{
    margin-left: -30px !important;
  }

  .mobile\:-mt-50px{
    margin-top: -50px !important;
  }

  .mobile\:-mr-50px{
    margin-right: -50px !important;
  }

  .mobile\:-mb-50px{
    margin-bottom: -50px !important;
  }

  .mobile\:-ml-50px{
    margin-left: -50px !important;
  }

  .mobile\:max-h-full{
    max-height: 100% !important;
  }

  .mobile\:max-h-screen{
    max-height: 100vh !important;
  }

  .mobile\:max-w-none{
    max-width: none !important;
  }

  .mobile\:max-w-xs{
    max-width: 20rem !important;
  }

  .mobile\:max-w-sm{
    max-width: 24rem !important;
  }

  .mobile\:max-w-md{
    max-width: 28rem !important;
  }

  .mobile\:max-w-lg{
    max-width: 32rem !important;
  }

  .mobile\:max-w-xl{
    max-width: 36rem !important;
  }

  .mobile\:max-w-2xl{
    max-width: 42rem !important;
  }

  .mobile\:max-w-3xl{
    max-width: 48rem !important;
  }

  .mobile\:max-w-4xl{
    max-width: 56rem !important;
  }

  .mobile\:max-w-5xl{
    max-width: 64rem !important;
  }

  .mobile\:max-w-6xl{
    max-width: 72rem !important;
  }

  .mobile\:max-w-full{
    max-width: 100% !important;
  }

  .mobile\:min-h-0{
    min-height: 0 !important;
  }

  .mobile\:min-h-full{
    min-height: 100% !important;
  }

  .mobile\:min-h-screen{
    min-height: 100vh !important;
  }

  .mobile\:min-w-0{
    min-width: 0 !important;
  }

  .mobile\:min-w-full{
    min-width: 100% !important;
  }

  .mobile\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .mobile\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .mobile\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .mobile\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .mobile\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .mobile\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .mobile\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .mobile\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .mobile\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .mobile\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .mobile\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .mobile\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .mobile\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .mobile\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .mobile\:opacity-0{
    opacity: 0 !important;
  }

  .mobile\:opacity-25{
    opacity: 0.25 !important;
  }

  .mobile\:opacity-50{
    opacity: 0.5 !important;
  }

  .mobile\:opacity-75{
    opacity: 0.75 !important;
  }

  .mobile\:opacity-100{
    opacity: 1 !important;
  }

  .mobile\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .mobile\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .mobile\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .mobile\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .mobile\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .mobile\:outline-none{
    outline: 0 !important;
  }

  .mobile\:focus\:outline-none:focus{
    outline: 0 !important;
  }

  .mobile\:overflow-auto{
    overflow: auto !important;
  }

  .mobile\:overflow-hidden{
    overflow: hidden !important;
  }

  .mobile\:overflow-visible{
    overflow: visible !important;
  }

  .mobile\:overflow-scroll{
    overflow: scroll !important;
  }

  .mobile\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .mobile\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .mobile\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .mobile\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .mobile\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .mobile\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .mobile\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .mobile\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .mobile\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .mobile\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .mobile\:p-0{
    padding: 0 !important;
  }

  .mobile\:p-1{
    padding: 0.25rem !important;
  }

  .mobile\:p-2{
    padding: 0.5rem !important;
  }

  .mobile\:p-3{
    padding: 0.75rem !important;
  }

  .mobile\:p-4{
    padding: 1rem !important;
  }

  .mobile\:p-5{
    padding: 1.25rem !important;
  }

  .mobile\:p-6{
    padding: 1.5rem !important;
  }

  .mobile\:p-8{
    padding: 2rem !important;
  }

  .mobile\:p-10{
    padding: 2.5rem !important;
  }

  .mobile\:p-12{
    padding: 3rem !important;
  }

  .mobile\:p-16{
    padding: 4rem !important;
  }

  .mobile\:p-20{
    padding: 5rem !important;
  }

  .mobile\:p-24{
    padding: 6rem !important;
  }

  .mobile\:p-32{
    padding: 8rem !important;
  }

  .mobile\:p-40{
    padding: 10rem !important;
  }

  .mobile\:p-48{
    padding: 12rem !important;
  }

  .mobile\:p-56{
    padding: 14rem !important;
  }

  .mobile\:p-64{
    padding: 16rem !important;
  }

  .mobile\:p-px{
    padding: 1px !important;
  }

  .mobile\:p-5px{
    padding: 5px !important;
  }

  .mobile\:p-25px{
    padding: 25px !important;
  }

  .mobile\:p-30px{
    padding: 30px !important;
  }

  .mobile\:p-50px{
    padding: 50px !important;
  }

  .mobile\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .mobile\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mobile\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .mobile\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .mobile\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .mobile\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .mobile\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .mobile\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .mobile\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .mobile\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .mobile\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .mobile\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .mobile\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .mobile\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .mobile\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .mobile\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .mobile\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .mobile\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .mobile\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .mobile\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .mobile\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .mobile\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .mobile\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .mobile\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .mobile\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .mobile\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .mobile\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .mobile\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .mobile\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .mobile\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .mobile\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .mobile\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .mobile\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .mobile\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .mobile\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .mobile\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .mobile\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .mobile\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .mobile\:py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .mobile\:px-5px{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .mobile\:py-25px{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .mobile\:px-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .mobile\:py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .mobile\:px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .mobile\:py-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .mobile\:px-50px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .mobile\:pt-0{
    padding-top: 0 !important;
  }

  .mobile\:pr-0{
    padding-right: 0 !important;
  }

  .mobile\:pb-0{
    padding-bottom: 0 !important;
  }

  .mobile\:pl-0{
    padding-left: 0 !important;
  }

  .mobile\:pt-1{
    padding-top: 0.25rem !important;
  }

  .mobile\:pr-1{
    padding-right: 0.25rem !important;
  }

  .mobile\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .mobile\:pl-1{
    padding-left: 0.25rem !important;
  }

  .mobile\:pt-2{
    padding-top: 0.5rem !important;
  }

  .mobile\:pr-2{
    padding-right: 0.5rem !important;
  }

  .mobile\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .mobile\:pl-2{
    padding-left: 0.5rem !important;
  }

  .mobile\:pt-3{
    padding-top: 0.75rem !important;
  }

  .mobile\:pr-3{
    padding-right: 0.75rem !important;
  }

  .mobile\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .mobile\:pl-3{
    padding-left: 0.75rem !important;
  }

  .mobile\:pt-4{
    padding-top: 1rem !important;
  }

  .mobile\:pr-4{
    padding-right: 1rem !important;
  }

  .mobile\:pb-4{
    padding-bottom: 1rem !important;
  }

  .mobile\:pl-4{
    padding-left: 1rem !important;
  }

  .mobile\:pt-5{
    padding-top: 1.25rem !important;
  }

  .mobile\:pr-5{
    padding-right: 1.25rem !important;
  }

  .mobile\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .mobile\:pl-5{
    padding-left: 1.25rem !important;
  }

  .mobile\:pt-6{
    padding-top: 1.5rem !important;
  }

  .mobile\:pr-6{
    padding-right: 1.5rem !important;
  }

  .mobile\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .mobile\:pl-6{
    padding-left: 1.5rem !important;
  }

  .mobile\:pt-8{
    padding-top: 2rem !important;
  }

  .mobile\:pr-8{
    padding-right: 2rem !important;
  }

  .mobile\:pb-8{
    padding-bottom: 2rem !important;
  }

  .mobile\:pl-8{
    padding-left: 2rem !important;
  }

  .mobile\:pt-10{
    padding-top: 2.5rem !important;
  }

  .mobile\:pr-10{
    padding-right: 2.5rem !important;
  }

  .mobile\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .mobile\:pl-10{
    padding-left: 2.5rem !important;
  }

  .mobile\:pt-12{
    padding-top: 3rem !important;
  }

  .mobile\:pr-12{
    padding-right: 3rem !important;
  }

  .mobile\:pb-12{
    padding-bottom: 3rem !important;
  }

  .mobile\:pl-12{
    padding-left: 3rem !important;
  }

  .mobile\:pt-16{
    padding-top: 4rem !important;
  }

  .mobile\:pr-16{
    padding-right: 4rem !important;
  }

  .mobile\:pb-16{
    padding-bottom: 4rem !important;
  }

  .mobile\:pl-16{
    padding-left: 4rem !important;
  }

  .mobile\:pt-20{
    padding-top: 5rem !important;
  }

  .mobile\:pr-20{
    padding-right: 5rem !important;
  }

  .mobile\:pb-20{
    padding-bottom: 5rem !important;
  }

  .mobile\:pl-20{
    padding-left: 5rem !important;
  }

  .mobile\:pt-24{
    padding-top: 6rem !important;
  }

  .mobile\:pr-24{
    padding-right: 6rem !important;
  }

  .mobile\:pb-24{
    padding-bottom: 6rem !important;
  }

  .mobile\:pl-24{
    padding-left: 6rem !important;
  }

  .mobile\:pt-32{
    padding-top: 8rem !important;
  }

  .mobile\:pr-32{
    padding-right: 8rem !important;
  }

  .mobile\:pb-32{
    padding-bottom: 8rem !important;
  }

  .mobile\:pl-32{
    padding-left: 8rem !important;
  }

  .mobile\:pt-40{
    padding-top: 10rem !important;
  }

  .mobile\:pr-40{
    padding-right: 10rem !important;
  }

  .mobile\:pb-40{
    padding-bottom: 10rem !important;
  }

  .mobile\:pl-40{
    padding-left: 10rem !important;
  }

  .mobile\:pt-48{
    padding-top: 12rem !important;
  }

  .mobile\:pr-48{
    padding-right: 12rem !important;
  }

  .mobile\:pb-48{
    padding-bottom: 12rem !important;
  }

  .mobile\:pl-48{
    padding-left: 12rem !important;
  }

  .mobile\:pt-56{
    padding-top: 14rem !important;
  }

  .mobile\:pr-56{
    padding-right: 14rem !important;
  }

  .mobile\:pb-56{
    padding-bottom: 14rem !important;
  }

  .mobile\:pl-56{
    padding-left: 14rem !important;
  }

  .mobile\:pt-64{
    padding-top: 16rem !important;
  }

  .mobile\:pr-64{
    padding-right: 16rem !important;
  }

  .mobile\:pb-64{
    padding-bottom: 16rem !important;
  }

  .mobile\:pl-64{
    padding-left: 16rem !important;
  }

  .mobile\:pt-px{
    padding-top: 1px !important;
  }

  .mobile\:pr-px{
    padding-right: 1px !important;
  }

  .mobile\:pb-px{
    padding-bottom: 1px !important;
  }

  .mobile\:pl-px{
    padding-left: 1px !important;
  }

  .mobile\:pt-5px{
    padding-top: 5px !important;
  }

  .mobile\:pr-5px{
    padding-right: 5px !important;
  }

  .mobile\:pb-5px{
    padding-bottom: 5px !important;
  }

  .mobile\:pl-5px{
    padding-left: 5px !important;
  }

  .mobile\:pt-25px{
    padding-top: 25px !important;
  }

  .mobile\:pr-25px{
    padding-right: 25px !important;
  }

  .mobile\:pb-25px{
    padding-bottom: 25px !important;
  }

  .mobile\:pl-25px{
    padding-left: 25px !important;
  }

  .mobile\:pt-30px{
    padding-top: 30px !important;
  }

  .mobile\:pr-30px{
    padding-right: 30px !important;
  }

  .mobile\:pb-30px{
    padding-bottom: 30px !important;
  }

  .mobile\:pl-30px{
    padding-left: 30px !important;
  }

  .mobile\:pt-50px{
    padding-top: 50px !important;
  }

  .mobile\:pr-50px{
    padding-right: 50px !important;
  }

  .mobile\:pb-50px{
    padding-bottom: 50px !important;
  }

  .mobile\:pl-50px{
    padding-left: 50px !important;
  }

  .mobile\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .mobile\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .mobile\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .mobile\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .mobile\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .mobile\:placeholder-black::-webkit-input-placeholder{
    color: #222222 !important;
  }

  .mobile\:placeholder-black::-moz-placeholder{
    color: #222222 !important;
  }

  .mobile\:placeholder-black:-ms-input-placeholder{
    color: #222222 !important;
  }

  .mobile\:placeholder-black::-ms-input-placeholder{
    color: #222222 !important;
  }

  .mobile\:placeholder-black::placeholder{
    color: #222222 !important;
  }

  .mobile\:placeholder-white::-webkit-input-placeholder{
    color: #fff !important;
  }

  .mobile\:placeholder-white::-moz-placeholder{
    color: #fff !important;
  }

  .mobile\:placeholder-white:-ms-input-placeholder{
    color: #fff !important;
  }

  .mobile\:placeholder-white::-ms-input-placeholder{
    color: #fff !important;
  }

  .mobile\:placeholder-white::placeholder{
    color: #fff !important;
  }

  .mobile\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f5f5f5 !important;
  }

  .mobile\:placeholder-gray-100::-moz-placeholder{
    color: #f5f5f5 !important;
  }

  .mobile\:placeholder-gray-100:-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .mobile\:placeholder-gray-100::-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .mobile\:placeholder-gray-100::placeholder{
    color: #f5f5f5 !important;
  }

  .mobile\:placeholder-gray-200::-webkit-input-placeholder{
    color: #eeeeee !important;
  }

  .mobile\:placeholder-gray-200::-moz-placeholder{
    color: #eeeeee !important;
  }

  .mobile\:placeholder-gray-200:-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .mobile\:placeholder-gray-200::-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .mobile\:placeholder-gray-200::placeholder{
    color: #eeeeee !important;
  }

  .mobile\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e0e0e0 !important;
  }

  .mobile\:placeholder-gray-300::-moz-placeholder{
    color: #e0e0e0 !important;
  }

  .mobile\:placeholder-gray-300:-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .mobile\:placeholder-gray-300::-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .mobile\:placeholder-gray-300::placeholder{
    color: #e0e0e0 !important;
  }

  .mobile\:placeholder-gray-400::-webkit-input-placeholder{
    color: #bdbdbd !important;
  }

  .mobile\:placeholder-gray-400::-moz-placeholder{
    color: #bdbdbd !important;
  }

  .mobile\:placeholder-gray-400:-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .mobile\:placeholder-gray-400::-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .mobile\:placeholder-gray-400::placeholder{
    color: #bdbdbd !important;
  }

  .mobile\:placeholder-gray-500::-webkit-input-placeholder{
    color: #9e9e9e !important;
  }

  .mobile\:placeholder-gray-500::-moz-placeholder{
    color: #9e9e9e !important;
  }

  .mobile\:placeholder-gray-500:-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .mobile\:placeholder-gray-500::-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .mobile\:placeholder-gray-500::placeholder{
    color: #9e9e9e !important;
  }

  .mobile\:placeholder-gray-600::-webkit-input-placeholder{
    color: #757575 !important;
  }

  .mobile\:placeholder-gray-600::-moz-placeholder{
    color: #757575 !important;
  }

  .mobile\:placeholder-gray-600:-ms-input-placeholder{
    color: #757575 !important;
  }

  .mobile\:placeholder-gray-600::-ms-input-placeholder{
    color: #757575 !important;
  }

  .mobile\:placeholder-gray-600::placeholder{
    color: #757575 !important;
  }

  .mobile\:placeholder-gray-700::-webkit-input-placeholder{
    color: #616161 !important;
  }

  .mobile\:placeholder-gray-700::-moz-placeholder{
    color: #616161 !important;
  }

  .mobile\:placeholder-gray-700:-ms-input-placeholder{
    color: #616161 !important;
  }

  .mobile\:placeholder-gray-700::-ms-input-placeholder{
    color: #616161 !important;
  }

  .mobile\:placeholder-gray-700::placeholder{
    color: #616161 !important;
  }

  .mobile\:placeholder-gray-800::-webkit-input-placeholder{
    color: #424242 !important;
  }

  .mobile\:placeholder-gray-800::-moz-placeholder{
    color: #424242 !important;
  }

  .mobile\:placeholder-gray-800:-ms-input-placeholder{
    color: #424242 !important;
  }

  .mobile\:placeholder-gray-800::-ms-input-placeholder{
    color: #424242 !important;
  }

  .mobile\:placeholder-gray-800::placeholder{
    color: #424242 !important;
  }

  .mobile\:placeholder-gray-900::-webkit-input-placeholder{
    color: #212121 !important;
  }

  .mobile\:placeholder-gray-900::-moz-placeholder{
    color: #212121 !important;
  }

  .mobile\:placeholder-gray-900:-ms-input-placeholder{
    color: #212121 !important;
  }

  .mobile\:placeholder-gray-900::-ms-input-placeholder{
    color: #212121 !important;
  }

  .mobile\:placeholder-gray-900::placeholder{
    color: #212121 !important;
  }

  .mobile\:placeholder-red-100::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .mobile\:placeholder-red-100::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .mobile\:placeholder-red-100:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .mobile\:placeholder-red-100::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .mobile\:placeholder-red-100::placeholder{
    color: #fff5f5 !important;
  }

  .mobile\:placeholder-red-200::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .mobile\:placeholder-red-200::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .mobile\:placeholder-red-200:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .mobile\:placeholder-red-200::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .mobile\:placeholder-red-200::placeholder{
    color: #fed7d7 !important;
  }

  .mobile\:placeholder-red-300::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .mobile\:placeholder-red-300::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .mobile\:placeholder-red-300:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .mobile\:placeholder-red-300::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .mobile\:placeholder-red-300::placeholder{
    color: #feb2b2 !important;
  }

  .mobile\:placeholder-red-400::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .mobile\:placeholder-red-400::-moz-placeholder{
    color: #fc8181 !important;
  }

  .mobile\:placeholder-red-400:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .mobile\:placeholder-red-400::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .mobile\:placeholder-red-400::placeholder{
    color: #fc8181 !important;
  }

  .mobile\:placeholder-red-500::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .mobile\:placeholder-red-500::-moz-placeholder{
    color: #f56565 !important;
  }

  .mobile\:placeholder-red-500:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .mobile\:placeholder-red-500::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .mobile\:placeholder-red-500::placeholder{
    color: #f56565 !important;
  }

  .mobile\:placeholder-red-600::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .mobile\:placeholder-red-600::-moz-placeholder{
    color: #e53e3e !important;
  }

  .mobile\:placeholder-red-600:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .mobile\:placeholder-red-600::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .mobile\:placeholder-red-600::placeholder{
    color: #e53e3e !important;
  }

  .mobile\:placeholder-red-700::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .mobile\:placeholder-red-700::-moz-placeholder{
    color: #c53030 !important;
  }

  .mobile\:placeholder-red-700:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .mobile\:placeholder-red-700::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .mobile\:placeholder-red-700::placeholder{
    color: #c53030 !important;
  }

  .mobile\:placeholder-red-800::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .mobile\:placeholder-red-800::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .mobile\:placeholder-red-800:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .mobile\:placeholder-red-800::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .mobile\:placeholder-red-800::placeholder{
    color: #9b2c2c !important;
  }

  .mobile\:placeholder-red-900::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .mobile\:placeholder-red-900::-moz-placeholder{
    color: #742a2a !important;
  }

  .mobile\:placeholder-red-900:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .mobile\:placeholder-red-900::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .mobile\:placeholder-red-900::placeholder{
    color: #742a2a !important;
  }

  .mobile\:placeholder-orange-100::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .mobile\:placeholder-orange-100::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .mobile\:placeholder-orange-100:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .mobile\:placeholder-orange-100::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .mobile\:placeholder-orange-100::placeholder{
    color: #fffaf0 !important;
  }

  .mobile\:placeholder-orange-200::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .mobile\:placeholder-orange-200::-moz-placeholder{
    color: #feebc8 !important;
  }

  .mobile\:placeholder-orange-200:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .mobile\:placeholder-orange-200::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .mobile\:placeholder-orange-200::placeholder{
    color: #feebc8 !important;
  }

  .mobile\:placeholder-orange-300::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .mobile\:placeholder-orange-300::-moz-placeholder{
    color: #fbd38d !important;
  }

  .mobile\:placeholder-orange-300:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .mobile\:placeholder-orange-300::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .mobile\:placeholder-orange-300::placeholder{
    color: #fbd38d !important;
  }

  .mobile\:placeholder-orange-400::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .mobile\:placeholder-orange-400::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .mobile\:placeholder-orange-400:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .mobile\:placeholder-orange-400::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .mobile\:placeholder-orange-400::placeholder{
    color: #f6ad55 !important;
  }

  .mobile\:placeholder-orange-500::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .mobile\:placeholder-orange-500::-moz-placeholder{
    color: #ed8936 !important;
  }

  .mobile\:placeholder-orange-500:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .mobile\:placeholder-orange-500::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .mobile\:placeholder-orange-500::placeholder{
    color: #ed8936 !important;
  }

  .mobile\:placeholder-orange-600::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .mobile\:placeholder-orange-600::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .mobile\:placeholder-orange-600:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .mobile\:placeholder-orange-600::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .mobile\:placeholder-orange-600::placeholder{
    color: #dd6b20 !important;
  }

  .mobile\:placeholder-orange-700::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .mobile\:placeholder-orange-700::-moz-placeholder{
    color: #c05621 !important;
  }

  .mobile\:placeholder-orange-700:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .mobile\:placeholder-orange-700::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .mobile\:placeholder-orange-700::placeholder{
    color: #c05621 !important;
  }

  .mobile\:placeholder-orange-800::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .mobile\:placeholder-orange-800::-moz-placeholder{
    color: #9c4221 !important;
  }

  .mobile\:placeholder-orange-800:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .mobile\:placeholder-orange-800::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .mobile\:placeholder-orange-800::placeholder{
    color: #9c4221 !important;
  }

  .mobile\:placeholder-orange-900::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .mobile\:placeholder-orange-900::-moz-placeholder{
    color: #7b341e !important;
  }

  .mobile\:placeholder-orange-900:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .mobile\:placeholder-orange-900::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .mobile\:placeholder-orange-900::placeholder{
    color: #7b341e !important;
  }

  .mobile\:placeholder-yellow-100::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .mobile\:placeholder-yellow-100::-moz-placeholder{
    color: #fffff0 !important;
  }

  .mobile\:placeholder-yellow-100:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .mobile\:placeholder-yellow-100::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .mobile\:placeholder-yellow-100::placeholder{
    color: #fffff0 !important;
  }

  .mobile\:placeholder-yellow-200::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .mobile\:placeholder-yellow-200::-moz-placeholder{
    color: #fefcbf !important;
  }

  .mobile\:placeholder-yellow-200:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .mobile\:placeholder-yellow-200::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .mobile\:placeholder-yellow-200::placeholder{
    color: #fefcbf !important;
  }

  .mobile\:placeholder-yellow-300::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .mobile\:placeholder-yellow-300::-moz-placeholder{
    color: #faf089 !important;
  }

  .mobile\:placeholder-yellow-300:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .mobile\:placeholder-yellow-300::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .mobile\:placeholder-yellow-300::placeholder{
    color: #faf089 !important;
  }

  .mobile\:placeholder-yellow-400::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .mobile\:placeholder-yellow-400::-moz-placeholder{
    color: #f6e05e !important;
  }

  .mobile\:placeholder-yellow-400:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .mobile\:placeholder-yellow-400::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .mobile\:placeholder-yellow-400::placeholder{
    color: #f6e05e !important;
  }

  .mobile\:placeholder-yellow-500::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .mobile\:placeholder-yellow-500::-moz-placeholder{
    color: #ecc94b !important;
  }

  .mobile\:placeholder-yellow-500:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .mobile\:placeholder-yellow-500::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .mobile\:placeholder-yellow-500::placeholder{
    color: #ecc94b !important;
  }

  .mobile\:placeholder-yellow-600::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .mobile\:placeholder-yellow-600::-moz-placeholder{
    color: #d69e2e !important;
  }

  .mobile\:placeholder-yellow-600:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .mobile\:placeholder-yellow-600::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .mobile\:placeholder-yellow-600::placeholder{
    color: #d69e2e !important;
  }

  .mobile\:placeholder-yellow-700::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .mobile\:placeholder-yellow-700::-moz-placeholder{
    color: #b7791f !important;
  }

  .mobile\:placeholder-yellow-700:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .mobile\:placeholder-yellow-700::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .mobile\:placeholder-yellow-700::placeholder{
    color: #b7791f !important;
  }

  .mobile\:placeholder-yellow-800::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .mobile\:placeholder-yellow-800::-moz-placeholder{
    color: #975a16 !important;
  }

  .mobile\:placeholder-yellow-800:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .mobile\:placeholder-yellow-800::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .mobile\:placeholder-yellow-800::placeholder{
    color: #975a16 !important;
  }

  .mobile\:placeholder-yellow-900::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .mobile\:placeholder-yellow-900::-moz-placeholder{
    color: #744210 !important;
  }

  .mobile\:placeholder-yellow-900:-ms-input-placeholder{
    color: #744210 !important;
  }

  .mobile\:placeholder-yellow-900::-ms-input-placeholder{
    color: #744210 !important;
  }

  .mobile\:placeholder-yellow-900::placeholder{
    color: #744210 !important;
  }

  .mobile\:placeholder-green-100::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .mobile\:placeholder-green-100::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .mobile\:placeholder-green-100:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .mobile\:placeholder-green-100::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .mobile\:placeholder-green-100::placeholder{
    color: #f0fff4 !important;
  }

  .mobile\:placeholder-green-200::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .mobile\:placeholder-green-200::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .mobile\:placeholder-green-200:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .mobile\:placeholder-green-200::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .mobile\:placeholder-green-200::placeholder{
    color: #c6f6d5 !important;
  }

  .mobile\:placeholder-green-300::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .mobile\:placeholder-green-300::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .mobile\:placeholder-green-300:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .mobile\:placeholder-green-300::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .mobile\:placeholder-green-300::placeholder{
    color: #9ae6b4 !important;
  }

  .mobile\:placeholder-green-400::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .mobile\:placeholder-green-400::-moz-placeholder{
    color: #68d391 !important;
  }

  .mobile\:placeholder-green-400:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .mobile\:placeholder-green-400::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .mobile\:placeholder-green-400::placeholder{
    color: #68d391 !important;
  }

  .mobile\:placeholder-green-500::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .mobile\:placeholder-green-500::-moz-placeholder{
    color: #48bb78 !important;
  }

  .mobile\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .mobile\:placeholder-green-500::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .mobile\:placeholder-green-500::placeholder{
    color: #48bb78 !important;
  }

  .mobile\:placeholder-green-600::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .mobile\:placeholder-green-600::-moz-placeholder{
    color: #38a169 !important;
  }

  .mobile\:placeholder-green-600:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .mobile\:placeholder-green-600::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .mobile\:placeholder-green-600::placeholder{
    color: #38a169 !important;
  }

  .mobile\:placeholder-green-700::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .mobile\:placeholder-green-700::-moz-placeholder{
    color: #2f855a !important;
  }

  .mobile\:placeholder-green-700:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .mobile\:placeholder-green-700::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .mobile\:placeholder-green-700::placeholder{
    color: #2f855a !important;
  }

  .mobile\:placeholder-green-800::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .mobile\:placeholder-green-800::-moz-placeholder{
    color: #276749 !important;
  }

  .mobile\:placeholder-green-800:-ms-input-placeholder{
    color: #276749 !important;
  }

  .mobile\:placeholder-green-800::-ms-input-placeholder{
    color: #276749 !important;
  }

  .mobile\:placeholder-green-800::placeholder{
    color: #276749 !important;
  }

  .mobile\:placeholder-green-900::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .mobile\:placeholder-green-900::-moz-placeholder{
    color: #22543d !important;
  }

  .mobile\:placeholder-green-900:-ms-input-placeholder{
    color: #22543d !important;
  }

  .mobile\:placeholder-green-900::-ms-input-placeholder{
    color: #22543d !important;
  }

  .mobile\:placeholder-green-900::placeholder{
    color: #22543d !important;
  }

  .mobile\:placeholder-teal-100::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .mobile\:placeholder-teal-100::-moz-placeholder{
    color: #e6fffa !important;
  }

  .mobile\:placeholder-teal-100:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .mobile\:placeholder-teal-100::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .mobile\:placeholder-teal-100::placeholder{
    color: #e6fffa !important;
  }

  .mobile\:placeholder-teal-200::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .mobile\:placeholder-teal-200::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .mobile\:placeholder-teal-200:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .mobile\:placeholder-teal-200::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .mobile\:placeholder-teal-200::placeholder{
    color: #b2f5ea !important;
  }

  .mobile\:placeholder-teal-300::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .mobile\:placeholder-teal-300::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .mobile\:placeholder-teal-300:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .mobile\:placeholder-teal-300::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .mobile\:placeholder-teal-300::placeholder{
    color: #81e6d9 !important;
  }

  .mobile\:placeholder-teal-400::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .mobile\:placeholder-teal-400::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .mobile\:placeholder-teal-400:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .mobile\:placeholder-teal-400::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .mobile\:placeholder-teal-400::placeholder{
    color: #4fd1c5 !important;
  }

  .mobile\:placeholder-teal-500::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .mobile\:placeholder-teal-500::-moz-placeholder{
    color: #38b2ac !important;
  }

  .mobile\:placeholder-teal-500:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .mobile\:placeholder-teal-500::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .mobile\:placeholder-teal-500::placeholder{
    color: #38b2ac !important;
  }

  .mobile\:placeholder-teal-600::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .mobile\:placeholder-teal-600::-moz-placeholder{
    color: #319795 !important;
  }

  .mobile\:placeholder-teal-600:-ms-input-placeholder{
    color: #319795 !important;
  }

  .mobile\:placeholder-teal-600::-ms-input-placeholder{
    color: #319795 !important;
  }

  .mobile\:placeholder-teal-600::placeholder{
    color: #319795 !important;
  }

  .mobile\:placeholder-teal-700::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .mobile\:placeholder-teal-700::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .mobile\:placeholder-teal-700:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .mobile\:placeholder-teal-700::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .mobile\:placeholder-teal-700::placeholder{
    color: #2c7a7b !important;
  }

  .mobile\:placeholder-teal-800::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .mobile\:placeholder-teal-800::-moz-placeholder{
    color: #285e61 !important;
  }

  .mobile\:placeholder-teal-800:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .mobile\:placeholder-teal-800::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .mobile\:placeholder-teal-800::placeholder{
    color: #285e61 !important;
  }

  .mobile\:placeholder-teal-900::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .mobile\:placeholder-teal-900::-moz-placeholder{
    color: #234e52 !important;
  }

  .mobile\:placeholder-teal-900:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .mobile\:placeholder-teal-900::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .mobile\:placeholder-teal-900::placeholder{
    color: #234e52 !important;
  }

  .mobile\:placeholder-blue-100::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .mobile\:placeholder-blue-100::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .mobile\:placeholder-blue-100:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .mobile\:placeholder-blue-100::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .mobile\:placeholder-blue-100::placeholder{
    color: #ebf8ff !important;
  }

  .mobile\:placeholder-blue-200::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .mobile\:placeholder-blue-200::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .mobile\:placeholder-blue-200:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .mobile\:placeholder-blue-200::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .mobile\:placeholder-blue-200::placeholder{
    color: #bee3f8 !important;
  }

  .mobile\:placeholder-blue-300::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .mobile\:placeholder-blue-300::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .mobile\:placeholder-blue-300:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .mobile\:placeholder-blue-300::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .mobile\:placeholder-blue-300::placeholder{
    color: #90cdf4 !important;
  }

  .mobile\:placeholder-blue-400::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .mobile\:placeholder-blue-400::-moz-placeholder{
    color: #63b3ed !important;
  }

  .mobile\:placeholder-blue-400:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .mobile\:placeholder-blue-400::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .mobile\:placeholder-blue-400::placeholder{
    color: #63b3ed !important;
  }

  .mobile\:placeholder-blue-500::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .mobile\:placeholder-blue-500::-moz-placeholder{
    color: #4299e1 !important;
  }

  .mobile\:placeholder-blue-500:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .mobile\:placeholder-blue-500::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .mobile\:placeholder-blue-500::placeholder{
    color: #4299e1 !important;
  }

  .mobile\:placeholder-blue-600::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .mobile\:placeholder-blue-600::-moz-placeholder{
    color: #3182ce !important;
  }

  .mobile\:placeholder-blue-600:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .mobile\:placeholder-blue-600::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .mobile\:placeholder-blue-600::placeholder{
    color: #3182ce !important;
  }

  .mobile\:placeholder-blue-700::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .mobile\:placeholder-blue-700::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .mobile\:placeholder-blue-700:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .mobile\:placeholder-blue-700::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .mobile\:placeholder-blue-700::placeholder{
    color: #2b6cb0 !important;
  }

  .mobile\:placeholder-blue-800::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .mobile\:placeholder-blue-800::-moz-placeholder{
    color: #2c5282 !important;
  }

  .mobile\:placeholder-blue-800:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .mobile\:placeholder-blue-800::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .mobile\:placeholder-blue-800::placeholder{
    color: #2c5282 !important;
  }

  .mobile\:placeholder-blue-900::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .mobile\:placeholder-blue-900::-moz-placeholder{
    color: #2a4365 !important;
  }

  .mobile\:placeholder-blue-900:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .mobile\:placeholder-blue-900::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .mobile\:placeholder-blue-900::placeholder{
    color: #2a4365 !important;
  }

  .mobile\:placeholder-indigo-100::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .mobile\:placeholder-indigo-100::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .mobile\:placeholder-indigo-100:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .mobile\:placeholder-indigo-100::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .mobile\:placeholder-indigo-100::placeholder{
    color: #ebf4ff !important;
  }

  .mobile\:placeholder-indigo-200::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .mobile\:placeholder-indigo-200::-moz-placeholder{
    color: #c3dafe !important;
  }

  .mobile\:placeholder-indigo-200:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .mobile\:placeholder-indigo-200::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .mobile\:placeholder-indigo-200::placeholder{
    color: #c3dafe !important;
  }

  .mobile\:placeholder-indigo-300::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .mobile\:placeholder-indigo-300::-moz-placeholder{
    color: #a3bffa !important;
  }

  .mobile\:placeholder-indigo-300:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .mobile\:placeholder-indigo-300::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .mobile\:placeholder-indigo-300::placeholder{
    color: #a3bffa !important;
  }

  .mobile\:placeholder-indigo-400::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .mobile\:placeholder-indigo-400::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .mobile\:placeholder-indigo-400:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .mobile\:placeholder-indigo-400::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .mobile\:placeholder-indigo-400::placeholder{
    color: #7f9cf5 !important;
  }

  .mobile\:placeholder-indigo-500::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .mobile\:placeholder-indigo-500::-moz-placeholder{
    color: #667eea !important;
  }

  .mobile\:placeholder-indigo-500:-ms-input-placeholder{
    color: #667eea !important;
  }

  .mobile\:placeholder-indigo-500::-ms-input-placeholder{
    color: #667eea !important;
  }

  .mobile\:placeholder-indigo-500::placeholder{
    color: #667eea !important;
  }

  .mobile\:placeholder-indigo-600::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .mobile\:placeholder-indigo-600::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .mobile\:placeholder-indigo-600:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .mobile\:placeholder-indigo-600::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .mobile\:placeholder-indigo-600::placeholder{
    color: #5a67d8 !important;
  }

  .mobile\:placeholder-indigo-700::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .mobile\:placeholder-indigo-700::-moz-placeholder{
    color: #4c51bf !important;
  }

  .mobile\:placeholder-indigo-700:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .mobile\:placeholder-indigo-700::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .mobile\:placeholder-indigo-700::placeholder{
    color: #4c51bf !important;
  }

  .mobile\:placeholder-indigo-800::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .mobile\:placeholder-indigo-800::-moz-placeholder{
    color: #434190 !important;
  }

  .mobile\:placeholder-indigo-800:-ms-input-placeholder{
    color: #434190 !important;
  }

  .mobile\:placeholder-indigo-800::-ms-input-placeholder{
    color: #434190 !important;
  }

  .mobile\:placeholder-indigo-800::placeholder{
    color: #434190 !important;
  }

  .mobile\:placeholder-indigo-900::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .mobile\:placeholder-indigo-900::-moz-placeholder{
    color: #3c366b !important;
  }

  .mobile\:placeholder-indigo-900:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .mobile\:placeholder-indigo-900::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .mobile\:placeholder-indigo-900::placeholder{
    color: #3c366b !important;
  }

  .mobile\:placeholder-purple-100::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .mobile\:placeholder-purple-100::-moz-placeholder{
    color: #faf5ff !important;
  }

  .mobile\:placeholder-purple-100:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .mobile\:placeholder-purple-100::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .mobile\:placeholder-purple-100::placeholder{
    color: #faf5ff !important;
  }

  .mobile\:placeholder-purple-200::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .mobile\:placeholder-purple-200::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .mobile\:placeholder-purple-200:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .mobile\:placeholder-purple-200::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .mobile\:placeholder-purple-200::placeholder{
    color: #e9d8fd !important;
  }

  .mobile\:placeholder-purple-300::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .mobile\:placeholder-purple-300::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .mobile\:placeholder-purple-300:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .mobile\:placeholder-purple-300::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .mobile\:placeholder-purple-300::placeholder{
    color: #d6bcfa !important;
  }

  .mobile\:placeholder-purple-400::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .mobile\:placeholder-purple-400::-moz-placeholder{
    color: #b794f4 !important;
  }

  .mobile\:placeholder-purple-400:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .mobile\:placeholder-purple-400::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .mobile\:placeholder-purple-400::placeholder{
    color: #b794f4 !important;
  }

  .mobile\:placeholder-purple-500::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .mobile\:placeholder-purple-500::-moz-placeholder{
    color: #9f7aea !important;
  }

  .mobile\:placeholder-purple-500:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .mobile\:placeholder-purple-500::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .mobile\:placeholder-purple-500::placeholder{
    color: #9f7aea !important;
  }

  .mobile\:placeholder-purple-600::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .mobile\:placeholder-purple-600::-moz-placeholder{
    color: #805ad5 !important;
  }

  .mobile\:placeholder-purple-600:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .mobile\:placeholder-purple-600::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .mobile\:placeholder-purple-600::placeholder{
    color: #805ad5 !important;
  }

  .mobile\:placeholder-purple-700::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .mobile\:placeholder-purple-700::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .mobile\:placeholder-purple-700:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .mobile\:placeholder-purple-700::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .mobile\:placeholder-purple-700::placeholder{
    color: #6b46c1 !important;
  }

  .mobile\:placeholder-purple-800::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .mobile\:placeholder-purple-800::-moz-placeholder{
    color: #553c9a !important;
  }

  .mobile\:placeholder-purple-800:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .mobile\:placeholder-purple-800::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .mobile\:placeholder-purple-800::placeholder{
    color: #553c9a !important;
  }

  .mobile\:placeholder-purple-900::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .mobile\:placeholder-purple-900::-moz-placeholder{
    color: #44337a !important;
  }

  .mobile\:placeholder-purple-900:-ms-input-placeholder{
    color: #44337a !important;
  }

  .mobile\:placeholder-purple-900::-ms-input-placeholder{
    color: #44337a !important;
  }

  .mobile\:placeholder-purple-900::placeholder{
    color: #44337a !important;
  }

  .mobile\:placeholder-pink-100::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .mobile\:placeholder-pink-100::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .mobile\:placeholder-pink-100:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .mobile\:placeholder-pink-100::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .mobile\:placeholder-pink-100::placeholder{
    color: #fff5f7 !important;
  }

  .mobile\:placeholder-pink-200::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .mobile\:placeholder-pink-200::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .mobile\:placeholder-pink-200:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .mobile\:placeholder-pink-200::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .mobile\:placeholder-pink-200::placeholder{
    color: #fed7e2 !important;
  }

  .mobile\:placeholder-pink-300::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .mobile\:placeholder-pink-300::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .mobile\:placeholder-pink-300:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .mobile\:placeholder-pink-300::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .mobile\:placeholder-pink-300::placeholder{
    color: #fbb6ce !important;
  }

  .mobile\:placeholder-pink-400::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .mobile\:placeholder-pink-400::-moz-placeholder{
    color: #f687b3 !important;
  }

  .mobile\:placeholder-pink-400:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .mobile\:placeholder-pink-400::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .mobile\:placeholder-pink-400::placeholder{
    color: #f687b3 !important;
  }

  .mobile\:placeholder-pink-500::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .mobile\:placeholder-pink-500::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .mobile\:placeholder-pink-500:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .mobile\:placeholder-pink-500::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .mobile\:placeholder-pink-500::placeholder{
    color: #ed64a6 !important;
  }

  .mobile\:placeholder-pink-600::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .mobile\:placeholder-pink-600::-moz-placeholder{
    color: #d53f8c !important;
  }

  .mobile\:placeholder-pink-600:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .mobile\:placeholder-pink-600::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .mobile\:placeholder-pink-600::placeholder{
    color: #d53f8c !important;
  }

  .mobile\:placeholder-pink-700::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .mobile\:placeholder-pink-700::-moz-placeholder{
    color: #b83280 !important;
  }

  .mobile\:placeholder-pink-700:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .mobile\:placeholder-pink-700::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .mobile\:placeholder-pink-700::placeholder{
    color: #b83280 !important;
  }

  .mobile\:placeholder-pink-800::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .mobile\:placeholder-pink-800::-moz-placeholder{
    color: #97266d !important;
  }

  .mobile\:placeholder-pink-800:-ms-input-placeholder{
    color: #97266d !important;
  }

  .mobile\:placeholder-pink-800::-ms-input-placeholder{
    color: #97266d !important;
  }

  .mobile\:placeholder-pink-800::placeholder{
    color: #97266d !important;
  }

  .mobile\:placeholder-pink-900::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .mobile\:placeholder-pink-900::-moz-placeholder{
    color: #702459 !important;
  }

  .mobile\:placeholder-pink-900:-ms-input-placeholder{
    color: #702459 !important;
  }

  .mobile\:placeholder-pink-900::-ms-input-placeholder{
    color: #702459 !important;
  }

  .mobile\:placeholder-pink-900::placeholder{
    color: #702459 !important;
  }

  .mobile\:placeholder-cyan::-webkit-input-placeholder{
    color: #9cdbff !important;
  }

  .mobile\:placeholder-cyan::-moz-placeholder{
    color: #9cdbff !important;
  }

  .mobile\:placeholder-cyan:-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .mobile\:placeholder-cyan::-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .mobile\:placeholder-cyan::placeholder{
    color: #9cdbff !important;
  }

  .mobile\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .mobile\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .mobile\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .mobile\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .mobile\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .mobile\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #222222 !important;
  }

  .mobile\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #222222 !important;
  }

  .mobile\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #222222 !important;
  }

  .mobile\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #222222 !important;
  }

  .mobile\:focus\:placeholder-black:focus::placeholder{
    color: #222222 !important;
  }

  .mobile\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff !important;
  }

  .mobile\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff !important;
  }

  .mobile\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff !important;
  }

  .mobile\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff !important;
  }

  .mobile\:focus\:placeholder-white:focus::placeholder{
    color: #fff !important;
  }

  .mobile\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f5f5f5 !important;
  }

  .mobile\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f5f5f5 !important;
  }

  .mobile\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .mobile\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .mobile\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f5f5f5 !important;
  }

  .mobile\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #eeeeee !important;
  }

  .mobile\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #eeeeee !important;
  }

  .mobile\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .mobile\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .mobile\:focus\:placeholder-gray-200:focus::placeholder{
    color: #eeeeee !important;
  }

  .mobile\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e0e0e0 !important;
  }

  .mobile\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e0e0e0 !important;
  }

  .mobile\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .mobile\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .mobile\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e0e0e0 !important;
  }

  .mobile\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #bdbdbd !important;
  }

  .mobile\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #bdbdbd !important;
  }

  .mobile\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .mobile\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .mobile\:focus\:placeholder-gray-400:focus::placeholder{
    color: #bdbdbd !important;
  }

  .mobile\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #9e9e9e !important;
  }

  .mobile\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #9e9e9e !important;
  }

  .mobile\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .mobile\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .mobile\:focus\:placeholder-gray-500:focus::placeholder{
    color: #9e9e9e !important;
  }

  .mobile\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #757575 !important;
  }

  .mobile\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    color: #757575 !important;
  }

  .mobile\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #757575 !important;
  }

  .mobile\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    color: #757575 !important;
  }

  .mobile\:focus\:placeholder-gray-600:focus::placeholder{
    color: #757575 !important;
  }

  .mobile\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #616161 !important;
  }

  .mobile\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    color: #616161 !important;
  }

  .mobile\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #616161 !important;
  }

  .mobile\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    color: #616161 !important;
  }

  .mobile\:focus\:placeholder-gray-700:focus::placeholder{
    color: #616161 !important;
  }

  .mobile\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #424242 !important;
  }

  .mobile\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    color: #424242 !important;
  }

  .mobile\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #424242 !important;
  }

  .mobile\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    color: #424242 !important;
  }

  .mobile\:focus\:placeholder-gray-800:focus::placeholder{
    color: #424242 !important;
  }

  .mobile\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #212121 !important;
  }

  .mobile\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    color: #212121 !important;
  }

  .mobile\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: #212121 !important;
  }

  .mobile\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    color: #212121 !important;
  }

  .mobile\:focus\:placeholder-gray-900:focus::placeholder{
    color: #212121 !important;
  }

  .mobile\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .mobile\:focus\:placeholder-red-100:focus::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .mobile\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .mobile\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .mobile\:focus\:placeholder-red-100:focus::placeholder{
    color: #fff5f5 !important;
  }

  .mobile\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .mobile\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .mobile\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .mobile\:focus\:placeholder-red-200:focus::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .mobile\:focus\:placeholder-red-200:focus::placeholder{
    color: #fed7d7 !important;
  }

  .mobile\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .mobile\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .mobile\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .mobile\:focus\:placeholder-red-300:focus::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .mobile\:focus\:placeholder-red-300:focus::placeholder{
    color: #feb2b2 !important;
  }

  .mobile\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .mobile\:focus\:placeholder-red-400:focus::-moz-placeholder{
    color: #fc8181 !important;
  }

  .mobile\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .mobile\:focus\:placeholder-red-400:focus::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .mobile\:focus\:placeholder-red-400:focus::placeholder{
    color: #fc8181 !important;
  }

  .mobile\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .mobile\:focus\:placeholder-red-500:focus::-moz-placeholder{
    color: #f56565 !important;
  }

  .mobile\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .mobile\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .mobile\:focus\:placeholder-red-500:focus::placeholder{
    color: #f56565 !important;
  }

  .mobile\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .mobile\:focus\:placeholder-red-600:focus::-moz-placeholder{
    color: #e53e3e !important;
  }

  .mobile\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .mobile\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .mobile\:focus\:placeholder-red-600:focus::placeholder{
    color: #e53e3e !important;
  }

  .mobile\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .mobile\:focus\:placeholder-red-700:focus::-moz-placeholder{
    color: #c53030 !important;
  }

  .mobile\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .mobile\:focus\:placeholder-red-700:focus::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .mobile\:focus\:placeholder-red-700:focus::placeholder{
    color: #c53030 !important;
  }

  .mobile\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .mobile\:focus\:placeholder-red-800:focus::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .mobile\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .mobile\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .mobile\:focus\:placeholder-red-800:focus::placeholder{
    color: #9b2c2c !important;
  }

  .mobile\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .mobile\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #742a2a !important;
  }

  .mobile\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .mobile\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .mobile\:focus\:placeholder-red-900:focus::placeholder{
    color: #742a2a !important;
  }

  .mobile\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .mobile\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .mobile\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .mobile\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .mobile\:focus\:placeholder-orange-100:focus::placeholder{
    color: #fffaf0 !important;
  }

  .mobile\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .mobile\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    color: #feebc8 !important;
  }

  .mobile\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .mobile\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .mobile\:focus\:placeholder-orange-200:focus::placeholder{
    color: #feebc8 !important;
  }

  .mobile\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .mobile\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    color: #fbd38d !important;
  }

  .mobile\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .mobile\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .mobile\:focus\:placeholder-orange-300:focus::placeholder{
    color: #fbd38d !important;
  }

  .mobile\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .mobile\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .mobile\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .mobile\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .mobile\:focus\:placeholder-orange-400:focus::placeholder{
    color: #f6ad55 !important;
  }

  .mobile\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .mobile\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    color: #ed8936 !important;
  }

  .mobile\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .mobile\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .mobile\:focus\:placeholder-orange-500:focus::placeholder{
    color: #ed8936 !important;
  }

  .mobile\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .mobile\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .mobile\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .mobile\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .mobile\:focus\:placeholder-orange-600:focus::placeholder{
    color: #dd6b20 !important;
  }

  .mobile\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .mobile\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    color: #c05621 !important;
  }

  .mobile\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .mobile\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .mobile\:focus\:placeholder-orange-700:focus::placeholder{
    color: #c05621 !important;
  }

  .mobile\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .mobile\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    color: #9c4221 !important;
  }

  .mobile\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .mobile\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .mobile\:focus\:placeholder-orange-800:focus::placeholder{
    color: #9c4221 !important;
  }

  .mobile\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .mobile\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    color: #7b341e !important;
  }

  .mobile\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .mobile\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .mobile\:focus\:placeholder-orange-900:focus::placeholder{
    color: #7b341e !important;
  }

  .mobile\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .mobile\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    color: #fffff0 !important;
  }

  .mobile\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .mobile\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .mobile\:focus\:placeholder-yellow-100:focus::placeholder{
    color: #fffff0 !important;
  }

  .mobile\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .mobile\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    color: #fefcbf !important;
  }

  .mobile\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .mobile\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .mobile\:focus\:placeholder-yellow-200:focus::placeholder{
    color: #fefcbf !important;
  }

  .mobile\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .mobile\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    color: #faf089 !important;
  }

  .mobile\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .mobile\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .mobile\:focus\:placeholder-yellow-300:focus::placeholder{
    color: #faf089 !important;
  }

  .mobile\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .mobile\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    color: #f6e05e !important;
  }

  .mobile\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .mobile\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .mobile\:focus\:placeholder-yellow-400:focus::placeholder{
    color: #f6e05e !important;
  }

  .mobile\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .mobile\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    color: #ecc94b !important;
  }

  .mobile\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .mobile\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .mobile\:focus\:placeholder-yellow-500:focus::placeholder{
    color: #ecc94b !important;
  }

  .mobile\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .mobile\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    color: #d69e2e !important;
  }

  .mobile\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .mobile\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .mobile\:focus\:placeholder-yellow-600:focus::placeholder{
    color: #d69e2e !important;
  }

  .mobile\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .mobile\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    color: #b7791f !important;
  }

  .mobile\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .mobile\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .mobile\:focus\:placeholder-yellow-700:focus::placeholder{
    color: #b7791f !important;
  }

  .mobile\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .mobile\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    color: #975a16 !important;
  }

  .mobile\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .mobile\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .mobile\:focus\:placeholder-yellow-800:focus::placeholder{
    color: #975a16 !important;
  }

  .mobile\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .mobile\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    color: #744210 !important;
  }

  .mobile\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    color: #744210 !important;
  }

  .mobile\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    color: #744210 !important;
  }

  .mobile\:focus\:placeholder-yellow-900:focus::placeholder{
    color: #744210 !important;
  }

  .mobile\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .mobile\:focus\:placeholder-green-100:focus::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .mobile\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .mobile\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .mobile\:focus\:placeholder-green-100:focus::placeholder{
    color: #f0fff4 !important;
  }

  .mobile\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .mobile\:focus\:placeholder-green-200:focus::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .mobile\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .mobile\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .mobile\:focus\:placeholder-green-200:focus::placeholder{
    color: #c6f6d5 !important;
  }

  .mobile\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .mobile\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .mobile\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .mobile\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .mobile\:focus\:placeholder-green-300:focus::placeholder{
    color: #9ae6b4 !important;
  }

  .mobile\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .mobile\:focus\:placeholder-green-400:focus::-moz-placeholder{
    color: #68d391 !important;
  }

  .mobile\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .mobile\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .mobile\:focus\:placeholder-green-400:focus::placeholder{
    color: #68d391 !important;
  }

  .mobile\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .mobile\:focus\:placeholder-green-500:focus::-moz-placeholder{
    color: #48bb78 !important;
  }

  .mobile\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .mobile\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .mobile\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78 !important;
  }

  .mobile\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .mobile\:focus\:placeholder-green-600:focus::-moz-placeholder{
    color: #38a169 !important;
  }

  .mobile\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .mobile\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .mobile\:focus\:placeholder-green-600:focus::placeholder{
    color: #38a169 !important;
  }

  .mobile\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .mobile\:focus\:placeholder-green-700:focus::-moz-placeholder{
    color: #2f855a !important;
  }

  .mobile\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .mobile\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .mobile\:focus\:placeholder-green-700:focus::placeholder{
    color: #2f855a !important;
  }

  .mobile\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .mobile\:focus\:placeholder-green-800:focus::-moz-placeholder{
    color: #276749 !important;
  }

  .mobile\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    color: #276749 !important;
  }

  .mobile\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    color: #276749 !important;
  }

  .mobile\:focus\:placeholder-green-800:focus::placeholder{
    color: #276749 !important;
  }

  .mobile\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .mobile\:focus\:placeholder-green-900:focus::-moz-placeholder{
    color: #22543d !important;
  }

  .mobile\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    color: #22543d !important;
  }

  .mobile\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    color: #22543d !important;
  }

  .mobile\:focus\:placeholder-green-900:focus::placeholder{
    color: #22543d !important;
  }

  .mobile\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .mobile\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    color: #e6fffa !important;
  }

  .mobile\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .mobile\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .mobile\:focus\:placeholder-teal-100:focus::placeholder{
    color: #e6fffa !important;
  }

  .mobile\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .mobile\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .mobile\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .mobile\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .mobile\:focus\:placeholder-teal-200:focus::placeholder{
    color: #b2f5ea !important;
  }

  .mobile\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .mobile\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .mobile\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .mobile\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .mobile\:focus\:placeholder-teal-300:focus::placeholder{
    color: #81e6d9 !important;
  }

  .mobile\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .mobile\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .mobile\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .mobile\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .mobile\:focus\:placeholder-teal-400:focus::placeholder{
    color: #4fd1c5 !important;
  }

  .mobile\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .mobile\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    color: #38b2ac !important;
  }

  .mobile\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .mobile\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .mobile\:focus\:placeholder-teal-500:focus::placeholder{
    color: #38b2ac !important;
  }

  .mobile\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .mobile\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    color: #319795 !important;
  }

  .mobile\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    color: #319795 !important;
  }

  .mobile\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    color: #319795 !important;
  }

  .mobile\:focus\:placeholder-teal-600:focus::placeholder{
    color: #319795 !important;
  }

  .mobile\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .mobile\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .mobile\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .mobile\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .mobile\:focus\:placeholder-teal-700:focus::placeholder{
    color: #2c7a7b !important;
  }

  .mobile\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .mobile\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    color: #285e61 !important;
  }

  .mobile\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .mobile\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .mobile\:focus\:placeholder-teal-800:focus::placeholder{
    color: #285e61 !important;
  }

  .mobile\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .mobile\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    color: #234e52 !important;
  }

  .mobile\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .mobile\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .mobile\:focus\:placeholder-teal-900:focus::placeholder{
    color: #234e52 !important;
  }

  .mobile\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .mobile\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .mobile\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .mobile\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .mobile\:focus\:placeholder-blue-100:focus::placeholder{
    color: #ebf8ff !important;
  }

  .mobile\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .mobile\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .mobile\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .mobile\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .mobile\:focus\:placeholder-blue-200:focus::placeholder{
    color: #bee3f8 !important;
  }

  .mobile\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .mobile\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .mobile\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .mobile\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .mobile\:focus\:placeholder-blue-300:focus::placeholder{
    color: #90cdf4 !important;
  }

  .mobile\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .mobile\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    color: #63b3ed !important;
  }

  .mobile\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .mobile\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .mobile\:focus\:placeholder-blue-400:focus::placeholder{
    color: #63b3ed !important;
  }

  .mobile\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .mobile\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #4299e1 !important;
  }

  .mobile\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .mobile\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .mobile\:focus\:placeholder-blue-500:focus::placeholder{
    color: #4299e1 !important;
  }

  .mobile\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .mobile\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    color: #3182ce !important;
  }

  .mobile\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .mobile\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .mobile\:focus\:placeholder-blue-600:focus::placeholder{
    color: #3182ce !important;
  }

  .mobile\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .mobile\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .mobile\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .mobile\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .mobile\:focus\:placeholder-blue-700:focus::placeholder{
    color: #2b6cb0 !important;
  }

  .mobile\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .mobile\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    color: #2c5282 !important;
  }

  .mobile\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .mobile\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .mobile\:focus\:placeholder-blue-800:focus::placeholder{
    color: #2c5282 !important;
  }

  .mobile\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .mobile\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    color: #2a4365 !important;
  }

  .mobile\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .mobile\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .mobile\:focus\:placeholder-blue-900:focus::placeholder{
    color: #2a4365 !important;
  }

  .mobile\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .mobile\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .mobile\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .mobile\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .mobile\:focus\:placeholder-indigo-100:focus::placeholder{
    color: #ebf4ff !important;
  }

  .mobile\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .mobile\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    color: #c3dafe !important;
  }

  .mobile\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .mobile\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .mobile\:focus\:placeholder-indigo-200:focus::placeholder{
    color: #c3dafe !important;
  }

  .mobile\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .mobile\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    color: #a3bffa !important;
  }

  .mobile\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .mobile\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .mobile\:focus\:placeholder-indigo-300:focus::placeholder{
    color: #a3bffa !important;
  }

  .mobile\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .mobile\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .mobile\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .mobile\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .mobile\:focus\:placeholder-indigo-400:focus::placeholder{
    color: #7f9cf5 !important;
  }

  .mobile\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .mobile\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    color: #667eea !important;
  }

  .mobile\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    color: #667eea !important;
  }

  .mobile\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    color: #667eea !important;
  }

  .mobile\:focus\:placeholder-indigo-500:focus::placeholder{
    color: #667eea !important;
  }

  .mobile\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .mobile\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .mobile\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .mobile\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .mobile\:focus\:placeholder-indigo-600:focus::placeholder{
    color: #5a67d8 !important;
  }

  .mobile\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .mobile\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    color: #4c51bf !important;
  }

  .mobile\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .mobile\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .mobile\:focus\:placeholder-indigo-700:focus::placeholder{
    color: #4c51bf !important;
  }

  .mobile\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .mobile\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    color: #434190 !important;
  }

  .mobile\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    color: #434190 !important;
  }

  .mobile\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    color: #434190 !important;
  }

  .mobile\:focus\:placeholder-indigo-800:focus::placeholder{
    color: #434190 !important;
  }

  .mobile\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .mobile\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    color: #3c366b !important;
  }

  .mobile\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .mobile\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .mobile\:focus\:placeholder-indigo-900:focus::placeholder{
    color: #3c366b !important;
  }

  .mobile\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .mobile\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    color: #faf5ff !important;
  }

  .mobile\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .mobile\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .mobile\:focus\:placeholder-purple-100:focus::placeholder{
    color: #faf5ff !important;
  }

  .mobile\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .mobile\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .mobile\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .mobile\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .mobile\:focus\:placeholder-purple-200:focus::placeholder{
    color: #e9d8fd !important;
  }

  .mobile\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .mobile\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .mobile\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .mobile\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .mobile\:focus\:placeholder-purple-300:focus::placeholder{
    color: #d6bcfa !important;
  }

  .mobile\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .mobile\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    color: #b794f4 !important;
  }

  .mobile\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .mobile\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .mobile\:focus\:placeholder-purple-400:focus::placeholder{
    color: #b794f4 !important;
  }

  .mobile\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .mobile\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    color: #9f7aea !important;
  }

  .mobile\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .mobile\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .mobile\:focus\:placeholder-purple-500:focus::placeholder{
    color: #9f7aea !important;
  }

  .mobile\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .mobile\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    color: #805ad5 !important;
  }

  .mobile\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .mobile\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .mobile\:focus\:placeholder-purple-600:focus::placeholder{
    color: #805ad5 !important;
  }

  .mobile\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .mobile\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .mobile\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .mobile\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .mobile\:focus\:placeholder-purple-700:focus::placeholder{
    color: #6b46c1 !important;
  }

  .mobile\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .mobile\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    color: #553c9a !important;
  }

  .mobile\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .mobile\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .mobile\:focus\:placeholder-purple-800:focus::placeholder{
    color: #553c9a !important;
  }

  .mobile\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .mobile\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    color: #44337a !important;
  }

  .mobile\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    color: #44337a !important;
  }

  .mobile\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    color: #44337a !important;
  }

  .mobile\:focus\:placeholder-purple-900:focus::placeholder{
    color: #44337a !important;
  }

  .mobile\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .mobile\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .mobile\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .mobile\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .mobile\:focus\:placeholder-pink-100:focus::placeholder{
    color: #fff5f7 !important;
  }

  .mobile\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .mobile\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .mobile\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .mobile\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .mobile\:focus\:placeholder-pink-200:focus::placeholder{
    color: #fed7e2 !important;
  }

  .mobile\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .mobile\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .mobile\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .mobile\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .mobile\:focus\:placeholder-pink-300:focus::placeholder{
    color: #fbb6ce !important;
  }

  .mobile\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .mobile\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    color: #f687b3 !important;
  }

  .mobile\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .mobile\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .mobile\:focus\:placeholder-pink-400:focus::placeholder{
    color: #f687b3 !important;
  }

  .mobile\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .mobile\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .mobile\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .mobile\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .mobile\:focus\:placeholder-pink-500:focus::placeholder{
    color: #ed64a6 !important;
  }

  .mobile\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .mobile\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    color: #d53f8c !important;
  }

  .mobile\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .mobile\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .mobile\:focus\:placeholder-pink-600:focus::placeholder{
    color: #d53f8c !important;
  }

  .mobile\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .mobile\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    color: #b83280 !important;
  }

  .mobile\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .mobile\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .mobile\:focus\:placeholder-pink-700:focus::placeholder{
    color: #b83280 !important;
  }

  .mobile\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .mobile\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    color: #97266d !important;
  }

  .mobile\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    color: #97266d !important;
  }

  .mobile\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    color: #97266d !important;
  }

  .mobile\:focus\:placeholder-pink-800:focus::placeholder{
    color: #97266d !important;
  }

  .mobile\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .mobile\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    color: #702459 !important;
  }

  .mobile\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    color: #702459 !important;
  }

  .mobile\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    color: #702459 !important;
  }

  .mobile\:focus\:placeholder-pink-900:focus::placeholder{
    color: #702459 !important;
  }

  .mobile\:focus\:placeholder-cyan:focus::-webkit-input-placeholder{
    color: #9cdbff !important;
  }

  .mobile\:focus\:placeholder-cyan:focus::-moz-placeholder{
    color: #9cdbff !important;
  }

  .mobile\:focus\:placeholder-cyan:focus:-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .mobile\:focus\:placeholder-cyan:focus::-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .mobile\:focus\:placeholder-cyan:focus::placeholder{
    color: #9cdbff !important;
  }

  .mobile\:pointer-events-none{
    pointer-events: none !important;
  }

  .mobile\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .mobile\:static{
    position: static !important;
  }

  .mobile\:fixed{
    position: fixed !important;
  }

  .mobile\:absolute{
    position: absolute !important;
  }

  .mobile\:relative{
    position: relative !important;
  }

  .mobile\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .mobile\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .mobile\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .mobile\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .mobile\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .mobile\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .mobile\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .mobile\:top-0{
    top: 0 !important;
  }

  .mobile\:right-0{
    right: 0 !important;
  }

  .mobile\:bottom-0{
    bottom: 0 !important;
  }

  .mobile\:left-0{
    left: 0 !important;
  }

  .mobile\:top-auto{
    top: auto !important;
  }

  .mobile\:right-auto{
    right: auto !important;
  }

  .mobile\:bottom-auto{
    bottom: auto !important;
  }

  .mobile\:left-auto{
    left: auto !important;
  }

  .mobile\:resize-none{
    resize: none !important;
  }

  .mobile\:resize-y{
    resize: vertical !important;
  }

  .mobile\:resize-x{
    resize: horizontal !important;
  }

  .mobile\:resize{
    resize: both !important;
  }

  .mobile\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .mobile\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .mobile\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .mobile\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .mobile\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .mobile\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .mobile\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .mobile\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .mobile\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .mobile\:shadow-none{
    box-shadow: none !important;
  }

  .mobile\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .mobile\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .mobile\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .mobile\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .mobile\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .mobile\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .mobile\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .mobile\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .mobile\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .mobile\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .mobile\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .mobile\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .mobile\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .mobile\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .mobile\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .mobile\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .mobile\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .mobile\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .mobile\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .mobile\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .mobile\:fill-current{
    fill: currentColor !important;
  }

  .mobile\:stroke-current{
    stroke: currentColor !important;
  }

  .mobile\:stroke-0{
    stroke-width: 0 !important;
  }

  .mobile\:stroke-1{
    stroke-width: 1 !important;
  }

  .mobile\:stroke-2{
    stroke-width: 2 !important;
  }

  .mobile\:table-auto{
    table-layout: auto !important;
  }

  .mobile\:table-fixed{
    table-layout: fixed !important;
  }

  .mobile\:text-left{
    text-align: left !important;
  }

  .mobile\:text-center{
    text-align: center !important;
  }

  .mobile\:text-right{
    text-align: right !important;
  }

  .mobile\:text-justify{
    text-align: justify !important;
  }

  .mobile\:text-transparent{
    color: transparent !important;
  }

  .mobile\:text-black{
    color: #222222 !important;
  }

  .mobile\:text-white{
    color: #fff !important;
  }

  .mobile\:text-gray-100{
    color: #f5f5f5 !important;
  }

  .mobile\:text-gray-200{
    color: #eeeeee !important;
  }

  .mobile\:text-gray-300{
    color: #e0e0e0 !important;
  }

  .mobile\:text-gray-400{
    color: #bdbdbd !important;
  }

  .mobile\:text-gray-500{
    color: #9e9e9e !important;
  }

  .mobile\:text-gray-600{
    color: #757575 !important;
  }

  .mobile\:text-gray-700{
    color: #616161 !important;
  }

  .mobile\:text-gray-800{
    color: #424242 !important;
  }

  .mobile\:text-gray-900{
    color: #212121 !important;
  }

  .mobile\:text-red-100{
    color: #fff5f5 !important;
  }

  .mobile\:text-red-200{
    color: #fed7d7 !important;
  }

  .mobile\:text-red-300{
    color: #feb2b2 !important;
  }

  .mobile\:text-red-400{
    color: #fc8181 !important;
  }

  .mobile\:text-red-500{
    color: #f56565 !important;
  }

  .mobile\:text-red-600{
    color: #e53e3e !important;
  }

  .mobile\:text-red-700{
    color: #c53030 !important;
  }

  .mobile\:text-red-800{
    color: #9b2c2c !important;
  }

  .mobile\:text-red-900{
    color: #742a2a !important;
  }

  .mobile\:text-orange-100{
    color: #fffaf0 !important;
  }

  .mobile\:text-orange-200{
    color: #feebc8 !important;
  }

  .mobile\:text-orange-300{
    color: #fbd38d !important;
  }

  .mobile\:text-orange-400{
    color: #f6ad55 !important;
  }

  .mobile\:text-orange-500{
    color: #ed8936 !important;
  }

  .mobile\:text-orange-600{
    color: #dd6b20 !important;
  }

  .mobile\:text-orange-700{
    color: #c05621 !important;
  }

  .mobile\:text-orange-800{
    color: #9c4221 !important;
  }

  .mobile\:text-orange-900{
    color: #7b341e !important;
  }

  .mobile\:text-yellow-100{
    color: #fffff0 !important;
  }

  .mobile\:text-yellow-200{
    color: #fefcbf !important;
  }

  .mobile\:text-yellow-300{
    color: #faf089 !important;
  }

  .mobile\:text-yellow-400{
    color: #f6e05e !important;
  }

  .mobile\:text-yellow-500{
    color: #ecc94b !important;
  }

  .mobile\:text-yellow-600{
    color: #d69e2e !important;
  }

  .mobile\:text-yellow-700{
    color: #b7791f !important;
  }

  .mobile\:text-yellow-800{
    color: #975a16 !important;
  }

  .mobile\:text-yellow-900{
    color: #744210 !important;
  }

  .mobile\:text-green-100{
    color: #f0fff4 !important;
  }

  .mobile\:text-green-200{
    color: #c6f6d5 !important;
  }

  .mobile\:text-green-300{
    color: #9ae6b4 !important;
  }

  .mobile\:text-green-400{
    color: #68d391 !important;
  }

  .mobile\:text-green-500{
    color: #48bb78 !important;
  }

  .mobile\:text-green-600{
    color: #38a169 !important;
  }

  .mobile\:text-green-700{
    color: #2f855a !important;
  }

  .mobile\:text-green-800{
    color: #276749 !important;
  }

  .mobile\:text-green-900{
    color: #22543d !important;
  }

  .mobile\:text-teal-100{
    color: #e6fffa !important;
  }

  .mobile\:text-teal-200{
    color: #b2f5ea !important;
  }

  .mobile\:text-teal-300{
    color: #81e6d9 !important;
  }

  .mobile\:text-teal-400{
    color: #4fd1c5 !important;
  }

  .mobile\:text-teal-500{
    color: #38b2ac !important;
  }

  .mobile\:text-teal-600{
    color: #319795 !important;
  }

  .mobile\:text-teal-700{
    color: #2c7a7b !important;
  }

  .mobile\:text-teal-800{
    color: #285e61 !important;
  }

  .mobile\:text-teal-900{
    color: #234e52 !important;
  }

  .mobile\:text-blue-100{
    color: #ebf8ff !important;
  }

  .mobile\:text-blue-200{
    color: #bee3f8 !important;
  }

  .mobile\:text-blue-300{
    color: #90cdf4 !important;
  }

  .mobile\:text-blue-400{
    color: #63b3ed !important;
  }

  .mobile\:text-blue-500{
    color: #4299e1 !important;
  }

  .mobile\:text-blue-600{
    color: #3182ce !important;
  }

  .mobile\:text-blue-700{
    color: #2b6cb0 !important;
  }

  .mobile\:text-blue-800{
    color: #2c5282 !important;
  }

  .mobile\:text-blue-900{
    color: #2a4365 !important;
  }

  .mobile\:text-indigo-100{
    color: #ebf4ff !important;
  }

  .mobile\:text-indigo-200{
    color: #c3dafe !important;
  }

  .mobile\:text-indigo-300{
    color: #a3bffa !important;
  }

  .mobile\:text-indigo-400{
    color: #7f9cf5 !important;
  }

  .mobile\:text-indigo-500{
    color: #667eea !important;
  }

  .mobile\:text-indigo-600{
    color: #5a67d8 !important;
  }

  .mobile\:text-indigo-700{
    color: #4c51bf !important;
  }

  .mobile\:text-indigo-800{
    color: #434190 !important;
  }

  .mobile\:text-indigo-900{
    color: #3c366b !important;
  }

  .mobile\:text-purple-100{
    color: #faf5ff !important;
  }

  .mobile\:text-purple-200{
    color: #e9d8fd !important;
  }

  .mobile\:text-purple-300{
    color: #d6bcfa !important;
  }

  .mobile\:text-purple-400{
    color: #b794f4 !important;
  }

  .mobile\:text-purple-500{
    color: #9f7aea !important;
  }

  .mobile\:text-purple-600{
    color: #805ad5 !important;
  }

  .mobile\:text-purple-700{
    color: #6b46c1 !important;
  }

  .mobile\:text-purple-800{
    color: #553c9a !important;
  }

  .mobile\:text-purple-900{
    color: #44337a !important;
  }

  .mobile\:text-pink-100{
    color: #fff5f7 !important;
  }

  .mobile\:text-pink-200{
    color: #fed7e2 !important;
  }

  .mobile\:text-pink-300{
    color: #fbb6ce !important;
  }

  .mobile\:text-pink-400{
    color: #f687b3 !important;
  }

  .mobile\:text-pink-500{
    color: #ed64a6 !important;
  }

  .mobile\:text-pink-600{
    color: #d53f8c !important;
  }

  .mobile\:text-pink-700{
    color: #b83280 !important;
  }

  .mobile\:text-pink-800{
    color: #97266d !important;
  }

  .mobile\:text-pink-900{
    color: #702459 !important;
  }

  .mobile\:text-cyan{
    color: #9cdbff !important;
  }

  .mobile\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .mobile\:hover\:text-black:hover{
    color: #222222 !important;
  }

  .mobile\:hover\:text-white:hover{
    color: #fff !important;
  }

  .mobile\:hover\:text-gray-100:hover{
    color: #f5f5f5 !important;
  }

  .mobile\:hover\:text-gray-200:hover{
    color: #eeeeee !important;
  }

  .mobile\:hover\:text-gray-300:hover{
    color: #e0e0e0 !important;
  }

  .mobile\:hover\:text-gray-400:hover{
    color: #bdbdbd !important;
  }

  .mobile\:hover\:text-gray-500:hover{
    color: #9e9e9e !important;
  }

  .mobile\:hover\:text-gray-600:hover{
    color: #757575 !important;
  }

  .mobile\:hover\:text-gray-700:hover{
    color: #616161 !important;
  }

  .mobile\:hover\:text-gray-800:hover{
    color: #424242 !important;
  }

  .mobile\:hover\:text-gray-900:hover{
    color: #212121 !important;
  }

  .mobile\:hover\:text-red-100:hover{
    color: #fff5f5 !important;
  }

  .mobile\:hover\:text-red-200:hover{
    color: #fed7d7 !important;
  }

  .mobile\:hover\:text-red-300:hover{
    color: #feb2b2 !important;
  }

  .mobile\:hover\:text-red-400:hover{
    color: #fc8181 !important;
  }

  .mobile\:hover\:text-red-500:hover{
    color: #f56565 !important;
  }

  .mobile\:hover\:text-red-600:hover{
    color: #e53e3e !important;
  }

  .mobile\:hover\:text-red-700:hover{
    color: #c53030 !important;
  }

  .mobile\:hover\:text-red-800:hover{
    color: #9b2c2c !important;
  }

  .mobile\:hover\:text-red-900:hover{
    color: #742a2a !important;
  }

  .mobile\:hover\:text-orange-100:hover{
    color: #fffaf0 !important;
  }

  .mobile\:hover\:text-orange-200:hover{
    color: #feebc8 !important;
  }

  .mobile\:hover\:text-orange-300:hover{
    color: #fbd38d !important;
  }

  .mobile\:hover\:text-orange-400:hover{
    color: #f6ad55 !important;
  }

  .mobile\:hover\:text-orange-500:hover{
    color: #ed8936 !important;
  }

  .mobile\:hover\:text-orange-600:hover{
    color: #dd6b20 !important;
  }

  .mobile\:hover\:text-orange-700:hover{
    color: #c05621 !important;
  }

  .mobile\:hover\:text-orange-800:hover{
    color: #9c4221 !important;
  }

  .mobile\:hover\:text-orange-900:hover{
    color: #7b341e !important;
  }

  .mobile\:hover\:text-yellow-100:hover{
    color: #fffff0 !important;
  }

  .mobile\:hover\:text-yellow-200:hover{
    color: #fefcbf !important;
  }

  .mobile\:hover\:text-yellow-300:hover{
    color: #faf089 !important;
  }

  .mobile\:hover\:text-yellow-400:hover{
    color: #f6e05e !important;
  }

  .mobile\:hover\:text-yellow-500:hover{
    color: #ecc94b !important;
  }

  .mobile\:hover\:text-yellow-600:hover{
    color: #d69e2e !important;
  }

  .mobile\:hover\:text-yellow-700:hover{
    color: #b7791f !important;
  }

  .mobile\:hover\:text-yellow-800:hover{
    color: #975a16 !important;
  }

  .mobile\:hover\:text-yellow-900:hover{
    color: #744210 !important;
  }

  .mobile\:hover\:text-green-100:hover{
    color: #f0fff4 !important;
  }

  .mobile\:hover\:text-green-200:hover{
    color: #c6f6d5 !important;
  }

  .mobile\:hover\:text-green-300:hover{
    color: #9ae6b4 !important;
  }

  .mobile\:hover\:text-green-400:hover{
    color: #68d391 !important;
  }

  .mobile\:hover\:text-green-500:hover{
    color: #48bb78 !important;
  }

  .mobile\:hover\:text-green-600:hover{
    color: #38a169 !important;
  }

  .mobile\:hover\:text-green-700:hover{
    color: #2f855a !important;
  }

  .mobile\:hover\:text-green-800:hover{
    color: #276749 !important;
  }

  .mobile\:hover\:text-green-900:hover{
    color: #22543d !important;
  }

  .mobile\:hover\:text-teal-100:hover{
    color: #e6fffa !important;
  }

  .mobile\:hover\:text-teal-200:hover{
    color: #b2f5ea !important;
  }

  .mobile\:hover\:text-teal-300:hover{
    color: #81e6d9 !important;
  }

  .mobile\:hover\:text-teal-400:hover{
    color: #4fd1c5 !important;
  }

  .mobile\:hover\:text-teal-500:hover{
    color: #38b2ac !important;
  }

  .mobile\:hover\:text-teal-600:hover{
    color: #319795 !important;
  }

  .mobile\:hover\:text-teal-700:hover{
    color: #2c7a7b !important;
  }

  .mobile\:hover\:text-teal-800:hover{
    color: #285e61 !important;
  }

  .mobile\:hover\:text-teal-900:hover{
    color: #234e52 !important;
  }

  .mobile\:hover\:text-blue-100:hover{
    color: #ebf8ff !important;
  }

  .mobile\:hover\:text-blue-200:hover{
    color: #bee3f8 !important;
  }

  .mobile\:hover\:text-blue-300:hover{
    color: #90cdf4 !important;
  }

  .mobile\:hover\:text-blue-400:hover{
    color: #63b3ed !important;
  }

  .mobile\:hover\:text-blue-500:hover{
    color: #4299e1 !important;
  }

  .mobile\:hover\:text-blue-600:hover{
    color: #3182ce !important;
  }

  .mobile\:hover\:text-blue-700:hover{
    color: #2b6cb0 !important;
  }

  .mobile\:hover\:text-blue-800:hover{
    color: #2c5282 !important;
  }

  .mobile\:hover\:text-blue-900:hover{
    color: #2a4365 !important;
  }

  .mobile\:hover\:text-indigo-100:hover{
    color: #ebf4ff !important;
  }

  .mobile\:hover\:text-indigo-200:hover{
    color: #c3dafe !important;
  }

  .mobile\:hover\:text-indigo-300:hover{
    color: #a3bffa !important;
  }

  .mobile\:hover\:text-indigo-400:hover{
    color: #7f9cf5 !important;
  }

  .mobile\:hover\:text-indigo-500:hover{
    color: #667eea !important;
  }

  .mobile\:hover\:text-indigo-600:hover{
    color: #5a67d8 !important;
  }

  .mobile\:hover\:text-indigo-700:hover{
    color: #4c51bf !important;
  }

  .mobile\:hover\:text-indigo-800:hover{
    color: #434190 !important;
  }

  .mobile\:hover\:text-indigo-900:hover{
    color: #3c366b !important;
  }

  .mobile\:hover\:text-purple-100:hover{
    color: #faf5ff !important;
  }

  .mobile\:hover\:text-purple-200:hover{
    color: #e9d8fd !important;
  }

  .mobile\:hover\:text-purple-300:hover{
    color: #d6bcfa !important;
  }

  .mobile\:hover\:text-purple-400:hover{
    color: #b794f4 !important;
  }

  .mobile\:hover\:text-purple-500:hover{
    color: #9f7aea !important;
  }

  .mobile\:hover\:text-purple-600:hover{
    color: #805ad5 !important;
  }

  .mobile\:hover\:text-purple-700:hover{
    color: #6b46c1 !important;
  }

  .mobile\:hover\:text-purple-800:hover{
    color: #553c9a !important;
  }

  .mobile\:hover\:text-purple-900:hover{
    color: #44337a !important;
  }

  .mobile\:hover\:text-pink-100:hover{
    color: #fff5f7 !important;
  }

  .mobile\:hover\:text-pink-200:hover{
    color: #fed7e2 !important;
  }

  .mobile\:hover\:text-pink-300:hover{
    color: #fbb6ce !important;
  }

  .mobile\:hover\:text-pink-400:hover{
    color: #f687b3 !important;
  }

  .mobile\:hover\:text-pink-500:hover{
    color: #ed64a6 !important;
  }

  .mobile\:hover\:text-pink-600:hover{
    color: #d53f8c !important;
  }

  .mobile\:hover\:text-pink-700:hover{
    color: #b83280 !important;
  }

  .mobile\:hover\:text-pink-800:hover{
    color: #97266d !important;
  }

  .mobile\:hover\:text-pink-900:hover{
    color: #702459 !important;
  }

  .mobile\:hover\:text-cyan:hover{
    color: #9cdbff !important;
  }

  .mobile\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .mobile\:focus\:text-black:focus{
    color: #222222 !important;
  }

  .mobile\:focus\:text-white:focus{
    color: #fff !important;
  }

  .mobile\:focus\:text-gray-100:focus{
    color: #f5f5f5 !important;
  }

  .mobile\:focus\:text-gray-200:focus{
    color: #eeeeee !important;
  }

  .mobile\:focus\:text-gray-300:focus{
    color: #e0e0e0 !important;
  }

  .mobile\:focus\:text-gray-400:focus{
    color: #bdbdbd !important;
  }

  .mobile\:focus\:text-gray-500:focus{
    color: #9e9e9e !important;
  }

  .mobile\:focus\:text-gray-600:focus{
    color: #757575 !important;
  }

  .mobile\:focus\:text-gray-700:focus{
    color: #616161 !important;
  }

  .mobile\:focus\:text-gray-800:focus{
    color: #424242 !important;
  }

  .mobile\:focus\:text-gray-900:focus{
    color: #212121 !important;
  }

  .mobile\:focus\:text-red-100:focus{
    color: #fff5f5 !important;
  }

  .mobile\:focus\:text-red-200:focus{
    color: #fed7d7 !important;
  }

  .mobile\:focus\:text-red-300:focus{
    color: #feb2b2 !important;
  }

  .mobile\:focus\:text-red-400:focus{
    color: #fc8181 !important;
  }

  .mobile\:focus\:text-red-500:focus{
    color: #f56565 !important;
  }

  .mobile\:focus\:text-red-600:focus{
    color: #e53e3e !important;
  }

  .mobile\:focus\:text-red-700:focus{
    color: #c53030 !important;
  }

  .mobile\:focus\:text-red-800:focus{
    color: #9b2c2c !important;
  }

  .mobile\:focus\:text-red-900:focus{
    color: #742a2a !important;
  }

  .mobile\:focus\:text-orange-100:focus{
    color: #fffaf0 !important;
  }

  .mobile\:focus\:text-orange-200:focus{
    color: #feebc8 !important;
  }

  .mobile\:focus\:text-orange-300:focus{
    color: #fbd38d !important;
  }

  .mobile\:focus\:text-orange-400:focus{
    color: #f6ad55 !important;
  }

  .mobile\:focus\:text-orange-500:focus{
    color: #ed8936 !important;
  }

  .mobile\:focus\:text-orange-600:focus{
    color: #dd6b20 !important;
  }

  .mobile\:focus\:text-orange-700:focus{
    color: #c05621 !important;
  }

  .mobile\:focus\:text-orange-800:focus{
    color: #9c4221 !important;
  }

  .mobile\:focus\:text-orange-900:focus{
    color: #7b341e !important;
  }

  .mobile\:focus\:text-yellow-100:focus{
    color: #fffff0 !important;
  }

  .mobile\:focus\:text-yellow-200:focus{
    color: #fefcbf !important;
  }

  .mobile\:focus\:text-yellow-300:focus{
    color: #faf089 !important;
  }

  .mobile\:focus\:text-yellow-400:focus{
    color: #f6e05e !important;
  }

  .mobile\:focus\:text-yellow-500:focus{
    color: #ecc94b !important;
  }

  .mobile\:focus\:text-yellow-600:focus{
    color: #d69e2e !important;
  }

  .mobile\:focus\:text-yellow-700:focus{
    color: #b7791f !important;
  }

  .mobile\:focus\:text-yellow-800:focus{
    color: #975a16 !important;
  }

  .mobile\:focus\:text-yellow-900:focus{
    color: #744210 !important;
  }

  .mobile\:focus\:text-green-100:focus{
    color: #f0fff4 !important;
  }

  .mobile\:focus\:text-green-200:focus{
    color: #c6f6d5 !important;
  }

  .mobile\:focus\:text-green-300:focus{
    color: #9ae6b4 !important;
  }

  .mobile\:focus\:text-green-400:focus{
    color: #68d391 !important;
  }

  .mobile\:focus\:text-green-500:focus{
    color: #48bb78 !important;
  }

  .mobile\:focus\:text-green-600:focus{
    color: #38a169 !important;
  }

  .mobile\:focus\:text-green-700:focus{
    color: #2f855a !important;
  }

  .mobile\:focus\:text-green-800:focus{
    color: #276749 !important;
  }

  .mobile\:focus\:text-green-900:focus{
    color: #22543d !important;
  }

  .mobile\:focus\:text-teal-100:focus{
    color: #e6fffa !important;
  }

  .mobile\:focus\:text-teal-200:focus{
    color: #b2f5ea !important;
  }

  .mobile\:focus\:text-teal-300:focus{
    color: #81e6d9 !important;
  }

  .mobile\:focus\:text-teal-400:focus{
    color: #4fd1c5 !important;
  }

  .mobile\:focus\:text-teal-500:focus{
    color: #38b2ac !important;
  }

  .mobile\:focus\:text-teal-600:focus{
    color: #319795 !important;
  }

  .mobile\:focus\:text-teal-700:focus{
    color: #2c7a7b !important;
  }

  .mobile\:focus\:text-teal-800:focus{
    color: #285e61 !important;
  }

  .mobile\:focus\:text-teal-900:focus{
    color: #234e52 !important;
  }

  .mobile\:focus\:text-blue-100:focus{
    color: #ebf8ff !important;
  }

  .mobile\:focus\:text-blue-200:focus{
    color: #bee3f8 !important;
  }

  .mobile\:focus\:text-blue-300:focus{
    color: #90cdf4 !important;
  }

  .mobile\:focus\:text-blue-400:focus{
    color: #63b3ed !important;
  }

  .mobile\:focus\:text-blue-500:focus{
    color: #4299e1 !important;
  }

  .mobile\:focus\:text-blue-600:focus{
    color: #3182ce !important;
  }

  .mobile\:focus\:text-blue-700:focus{
    color: #2b6cb0 !important;
  }

  .mobile\:focus\:text-blue-800:focus{
    color: #2c5282 !important;
  }

  .mobile\:focus\:text-blue-900:focus{
    color: #2a4365 !important;
  }

  .mobile\:focus\:text-indigo-100:focus{
    color: #ebf4ff !important;
  }

  .mobile\:focus\:text-indigo-200:focus{
    color: #c3dafe !important;
  }

  .mobile\:focus\:text-indigo-300:focus{
    color: #a3bffa !important;
  }

  .mobile\:focus\:text-indigo-400:focus{
    color: #7f9cf5 !important;
  }

  .mobile\:focus\:text-indigo-500:focus{
    color: #667eea !important;
  }

  .mobile\:focus\:text-indigo-600:focus{
    color: #5a67d8 !important;
  }

  .mobile\:focus\:text-indigo-700:focus{
    color: #4c51bf !important;
  }

  .mobile\:focus\:text-indigo-800:focus{
    color: #434190 !important;
  }

  .mobile\:focus\:text-indigo-900:focus{
    color: #3c366b !important;
  }

  .mobile\:focus\:text-purple-100:focus{
    color: #faf5ff !important;
  }

  .mobile\:focus\:text-purple-200:focus{
    color: #e9d8fd !important;
  }

  .mobile\:focus\:text-purple-300:focus{
    color: #d6bcfa !important;
  }

  .mobile\:focus\:text-purple-400:focus{
    color: #b794f4 !important;
  }

  .mobile\:focus\:text-purple-500:focus{
    color: #9f7aea !important;
  }

  .mobile\:focus\:text-purple-600:focus{
    color: #805ad5 !important;
  }

  .mobile\:focus\:text-purple-700:focus{
    color: #6b46c1 !important;
  }

  .mobile\:focus\:text-purple-800:focus{
    color: #553c9a !important;
  }

  .mobile\:focus\:text-purple-900:focus{
    color: #44337a !important;
  }

  .mobile\:focus\:text-pink-100:focus{
    color: #fff5f7 !important;
  }

  .mobile\:focus\:text-pink-200:focus{
    color: #fed7e2 !important;
  }

  .mobile\:focus\:text-pink-300:focus{
    color: #fbb6ce !important;
  }

  .mobile\:focus\:text-pink-400:focus{
    color: #f687b3 !important;
  }

  .mobile\:focus\:text-pink-500:focus{
    color: #ed64a6 !important;
  }

  .mobile\:focus\:text-pink-600:focus{
    color: #d53f8c !important;
  }

  .mobile\:focus\:text-pink-700:focus{
    color: #b83280 !important;
  }

  .mobile\:focus\:text-pink-800:focus{
    color: #97266d !important;
  }

  .mobile\:focus\:text-pink-900:focus{
    color: #702459 !important;
  }

  .mobile\:focus\:text-cyan:focus{
    color: #9cdbff !important;
  }

  .mobile\:text-xs{
    font-size: 0.75rem !important;
  }

  .mobile\:text-sm{
    font-size: 0.875rem !important;
  }

  .mobile\:text-base{
    font-size: 1rem !important;
  }

  .mobile\:text-lg{
    font-size: 1.125rem !important;
  }

  .mobile\:text-xl{
    font-size: 1.25rem !important;
  }

  .mobile\:text-2xl{
    font-size: 1.5rem !important;
  }

  .mobile\:text-3xl{
    font-size: 1.875rem !important;
  }

  .mobile\:text-4xl{
    font-size: 2.25rem !important;
  }

  .mobile\:text-5xl{
    font-size: 3rem !important;
  }

  .mobile\:text-6xl{
    font-size: 4rem !important;
  }

  .mobile\:text-s1{
    font-size: 0.8rem !important;
  }

  .mobile\:text-m1{
    font-size: 1rem !important;
  }

  .mobile\:text-m2{
    font-size: 1.1rem !important;
  }

  .mobile\:text-m3{
    font-size: 1.3rem !important;
  }

  .mobile\:text-m4{
    font-size: 1.5rem !important;
  }

  .mobile\:text-l1{
    font-size: 2.0rem !important;
  }

  .mobile\:text-l2{
    font-size: 2.5rem !important;
  }

  .mobile\:italic{
    font-style: italic !important;
  }

  .mobile\:not-italic{
    font-style: normal !important;
  }

  .mobile\:uppercase{
    text-transform: uppercase !important;
  }

  .mobile\:lowercase{
    text-transform: lowercase !important;
  }

  .mobile\:capitalize{
    text-transform: capitalize !important;
  }

  .mobile\:normal-case{
    text-transform: none !important;
  }

  .mobile\:underline{
    text-decoration: underline !important;
  }

  .mobile\:line-through{
    text-decoration: line-through !important;
  }

  .mobile\:no-underline{
    text-decoration: none !important;
  }

  .mobile\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .mobile\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .mobile\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .mobile\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .mobile\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .mobile\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .mobile\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .mobile\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .mobile\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .mobile\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .mobile\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .mobile\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .mobile\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .mobile\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .mobile\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .mobile\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .mobile\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .mobile\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .mobile\:align-baseline{
    vertical-align: baseline !important;
  }

  .mobile\:align-top{
    vertical-align: top !important;
  }

  .mobile\:align-middle{
    vertical-align: middle !important;
  }

  .mobile\:align-bottom{
    vertical-align: bottom !important;
  }

  .mobile\:align-text-top{
    vertical-align: text-top !important;
  }

  .mobile\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .mobile\:visible{
    visibility: visible !important;
  }

  .mobile\:invisible{
    visibility: hidden !important;
  }

  .mobile\:whitespace-normal{
    white-space: normal !important;
  }

  .mobile\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .mobile\:whitespace-pre{
    white-space: pre !important;
  }

  .mobile\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .mobile\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .mobile\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .mobile\:break-words{
    overflow-wrap: break-word !important;
  }

  .mobile\:break-all{
    word-break: break-all !important;
  }

  .mobile\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mobile\:w-0{
    width: 0 !important;
  }

  .mobile\:w-1{
    width: 0.25rem !important;
  }

  .mobile\:w-2{
    width: 0.5rem !important;
  }

  .mobile\:w-3{
    width: 0.75rem !important;
  }

  .mobile\:w-4{
    width: 1rem !important;
  }

  .mobile\:w-5{
    width: 1.25rem !important;
  }

  .mobile\:w-6{
    width: 1.5rem !important;
  }

  .mobile\:w-8{
    width: 2rem !important;
  }

  .mobile\:w-10{
    width: 2.5rem !important;
  }

  .mobile\:w-12{
    width: 3rem !important;
  }

  .mobile\:w-16{
    width: 4rem !important;
  }

  .mobile\:w-20{
    width: 5rem !important;
  }

  .mobile\:w-24{
    width: 6rem !important;
  }

  .mobile\:w-32{
    width: 8rem !important;
  }

  .mobile\:w-40{
    width: 10rem !important;
  }

  .mobile\:w-48{
    width: 12rem !important;
  }

  .mobile\:w-56{
    width: 14rem !important;
  }

  .mobile\:w-64{
    width: 16rem !important;
  }

  .mobile\:w-auto{
    width: auto !important;
  }

  .mobile\:w-px{
    width: 1px !important;
  }

  .mobile\:w-5px{
    width: 5px !important;
  }

  .mobile\:w-25px{
    width: 25px !important;
  }

  .mobile\:w-30px{
    width: 30px !important;
  }

  .mobile\:w-50px{
    width: 50px !important;
  }

  .mobile\:w-1\/2{
    width: 50% !important;
  }

  .mobile\:w-1\/3{
    width: 33.333333% !important;
  }

  .mobile\:w-2\/3{
    width: 66.666667% !important;
  }

  .mobile\:w-1\/4{
    width: 25% !important;
  }

  .mobile\:w-2\/4{
    width: 50% !important;
  }

  .mobile\:w-3\/4{
    width: 75% !important;
  }

  .mobile\:w-1\/5{
    width: 20% !important;
  }

  .mobile\:w-2\/5{
    width: 40% !important;
  }

  .mobile\:w-3\/5{
    width: 60% !important;
  }

  .mobile\:w-4\/5{
    width: 80% !important;
  }

  .mobile\:w-1\/6{
    width: 16.666667% !important;
  }

  .mobile\:w-2\/6{
    width: 33.333333% !important;
  }

  .mobile\:w-3\/6{
    width: 50% !important;
  }

  .mobile\:w-4\/6{
    width: 66.666667% !important;
  }

  .mobile\:w-5\/6{
    width: 83.333333% !important;
  }

  .mobile\:w-1\/12{
    width: 8.333333% !important;
  }

  .mobile\:w-2\/12{
    width: 16.666667% !important;
  }

  .mobile\:w-3\/12{
    width: 25% !important;
  }

  .mobile\:w-4\/12{
    width: 33.333333% !important;
  }

  .mobile\:w-5\/12{
    width: 41.666667% !important;
  }

  .mobile\:w-6\/12{
    width: 50% !important;
  }

  .mobile\:w-7\/12{
    width: 58.333333% !important;
  }

  .mobile\:w-8\/12{
    width: 66.666667% !important;
  }

  .mobile\:w-9\/12{
    width: 75% !important;
  }

  .mobile\:w-10\/12{
    width: 83.333333% !important;
  }

  .mobile\:w-11\/12{
    width: 91.666667% !important;
  }

  .mobile\:w-full{
    width: 100% !important;
  }

  .mobile\:w-screen{
    width: 100vw !important;
  }

  .mobile\:z-0{
    z-index: 0 !important;
  }

  .mobile\:z-10{
    z-index: 10 !important;
  }

  .mobile\:z-20{
    z-index: 20 !important;
  }

  .mobile\:z-30{
    z-index: 30 !important;
  }

  .mobile\:z-40{
    z-index: 40 !important;
  }

  .mobile\:z-50{
    z-index: 50 !important;
  }

  .mobile\:z-auto{
    z-index: auto !important;
  }

  .mobile\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .mobile\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .mobile\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .mobile\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .mobile\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .mobile\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .mobile\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .mobile\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .mobile\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .mobile\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .mobile\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .mobile\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .mobile\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .mobile\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .mobile\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .mobile\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .mobile\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .mobile\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .mobile\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .mobile\:gap-5px{
    grid-gap: 5px !important;
    gap: 5px !important;
  }

  .mobile\:gap-25px{
    grid-gap: 25px !important;
    gap: 25px !important;
  }

  .mobile\:gap-30px{
    grid-gap: 30px !important;
    gap: 30px !important;
  }

  .mobile\:gap-50px{
    grid-gap: 50px !important;
    gap: 50px !important;
  }

  .mobile\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .mobile\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .mobile\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .mobile\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .mobile\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .mobile\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .mobile\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .mobile\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .mobile\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .mobile\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .mobile\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .mobile\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .mobile\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .mobile\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .mobile\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .mobile\:col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .mobile\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .mobile\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .mobile\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .mobile\:col-gap-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
       -moz-column-gap: 5px !important;
            column-gap: 5px !important;
  }

  .mobile\:col-gap-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
       -moz-column-gap: 25px !important;
            column-gap: 25px !important;
  }

  .mobile\:col-gap-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
  }

  .mobile\:col-gap-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
       -moz-column-gap: 50px !important;
            column-gap: 50px !important;
  }

  .mobile\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .mobile\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .mobile\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .mobile\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .mobile\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .mobile\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .mobile\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .mobile\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .mobile\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .mobile\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .mobile\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .mobile\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .mobile\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .mobile\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .mobile\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .mobile\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .mobile\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .mobile\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .mobile\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .mobile\:row-gap-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .mobile\:row-gap-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .mobile\:row-gap-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .mobile\:row-gap-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .mobile\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .mobile\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .mobile\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .mobile\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .mobile\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .mobile\:col-auto{
    grid-column: auto !important;
  }

  .mobile\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .mobile\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .mobile\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .mobile\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .mobile\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .mobile\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .mobile\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .mobile\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .mobile\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .mobile\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .mobile\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .mobile\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .mobile\:col-start-1{
    grid-column-start: 1 !important;
  }

  .mobile\:col-start-2{
    grid-column-start: 2 !important;
  }

  .mobile\:col-start-3{
    grid-column-start: 3 !important;
  }

  .mobile\:col-start-4{
    grid-column-start: 4 !important;
  }

  .mobile\:col-start-5{
    grid-column-start: 5 !important;
  }

  .mobile\:col-start-6{
    grid-column-start: 6 !important;
  }

  .mobile\:col-start-7{
    grid-column-start: 7 !important;
  }

  .mobile\:col-start-8{
    grid-column-start: 8 !important;
  }

  .mobile\:col-start-9{
    grid-column-start: 9 !important;
  }

  .mobile\:col-start-10{
    grid-column-start: 10 !important;
  }

  .mobile\:col-start-11{
    grid-column-start: 11 !important;
  }

  .mobile\:col-start-12{
    grid-column-start: 12 !important;
  }

  .mobile\:col-start-13{
    grid-column-start: 13 !important;
  }

  .mobile\:col-start-auto{
    grid-column-start: auto !important;
  }

  .mobile\:col-end-1{
    grid-column-end: 1 !important;
  }

  .mobile\:col-end-2{
    grid-column-end: 2 !important;
  }

  .mobile\:col-end-3{
    grid-column-end: 3 !important;
  }

  .mobile\:col-end-4{
    grid-column-end: 4 !important;
  }

  .mobile\:col-end-5{
    grid-column-end: 5 !important;
  }

  .mobile\:col-end-6{
    grid-column-end: 6 !important;
  }

  .mobile\:col-end-7{
    grid-column-end: 7 !important;
  }

  .mobile\:col-end-8{
    grid-column-end: 8 !important;
  }

  .mobile\:col-end-9{
    grid-column-end: 9 !important;
  }

  .mobile\:col-end-10{
    grid-column-end: 10 !important;
  }

  .mobile\:col-end-11{
    grid-column-end: 11 !important;
  }

  .mobile\:col-end-12{
    grid-column-end: 12 !important;
  }

  .mobile\:col-end-13{
    grid-column-end: 13 !important;
  }

  .mobile\:col-end-auto{
    grid-column-end: auto !important;
  }

  .mobile\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .mobile\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .mobile\:row-auto{
    grid-row: auto !important;
  }

  .mobile\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .mobile\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .mobile\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .mobile\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .mobile\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .mobile\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .mobile\:row-start-1{
    grid-row-start: 1 !important;
  }

  .mobile\:row-start-2{
    grid-row-start: 2 !important;
  }

  .mobile\:row-start-3{
    grid-row-start: 3 !important;
  }

  .mobile\:row-start-4{
    grid-row-start: 4 !important;
  }

  .mobile\:row-start-5{
    grid-row-start: 5 !important;
  }

  .mobile\:row-start-6{
    grid-row-start: 6 !important;
  }

  .mobile\:row-start-7{
    grid-row-start: 7 !important;
  }

  .mobile\:row-start-auto{
    grid-row-start: auto !important;
  }

  .mobile\:row-end-1{
    grid-row-end: 1 !important;
  }

  .mobile\:row-end-2{
    grid-row-end: 2 !important;
  }

  .mobile\:row-end-3{
    grid-row-end: 3 !important;
  }

  .mobile\:row-end-4{
    grid-row-end: 4 !important;
  }

  .mobile\:row-end-5{
    grid-row-end: 5 !important;
  }

  .mobile\:row-end-6{
    grid-row-end: 6 !important;
  }

  .mobile\:row-end-7{
    grid-row-end: 7 !important;
  }

  .mobile\:row-end-auto{
    grid-row-end: auto !important;
  }

  .mobile\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .mobile\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .mobile\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .mobile\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .mobile\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .mobile\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .mobile\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .mobile\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .mobile\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .mobile\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .mobile\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .mobile\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .mobile\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .mobile\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .mobile\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .mobile\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .mobile\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .mobile\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .mobile\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .mobile\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .mobile\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .mobile\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .mobile\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .mobile\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .mobile\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .mobile\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .mobile\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .mobile\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .mobile\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .mobile\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .mobile\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .mobile\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .mobile\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .mobile\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .mobile\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .mobile\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .mobile\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .mobile\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .mobile\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .mobile\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .mobile\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .mobile\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .mobile\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .mobile\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .mobile\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .mobile\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .mobile\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .mobile\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .mobile\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .mobile\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .mobile\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .mobile\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .mobile\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .mobile\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .mobile\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .mobile\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .mobile\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .mobile\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .mobile\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .mobile\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .mobile\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .mobile\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .mobile\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .mobile\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .mobile\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .mobile\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .mobile\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .mobile\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .mobile\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .mobile\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .mobile\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .mobile\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .mobile\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .mobile\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .mobile\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .mobile\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .mobile\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .mobile\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .mobile\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .mobile\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .mobile\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .mobile\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .mobile\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .mobile\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .mobile\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .mobile\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .mobile\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .mobile\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .mobile\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .mobile\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .mobile\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .mobile\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .mobile\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .mobile\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .mobile\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .mobile\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .mobile\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .mobile\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .mobile\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .mobile\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .mobile\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .mobile\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .mobile\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .mobile\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .mobile\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .mobile\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .mobile\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .mobile\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .mobile\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .mobile\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .mobile\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .mobile\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .mobile\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .mobile\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .mobile\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .mobile\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .mobile\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .mobile\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .mobile\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .mobile\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .mobile\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .mobile\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .mobile\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .mobile\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .mobile\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .mobile\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .mobile\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .mobile\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .mobile\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .mobile\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .mobile\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .mobile\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .mobile\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .mobile\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .mobile\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .mobile\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .mobile\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .mobile\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .mobile\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .mobile\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .mobile\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .mobile\:translate-x-5px{
    --transform-translate-x: 5px !important;
  }

  .mobile\:translate-x-25px{
    --transform-translate-x: 25px !important;
  }

  .mobile\:translate-x-30px{
    --transform-translate-x: 30px !important;
  }

  .mobile\:translate-x-50px{
    --transform-translate-x: 50px !important;
  }

  .mobile\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .mobile\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .mobile\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .mobile\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .mobile\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .mobile\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .mobile\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .mobile\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .mobile\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .mobile\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .mobile\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .mobile\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .mobile\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .mobile\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .mobile\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .mobile\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .mobile\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .mobile\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .mobile\:-translate-x-5px{
    --transform-translate-x: -5px !important;
  }

  .mobile\:-translate-x-25px{
    --transform-translate-x: -25px !important;
  }

  .mobile\:-translate-x-30px{
    --transform-translate-x: -30px !important;
  }

  .mobile\:-translate-x-50px{
    --transform-translate-x: -50px !important;
  }

  .mobile\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .mobile\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .mobile\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .mobile\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .mobile\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .mobile\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .mobile\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .mobile\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .mobile\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .mobile\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .mobile\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .mobile\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .mobile\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .mobile\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .mobile\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .mobile\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .mobile\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .mobile\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .mobile\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .mobile\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .mobile\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .mobile\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .mobile\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .mobile\:translate-y-5px{
    --transform-translate-y: 5px !important;
  }

  .mobile\:translate-y-25px{
    --transform-translate-y: 25px !important;
  }

  .mobile\:translate-y-30px{
    --transform-translate-y: 30px !important;
  }

  .mobile\:translate-y-50px{
    --transform-translate-y: 50px !important;
  }

  .mobile\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .mobile\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .mobile\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .mobile\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .mobile\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .mobile\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .mobile\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .mobile\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .mobile\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .mobile\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .mobile\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .mobile\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .mobile\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .mobile\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .mobile\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .mobile\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .mobile\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .mobile\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .mobile\:-translate-y-5px{
    --transform-translate-y: -5px !important;
  }

  .mobile\:-translate-y-25px{
    --transform-translate-y: -25px !important;
  }

  .mobile\:-translate-y-30px{
    --transform-translate-y: -30px !important;
  }

  .mobile\:-translate-y-50px{
    --transform-translate-y: -50px !important;
  }

  .mobile\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .mobile\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .mobile\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .mobile\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .mobile\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .mobile\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .mobile\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .mobile\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .mobile\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .mobile\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .mobile\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .mobile\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .mobile\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .mobile\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .mobile\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .mobile\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .mobile\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .mobile\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .mobile\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .mobile\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .mobile\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .mobile\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .mobile\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .mobile\:hover\:translate-x-5px:hover{
    --transform-translate-x: 5px !important;
  }

  .mobile\:hover\:translate-x-25px:hover{
    --transform-translate-x: 25px !important;
  }

  .mobile\:hover\:translate-x-30px:hover{
    --transform-translate-x: 30px !important;
  }

  .mobile\:hover\:translate-x-50px:hover{
    --transform-translate-x: 50px !important;
  }

  .mobile\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .mobile\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .mobile\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .mobile\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .mobile\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .mobile\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .mobile\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .mobile\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .mobile\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .mobile\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .mobile\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .mobile\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .mobile\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .mobile\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .mobile\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .mobile\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .mobile\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .mobile\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .mobile\:hover\:-translate-x-5px:hover{
    --transform-translate-x: -5px !important;
  }

  .mobile\:hover\:-translate-x-25px:hover{
    --transform-translate-x: -25px !important;
  }

  .mobile\:hover\:-translate-x-30px:hover{
    --transform-translate-x: -30px !important;
  }

  .mobile\:hover\:-translate-x-50px:hover{
    --transform-translate-x: -50px !important;
  }

  .mobile\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .mobile\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .mobile\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .mobile\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .mobile\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .mobile\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .mobile\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .mobile\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .mobile\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .mobile\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .mobile\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .mobile\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .mobile\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .mobile\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .mobile\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .mobile\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .mobile\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .mobile\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .mobile\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .mobile\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .mobile\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .mobile\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .mobile\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .mobile\:hover\:translate-y-5px:hover{
    --transform-translate-y: 5px !important;
  }

  .mobile\:hover\:translate-y-25px:hover{
    --transform-translate-y: 25px !important;
  }

  .mobile\:hover\:translate-y-30px:hover{
    --transform-translate-y: 30px !important;
  }

  .mobile\:hover\:translate-y-50px:hover{
    --transform-translate-y: 50px !important;
  }

  .mobile\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .mobile\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .mobile\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .mobile\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .mobile\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .mobile\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .mobile\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .mobile\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .mobile\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .mobile\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .mobile\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .mobile\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .mobile\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .mobile\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .mobile\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .mobile\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .mobile\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .mobile\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .mobile\:hover\:-translate-y-5px:hover{
    --transform-translate-y: -5px !important;
  }

  .mobile\:hover\:-translate-y-25px:hover{
    --transform-translate-y: -25px !important;
  }

  .mobile\:hover\:-translate-y-30px:hover{
    --transform-translate-y: -30px !important;
  }

  .mobile\:hover\:-translate-y-50px:hover{
    --transform-translate-y: -50px !important;
  }

  .mobile\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .mobile\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .mobile\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .mobile\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .mobile\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .mobile\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .mobile\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .mobile\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .mobile\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .mobile\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .mobile\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .mobile\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .mobile\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .mobile\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .mobile\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .mobile\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .mobile\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .mobile\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .mobile\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .mobile\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .mobile\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .mobile\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .mobile\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .mobile\:focus\:translate-x-5px:focus{
    --transform-translate-x: 5px !important;
  }

  .mobile\:focus\:translate-x-25px:focus{
    --transform-translate-x: 25px !important;
  }

  .mobile\:focus\:translate-x-30px:focus{
    --transform-translate-x: 30px !important;
  }

  .mobile\:focus\:translate-x-50px:focus{
    --transform-translate-x: 50px !important;
  }

  .mobile\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .mobile\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .mobile\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .mobile\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .mobile\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .mobile\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .mobile\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .mobile\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .mobile\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .mobile\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .mobile\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .mobile\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .mobile\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .mobile\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .mobile\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .mobile\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .mobile\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .mobile\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .mobile\:focus\:-translate-x-5px:focus{
    --transform-translate-x: -5px !important;
  }

  .mobile\:focus\:-translate-x-25px:focus{
    --transform-translate-x: -25px !important;
  }

  .mobile\:focus\:-translate-x-30px:focus{
    --transform-translate-x: -30px !important;
  }

  .mobile\:focus\:-translate-x-50px:focus{
    --transform-translate-x: -50px !important;
  }

  .mobile\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .mobile\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .mobile\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .mobile\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .mobile\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .mobile\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .mobile\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .mobile\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .mobile\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .mobile\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .mobile\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .mobile\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .mobile\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .mobile\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .mobile\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .mobile\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .mobile\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .mobile\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .mobile\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .mobile\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .mobile\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .mobile\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .mobile\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .mobile\:focus\:translate-y-5px:focus{
    --transform-translate-y: 5px !important;
  }

  .mobile\:focus\:translate-y-25px:focus{
    --transform-translate-y: 25px !important;
  }

  .mobile\:focus\:translate-y-30px:focus{
    --transform-translate-y: 30px !important;
  }

  .mobile\:focus\:translate-y-50px:focus{
    --transform-translate-y: 50px !important;
  }

  .mobile\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .mobile\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .mobile\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .mobile\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .mobile\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .mobile\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .mobile\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .mobile\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .mobile\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .mobile\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .mobile\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .mobile\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .mobile\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .mobile\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .mobile\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .mobile\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .mobile\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .mobile\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .mobile\:focus\:-translate-y-5px:focus{
    --transform-translate-y: -5px !important;
  }

  .mobile\:focus\:-translate-y-25px:focus{
    --transform-translate-y: -25px !important;
  }

  .mobile\:focus\:-translate-y-30px:focus{
    --transform-translate-y: -30px !important;
  }

  .mobile\:focus\:-translate-y-50px:focus{
    --transform-translate-y: -50px !important;
  }

  .mobile\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .mobile\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .mobile\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .mobile\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .mobile\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .mobile\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .mobile\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .mobile\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .mobile\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .mobile\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .mobile\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .mobile\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .mobile\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .mobile\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .mobile\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .mobile\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .mobile\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .mobile\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .mobile\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .mobile\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .mobile\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .mobile\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .mobile\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .mobile\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .mobile\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .mobile\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .mobile\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .mobile\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .mobile\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .mobile\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .mobile\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .mobile\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .mobile\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .mobile\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .mobile\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .mobile\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .mobile\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .mobile\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .mobile\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .mobile\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .mobile\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .mobile\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .mobile\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .mobile\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .mobile\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .mobile\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .mobile\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .mobile\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .mobile\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform !important;
  }

  .mobile\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .mobile\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .mobile\:transition-shadow{
    -webkit-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
  }

  .mobile\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .mobile\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .mobile\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .mobile\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .mobile\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .mobile\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .mobile\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .mobile\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .mobile\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .mobile\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .mobile\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .mobile\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .mobile\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }
}

@media (min-width: 1024px){
  .pc\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .pc\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .pc\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .pc\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .pc\:appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .pc\:bg-fixed{
    background-attachment: fixed !important;
  }

  .pc\:bg-local{
    background-attachment: local !important;
  }

  .pc\:bg-scroll{
    background-attachment: scroll !important;
  }

  .pc\:bg-transparent{
    background-color: transparent !important;
  }

  .pc\:bg-black{
    background-color: #222222 !important;
  }

  .pc\:bg-white{
    background-color: #fff !important;
  }

  .pc\:bg-gray-100{
    background-color: #f5f5f5 !important;
  }

  .pc\:bg-gray-200{
    background-color: #eeeeee !important;
  }

  .pc\:bg-gray-300{
    background-color: #e0e0e0 !important;
  }

  .pc\:bg-gray-400{
    background-color: #bdbdbd !important;
  }

  .pc\:bg-gray-500{
    background-color: #9e9e9e !important;
  }

  .pc\:bg-gray-600{
    background-color: #757575 !important;
  }

  .pc\:bg-gray-700{
    background-color: #616161 !important;
  }

  .pc\:bg-gray-800{
    background-color: #424242 !important;
  }

  .pc\:bg-gray-900{
    background-color: #212121 !important;
  }

  .pc\:bg-red-100{
    background-color: #fff5f5 !important;
  }

  .pc\:bg-red-200{
    background-color: #fed7d7 !important;
  }

  .pc\:bg-red-300{
    background-color: #feb2b2 !important;
  }

  .pc\:bg-red-400{
    background-color: #fc8181 !important;
  }

  .pc\:bg-red-500{
    background-color: #f56565 !important;
  }

  .pc\:bg-red-600{
    background-color: #e53e3e !important;
  }

  .pc\:bg-red-700{
    background-color: #c53030 !important;
  }

  .pc\:bg-red-800{
    background-color: #9b2c2c !important;
  }

  .pc\:bg-red-900{
    background-color: #742a2a !important;
  }

  .pc\:bg-orange-100{
    background-color: #fffaf0 !important;
  }

  .pc\:bg-orange-200{
    background-color: #feebc8 !important;
  }

  .pc\:bg-orange-300{
    background-color: #fbd38d !important;
  }

  .pc\:bg-orange-400{
    background-color: #f6ad55 !important;
  }

  .pc\:bg-orange-500{
    background-color: #ed8936 !important;
  }

  .pc\:bg-orange-600{
    background-color: #dd6b20 !important;
  }

  .pc\:bg-orange-700{
    background-color: #c05621 !important;
  }

  .pc\:bg-orange-800{
    background-color: #9c4221 !important;
  }

  .pc\:bg-orange-900{
    background-color: #7b341e !important;
  }

  .pc\:bg-yellow-100{
    background-color: #fffff0 !important;
  }

  .pc\:bg-yellow-200{
    background-color: #fefcbf !important;
  }

  .pc\:bg-yellow-300{
    background-color: #faf089 !important;
  }

  .pc\:bg-yellow-400{
    background-color: #f6e05e !important;
  }

  .pc\:bg-yellow-500{
    background-color: #ecc94b !important;
  }

  .pc\:bg-yellow-600{
    background-color: #d69e2e !important;
  }

  .pc\:bg-yellow-700{
    background-color: #b7791f !important;
  }

  .pc\:bg-yellow-800{
    background-color: #975a16 !important;
  }

  .pc\:bg-yellow-900{
    background-color: #744210 !important;
  }

  .pc\:bg-green-100{
    background-color: #f0fff4 !important;
  }

  .pc\:bg-green-200{
    background-color: #c6f6d5 !important;
  }

  .pc\:bg-green-300{
    background-color: #9ae6b4 !important;
  }

  .pc\:bg-green-400{
    background-color: #68d391 !important;
  }

  .pc\:bg-green-500{
    background-color: #48bb78 !important;
  }

  .pc\:bg-green-600{
    background-color: #38a169 !important;
  }

  .pc\:bg-green-700{
    background-color: #2f855a !important;
  }

  .pc\:bg-green-800{
    background-color: #276749 !important;
  }

  .pc\:bg-green-900{
    background-color: #22543d !important;
  }

  .pc\:bg-teal-100{
    background-color: #e6fffa !important;
  }

  .pc\:bg-teal-200{
    background-color: #b2f5ea !important;
  }

  .pc\:bg-teal-300{
    background-color: #81e6d9 !important;
  }

  .pc\:bg-teal-400{
    background-color: #4fd1c5 !important;
  }

  .pc\:bg-teal-500{
    background-color: #38b2ac !important;
  }

  .pc\:bg-teal-600{
    background-color: #319795 !important;
  }

  .pc\:bg-teal-700{
    background-color: #2c7a7b !important;
  }

  .pc\:bg-teal-800{
    background-color: #285e61 !important;
  }

  .pc\:bg-teal-900{
    background-color: #234e52 !important;
  }

  .pc\:bg-blue-100{
    background-color: #ebf8ff !important;
  }

  .pc\:bg-blue-200{
    background-color: #bee3f8 !important;
  }

  .pc\:bg-blue-300{
    background-color: #90cdf4 !important;
  }

  .pc\:bg-blue-400{
    background-color: #63b3ed !important;
  }

  .pc\:bg-blue-500{
    background-color: #4299e1 !important;
  }

  .pc\:bg-blue-600{
    background-color: #3182ce !important;
  }

  .pc\:bg-blue-700{
    background-color: #2b6cb0 !important;
  }

  .pc\:bg-blue-800{
    background-color: #2c5282 !important;
  }

  .pc\:bg-blue-900{
    background-color: #2a4365 !important;
  }

  .pc\:bg-indigo-100{
    background-color: #ebf4ff !important;
  }

  .pc\:bg-indigo-200{
    background-color: #c3dafe !important;
  }

  .pc\:bg-indigo-300{
    background-color: #a3bffa !important;
  }

  .pc\:bg-indigo-400{
    background-color: #7f9cf5 !important;
  }

  .pc\:bg-indigo-500{
    background-color: #667eea !important;
  }

  .pc\:bg-indigo-600{
    background-color: #5a67d8 !important;
  }

  .pc\:bg-indigo-700{
    background-color: #4c51bf !important;
  }

  .pc\:bg-indigo-800{
    background-color: #434190 !important;
  }

  .pc\:bg-indigo-900{
    background-color: #3c366b !important;
  }

  .pc\:bg-purple-100{
    background-color: #faf5ff !important;
  }

  .pc\:bg-purple-200{
    background-color: #e9d8fd !important;
  }

  .pc\:bg-purple-300{
    background-color: #d6bcfa !important;
  }

  .pc\:bg-purple-400{
    background-color: #b794f4 !important;
  }

  .pc\:bg-purple-500{
    background-color: #9f7aea !important;
  }

  .pc\:bg-purple-600{
    background-color: #805ad5 !important;
  }

  .pc\:bg-purple-700{
    background-color: #6b46c1 !important;
  }

  .pc\:bg-purple-800{
    background-color: #553c9a !important;
  }

  .pc\:bg-purple-900{
    background-color: #44337a !important;
  }

  .pc\:bg-pink-100{
    background-color: #fff5f7 !important;
  }

  .pc\:bg-pink-200{
    background-color: #fed7e2 !important;
  }

  .pc\:bg-pink-300{
    background-color: #fbb6ce !important;
  }

  .pc\:bg-pink-400{
    background-color: #f687b3 !important;
  }

  .pc\:bg-pink-500{
    background-color: #ed64a6 !important;
  }

  .pc\:bg-pink-600{
    background-color: #d53f8c !important;
  }

  .pc\:bg-pink-700{
    background-color: #b83280 !important;
  }

  .pc\:bg-pink-800{
    background-color: #97266d !important;
  }

  .pc\:bg-pink-900{
    background-color: #702459 !important;
  }

  .pc\:bg-cyan{
    background-color: #9cdbff !important;
  }

  .pc\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .pc\:hover\:bg-black:hover{
    background-color: #222222 !important;
  }

  .pc\:hover\:bg-white:hover{
    background-color: #fff !important;
  }

  .pc\:hover\:bg-gray-100:hover{
    background-color: #f5f5f5 !important;
  }

  .pc\:hover\:bg-gray-200:hover{
    background-color: #eeeeee !important;
  }

  .pc\:hover\:bg-gray-300:hover{
    background-color: #e0e0e0 !important;
  }

  .pc\:hover\:bg-gray-400:hover{
    background-color: #bdbdbd !important;
  }

  .pc\:hover\:bg-gray-500:hover{
    background-color: #9e9e9e !important;
  }

  .pc\:hover\:bg-gray-600:hover{
    background-color: #757575 !important;
  }

  .pc\:hover\:bg-gray-700:hover{
    background-color: #616161 !important;
  }

  .pc\:hover\:bg-gray-800:hover{
    background-color: #424242 !important;
  }

  .pc\:hover\:bg-gray-900:hover{
    background-color: #212121 !important;
  }

  .pc\:hover\:bg-red-100:hover{
    background-color: #fff5f5 !important;
  }

  .pc\:hover\:bg-red-200:hover{
    background-color: #fed7d7 !important;
  }

  .pc\:hover\:bg-red-300:hover{
    background-color: #feb2b2 !important;
  }

  .pc\:hover\:bg-red-400:hover{
    background-color: #fc8181 !important;
  }

  .pc\:hover\:bg-red-500:hover{
    background-color: #f56565 !important;
  }

  .pc\:hover\:bg-red-600:hover{
    background-color: #e53e3e !important;
  }

  .pc\:hover\:bg-red-700:hover{
    background-color: #c53030 !important;
  }

  .pc\:hover\:bg-red-800:hover{
    background-color: #9b2c2c !important;
  }

  .pc\:hover\:bg-red-900:hover{
    background-color: #742a2a !important;
  }

  .pc\:hover\:bg-orange-100:hover{
    background-color: #fffaf0 !important;
  }

  .pc\:hover\:bg-orange-200:hover{
    background-color: #feebc8 !important;
  }

  .pc\:hover\:bg-orange-300:hover{
    background-color: #fbd38d !important;
  }

  .pc\:hover\:bg-orange-400:hover{
    background-color: #f6ad55 !important;
  }

  .pc\:hover\:bg-orange-500:hover{
    background-color: #ed8936 !important;
  }

  .pc\:hover\:bg-orange-600:hover{
    background-color: #dd6b20 !important;
  }

  .pc\:hover\:bg-orange-700:hover{
    background-color: #c05621 !important;
  }

  .pc\:hover\:bg-orange-800:hover{
    background-color: #9c4221 !important;
  }

  .pc\:hover\:bg-orange-900:hover{
    background-color: #7b341e !important;
  }

  .pc\:hover\:bg-yellow-100:hover{
    background-color: #fffff0 !important;
  }

  .pc\:hover\:bg-yellow-200:hover{
    background-color: #fefcbf !important;
  }

  .pc\:hover\:bg-yellow-300:hover{
    background-color: #faf089 !important;
  }

  .pc\:hover\:bg-yellow-400:hover{
    background-color: #f6e05e !important;
  }

  .pc\:hover\:bg-yellow-500:hover{
    background-color: #ecc94b !important;
  }

  .pc\:hover\:bg-yellow-600:hover{
    background-color: #d69e2e !important;
  }

  .pc\:hover\:bg-yellow-700:hover{
    background-color: #b7791f !important;
  }

  .pc\:hover\:bg-yellow-800:hover{
    background-color: #975a16 !important;
  }

  .pc\:hover\:bg-yellow-900:hover{
    background-color: #744210 !important;
  }

  .pc\:hover\:bg-green-100:hover{
    background-color: #f0fff4 !important;
  }

  .pc\:hover\:bg-green-200:hover{
    background-color: #c6f6d5 !important;
  }

  .pc\:hover\:bg-green-300:hover{
    background-color: #9ae6b4 !important;
  }

  .pc\:hover\:bg-green-400:hover{
    background-color: #68d391 !important;
  }

  .pc\:hover\:bg-green-500:hover{
    background-color: #48bb78 !important;
  }

  .pc\:hover\:bg-green-600:hover{
    background-color: #38a169 !important;
  }

  .pc\:hover\:bg-green-700:hover{
    background-color: #2f855a !important;
  }

  .pc\:hover\:bg-green-800:hover{
    background-color: #276749 !important;
  }

  .pc\:hover\:bg-green-900:hover{
    background-color: #22543d !important;
  }

  .pc\:hover\:bg-teal-100:hover{
    background-color: #e6fffa !important;
  }

  .pc\:hover\:bg-teal-200:hover{
    background-color: #b2f5ea !important;
  }

  .pc\:hover\:bg-teal-300:hover{
    background-color: #81e6d9 !important;
  }

  .pc\:hover\:bg-teal-400:hover{
    background-color: #4fd1c5 !important;
  }

  .pc\:hover\:bg-teal-500:hover{
    background-color: #38b2ac !important;
  }

  .pc\:hover\:bg-teal-600:hover{
    background-color: #319795 !important;
  }

  .pc\:hover\:bg-teal-700:hover{
    background-color: #2c7a7b !important;
  }

  .pc\:hover\:bg-teal-800:hover{
    background-color: #285e61 !important;
  }

  .pc\:hover\:bg-teal-900:hover{
    background-color: #234e52 !important;
  }

  .pc\:hover\:bg-blue-100:hover{
    background-color: #ebf8ff !important;
  }

  .pc\:hover\:bg-blue-200:hover{
    background-color: #bee3f8 !important;
  }

  .pc\:hover\:bg-blue-300:hover{
    background-color: #90cdf4 !important;
  }

  .pc\:hover\:bg-blue-400:hover{
    background-color: #63b3ed !important;
  }

  .pc\:hover\:bg-blue-500:hover{
    background-color: #4299e1 !important;
  }

  .pc\:hover\:bg-blue-600:hover{
    background-color: #3182ce !important;
  }

  .pc\:hover\:bg-blue-700:hover{
    background-color: #2b6cb0 !important;
  }

  .pc\:hover\:bg-blue-800:hover{
    background-color: #2c5282 !important;
  }

  .pc\:hover\:bg-blue-900:hover{
    background-color: #2a4365 !important;
  }

  .pc\:hover\:bg-indigo-100:hover{
    background-color: #ebf4ff !important;
  }

  .pc\:hover\:bg-indigo-200:hover{
    background-color: #c3dafe !important;
  }

  .pc\:hover\:bg-indigo-300:hover{
    background-color: #a3bffa !important;
  }

  .pc\:hover\:bg-indigo-400:hover{
    background-color: #7f9cf5 !important;
  }

  .pc\:hover\:bg-indigo-500:hover{
    background-color: #667eea !important;
  }

  .pc\:hover\:bg-indigo-600:hover{
    background-color: #5a67d8 !important;
  }

  .pc\:hover\:bg-indigo-700:hover{
    background-color: #4c51bf !important;
  }

  .pc\:hover\:bg-indigo-800:hover{
    background-color: #434190 !important;
  }

  .pc\:hover\:bg-indigo-900:hover{
    background-color: #3c366b !important;
  }

  .pc\:hover\:bg-purple-100:hover{
    background-color: #faf5ff !important;
  }

  .pc\:hover\:bg-purple-200:hover{
    background-color: #e9d8fd !important;
  }

  .pc\:hover\:bg-purple-300:hover{
    background-color: #d6bcfa !important;
  }

  .pc\:hover\:bg-purple-400:hover{
    background-color: #b794f4 !important;
  }

  .pc\:hover\:bg-purple-500:hover{
    background-color: #9f7aea !important;
  }

  .pc\:hover\:bg-purple-600:hover{
    background-color: #805ad5 !important;
  }

  .pc\:hover\:bg-purple-700:hover{
    background-color: #6b46c1 !important;
  }

  .pc\:hover\:bg-purple-800:hover{
    background-color: #553c9a !important;
  }

  .pc\:hover\:bg-purple-900:hover{
    background-color: #44337a !important;
  }

  .pc\:hover\:bg-pink-100:hover{
    background-color: #fff5f7 !important;
  }

  .pc\:hover\:bg-pink-200:hover{
    background-color: #fed7e2 !important;
  }

  .pc\:hover\:bg-pink-300:hover{
    background-color: #fbb6ce !important;
  }

  .pc\:hover\:bg-pink-400:hover{
    background-color: #f687b3 !important;
  }

  .pc\:hover\:bg-pink-500:hover{
    background-color: #ed64a6 !important;
  }

  .pc\:hover\:bg-pink-600:hover{
    background-color: #d53f8c !important;
  }

  .pc\:hover\:bg-pink-700:hover{
    background-color: #b83280 !important;
  }

  .pc\:hover\:bg-pink-800:hover{
    background-color: #97266d !important;
  }

  .pc\:hover\:bg-pink-900:hover{
    background-color: #702459 !important;
  }

  .pc\:hover\:bg-cyan:hover{
    background-color: #9cdbff !important;
  }

  .pc\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .pc\:focus\:bg-black:focus{
    background-color: #222222 !important;
  }

  .pc\:focus\:bg-white:focus{
    background-color: #fff !important;
  }

  .pc\:focus\:bg-gray-100:focus{
    background-color: #f5f5f5 !important;
  }

  .pc\:focus\:bg-gray-200:focus{
    background-color: #eeeeee !important;
  }

  .pc\:focus\:bg-gray-300:focus{
    background-color: #e0e0e0 !important;
  }

  .pc\:focus\:bg-gray-400:focus{
    background-color: #bdbdbd !important;
  }

  .pc\:focus\:bg-gray-500:focus{
    background-color: #9e9e9e !important;
  }

  .pc\:focus\:bg-gray-600:focus{
    background-color: #757575 !important;
  }

  .pc\:focus\:bg-gray-700:focus{
    background-color: #616161 !important;
  }

  .pc\:focus\:bg-gray-800:focus{
    background-color: #424242 !important;
  }

  .pc\:focus\:bg-gray-900:focus{
    background-color: #212121 !important;
  }

  .pc\:focus\:bg-red-100:focus{
    background-color: #fff5f5 !important;
  }

  .pc\:focus\:bg-red-200:focus{
    background-color: #fed7d7 !important;
  }

  .pc\:focus\:bg-red-300:focus{
    background-color: #feb2b2 !important;
  }

  .pc\:focus\:bg-red-400:focus{
    background-color: #fc8181 !important;
  }

  .pc\:focus\:bg-red-500:focus{
    background-color: #f56565 !important;
  }

  .pc\:focus\:bg-red-600:focus{
    background-color: #e53e3e !important;
  }

  .pc\:focus\:bg-red-700:focus{
    background-color: #c53030 !important;
  }

  .pc\:focus\:bg-red-800:focus{
    background-color: #9b2c2c !important;
  }

  .pc\:focus\:bg-red-900:focus{
    background-color: #742a2a !important;
  }

  .pc\:focus\:bg-orange-100:focus{
    background-color: #fffaf0 !important;
  }

  .pc\:focus\:bg-orange-200:focus{
    background-color: #feebc8 !important;
  }

  .pc\:focus\:bg-orange-300:focus{
    background-color: #fbd38d !important;
  }

  .pc\:focus\:bg-orange-400:focus{
    background-color: #f6ad55 !important;
  }

  .pc\:focus\:bg-orange-500:focus{
    background-color: #ed8936 !important;
  }

  .pc\:focus\:bg-orange-600:focus{
    background-color: #dd6b20 !important;
  }

  .pc\:focus\:bg-orange-700:focus{
    background-color: #c05621 !important;
  }

  .pc\:focus\:bg-orange-800:focus{
    background-color: #9c4221 !important;
  }

  .pc\:focus\:bg-orange-900:focus{
    background-color: #7b341e !important;
  }

  .pc\:focus\:bg-yellow-100:focus{
    background-color: #fffff0 !important;
  }

  .pc\:focus\:bg-yellow-200:focus{
    background-color: #fefcbf !important;
  }

  .pc\:focus\:bg-yellow-300:focus{
    background-color: #faf089 !important;
  }

  .pc\:focus\:bg-yellow-400:focus{
    background-color: #f6e05e !important;
  }

  .pc\:focus\:bg-yellow-500:focus{
    background-color: #ecc94b !important;
  }

  .pc\:focus\:bg-yellow-600:focus{
    background-color: #d69e2e !important;
  }

  .pc\:focus\:bg-yellow-700:focus{
    background-color: #b7791f !important;
  }

  .pc\:focus\:bg-yellow-800:focus{
    background-color: #975a16 !important;
  }

  .pc\:focus\:bg-yellow-900:focus{
    background-color: #744210 !important;
  }

  .pc\:focus\:bg-green-100:focus{
    background-color: #f0fff4 !important;
  }

  .pc\:focus\:bg-green-200:focus{
    background-color: #c6f6d5 !important;
  }

  .pc\:focus\:bg-green-300:focus{
    background-color: #9ae6b4 !important;
  }

  .pc\:focus\:bg-green-400:focus{
    background-color: #68d391 !important;
  }

  .pc\:focus\:bg-green-500:focus{
    background-color: #48bb78 !important;
  }

  .pc\:focus\:bg-green-600:focus{
    background-color: #38a169 !important;
  }

  .pc\:focus\:bg-green-700:focus{
    background-color: #2f855a !important;
  }

  .pc\:focus\:bg-green-800:focus{
    background-color: #276749 !important;
  }

  .pc\:focus\:bg-green-900:focus{
    background-color: #22543d !important;
  }

  .pc\:focus\:bg-teal-100:focus{
    background-color: #e6fffa !important;
  }

  .pc\:focus\:bg-teal-200:focus{
    background-color: #b2f5ea !important;
  }

  .pc\:focus\:bg-teal-300:focus{
    background-color: #81e6d9 !important;
  }

  .pc\:focus\:bg-teal-400:focus{
    background-color: #4fd1c5 !important;
  }

  .pc\:focus\:bg-teal-500:focus{
    background-color: #38b2ac !important;
  }

  .pc\:focus\:bg-teal-600:focus{
    background-color: #319795 !important;
  }

  .pc\:focus\:bg-teal-700:focus{
    background-color: #2c7a7b !important;
  }

  .pc\:focus\:bg-teal-800:focus{
    background-color: #285e61 !important;
  }

  .pc\:focus\:bg-teal-900:focus{
    background-color: #234e52 !important;
  }

  .pc\:focus\:bg-blue-100:focus{
    background-color: #ebf8ff !important;
  }

  .pc\:focus\:bg-blue-200:focus{
    background-color: #bee3f8 !important;
  }

  .pc\:focus\:bg-blue-300:focus{
    background-color: #90cdf4 !important;
  }

  .pc\:focus\:bg-blue-400:focus{
    background-color: #63b3ed !important;
  }

  .pc\:focus\:bg-blue-500:focus{
    background-color: #4299e1 !important;
  }

  .pc\:focus\:bg-blue-600:focus{
    background-color: #3182ce !important;
  }

  .pc\:focus\:bg-blue-700:focus{
    background-color: #2b6cb0 !important;
  }

  .pc\:focus\:bg-blue-800:focus{
    background-color: #2c5282 !important;
  }

  .pc\:focus\:bg-blue-900:focus{
    background-color: #2a4365 !important;
  }

  .pc\:focus\:bg-indigo-100:focus{
    background-color: #ebf4ff !important;
  }

  .pc\:focus\:bg-indigo-200:focus{
    background-color: #c3dafe !important;
  }

  .pc\:focus\:bg-indigo-300:focus{
    background-color: #a3bffa !important;
  }

  .pc\:focus\:bg-indigo-400:focus{
    background-color: #7f9cf5 !important;
  }

  .pc\:focus\:bg-indigo-500:focus{
    background-color: #667eea !important;
  }

  .pc\:focus\:bg-indigo-600:focus{
    background-color: #5a67d8 !important;
  }

  .pc\:focus\:bg-indigo-700:focus{
    background-color: #4c51bf !important;
  }

  .pc\:focus\:bg-indigo-800:focus{
    background-color: #434190 !important;
  }

  .pc\:focus\:bg-indigo-900:focus{
    background-color: #3c366b !important;
  }

  .pc\:focus\:bg-purple-100:focus{
    background-color: #faf5ff !important;
  }

  .pc\:focus\:bg-purple-200:focus{
    background-color: #e9d8fd !important;
  }

  .pc\:focus\:bg-purple-300:focus{
    background-color: #d6bcfa !important;
  }

  .pc\:focus\:bg-purple-400:focus{
    background-color: #b794f4 !important;
  }

  .pc\:focus\:bg-purple-500:focus{
    background-color: #9f7aea !important;
  }

  .pc\:focus\:bg-purple-600:focus{
    background-color: #805ad5 !important;
  }

  .pc\:focus\:bg-purple-700:focus{
    background-color: #6b46c1 !important;
  }

  .pc\:focus\:bg-purple-800:focus{
    background-color: #553c9a !important;
  }

  .pc\:focus\:bg-purple-900:focus{
    background-color: #44337a !important;
  }

  .pc\:focus\:bg-pink-100:focus{
    background-color: #fff5f7 !important;
  }

  .pc\:focus\:bg-pink-200:focus{
    background-color: #fed7e2 !important;
  }

  .pc\:focus\:bg-pink-300:focus{
    background-color: #fbb6ce !important;
  }

  .pc\:focus\:bg-pink-400:focus{
    background-color: #f687b3 !important;
  }

  .pc\:focus\:bg-pink-500:focus{
    background-color: #ed64a6 !important;
  }

  .pc\:focus\:bg-pink-600:focus{
    background-color: #d53f8c !important;
  }

  .pc\:focus\:bg-pink-700:focus{
    background-color: #b83280 !important;
  }

  .pc\:focus\:bg-pink-800:focus{
    background-color: #97266d !important;
  }

  .pc\:focus\:bg-pink-900:focus{
    background-color: #702459 !important;
  }

  .pc\:focus\:bg-cyan:focus{
    background-color: #9cdbff !important;
  }

  .pc\:bg-bottom{
    background-position: bottom !important;
  }

  .pc\:bg-center{
    background-position: center !important;
  }

  .pc\:bg-left{
    background-position: left !important;
  }

  .pc\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .pc\:bg-left-top{
    background-position: left top !important;
  }

  .pc\:bg-right{
    background-position: right !important;
  }

  .pc\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .pc\:bg-right-top{
    background-position: right top !important;
  }

  .pc\:bg-top{
    background-position: top !important;
  }

  .pc\:bg-repeat{
    background-repeat: repeat !important;
  }

  .pc\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .pc\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .pc\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .pc\:bg-repeat-round{
    background-repeat: round !important;
  }

  .pc\:bg-repeat-space{
    background-repeat: space !important;
  }

  .pc\:bg-auto{
    background-size: auto !important;
  }

  .pc\:bg-cover{
    background-size: cover !important;
  }

  .pc\:bg-contain{
    background-size: contain !important;
  }

  .pc\:border-collapse{
    border-collapse: collapse !important;
  }

  .pc\:border-separate{
    border-collapse: separate !important;
  }

  .pc\:border-transparent{
    border-color: transparent !important;
  }

  .pc\:border-black{
    border-color: #222222 !important;
  }

  .pc\:border-white{
    border-color: #fff !important;
  }

  .pc\:border-gray-100{
    border-color: #f5f5f5 !important;
  }

  .pc\:border-gray-200{
    border-color: #eeeeee !important;
  }

  .pc\:border-gray-300{
    border-color: #e0e0e0 !important;
  }

  .pc\:border-gray-400{
    border-color: #bdbdbd !important;
  }

  .pc\:border-gray-500{
    border-color: #9e9e9e !important;
  }

  .pc\:border-gray-600{
    border-color: #757575 !important;
  }

  .pc\:border-gray-700{
    border-color: #616161 !important;
  }

  .pc\:border-gray-800{
    border-color: #424242 !important;
  }

  .pc\:border-gray-900{
    border-color: #212121 !important;
  }

  .pc\:border-red-100{
    border-color: #fff5f5 !important;
  }

  .pc\:border-red-200{
    border-color: #fed7d7 !important;
  }

  .pc\:border-red-300{
    border-color: #feb2b2 !important;
  }

  .pc\:border-red-400{
    border-color: #fc8181 !important;
  }

  .pc\:border-red-500{
    border-color: #f56565 !important;
  }

  .pc\:border-red-600{
    border-color: #e53e3e !important;
  }

  .pc\:border-red-700{
    border-color: #c53030 !important;
  }

  .pc\:border-red-800{
    border-color: #9b2c2c !important;
  }

  .pc\:border-red-900{
    border-color: #742a2a !important;
  }

  .pc\:border-orange-100{
    border-color: #fffaf0 !important;
  }

  .pc\:border-orange-200{
    border-color: #feebc8 !important;
  }

  .pc\:border-orange-300{
    border-color: #fbd38d !important;
  }

  .pc\:border-orange-400{
    border-color: #f6ad55 !important;
  }

  .pc\:border-orange-500{
    border-color: #ed8936 !important;
  }

  .pc\:border-orange-600{
    border-color: #dd6b20 !important;
  }

  .pc\:border-orange-700{
    border-color: #c05621 !important;
  }

  .pc\:border-orange-800{
    border-color: #9c4221 !important;
  }

  .pc\:border-orange-900{
    border-color: #7b341e !important;
  }

  .pc\:border-yellow-100{
    border-color: #fffff0 !important;
  }

  .pc\:border-yellow-200{
    border-color: #fefcbf !important;
  }

  .pc\:border-yellow-300{
    border-color: #faf089 !important;
  }

  .pc\:border-yellow-400{
    border-color: #f6e05e !important;
  }

  .pc\:border-yellow-500{
    border-color: #ecc94b !important;
  }

  .pc\:border-yellow-600{
    border-color: #d69e2e !important;
  }

  .pc\:border-yellow-700{
    border-color: #b7791f !important;
  }

  .pc\:border-yellow-800{
    border-color: #975a16 !important;
  }

  .pc\:border-yellow-900{
    border-color: #744210 !important;
  }

  .pc\:border-green-100{
    border-color: #f0fff4 !important;
  }

  .pc\:border-green-200{
    border-color: #c6f6d5 !important;
  }

  .pc\:border-green-300{
    border-color: #9ae6b4 !important;
  }

  .pc\:border-green-400{
    border-color: #68d391 !important;
  }

  .pc\:border-green-500{
    border-color: #48bb78 !important;
  }

  .pc\:border-green-600{
    border-color: #38a169 !important;
  }

  .pc\:border-green-700{
    border-color: #2f855a !important;
  }

  .pc\:border-green-800{
    border-color: #276749 !important;
  }

  .pc\:border-green-900{
    border-color: #22543d !important;
  }

  .pc\:border-teal-100{
    border-color: #e6fffa !important;
  }

  .pc\:border-teal-200{
    border-color: #b2f5ea !important;
  }

  .pc\:border-teal-300{
    border-color: #81e6d9 !important;
  }

  .pc\:border-teal-400{
    border-color: #4fd1c5 !important;
  }

  .pc\:border-teal-500{
    border-color: #38b2ac !important;
  }

  .pc\:border-teal-600{
    border-color: #319795 !important;
  }

  .pc\:border-teal-700{
    border-color: #2c7a7b !important;
  }

  .pc\:border-teal-800{
    border-color: #285e61 !important;
  }

  .pc\:border-teal-900{
    border-color: #234e52 !important;
  }

  .pc\:border-blue-100{
    border-color: #ebf8ff !important;
  }

  .pc\:border-blue-200{
    border-color: #bee3f8 !important;
  }

  .pc\:border-blue-300{
    border-color: #90cdf4 !important;
  }

  .pc\:border-blue-400{
    border-color: #63b3ed !important;
  }

  .pc\:border-blue-500{
    border-color: #4299e1 !important;
  }

  .pc\:border-blue-600{
    border-color: #3182ce !important;
  }

  .pc\:border-blue-700{
    border-color: #2b6cb0 !important;
  }

  .pc\:border-blue-800{
    border-color: #2c5282 !important;
  }

  .pc\:border-blue-900{
    border-color: #2a4365 !important;
  }

  .pc\:border-indigo-100{
    border-color: #ebf4ff !important;
  }

  .pc\:border-indigo-200{
    border-color: #c3dafe !important;
  }

  .pc\:border-indigo-300{
    border-color: #a3bffa !important;
  }

  .pc\:border-indigo-400{
    border-color: #7f9cf5 !important;
  }

  .pc\:border-indigo-500{
    border-color: #667eea !important;
  }

  .pc\:border-indigo-600{
    border-color: #5a67d8 !important;
  }

  .pc\:border-indigo-700{
    border-color: #4c51bf !important;
  }

  .pc\:border-indigo-800{
    border-color: #434190 !important;
  }

  .pc\:border-indigo-900{
    border-color: #3c366b !important;
  }

  .pc\:border-purple-100{
    border-color: #faf5ff !important;
  }

  .pc\:border-purple-200{
    border-color: #e9d8fd !important;
  }

  .pc\:border-purple-300{
    border-color: #d6bcfa !important;
  }

  .pc\:border-purple-400{
    border-color: #b794f4 !important;
  }

  .pc\:border-purple-500{
    border-color: #9f7aea !important;
  }

  .pc\:border-purple-600{
    border-color: #805ad5 !important;
  }

  .pc\:border-purple-700{
    border-color: #6b46c1 !important;
  }

  .pc\:border-purple-800{
    border-color: #553c9a !important;
  }

  .pc\:border-purple-900{
    border-color: #44337a !important;
  }

  .pc\:border-pink-100{
    border-color: #fff5f7 !important;
  }

  .pc\:border-pink-200{
    border-color: #fed7e2 !important;
  }

  .pc\:border-pink-300{
    border-color: #fbb6ce !important;
  }

  .pc\:border-pink-400{
    border-color: #f687b3 !important;
  }

  .pc\:border-pink-500{
    border-color: #ed64a6 !important;
  }

  .pc\:border-pink-600{
    border-color: #d53f8c !important;
  }

  .pc\:border-pink-700{
    border-color: #b83280 !important;
  }

  .pc\:border-pink-800{
    border-color: #97266d !important;
  }

  .pc\:border-pink-900{
    border-color: #702459 !important;
  }

  .pc\:border-cyan{
    border-color: #9cdbff !important;
  }

  .pc\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .pc\:hover\:border-black:hover{
    border-color: #222222 !important;
  }

  .pc\:hover\:border-white:hover{
    border-color: #fff !important;
  }

  .pc\:hover\:border-gray-100:hover{
    border-color: #f5f5f5 !important;
  }

  .pc\:hover\:border-gray-200:hover{
    border-color: #eeeeee !important;
  }

  .pc\:hover\:border-gray-300:hover{
    border-color: #e0e0e0 !important;
  }

  .pc\:hover\:border-gray-400:hover{
    border-color: #bdbdbd !important;
  }

  .pc\:hover\:border-gray-500:hover{
    border-color: #9e9e9e !important;
  }

  .pc\:hover\:border-gray-600:hover{
    border-color: #757575 !important;
  }

  .pc\:hover\:border-gray-700:hover{
    border-color: #616161 !important;
  }

  .pc\:hover\:border-gray-800:hover{
    border-color: #424242 !important;
  }

  .pc\:hover\:border-gray-900:hover{
    border-color: #212121 !important;
  }

  .pc\:hover\:border-red-100:hover{
    border-color: #fff5f5 !important;
  }

  .pc\:hover\:border-red-200:hover{
    border-color: #fed7d7 !important;
  }

  .pc\:hover\:border-red-300:hover{
    border-color: #feb2b2 !important;
  }

  .pc\:hover\:border-red-400:hover{
    border-color: #fc8181 !important;
  }

  .pc\:hover\:border-red-500:hover{
    border-color: #f56565 !important;
  }

  .pc\:hover\:border-red-600:hover{
    border-color: #e53e3e !important;
  }

  .pc\:hover\:border-red-700:hover{
    border-color: #c53030 !important;
  }

  .pc\:hover\:border-red-800:hover{
    border-color: #9b2c2c !important;
  }

  .pc\:hover\:border-red-900:hover{
    border-color: #742a2a !important;
  }

  .pc\:hover\:border-orange-100:hover{
    border-color: #fffaf0 !important;
  }

  .pc\:hover\:border-orange-200:hover{
    border-color: #feebc8 !important;
  }

  .pc\:hover\:border-orange-300:hover{
    border-color: #fbd38d !important;
  }

  .pc\:hover\:border-orange-400:hover{
    border-color: #f6ad55 !important;
  }

  .pc\:hover\:border-orange-500:hover{
    border-color: #ed8936 !important;
  }

  .pc\:hover\:border-orange-600:hover{
    border-color: #dd6b20 !important;
  }

  .pc\:hover\:border-orange-700:hover{
    border-color: #c05621 !important;
  }

  .pc\:hover\:border-orange-800:hover{
    border-color: #9c4221 !important;
  }

  .pc\:hover\:border-orange-900:hover{
    border-color: #7b341e !important;
  }

  .pc\:hover\:border-yellow-100:hover{
    border-color: #fffff0 !important;
  }

  .pc\:hover\:border-yellow-200:hover{
    border-color: #fefcbf !important;
  }

  .pc\:hover\:border-yellow-300:hover{
    border-color: #faf089 !important;
  }

  .pc\:hover\:border-yellow-400:hover{
    border-color: #f6e05e !important;
  }

  .pc\:hover\:border-yellow-500:hover{
    border-color: #ecc94b !important;
  }

  .pc\:hover\:border-yellow-600:hover{
    border-color: #d69e2e !important;
  }

  .pc\:hover\:border-yellow-700:hover{
    border-color: #b7791f !important;
  }

  .pc\:hover\:border-yellow-800:hover{
    border-color: #975a16 !important;
  }

  .pc\:hover\:border-yellow-900:hover{
    border-color: #744210 !important;
  }

  .pc\:hover\:border-green-100:hover{
    border-color: #f0fff4 !important;
  }

  .pc\:hover\:border-green-200:hover{
    border-color: #c6f6d5 !important;
  }

  .pc\:hover\:border-green-300:hover{
    border-color: #9ae6b4 !important;
  }

  .pc\:hover\:border-green-400:hover{
    border-color: #68d391 !important;
  }

  .pc\:hover\:border-green-500:hover{
    border-color: #48bb78 !important;
  }

  .pc\:hover\:border-green-600:hover{
    border-color: #38a169 !important;
  }

  .pc\:hover\:border-green-700:hover{
    border-color: #2f855a !important;
  }

  .pc\:hover\:border-green-800:hover{
    border-color: #276749 !important;
  }

  .pc\:hover\:border-green-900:hover{
    border-color: #22543d !important;
  }

  .pc\:hover\:border-teal-100:hover{
    border-color: #e6fffa !important;
  }

  .pc\:hover\:border-teal-200:hover{
    border-color: #b2f5ea !important;
  }

  .pc\:hover\:border-teal-300:hover{
    border-color: #81e6d9 !important;
  }

  .pc\:hover\:border-teal-400:hover{
    border-color: #4fd1c5 !important;
  }

  .pc\:hover\:border-teal-500:hover{
    border-color: #38b2ac !important;
  }

  .pc\:hover\:border-teal-600:hover{
    border-color: #319795 !important;
  }

  .pc\:hover\:border-teal-700:hover{
    border-color: #2c7a7b !important;
  }

  .pc\:hover\:border-teal-800:hover{
    border-color: #285e61 !important;
  }

  .pc\:hover\:border-teal-900:hover{
    border-color: #234e52 !important;
  }

  .pc\:hover\:border-blue-100:hover{
    border-color: #ebf8ff !important;
  }

  .pc\:hover\:border-blue-200:hover{
    border-color: #bee3f8 !important;
  }

  .pc\:hover\:border-blue-300:hover{
    border-color: #90cdf4 !important;
  }

  .pc\:hover\:border-blue-400:hover{
    border-color: #63b3ed !important;
  }

  .pc\:hover\:border-blue-500:hover{
    border-color: #4299e1 !important;
  }

  .pc\:hover\:border-blue-600:hover{
    border-color: #3182ce !important;
  }

  .pc\:hover\:border-blue-700:hover{
    border-color: #2b6cb0 !important;
  }

  .pc\:hover\:border-blue-800:hover{
    border-color: #2c5282 !important;
  }

  .pc\:hover\:border-blue-900:hover{
    border-color: #2a4365 !important;
  }

  .pc\:hover\:border-indigo-100:hover{
    border-color: #ebf4ff !important;
  }

  .pc\:hover\:border-indigo-200:hover{
    border-color: #c3dafe !important;
  }

  .pc\:hover\:border-indigo-300:hover{
    border-color: #a3bffa !important;
  }

  .pc\:hover\:border-indigo-400:hover{
    border-color: #7f9cf5 !important;
  }

  .pc\:hover\:border-indigo-500:hover{
    border-color: #667eea !important;
  }

  .pc\:hover\:border-indigo-600:hover{
    border-color: #5a67d8 !important;
  }

  .pc\:hover\:border-indigo-700:hover{
    border-color: #4c51bf !important;
  }

  .pc\:hover\:border-indigo-800:hover{
    border-color: #434190 !important;
  }

  .pc\:hover\:border-indigo-900:hover{
    border-color: #3c366b !important;
  }

  .pc\:hover\:border-purple-100:hover{
    border-color: #faf5ff !important;
  }

  .pc\:hover\:border-purple-200:hover{
    border-color: #e9d8fd !important;
  }

  .pc\:hover\:border-purple-300:hover{
    border-color: #d6bcfa !important;
  }

  .pc\:hover\:border-purple-400:hover{
    border-color: #b794f4 !important;
  }

  .pc\:hover\:border-purple-500:hover{
    border-color: #9f7aea !important;
  }

  .pc\:hover\:border-purple-600:hover{
    border-color: #805ad5 !important;
  }

  .pc\:hover\:border-purple-700:hover{
    border-color: #6b46c1 !important;
  }

  .pc\:hover\:border-purple-800:hover{
    border-color: #553c9a !important;
  }

  .pc\:hover\:border-purple-900:hover{
    border-color: #44337a !important;
  }

  .pc\:hover\:border-pink-100:hover{
    border-color: #fff5f7 !important;
  }

  .pc\:hover\:border-pink-200:hover{
    border-color: #fed7e2 !important;
  }

  .pc\:hover\:border-pink-300:hover{
    border-color: #fbb6ce !important;
  }

  .pc\:hover\:border-pink-400:hover{
    border-color: #f687b3 !important;
  }

  .pc\:hover\:border-pink-500:hover{
    border-color: #ed64a6 !important;
  }

  .pc\:hover\:border-pink-600:hover{
    border-color: #d53f8c !important;
  }

  .pc\:hover\:border-pink-700:hover{
    border-color: #b83280 !important;
  }

  .pc\:hover\:border-pink-800:hover{
    border-color: #97266d !important;
  }

  .pc\:hover\:border-pink-900:hover{
    border-color: #702459 !important;
  }

  .pc\:hover\:border-cyan:hover{
    border-color: #9cdbff !important;
  }

  .pc\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .pc\:focus\:border-black:focus{
    border-color: #222222 !important;
  }

  .pc\:focus\:border-white:focus{
    border-color: #fff !important;
  }

  .pc\:focus\:border-gray-100:focus{
    border-color: #f5f5f5 !important;
  }

  .pc\:focus\:border-gray-200:focus{
    border-color: #eeeeee !important;
  }

  .pc\:focus\:border-gray-300:focus{
    border-color: #e0e0e0 !important;
  }

  .pc\:focus\:border-gray-400:focus{
    border-color: #bdbdbd !important;
  }

  .pc\:focus\:border-gray-500:focus{
    border-color: #9e9e9e !important;
  }

  .pc\:focus\:border-gray-600:focus{
    border-color: #757575 !important;
  }

  .pc\:focus\:border-gray-700:focus{
    border-color: #616161 !important;
  }

  .pc\:focus\:border-gray-800:focus{
    border-color: #424242 !important;
  }

  .pc\:focus\:border-gray-900:focus{
    border-color: #212121 !important;
  }

  .pc\:focus\:border-red-100:focus{
    border-color: #fff5f5 !important;
  }

  .pc\:focus\:border-red-200:focus{
    border-color: #fed7d7 !important;
  }

  .pc\:focus\:border-red-300:focus{
    border-color: #feb2b2 !important;
  }

  .pc\:focus\:border-red-400:focus{
    border-color: #fc8181 !important;
  }

  .pc\:focus\:border-red-500:focus{
    border-color: #f56565 !important;
  }

  .pc\:focus\:border-red-600:focus{
    border-color: #e53e3e !important;
  }

  .pc\:focus\:border-red-700:focus{
    border-color: #c53030 !important;
  }

  .pc\:focus\:border-red-800:focus{
    border-color: #9b2c2c !important;
  }

  .pc\:focus\:border-red-900:focus{
    border-color: #742a2a !important;
  }

  .pc\:focus\:border-orange-100:focus{
    border-color: #fffaf0 !important;
  }

  .pc\:focus\:border-orange-200:focus{
    border-color: #feebc8 !important;
  }

  .pc\:focus\:border-orange-300:focus{
    border-color: #fbd38d !important;
  }

  .pc\:focus\:border-orange-400:focus{
    border-color: #f6ad55 !important;
  }

  .pc\:focus\:border-orange-500:focus{
    border-color: #ed8936 !important;
  }

  .pc\:focus\:border-orange-600:focus{
    border-color: #dd6b20 !important;
  }

  .pc\:focus\:border-orange-700:focus{
    border-color: #c05621 !important;
  }

  .pc\:focus\:border-orange-800:focus{
    border-color: #9c4221 !important;
  }

  .pc\:focus\:border-orange-900:focus{
    border-color: #7b341e !important;
  }

  .pc\:focus\:border-yellow-100:focus{
    border-color: #fffff0 !important;
  }

  .pc\:focus\:border-yellow-200:focus{
    border-color: #fefcbf !important;
  }

  .pc\:focus\:border-yellow-300:focus{
    border-color: #faf089 !important;
  }

  .pc\:focus\:border-yellow-400:focus{
    border-color: #f6e05e !important;
  }

  .pc\:focus\:border-yellow-500:focus{
    border-color: #ecc94b !important;
  }

  .pc\:focus\:border-yellow-600:focus{
    border-color: #d69e2e !important;
  }

  .pc\:focus\:border-yellow-700:focus{
    border-color: #b7791f !important;
  }

  .pc\:focus\:border-yellow-800:focus{
    border-color: #975a16 !important;
  }

  .pc\:focus\:border-yellow-900:focus{
    border-color: #744210 !important;
  }

  .pc\:focus\:border-green-100:focus{
    border-color: #f0fff4 !important;
  }

  .pc\:focus\:border-green-200:focus{
    border-color: #c6f6d5 !important;
  }

  .pc\:focus\:border-green-300:focus{
    border-color: #9ae6b4 !important;
  }

  .pc\:focus\:border-green-400:focus{
    border-color: #68d391 !important;
  }

  .pc\:focus\:border-green-500:focus{
    border-color: #48bb78 !important;
  }

  .pc\:focus\:border-green-600:focus{
    border-color: #38a169 !important;
  }

  .pc\:focus\:border-green-700:focus{
    border-color: #2f855a !important;
  }

  .pc\:focus\:border-green-800:focus{
    border-color: #276749 !important;
  }

  .pc\:focus\:border-green-900:focus{
    border-color: #22543d !important;
  }

  .pc\:focus\:border-teal-100:focus{
    border-color: #e6fffa !important;
  }

  .pc\:focus\:border-teal-200:focus{
    border-color: #b2f5ea !important;
  }

  .pc\:focus\:border-teal-300:focus{
    border-color: #81e6d9 !important;
  }

  .pc\:focus\:border-teal-400:focus{
    border-color: #4fd1c5 !important;
  }

  .pc\:focus\:border-teal-500:focus{
    border-color: #38b2ac !important;
  }

  .pc\:focus\:border-teal-600:focus{
    border-color: #319795 !important;
  }

  .pc\:focus\:border-teal-700:focus{
    border-color: #2c7a7b !important;
  }

  .pc\:focus\:border-teal-800:focus{
    border-color: #285e61 !important;
  }

  .pc\:focus\:border-teal-900:focus{
    border-color: #234e52 !important;
  }

  .pc\:focus\:border-blue-100:focus{
    border-color: #ebf8ff !important;
  }

  .pc\:focus\:border-blue-200:focus{
    border-color: #bee3f8 !important;
  }

  .pc\:focus\:border-blue-300:focus{
    border-color: #90cdf4 !important;
  }

  .pc\:focus\:border-blue-400:focus{
    border-color: #63b3ed !important;
  }

  .pc\:focus\:border-blue-500:focus{
    border-color: #4299e1 !important;
  }

  .pc\:focus\:border-blue-600:focus{
    border-color: #3182ce !important;
  }

  .pc\:focus\:border-blue-700:focus{
    border-color: #2b6cb0 !important;
  }

  .pc\:focus\:border-blue-800:focus{
    border-color: #2c5282 !important;
  }

  .pc\:focus\:border-blue-900:focus{
    border-color: #2a4365 !important;
  }

  .pc\:focus\:border-indigo-100:focus{
    border-color: #ebf4ff !important;
  }

  .pc\:focus\:border-indigo-200:focus{
    border-color: #c3dafe !important;
  }

  .pc\:focus\:border-indigo-300:focus{
    border-color: #a3bffa !important;
  }

  .pc\:focus\:border-indigo-400:focus{
    border-color: #7f9cf5 !important;
  }

  .pc\:focus\:border-indigo-500:focus{
    border-color: #667eea !important;
  }

  .pc\:focus\:border-indigo-600:focus{
    border-color: #5a67d8 !important;
  }

  .pc\:focus\:border-indigo-700:focus{
    border-color: #4c51bf !important;
  }

  .pc\:focus\:border-indigo-800:focus{
    border-color: #434190 !important;
  }

  .pc\:focus\:border-indigo-900:focus{
    border-color: #3c366b !important;
  }

  .pc\:focus\:border-purple-100:focus{
    border-color: #faf5ff !important;
  }

  .pc\:focus\:border-purple-200:focus{
    border-color: #e9d8fd !important;
  }

  .pc\:focus\:border-purple-300:focus{
    border-color: #d6bcfa !important;
  }

  .pc\:focus\:border-purple-400:focus{
    border-color: #b794f4 !important;
  }

  .pc\:focus\:border-purple-500:focus{
    border-color: #9f7aea !important;
  }

  .pc\:focus\:border-purple-600:focus{
    border-color: #805ad5 !important;
  }

  .pc\:focus\:border-purple-700:focus{
    border-color: #6b46c1 !important;
  }

  .pc\:focus\:border-purple-800:focus{
    border-color: #553c9a !important;
  }

  .pc\:focus\:border-purple-900:focus{
    border-color: #44337a !important;
  }

  .pc\:focus\:border-pink-100:focus{
    border-color: #fff5f7 !important;
  }

  .pc\:focus\:border-pink-200:focus{
    border-color: #fed7e2 !important;
  }

  .pc\:focus\:border-pink-300:focus{
    border-color: #fbb6ce !important;
  }

  .pc\:focus\:border-pink-400:focus{
    border-color: #f687b3 !important;
  }

  .pc\:focus\:border-pink-500:focus{
    border-color: #ed64a6 !important;
  }

  .pc\:focus\:border-pink-600:focus{
    border-color: #d53f8c !important;
  }

  .pc\:focus\:border-pink-700:focus{
    border-color: #b83280 !important;
  }

  .pc\:focus\:border-pink-800:focus{
    border-color: #97266d !important;
  }

  .pc\:focus\:border-pink-900:focus{
    border-color: #702459 !important;
  }

  .pc\:focus\:border-cyan:focus{
    border-color: #9cdbff !important;
  }

  .pc\:rounded-none{
    border-radius: 0 !important;
  }

  .pc\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .pc\:rounded{
    border-radius: 0.25rem !important;
  }

  .pc\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .pc\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .pc\:rounded-full{
    border-radius: 9999px !important;
  }

  .pc\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .pc\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .pc\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .pc\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .pc\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .pc\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .pc\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .pc\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .pc\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .pc\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .pc\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .pc\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .pc\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .pc\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .pc\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .pc\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .pc\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .pc\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .pc\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .pc\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .pc\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .pc\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .pc\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .pc\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .pc\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .pc\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .pc\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .pc\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .pc\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .pc\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .pc\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .pc\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .pc\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .pc\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .pc\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .pc\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .pc\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .pc\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .pc\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .pc\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .pc\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .pc\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .pc\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .pc\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .pc\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .pc\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .pc\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .pc\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .pc\:border-solid{
    border-style: solid !important;
  }

  .pc\:border-dashed{
    border-style: dashed !important;
  }

  .pc\:border-dotted{
    border-style: dotted !important;
  }

  .pc\:border-double{
    border-style: double !important;
  }

  .pc\:border-none{
    border-style: none !important;
  }

  .pc\:border-0{
    border-width: 0 !important;
  }

  .pc\:border-2{
    border-width: 2px !important;
  }

  .pc\:border-4{
    border-width: 4px !important;
  }

  .pc\:border-8{
    border-width: 8px !important;
  }

  .pc\:border{
    border-width: 1px !important;
  }

  .pc\:border-t-0{
    border-top-width: 0 !important;
  }

  .pc\:border-r-0{
    border-right-width: 0 !important;
  }

  .pc\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .pc\:border-l-0{
    border-left-width: 0 !important;
  }

  .pc\:border-t-2{
    border-top-width: 2px !important;
  }

  .pc\:border-r-2{
    border-right-width: 2px !important;
  }

  .pc\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .pc\:border-l-2{
    border-left-width: 2px !important;
  }

  .pc\:border-t-4{
    border-top-width: 4px !important;
  }

  .pc\:border-r-4{
    border-right-width: 4px !important;
  }

  .pc\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .pc\:border-l-4{
    border-left-width: 4px !important;
  }

  .pc\:border-t-8{
    border-top-width: 8px !important;
  }

  .pc\:border-r-8{
    border-right-width: 8px !important;
  }

  .pc\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .pc\:border-l-8{
    border-left-width: 8px !important;
  }

  .pc\:border-t{
    border-top-width: 1px !important;
  }

  .pc\:border-r{
    border-right-width: 1px !important;
  }

  .pc\:border-b{
    border-bottom-width: 1px !important;
  }

  .pc\:border-l{
    border-left-width: 1px !important;
  }

  .pc\:box-border{
    box-sizing: border-box !important;
  }

  .pc\:box-content{
    box-sizing: content-box !important;
  }

  .pc\:cursor-auto{
    cursor: auto !important;
  }

  .pc\:cursor-default{
    cursor: default !important;
  }

  .pc\:cursor-pointer{
    cursor: pointer !important;
  }

  .pc\:cursor-wait{
    cursor: wait !important;
  }

  .pc\:cursor-text{
    cursor: text !important;
  }

  .pc\:cursor-move{
    cursor: move !important;
  }

  .pc\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .pc\:block{
    display: block !important;
  }

  .pc\:inline-block{
    display: inline-block !important;
  }

  .pc\:inline{
    display: inline !important;
  }

  .pc\:flex{
    display: -webkit-box !important;
    display: flex !important;
  }

  .pc\:inline-flex{
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

  .pc\:grid{
    display: grid !important;
  }

  .pc\:table{
    display: table !important;
  }

  .pc\:table-caption{
    display: table-caption !important;
  }

  .pc\:table-cell{
    display: table-cell !important;
  }

  .pc\:table-column{
    display: table-column !important;
  }

  .pc\:table-column-group{
    display: table-column-group !important;
  }

  .pc\:table-footer-group{
    display: table-footer-group !important;
  }

  .pc\:table-header-group{
    display: table-header-group !important;
  }

  .pc\:table-row-group{
    display: table-row-group !important;
  }

  .pc\:table-row{
    display: table-row !important;
  }

  .pc\:hidden{
    display: none !important;
  }

  .pc\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .pc\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .pc\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .pc\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .pc\:flex-wrap{
    flex-wrap: wrap !important;
  }

  .pc\:flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .pc\:flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .pc\:items-start{
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .pc\:items-end{
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .pc\:items-center{
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .pc\:items-baseline{
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .pc\:items-stretch{
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .pc\:self-auto{
    align-self: auto !important;
  }

  .pc\:self-start{
    align-self: flex-start !important;
  }

  .pc\:self-end{
    align-self: flex-end !important;
  }

  .pc\:self-center{
    align-self: center !important;
  }

  .pc\:self-stretch{
    align-self: stretch !important;
  }

  .pc\:justify-start{
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .pc\:justify-end{
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .pc\:justify-center{
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .pc\:justify-between{
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .pc\:justify-around{
    justify-content: space-around !important;
  }

  .pc\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .pc\:content-center{
    align-content: center !important;
  }

  .pc\:content-start{
    align-content: flex-start !important;
  }

  .pc\:content-end{
    align-content: flex-end !important;
  }

  .pc\:content-between{
    align-content: space-between !important;
  }

  .pc\:content-around{
    align-content: space-around !important;
  }

  .pc\:flex-1{
    -webkit-box-flex: 1 !important;
            flex: 1 1 0% !important;
  }

  .pc\:flex-auto{
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .pc\:flex-initial{
    -webkit-box-flex: 0 !important;
            flex: 0 1 auto !important;
  }

  .pc\:flex-none{
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }

  .pc\:flex-grow-0{
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .pc\:flex-grow{
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .pc\:flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .pc\:flex-shrink{
    flex-shrink: 1 !important;
  }

  .pc\:order-1{
    -webkit-box-ordinal-group: 2 !important;
            order: 1 !important;
  }

  .pc\:order-2{
    -webkit-box-ordinal-group: 3 !important;
            order: 2 !important;
  }

  .pc\:order-3{
    -webkit-box-ordinal-group: 4 !important;
            order: 3 !important;
  }

  .pc\:order-4{
    -webkit-box-ordinal-group: 5 !important;
            order: 4 !important;
  }

  .pc\:order-5{
    -webkit-box-ordinal-group: 6 !important;
            order: 5 !important;
  }

  .pc\:order-6{
    -webkit-box-ordinal-group: 7 !important;
            order: 6 !important;
  }

  .pc\:order-7{
    -webkit-box-ordinal-group: 8 !important;
            order: 7 !important;
  }

  .pc\:order-8{
    -webkit-box-ordinal-group: 9 !important;
            order: 8 !important;
  }

  .pc\:order-9{
    -webkit-box-ordinal-group: 10 !important;
            order: 9 !important;
  }

  .pc\:order-10{
    -webkit-box-ordinal-group: 11 !important;
            order: 10 !important;
  }

  .pc\:order-11{
    -webkit-box-ordinal-group: 12 !important;
            order: 11 !important;
  }

  .pc\:order-12{
    -webkit-box-ordinal-group: 13 !important;
            order: 12 !important;
  }

  .pc\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
            order: -9999 !important;
  }

  .pc\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
            order: 9999 !important;
  }

  .pc\:order-none{
    -webkit-box-ordinal-group: 1 !important;
            order: 0 !important;
  }

  .pc\:float-right{
    float: right !important;
  }

  .pc\:float-left{
    float: left !important;
  }

  .pc\:float-none{
    float: none !important;
  }

  .pc\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .pc\:clear-left{
    clear: left !important;
  }

  .pc\:clear-right{
    clear: right !important;
  }

  .pc\:clear-both{
    clear: both !important;
  }

  .pc\:font-sans{
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  .pc\:font-display{
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  .pc\:font-body{
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  .pc\:font-normal{
    font-weight: 400 !important;
  }

  .pc\:font-bold{
    font-weight: 500 !important;
  }

  .pc\:font-black{
    font-weight: 700 !important;
  }

  .pc\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .pc\:hover\:font-bold:hover{
    font-weight: 500 !important;
  }

  .pc\:hover\:font-black:hover{
    font-weight: 700 !important;
  }

  .pc\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .pc\:focus\:font-bold:focus{
    font-weight: 500 !important;
  }

  .pc\:focus\:font-black:focus{
    font-weight: 700 !important;
  }

  .pc\:h-0{
    height: 0 !important;
  }

  .pc\:h-1{
    height: 0.25rem !important;
  }

  .pc\:h-2{
    height: 0.5rem !important;
  }

  .pc\:h-3{
    height: 0.75rem !important;
  }

  .pc\:h-4{
    height: 1rem !important;
  }

  .pc\:h-5{
    height: 1.25rem !important;
  }

  .pc\:h-6{
    height: 1.5rem !important;
  }

  .pc\:h-8{
    height: 2rem !important;
  }

  .pc\:h-10{
    height: 2.5rem !important;
  }

  .pc\:h-12{
    height: 3rem !important;
  }

  .pc\:h-16{
    height: 4rem !important;
  }

  .pc\:h-20{
    height: 5rem !important;
  }

  .pc\:h-24{
    height: 6rem !important;
  }

  .pc\:h-32{
    height: 8rem !important;
  }

  .pc\:h-40{
    height: 10rem !important;
  }

  .pc\:h-48{
    height: 12rem !important;
  }

  .pc\:h-56{
    height: 14rem !important;
  }

  .pc\:h-64{
    height: 16rem !important;
  }

  .pc\:h-auto{
    height: auto !important;
  }

  .pc\:h-px{
    height: 1px !important;
  }

  .pc\:h-5px{
    height: 5px !important;
  }

  .pc\:h-25px{
    height: 25px !important;
  }

  .pc\:h-30px{
    height: 30px !important;
  }

  .pc\:h-50px{
    height: 50px !important;
  }

  .pc\:h-full{
    height: 100% !important;
  }

  .pc\:h-screen{
    height: 100vh !important;
  }

  .pc\:leading-3{
    line-height: .75rem !important;
  }

  .pc\:leading-4{
    line-height: 1rem !important;
  }

  .pc\:leading-5{
    line-height: 1.25rem !important;
  }

  .pc\:leading-6{
    line-height: 1.5rem !important;
  }

  .pc\:leading-7{
    line-height: 1.75rem !important;
  }

  .pc\:leading-8{
    line-height: 2rem !important;
  }

  .pc\:leading-9{
    line-height: 2.25rem !important;
  }

  .pc\:leading-10{
    line-height: 2.5rem !important;
  }

  .pc\:leading-none{
    line-height: 1 !important;
  }

  .pc\:leading-tight{
    line-height: 1.25 !important;
  }

  .pc\:leading-snug{
    line-height: 1.375 !important;
  }

  .pc\:leading-normal{
    line-height: 1.5 !important;
  }

  .pc\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .pc\:leading-loose{
    line-height: 2 !important;
  }

  .pc\:list-inside{
    list-style-position: inside !important;
  }

  .pc\:list-outside{
    list-style-position: outside !important;
  }

  .pc\:list-none{
    list-style-type: none !important;
  }

  .pc\:list-disc{
    list-style-type: disc !important;
  }

  .pc\:list-decimal{
    list-style-type: decimal !important;
  }

  .pc\:m-0{
    margin: 0 !important;
  }

  .pc\:m-1{
    margin: 0.25rem !important;
  }

  .pc\:m-2{
    margin: 0.5rem !important;
  }

  .pc\:m-3{
    margin: 0.75rem !important;
  }

  .pc\:m-4{
    margin: 1rem !important;
  }

  .pc\:m-5{
    margin: 1.25rem !important;
  }

  .pc\:m-6{
    margin: 1.5rem !important;
  }

  .pc\:m-8{
    margin: 2rem !important;
  }

  .pc\:m-10{
    margin: 2.5rem !important;
  }

  .pc\:m-12{
    margin: 3rem !important;
  }

  .pc\:m-16{
    margin: 4rem !important;
  }

  .pc\:m-20{
    margin: 5rem !important;
  }

  .pc\:m-24{
    margin: 6rem !important;
  }

  .pc\:m-32{
    margin: 8rem !important;
  }

  .pc\:m-40{
    margin: 10rem !important;
  }

  .pc\:m-48{
    margin: 12rem !important;
  }

  .pc\:m-56{
    margin: 14rem !important;
  }

  .pc\:m-64{
    margin: 16rem !important;
  }

  .pc\:m-96{
    margin: 24rem !important;
  }

  .pc\:m-128{
    margin: 32rem !important;
  }

  .pc\:m-auto{
    margin: auto !important;
  }

  .pc\:m-px{
    margin: 1px !important;
  }

  .pc\:m-5px{
    margin: 5px !important;
  }

  .pc\:m-25px{
    margin: 25px !important;
  }

  .pc\:m-30px{
    margin: 30px !important;
  }

  .pc\:m-50px{
    margin: 50px !important;
  }

  .pc\:-m-1{
    margin: -0.25rem !important;
  }

  .pc\:-m-2{
    margin: -0.5rem !important;
  }

  .pc\:-m-3{
    margin: -0.75rem !important;
  }

  .pc\:-m-4{
    margin: -1rem !important;
  }

  .pc\:-m-5{
    margin: -1.25rem !important;
  }

  .pc\:-m-6{
    margin: -1.5rem !important;
  }

  .pc\:-m-8{
    margin: -2rem !important;
  }

  .pc\:-m-10{
    margin: -2.5rem !important;
  }

  .pc\:-m-12{
    margin: -3rem !important;
  }

  .pc\:-m-16{
    margin: -4rem !important;
  }

  .pc\:-m-20{
    margin: -5rem !important;
  }

  .pc\:-m-24{
    margin: -6rem !important;
  }

  .pc\:-m-32{
    margin: -8rem !important;
  }

  .pc\:-m-40{
    margin: -10rem !important;
  }

  .pc\:-m-48{
    margin: -12rem !important;
  }

  .pc\:-m-56{
    margin: -14rem !important;
  }

  .pc\:-m-64{
    margin: -16rem !important;
  }

  .pc\:-m-px{
    margin: -1px !important;
  }

  .pc\:-m-5px{
    margin: -5px !important;
  }

  .pc\:-m-25px{
    margin: -25px !important;
  }

  .pc\:-m-30px{
    margin: -30px !important;
  }

  .pc\:-m-50px{
    margin: -50px !important;
  }

  .pc\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .pc\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .pc\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .pc\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .pc\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .pc\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .pc\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .pc\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .pc\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .pc\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .pc\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .pc\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .pc\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .pc\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .pc\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .pc\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .pc\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .pc\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .pc\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .pc\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .pc\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .pc\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .pc\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .pc\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .pc\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .pc\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .pc\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .pc\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .pc\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .pc\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .pc\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .pc\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .pc\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .pc\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .pc\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .pc\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .pc\:my-96{
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .pc\:mx-96{
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .pc\:my-128{
    margin-top: 32rem !important;
    margin-bottom: 32rem !important;
  }

  .pc\:mx-128{
    margin-left: 32rem !important;
    margin-right: 32rem !important;
  }

  .pc\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .pc\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pc\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .pc\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .pc\:my-5px{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .pc\:mx-5px{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .pc\:my-25px{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .pc\:mx-25px{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .pc\:my-30px{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .pc\:mx-30px{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .pc\:my-50px{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .pc\:mx-50px{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .pc\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .pc\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .pc\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .pc\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .pc\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .pc\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .pc\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .pc\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .pc\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .pc\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .pc\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .pc\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .pc\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .pc\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .pc\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .pc\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .pc\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .pc\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .pc\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .pc\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .pc\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .pc\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .pc\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .pc\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .pc\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .pc\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .pc\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .pc\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .pc\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .pc\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .pc\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .pc\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .pc\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .pc\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .pc\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .pc\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .pc\:-my-5px{
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .pc\:-mx-5px{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .pc\:-my-25px{
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .pc\:-mx-25px{
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .pc\:-my-30px{
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .pc\:-mx-30px{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .pc\:-my-50px{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .pc\:-mx-50px{
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .pc\:mt-0{
    margin-top: 0 !important;
  }

  .pc\:mr-0{
    margin-right: 0 !important;
  }

  .pc\:mb-0{
    margin-bottom: 0 !important;
  }

  .pc\:ml-0{
    margin-left: 0 !important;
  }

  .pc\:mt-1{
    margin-top: 0.25rem !important;
  }

  .pc\:mr-1{
    margin-right: 0.25rem !important;
  }

  .pc\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .pc\:ml-1{
    margin-left: 0.25rem !important;
  }

  .pc\:mt-2{
    margin-top: 0.5rem !important;
  }

  .pc\:mr-2{
    margin-right: 0.5rem !important;
  }

  .pc\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .pc\:ml-2{
    margin-left: 0.5rem !important;
  }

  .pc\:mt-3{
    margin-top: 0.75rem !important;
  }

  .pc\:mr-3{
    margin-right: 0.75rem !important;
  }

  .pc\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .pc\:ml-3{
    margin-left: 0.75rem !important;
  }

  .pc\:mt-4{
    margin-top: 1rem !important;
  }

  .pc\:mr-4{
    margin-right: 1rem !important;
  }

  .pc\:mb-4{
    margin-bottom: 1rem !important;
  }

  .pc\:ml-4{
    margin-left: 1rem !important;
  }

  .pc\:mt-5{
    margin-top: 1.25rem !important;
  }

  .pc\:mr-5{
    margin-right: 1.25rem !important;
  }

  .pc\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .pc\:ml-5{
    margin-left: 1.25rem !important;
  }

  .pc\:mt-6{
    margin-top: 1.5rem !important;
  }

  .pc\:mr-6{
    margin-right: 1.5rem !important;
  }

  .pc\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .pc\:ml-6{
    margin-left: 1.5rem !important;
  }

  .pc\:mt-8{
    margin-top: 2rem !important;
  }

  .pc\:mr-8{
    margin-right: 2rem !important;
  }

  .pc\:mb-8{
    margin-bottom: 2rem !important;
  }

  .pc\:ml-8{
    margin-left: 2rem !important;
  }

  .pc\:mt-10{
    margin-top: 2.5rem !important;
  }

  .pc\:mr-10{
    margin-right: 2.5rem !important;
  }

  .pc\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .pc\:ml-10{
    margin-left: 2.5rem !important;
  }

  .pc\:mt-12{
    margin-top: 3rem !important;
  }

  .pc\:mr-12{
    margin-right: 3rem !important;
  }

  .pc\:mb-12{
    margin-bottom: 3rem !important;
  }

  .pc\:ml-12{
    margin-left: 3rem !important;
  }

  .pc\:mt-16{
    margin-top: 4rem !important;
  }

  .pc\:mr-16{
    margin-right: 4rem !important;
  }

  .pc\:mb-16{
    margin-bottom: 4rem !important;
  }

  .pc\:ml-16{
    margin-left: 4rem !important;
  }

  .pc\:mt-20{
    margin-top: 5rem !important;
  }

  .pc\:mr-20{
    margin-right: 5rem !important;
  }

  .pc\:mb-20{
    margin-bottom: 5rem !important;
  }

  .pc\:ml-20{
    margin-left: 5rem !important;
  }

  .pc\:mt-24{
    margin-top: 6rem !important;
  }

  .pc\:mr-24{
    margin-right: 6rem !important;
  }

  .pc\:mb-24{
    margin-bottom: 6rem !important;
  }

  .pc\:ml-24{
    margin-left: 6rem !important;
  }

  .pc\:mt-32{
    margin-top: 8rem !important;
  }

  .pc\:mr-32{
    margin-right: 8rem !important;
  }

  .pc\:mb-32{
    margin-bottom: 8rem !important;
  }

  .pc\:ml-32{
    margin-left: 8rem !important;
  }

  .pc\:mt-40{
    margin-top: 10rem !important;
  }

  .pc\:mr-40{
    margin-right: 10rem !important;
  }

  .pc\:mb-40{
    margin-bottom: 10rem !important;
  }

  .pc\:ml-40{
    margin-left: 10rem !important;
  }

  .pc\:mt-48{
    margin-top: 12rem !important;
  }

  .pc\:mr-48{
    margin-right: 12rem !important;
  }

  .pc\:mb-48{
    margin-bottom: 12rem !important;
  }

  .pc\:ml-48{
    margin-left: 12rem !important;
  }

  .pc\:mt-56{
    margin-top: 14rem !important;
  }

  .pc\:mr-56{
    margin-right: 14rem !important;
  }

  .pc\:mb-56{
    margin-bottom: 14rem !important;
  }

  .pc\:ml-56{
    margin-left: 14rem !important;
  }

  .pc\:mt-64{
    margin-top: 16rem !important;
  }

  .pc\:mr-64{
    margin-right: 16rem !important;
  }

  .pc\:mb-64{
    margin-bottom: 16rem !important;
  }

  .pc\:ml-64{
    margin-left: 16rem !important;
  }

  .pc\:mt-96{
    margin-top: 24rem !important;
  }

  .pc\:mr-96{
    margin-right: 24rem !important;
  }

  .pc\:mb-96{
    margin-bottom: 24rem !important;
  }

  .pc\:ml-96{
    margin-left: 24rem !important;
  }

  .pc\:mt-128{
    margin-top: 32rem !important;
  }

  .pc\:mr-128{
    margin-right: 32rem !important;
  }

  .pc\:mb-128{
    margin-bottom: 32rem !important;
  }

  .pc\:ml-128{
    margin-left: 32rem !important;
  }

  .pc\:mt-auto{
    margin-top: auto !important;
  }

  .pc\:mr-auto{
    margin-right: auto !important;
  }

  .pc\:mb-auto{
    margin-bottom: auto !important;
  }

  .pc\:ml-auto{
    margin-left: auto !important;
  }

  .pc\:mt-px{
    margin-top: 1px !important;
  }

  .pc\:mr-px{
    margin-right: 1px !important;
  }

  .pc\:mb-px{
    margin-bottom: 1px !important;
  }

  .pc\:ml-px{
    margin-left: 1px !important;
  }

  .pc\:mt-5px{
    margin-top: 5px !important;
  }

  .pc\:mr-5px{
    margin-right: 5px !important;
  }

  .pc\:mb-5px{
    margin-bottom: 5px !important;
  }

  .pc\:ml-5px{
    margin-left: 5px !important;
  }

  .pc\:mt-25px{
    margin-top: 25px !important;
  }

  .pc\:mr-25px{
    margin-right: 25px !important;
  }

  .pc\:mb-25px{
    margin-bottom: 25px !important;
  }

  .pc\:ml-25px{
    margin-left: 25px !important;
  }

  .pc\:mt-30px{
    margin-top: 30px !important;
  }

  .pc\:mr-30px{
    margin-right: 30px !important;
  }

  .pc\:mb-30px{
    margin-bottom: 30px !important;
  }

  .pc\:ml-30px{
    margin-left: 30px !important;
  }

  .pc\:mt-50px{
    margin-top: 50px !important;
  }

  .pc\:mr-50px{
    margin-right: 50px !important;
  }

  .pc\:mb-50px{
    margin-bottom: 50px !important;
  }

  .pc\:ml-50px{
    margin-left: 50px !important;
  }

  .pc\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .pc\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .pc\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .pc\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .pc\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .pc\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .pc\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .pc\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .pc\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .pc\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .pc\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .pc\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .pc\:-mt-4{
    margin-top: -1rem !important;
  }

  .pc\:-mr-4{
    margin-right: -1rem !important;
  }

  .pc\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .pc\:-ml-4{
    margin-left: -1rem !important;
  }

  .pc\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .pc\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .pc\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .pc\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .pc\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .pc\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .pc\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .pc\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .pc\:-mt-8{
    margin-top: -2rem !important;
  }

  .pc\:-mr-8{
    margin-right: -2rem !important;
  }

  .pc\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .pc\:-ml-8{
    margin-left: -2rem !important;
  }

  .pc\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .pc\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .pc\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .pc\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .pc\:-mt-12{
    margin-top: -3rem !important;
  }

  .pc\:-mr-12{
    margin-right: -3rem !important;
  }

  .pc\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .pc\:-ml-12{
    margin-left: -3rem !important;
  }

  .pc\:-mt-16{
    margin-top: -4rem !important;
  }

  .pc\:-mr-16{
    margin-right: -4rem !important;
  }

  .pc\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .pc\:-ml-16{
    margin-left: -4rem !important;
  }

  .pc\:-mt-20{
    margin-top: -5rem !important;
  }

  .pc\:-mr-20{
    margin-right: -5rem !important;
  }

  .pc\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .pc\:-ml-20{
    margin-left: -5rem !important;
  }

  .pc\:-mt-24{
    margin-top: -6rem !important;
  }

  .pc\:-mr-24{
    margin-right: -6rem !important;
  }

  .pc\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .pc\:-ml-24{
    margin-left: -6rem !important;
  }

  .pc\:-mt-32{
    margin-top: -8rem !important;
  }

  .pc\:-mr-32{
    margin-right: -8rem !important;
  }

  .pc\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .pc\:-ml-32{
    margin-left: -8rem !important;
  }

  .pc\:-mt-40{
    margin-top: -10rem !important;
  }

  .pc\:-mr-40{
    margin-right: -10rem !important;
  }

  .pc\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .pc\:-ml-40{
    margin-left: -10rem !important;
  }

  .pc\:-mt-48{
    margin-top: -12rem !important;
  }

  .pc\:-mr-48{
    margin-right: -12rem !important;
  }

  .pc\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .pc\:-ml-48{
    margin-left: -12rem !important;
  }

  .pc\:-mt-56{
    margin-top: -14rem !important;
  }

  .pc\:-mr-56{
    margin-right: -14rem !important;
  }

  .pc\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .pc\:-ml-56{
    margin-left: -14rem !important;
  }

  .pc\:-mt-64{
    margin-top: -16rem !important;
  }

  .pc\:-mr-64{
    margin-right: -16rem !important;
  }

  .pc\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .pc\:-ml-64{
    margin-left: -16rem !important;
  }

  .pc\:-mt-px{
    margin-top: -1px !important;
  }

  .pc\:-mr-px{
    margin-right: -1px !important;
  }

  .pc\:-mb-px{
    margin-bottom: -1px !important;
  }

  .pc\:-ml-px{
    margin-left: -1px !important;
  }

  .pc\:-mt-5px{
    margin-top: -5px !important;
  }

  .pc\:-mr-5px{
    margin-right: -5px !important;
  }

  .pc\:-mb-5px{
    margin-bottom: -5px !important;
  }

  .pc\:-ml-5px{
    margin-left: -5px !important;
  }

  .pc\:-mt-25px{
    margin-top: -25px !important;
  }

  .pc\:-mr-25px{
    margin-right: -25px !important;
  }

  .pc\:-mb-25px{
    margin-bottom: -25px !important;
  }

  .pc\:-ml-25px{
    margin-left: -25px !important;
  }

  .pc\:-mt-30px{
    margin-top: -30px !important;
  }

  .pc\:-mr-30px{
    margin-right: -30px !important;
  }

  .pc\:-mb-30px{
    margin-bottom: -30px !important;
  }

  .pc\:-ml-30px{
    margin-left: -30px !important;
  }

  .pc\:-mt-50px{
    margin-top: -50px !important;
  }

  .pc\:-mr-50px{
    margin-right: -50px !important;
  }

  .pc\:-mb-50px{
    margin-bottom: -50px !important;
  }

  .pc\:-ml-50px{
    margin-left: -50px !important;
  }

  .pc\:max-h-full{
    max-height: 100% !important;
  }

  .pc\:max-h-screen{
    max-height: 100vh !important;
  }

  .pc\:max-w-none{
    max-width: none !important;
  }

  .pc\:max-w-xs{
    max-width: 20rem !important;
  }

  .pc\:max-w-sm{
    max-width: 24rem !important;
  }

  .pc\:max-w-md{
    max-width: 28rem !important;
  }

  .pc\:max-w-lg{
    max-width: 32rem !important;
  }

  .pc\:max-w-xl{
    max-width: 36rem !important;
  }

  .pc\:max-w-2xl{
    max-width: 42rem !important;
  }

  .pc\:max-w-3xl{
    max-width: 48rem !important;
  }

  .pc\:max-w-4xl{
    max-width: 56rem !important;
  }

  .pc\:max-w-5xl{
    max-width: 64rem !important;
  }

  .pc\:max-w-6xl{
    max-width: 72rem !important;
  }

  .pc\:max-w-full{
    max-width: 100% !important;
  }

  .pc\:min-h-0{
    min-height: 0 !important;
  }

  .pc\:min-h-full{
    min-height: 100% !important;
  }

  .pc\:min-h-screen{
    min-height: 100vh !important;
  }

  .pc\:min-w-0{
    min-width: 0 !important;
  }

  .pc\:min-w-full{
    min-width: 100% !important;
  }

  .pc\:object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .pc\:object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .pc\:object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .pc\:object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .pc\:object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .pc\:object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .pc\:object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .pc\:object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .pc\:object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .pc\:object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .pc\:object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .pc\:object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .pc\:object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .pc\:object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .pc\:opacity-0{
    opacity: 0 !important;
  }

  .pc\:opacity-25{
    opacity: 0.25 !important;
  }

  .pc\:opacity-50{
    opacity: 0.5 !important;
  }

  .pc\:opacity-75{
    opacity: 0.75 !important;
  }

  .pc\:opacity-100{
    opacity: 1 !important;
  }

  .pc\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .pc\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .pc\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .pc\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .pc\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .pc\:outline-none{
    outline: 0 !important;
  }

  .pc\:focus\:outline-none:focus{
    outline: 0 !important;
  }

  .pc\:overflow-auto{
    overflow: auto !important;
  }

  .pc\:overflow-hidden{
    overflow: hidden !important;
  }

  .pc\:overflow-visible{
    overflow: visible !important;
  }

  .pc\:overflow-scroll{
    overflow: scroll !important;
  }

  .pc\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .pc\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .pc\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .pc\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .pc\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .pc\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .pc\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .pc\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .pc\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .pc\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .pc\:p-0{
    padding: 0 !important;
  }

  .pc\:p-1{
    padding: 0.25rem !important;
  }

  .pc\:p-2{
    padding: 0.5rem !important;
  }

  .pc\:p-3{
    padding: 0.75rem !important;
  }

  .pc\:p-4{
    padding: 1rem !important;
  }

  .pc\:p-5{
    padding: 1.25rem !important;
  }

  .pc\:p-6{
    padding: 1.5rem !important;
  }

  .pc\:p-8{
    padding: 2rem !important;
  }

  .pc\:p-10{
    padding: 2.5rem !important;
  }

  .pc\:p-12{
    padding: 3rem !important;
  }

  .pc\:p-16{
    padding: 4rem !important;
  }

  .pc\:p-20{
    padding: 5rem !important;
  }

  .pc\:p-24{
    padding: 6rem !important;
  }

  .pc\:p-32{
    padding: 8rem !important;
  }

  .pc\:p-40{
    padding: 10rem !important;
  }

  .pc\:p-48{
    padding: 12rem !important;
  }

  .pc\:p-56{
    padding: 14rem !important;
  }

  .pc\:p-64{
    padding: 16rem !important;
  }

  .pc\:p-px{
    padding: 1px !important;
  }

  .pc\:p-5px{
    padding: 5px !important;
  }

  .pc\:p-25px{
    padding: 25px !important;
  }

  .pc\:p-30px{
    padding: 30px !important;
  }

  .pc\:p-50px{
    padding: 50px !important;
  }

  .pc\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pc\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pc\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pc\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .pc\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pc\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .pc\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .pc\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .pc\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pc\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .pc\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .pc\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .pc\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pc\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .pc\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .pc\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .pc\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .pc\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .pc\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pc\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .pc\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pc\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .pc\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pc\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .pc\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .pc\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .pc\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .pc\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .pc\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pc\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .pc\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .pc\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .pc\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .pc\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .pc\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .pc\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .pc\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .pc\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .pc\:py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .pc\:px-5px{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .pc\:py-25px{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .pc\:px-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .pc\:py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .pc\:px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pc\:py-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .pc\:px-50px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pc\:pt-0{
    padding-top: 0 !important;
  }

  .pc\:pr-0{
    padding-right: 0 !important;
  }

  .pc\:pb-0{
    padding-bottom: 0 !important;
  }

  .pc\:pl-0{
    padding-left: 0 !important;
  }

  .pc\:pt-1{
    padding-top: 0.25rem !important;
  }

  .pc\:pr-1{
    padding-right: 0.25rem !important;
  }

  .pc\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .pc\:pl-1{
    padding-left: 0.25rem !important;
  }

  .pc\:pt-2{
    padding-top: 0.5rem !important;
  }

  .pc\:pr-2{
    padding-right: 0.5rem !important;
  }

  .pc\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .pc\:pl-2{
    padding-left: 0.5rem !important;
  }

  .pc\:pt-3{
    padding-top: 0.75rem !important;
  }

  .pc\:pr-3{
    padding-right: 0.75rem !important;
  }

  .pc\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .pc\:pl-3{
    padding-left: 0.75rem !important;
  }

  .pc\:pt-4{
    padding-top: 1rem !important;
  }

  .pc\:pr-4{
    padding-right: 1rem !important;
  }

  .pc\:pb-4{
    padding-bottom: 1rem !important;
  }

  .pc\:pl-4{
    padding-left: 1rem !important;
  }

  .pc\:pt-5{
    padding-top: 1.25rem !important;
  }

  .pc\:pr-5{
    padding-right: 1.25rem !important;
  }

  .pc\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .pc\:pl-5{
    padding-left: 1.25rem !important;
  }

  .pc\:pt-6{
    padding-top: 1.5rem !important;
  }

  .pc\:pr-6{
    padding-right: 1.5rem !important;
  }

  .pc\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .pc\:pl-6{
    padding-left: 1.5rem !important;
  }

  .pc\:pt-8{
    padding-top: 2rem !important;
  }

  .pc\:pr-8{
    padding-right: 2rem !important;
  }

  .pc\:pb-8{
    padding-bottom: 2rem !important;
  }

  .pc\:pl-8{
    padding-left: 2rem !important;
  }

  .pc\:pt-10{
    padding-top: 2.5rem !important;
  }

  .pc\:pr-10{
    padding-right: 2.5rem !important;
  }

  .pc\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .pc\:pl-10{
    padding-left: 2.5rem !important;
  }

  .pc\:pt-12{
    padding-top: 3rem !important;
  }

  .pc\:pr-12{
    padding-right: 3rem !important;
  }

  .pc\:pb-12{
    padding-bottom: 3rem !important;
  }

  .pc\:pl-12{
    padding-left: 3rem !important;
  }

  .pc\:pt-16{
    padding-top: 4rem !important;
  }

  .pc\:pr-16{
    padding-right: 4rem !important;
  }

  .pc\:pb-16{
    padding-bottom: 4rem !important;
  }

  .pc\:pl-16{
    padding-left: 4rem !important;
  }

  .pc\:pt-20{
    padding-top: 5rem !important;
  }

  .pc\:pr-20{
    padding-right: 5rem !important;
  }

  .pc\:pb-20{
    padding-bottom: 5rem !important;
  }

  .pc\:pl-20{
    padding-left: 5rem !important;
  }

  .pc\:pt-24{
    padding-top: 6rem !important;
  }

  .pc\:pr-24{
    padding-right: 6rem !important;
  }

  .pc\:pb-24{
    padding-bottom: 6rem !important;
  }

  .pc\:pl-24{
    padding-left: 6rem !important;
  }

  .pc\:pt-32{
    padding-top: 8rem !important;
  }

  .pc\:pr-32{
    padding-right: 8rem !important;
  }

  .pc\:pb-32{
    padding-bottom: 8rem !important;
  }

  .pc\:pl-32{
    padding-left: 8rem !important;
  }

  .pc\:pt-40{
    padding-top: 10rem !important;
  }

  .pc\:pr-40{
    padding-right: 10rem !important;
  }

  .pc\:pb-40{
    padding-bottom: 10rem !important;
  }

  .pc\:pl-40{
    padding-left: 10rem !important;
  }

  .pc\:pt-48{
    padding-top: 12rem !important;
  }

  .pc\:pr-48{
    padding-right: 12rem !important;
  }

  .pc\:pb-48{
    padding-bottom: 12rem !important;
  }

  .pc\:pl-48{
    padding-left: 12rem !important;
  }

  .pc\:pt-56{
    padding-top: 14rem !important;
  }

  .pc\:pr-56{
    padding-right: 14rem !important;
  }

  .pc\:pb-56{
    padding-bottom: 14rem !important;
  }

  .pc\:pl-56{
    padding-left: 14rem !important;
  }

  .pc\:pt-64{
    padding-top: 16rem !important;
  }

  .pc\:pr-64{
    padding-right: 16rem !important;
  }

  .pc\:pb-64{
    padding-bottom: 16rem !important;
  }

  .pc\:pl-64{
    padding-left: 16rem !important;
  }

  .pc\:pt-px{
    padding-top: 1px !important;
  }

  .pc\:pr-px{
    padding-right: 1px !important;
  }

  .pc\:pb-px{
    padding-bottom: 1px !important;
  }

  .pc\:pl-px{
    padding-left: 1px !important;
  }

  .pc\:pt-5px{
    padding-top: 5px !important;
  }

  .pc\:pr-5px{
    padding-right: 5px !important;
  }

  .pc\:pb-5px{
    padding-bottom: 5px !important;
  }

  .pc\:pl-5px{
    padding-left: 5px !important;
  }

  .pc\:pt-25px{
    padding-top: 25px !important;
  }

  .pc\:pr-25px{
    padding-right: 25px !important;
  }

  .pc\:pb-25px{
    padding-bottom: 25px !important;
  }

  .pc\:pl-25px{
    padding-left: 25px !important;
  }

  .pc\:pt-30px{
    padding-top: 30px !important;
  }

  .pc\:pr-30px{
    padding-right: 30px !important;
  }

  .pc\:pb-30px{
    padding-bottom: 30px !important;
  }

  .pc\:pl-30px{
    padding-left: 30px !important;
  }

  .pc\:pt-50px{
    padding-top: 50px !important;
  }

  .pc\:pr-50px{
    padding-right: 50px !important;
  }

  .pc\:pb-50px{
    padding-bottom: 50px !important;
  }

  .pc\:pl-50px{
    padding-left: 50px !important;
  }

  .pc\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .pc\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .pc\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .pc\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .pc\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .pc\:placeholder-black::-webkit-input-placeholder{
    color: #222222 !important;
  }

  .pc\:placeholder-black::-moz-placeholder{
    color: #222222 !important;
  }

  .pc\:placeholder-black:-ms-input-placeholder{
    color: #222222 !important;
  }

  .pc\:placeholder-black::-ms-input-placeholder{
    color: #222222 !important;
  }

  .pc\:placeholder-black::placeholder{
    color: #222222 !important;
  }

  .pc\:placeholder-white::-webkit-input-placeholder{
    color: #fff !important;
  }

  .pc\:placeholder-white::-moz-placeholder{
    color: #fff !important;
  }

  .pc\:placeholder-white:-ms-input-placeholder{
    color: #fff !important;
  }

  .pc\:placeholder-white::-ms-input-placeholder{
    color: #fff !important;
  }

  .pc\:placeholder-white::placeholder{
    color: #fff !important;
  }

  .pc\:placeholder-gray-100::-webkit-input-placeholder{
    color: #f5f5f5 !important;
  }

  .pc\:placeholder-gray-100::-moz-placeholder{
    color: #f5f5f5 !important;
  }

  .pc\:placeholder-gray-100:-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .pc\:placeholder-gray-100::-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .pc\:placeholder-gray-100::placeholder{
    color: #f5f5f5 !important;
  }

  .pc\:placeholder-gray-200::-webkit-input-placeholder{
    color: #eeeeee !important;
  }

  .pc\:placeholder-gray-200::-moz-placeholder{
    color: #eeeeee !important;
  }

  .pc\:placeholder-gray-200:-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .pc\:placeholder-gray-200::-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .pc\:placeholder-gray-200::placeholder{
    color: #eeeeee !important;
  }

  .pc\:placeholder-gray-300::-webkit-input-placeholder{
    color: #e0e0e0 !important;
  }

  .pc\:placeholder-gray-300::-moz-placeholder{
    color: #e0e0e0 !important;
  }

  .pc\:placeholder-gray-300:-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .pc\:placeholder-gray-300::-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .pc\:placeholder-gray-300::placeholder{
    color: #e0e0e0 !important;
  }

  .pc\:placeholder-gray-400::-webkit-input-placeholder{
    color: #bdbdbd !important;
  }

  .pc\:placeholder-gray-400::-moz-placeholder{
    color: #bdbdbd !important;
  }

  .pc\:placeholder-gray-400:-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .pc\:placeholder-gray-400::-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .pc\:placeholder-gray-400::placeholder{
    color: #bdbdbd !important;
  }

  .pc\:placeholder-gray-500::-webkit-input-placeholder{
    color: #9e9e9e !important;
  }

  .pc\:placeholder-gray-500::-moz-placeholder{
    color: #9e9e9e !important;
  }

  .pc\:placeholder-gray-500:-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .pc\:placeholder-gray-500::-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .pc\:placeholder-gray-500::placeholder{
    color: #9e9e9e !important;
  }

  .pc\:placeholder-gray-600::-webkit-input-placeholder{
    color: #757575 !important;
  }

  .pc\:placeholder-gray-600::-moz-placeholder{
    color: #757575 !important;
  }

  .pc\:placeholder-gray-600:-ms-input-placeholder{
    color: #757575 !important;
  }

  .pc\:placeholder-gray-600::-ms-input-placeholder{
    color: #757575 !important;
  }

  .pc\:placeholder-gray-600::placeholder{
    color: #757575 !important;
  }

  .pc\:placeholder-gray-700::-webkit-input-placeholder{
    color: #616161 !important;
  }

  .pc\:placeholder-gray-700::-moz-placeholder{
    color: #616161 !important;
  }

  .pc\:placeholder-gray-700:-ms-input-placeholder{
    color: #616161 !important;
  }

  .pc\:placeholder-gray-700::-ms-input-placeholder{
    color: #616161 !important;
  }

  .pc\:placeholder-gray-700::placeholder{
    color: #616161 !important;
  }

  .pc\:placeholder-gray-800::-webkit-input-placeholder{
    color: #424242 !important;
  }

  .pc\:placeholder-gray-800::-moz-placeholder{
    color: #424242 !important;
  }

  .pc\:placeholder-gray-800:-ms-input-placeholder{
    color: #424242 !important;
  }

  .pc\:placeholder-gray-800::-ms-input-placeholder{
    color: #424242 !important;
  }

  .pc\:placeholder-gray-800::placeholder{
    color: #424242 !important;
  }

  .pc\:placeholder-gray-900::-webkit-input-placeholder{
    color: #212121 !important;
  }

  .pc\:placeholder-gray-900::-moz-placeholder{
    color: #212121 !important;
  }

  .pc\:placeholder-gray-900:-ms-input-placeholder{
    color: #212121 !important;
  }

  .pc\:placeholder-gray-900::-ms-input-placeholder{
    color: #212121 !important;
  }

  .pc\:placeholder-gray-900::placeholder{
    color: #212121 !important;
  }

  .pc\:placeholder-red-100::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .pc\:placeholder-red-100::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .pc\:placeholder-red-100:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .pc\:placeholder-red-100::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .pc\:placeholder-red-100::placeholder{
    color: #fff5f5 !important;
  }

  .pc\:placeholder-red-200::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .pc\:placeholder-red-200::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .pc\:placeholder-red-200:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .pc\:placeholder-red-200::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .pc\:placeholder-red-200::placeholder{
    color: #fed7d7 !important;
  }

  .pc\:placeholder-red-300::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .pc\:placeholder-red-300::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .pc\:placeholder-red-300:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .pc\:placeholder-red-300::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .pc\:placeholder-red-300::placeholder{
    color: #feb2b2 !important;
  }

  .pc\:placeholder-red-400::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .pc\:placeholder-red-400::-moz-placeholder{
    color: #fc8181 !important;
  }

  .pc\:placeholder-red-400:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .pc\:placeholder-red-400::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .pc\:placeholder-red-400::placeholder{
    color: #fc8181 !important;
  }

  .pc\:placeholder-red-500::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .pc\:placeholder-red-500::-moz-placeholder{
    color: #f56565 !important;
  }

  .pc\:placeholder-red-500:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .pc\:placeholder-red-500::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .pc\:placeholder-red-500::placeholder{
    color: #f56565 !important;
  }

  .pc\:placeholder-red-600::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .pc\:placeholder-red-600::-moz-placeholder{
    color: #e53e3e !important;
  }

  .pc\:placeholder-red-600:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .pc\:placeholder-red-600::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .pc\:placeholder-red-600::placeholder{
    color: #e53e3e !important;
  }

  .pc\:placeholder-red-700::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .pc\:placeholder-red-700::-moz-placeholder{
    color: #c53030 !important;
  }

  .pc\:placeholder-red-700:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .pc\:placeholder-red-700::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .pc\:placeholder-red-700::placeholder{
    color: #c53030 !important;
  }

  .pc\:placeholder-red-800::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .pc\:placeholder-red-800::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .pc\:placeholder-red-800:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .pc\:placeholder-red-800::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .pc\:placeholder-red-800::placeholder{
    color: #9b2c2c !important;
  }

  .pc\:placeholder-red-900::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .pc\:placeholder-red-900::-moz-placeholder{
    color: #742a2a !important;
  }

  .pc\:placeholder-red-900:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .pc\:placeholder-red-900::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .pc\:placeholder-red-900::placeholder{
    color: #742a2a !important;
  }

  .pc\:placeholder-orange-100::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .pc\:placeholder-orange-100::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .pc\:placeholder-orange-100:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .pc\:placeholder-orange-100::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .pc\:placeholder-orange-100::placeholder{
    color: #fffaf0 !important;
  }

  .pc\:placeholder-orange-200::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .pc\:placeholder-orange-200::-moz-placeholder{
    color: #feebc8 !important;
  }

  .pc\:placeholder-orange-200:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .pc\:placeholder-orange-200::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .pc\:placeholder-orange-200::placeholder{
    color: #feebc8 !important;
  }

  .pc\:placeholder-orange-300::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .pc\:placeholder-orange-300::-moz-placeholder{
    color: #fbd38d !important;
  }

  .pc\:placeholder-orange-300:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .pc\:placeholder-orange-300::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .pc\:placeholder-orange-300::placeholder{
    color: #fbd38d !important;
  }

  .pc\:placeholder-orange-400::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .pc\:placeholder-orange-400::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .pc\:placeholder-orange-400:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .pc\:placeholder-orange-400::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .pc\:placeholder-orange-400::placeholder{
    color: #f6ad55 !important;
  }

  .pc\:placeholder-orange-500::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .pc\:placeholder-orange-500::-moz-placeholder{
    color: #ed8936 !important;
  }

  .pc\:placeholder-orange-500:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .pc\:placeholder-orange-500::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .pc\:placeholder-orange-500::placeholder{
    color: #ed8936 !important;
  }

  .pc\:placeholder-orange-600::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .pc\:placeholder-orange-600::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .pc\:placeholder-orange-600:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .pc\:placeholder-orange-600::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .pc\:placeholder-orange-600::placeholder{
    color: #dd6b20 !important;
  }

  .pc\:placeholder-orange-700::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .pc\:placeholder-orange-700::-moz-placeholder{
    color: #c05621 !important;
  }

  .pc\:placeholder-orange-700:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .pc\:placeholder-orange-700::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .pc\:placeholder-orange-700::placeholder{
    color: #c05621 !important;
  }

  .pc\:placeholder-orange-800::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .pc\:placeholder-orange-800::-moz-placeholder{
    color: #9c4221 !important;
  }

  .pc\:placeholder-orange-800:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .pc\:placeholder-orange-800::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .pc\:placeholder-orange-800::placeholder{
    color: #9c4221 !important;
  }

  .pc\:placeholder-orange-900::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .pc\:placeholder-orange-900::-moz-placeholder{
    color: #7b341e !important;
  }

  .pc\:placeholder-orange-900:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .pc\:placeholder-orange-900::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .pc\:placeholder-orange-900::placeholder{
    color: #7b341e !important;
  }

  .pc\:placeholder-yellow-100::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .pc\:placeholder-yellow-100::-moz-placeholder{
    color: #fffff0 !important;
  }

  .pc\:placeholder-yellow-100:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .pc\:placeholder-yellow-100::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .pc\:placeholder-yellow-100::placeholder{
    color: #fffff0 !important;
  }

  .pc\:placeholder-yellow-200::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .pc\:placeholder-yellow-200::-moz-placeholder{
    color: #fefcbf !important;
  }

  .pc\:placeholder-yellow-200:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .pc\:placeholder-yellow-200::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .pc\:placeholder-yellow-200::placeholder{
    color: #fefcbf !important;
  }

  .pc\:placeholder-yellow-300::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .pc\:placeholder-yellow-300::-moz-placeholder{
    color: #faf089 !important;
  }

  .pc\:placeholder-yellow-300:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .pc\:placeholder-yellow-300::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .pc\:placeholder-yellow-300::placeholder{
    color: #faf089 !important;
  }

  .pc\:placeholder-yellow-400::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .pc\:placeholder-yellow-400::-moz-placeholder{
    color: #f6e05e !important;
  }

  .pc\:placeholder-yellow-400:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .pc\:placeholder-yellow-400::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .pc\:placeholder-yellow-400::placeholder{
    color: #f6e05e !important;
  }

  .pc\:placeholder-yellow-500::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .pc\:placeholder-yellow-500::-moz-placeholder{
    color: #ecc94b !important;
  }

  .pc\:placeholder-yellow-500:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .pc\:placeholder-yellow-500::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .pc\:placeholder-yellow-500::placeholder{
    color: #ecc94b !important;
  }

  .pc\:placeholder-yellow-600::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .pc\:placeholder-yellow-600::-moz-placeholder{
    color: #d69e2e !important;
  }

  .pc\:placeholder-yellow-600:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .pc\:placeholder-yellow-600::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .pc\:placeholder-yellow-600::placeholder{
    color: #d69e2e !important;
  }

  .pc\:placeholder-yellow-700::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .pc\:placeholder-yellow-700::-moz-placeholder{
    color: #b7791f !important;
  }

  .pc\:placeholder-yellow-700:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .pc\:placeholder-yellow-700::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .pc\:placeholder-yellow-700::placeholder{
    color: #b7791f !important;
  }

  .pc\:placeholder-yellow-800::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .pc\:placeholder-yellow-800::-moz-placeholder{
    color: #975a16 !important;
  }

  .pc\:placeholder-yellow-800:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .pc\:placeholder-yellow-800::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .pc\:placeholder-yellow-800::placeholder{
    color: #975a16 !important;
  }

  .pc\:placeholder-yellow-900::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .pc\:placeholder-yellow-900::-moz-placeholder{
    color: #744210 !important;
  }

  .pc\:placeholder-yellow-900:-ms-input-placeholder{
    color: #744210 !important;
  }

  .pc\:placeholder-yellow-900::-ms-input-placeholder{
    color: #744210 !important;
  }

  .pc\:placeholder-yellow-900::placeholder{
    color: #744210 !important;
  }

  .pc\:placeholder-green-100::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .pc\:placeholder-green-100::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .pc\:placeholder-green-100:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .pc\:placeholder-green-100::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .pc\:placeholder-green-100::placeholder{
    color: #f0fff4 !important;
  }

  .pc\:placeholder-green-200::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .pc\:placeholder-green-200::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .pc\:placeholder-green-200:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .pc\:placeholder-green-200::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .pc\:placeholder-green-200::placeholder{
    color: #c6f6d5 !important;
  }

  .pc\:placeholder-green-300::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .pc\:placeholder-green-300::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .pc\:placeholder-green-300:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .pc\:placeholder-green-300::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .pc\:placeholder-green-300::placeholder{
    color: #9ae6b4 !important;
  }

  .pc\:placeholder-green-400::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .pc\:placeholder-green-400::-moz-placeholder{
    color: #68d391 !important;
  }

  .pc\:placeholder-green-400:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .pc\:placeholder-green-400::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .pc\:placeholder-green-400::placeholder{
    color: #68d391 !important;
  }

  .pc\:placeholder-green-500::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .pc\:placeholder-green-500::-moz-placeholder{
    color: #48bb78 !important;
  }

  .pc\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .pc\:placeholder-green-500::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .pc\:placeholder-green-500::placeholder{
    color: #48bb78 !important;
  }

  .pc\:placeholder-green-600::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .pc\:placeholder-green-600::-moz-placeholder{
    color: #38a169 !important;
  }

  .pc\:placeholder-green-600:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .pc\:placeholder-green-600::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .pc\:placeholder-green-600::placeholder{
    color: #38a169 !important;
  }

  .pc\:placeholder-green-700::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .pc\:placeholder-green-700::-moz-placeholder{
    color: #2f855a !important;
  }

  .pc\:placeholder-green-700:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .pc\:placeholder-green-700::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .pc\:placeholder-green-700::placeholder{
    color: #2f855a !important;
  }

  .pc\:placeholder-green-800::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .pc\:placeholder-green-800::-moz-placeholder{
    color: #276749 !important;
  }

  .pc\:placeholder-green-800:-ms-input-placeholder{
    color: #276749 !important;
  }

  .pc\:placeholder-green-800::-ms-input-placeholder{
    color: #276749 !important;
  }

  .pc\:placeholder-green-800::placeholder{
    color: #276749 !important;
  }

  .pc\:placeholder-green-900::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .pc\:placeholder-green-900::-moz-placeholder{
    color: #22543d !important;
  }

  .pc\:placeholder-green-900:-ms-input-placeholder{
    color: #22543d !important;
  }

  .pc\:placeholder-green-900::-ms-input-placeholder{
    color: #22543d !important;
  }

  .pc\:placeholder-green-900::placeholder{
    color: #22543d !important;
  }

  .pc\:placeholder-teal-100::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .pc\:placeholder-teal-100::-moz-placeholder{
    color: #e6fffa !important;
  }

  .pc\:placeholder-teal-100:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .pc\:placeholder-teal-100::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .pc\:placeholder-teal-100::placeholder{
    color: #e6fffa !important;
  }

  .pc\:placeholder-teal-200::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .pc\:placeholder-teal-200::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .pc\:placeholder-teal-200:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .pc\:placeholder-teal-200::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .pc\:placeholder-teal-200::placeholder{
    color: #b2f5ea !important;
  }

  .pc\:placeholder-teal-300::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .pc\:placeholder-teal-300::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .pc\:placeholder-teal-300:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .pc\:placeholder-teal-300::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .pc\:placeholder-teal-300::placeholder{
    color: #81e6d9 !important;
  }

  .pc\:placeholder-teal-400::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .pc\:placeholder-teal-400::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .pc\:placeholder-teal-400:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .pc\:placeholder-teal-400::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .pc\:placeholder-teal-400::placeholder{
    color: #4fd1c5 !important;
  }

  .pc\:placeholder-teal-500::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .pc\:placeholder-teal-500::-moz-placeholder{
    color: #38b2ac !important;
  }

  .pc\:placeholder-teal-500:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .pc\:placeholder-teal-500::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .pc\:placeholder-teal-500::placeholder{
    color: #38b2ac !important;
  }

  .pc\:placeholder-teal-600::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .pc\:placeholder-teal-600::-moz-placeholder{
    color: #319795 !important;
  }

  .pc\:placeholder-teal-600:-ms-input-placeholder{
    color: #319795 !important;
  }

  .pc\:placeholder-teal-600::-ms-input-placeholder{
    color: #319795 !important;
  }

  .pc\:placeholder-teal-600::placeholder{
    color: #319795 !important;
  }

  .pc\:placeholder-teal-700::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .pc\:placeholder-teal-700::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .pc\:placeholder-teal-700:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .pc\:placeholder-teal-700::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .pc\:placeholder-teal-700::placeholder{
    color: #2c7a7b !important;
  }

  .pc\:placeholder-teal-800::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .pc\:placeholder-teal-800::-moz-placeholder{
    color: #285e61 !important;
  }

  .pc\:placeholder-teal-800:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .pc\:placeholder-teal-800::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .pc\:placeholder-teal-800::placeholder{
    color: #285e61 !important;
  }

  .pc\:placeholder-teal-900::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .pc\:placeholder-teal-900::-moz-placeholder{
    color: #234e52 !important;
  }

  .pc\:placeholder-teal-900:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .pc\:placeholder-teal-900::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .pc\:placeholder-teal-900::placeholder{
    color: #234e52 !important;
  }

  .pc\:placeholder-blue-100::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .pc\:placeholder-blue-100::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .pc\:placeholder-blue-100:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .pc\:placeholder-blue-100::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .pc\:placeholder-blue-100::placeholder{
    color: #ebf8ff !important;
  }

  .pc\:placeholder-blue-200::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .pc\:placeholder-blue-200::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .pc\:placeholder-blue-200:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .pc\:placeholder-blue-200::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .pc\:placeholder-blue-200::placeholder{
    color: #bee3f8 !important;
  }

  .pc\:placeholder-blue-300::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .pc\:placeholder-blue-300::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .pc\:placeholder-blue-300:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .pc\:placeholder-blue-300::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .pc\:placeholder-blue-300::placeholder{
    color: #90cdf4 !important;
  }

  .pc\:placeholder-blue-400::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .pc\:placeholder-blue-400::-moz-placeholder{
    color: #63b3ed !important;
  }

  .pc\:placeholder-blue-400:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .pc\:placeholder-blue-400::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .pc\:placeholder-blue-400::placeholder{
    color: #63b3ed !important;
  }

  .pc\:placeholder-blue-500::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .pc\:placeholder-blue-500::-moz-placeholder{
    color: #4299e1 !important;
  }

  .pc\:placeholder-blue-500:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .pc\:placeholder-blue-500::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .pc\:placeholder-blue-500::placeholder{
    color: #4299e1 !important;
  }

  .pc\:placeholder-blue-600::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .pc\:placeholder-blue-600::-moz-placeholder{
    color: #3182ce !important;
  }

  .pc\:placeholder-blue-600:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .pc\:placeholder-blue-600::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .pc\:placeholder-blue-600::placeholder{
    color: #3182ce !important;
  }

  .pc\:placeholder-blue-700::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .pc\:placeholder-blue-700::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .pc\:placeholder-blue-700:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .pc\:placeholder-blue-700::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .pc\:placeholder-blue-700::placeholder{
    color: #2b6cb0 !important;
  }

  .pc\:placeholder-blue-800::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .pc\:placeholder-blue-800::-moz-placeholder{
    color: #2c5282 !important;
  }

  .pc\:placeholder-blue-800:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .pc\:placeholder-blue-800::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .pc\:placeholder-blue-800::placeholder{
    color: #2c5282 !important;
  }

  .pc\:placeholder-blue-900::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .pc\:placeholder-blue-900::-moz-placeholder{
    color: #2a4365 !important;
  }

  .pc\:placeholder-blue-900:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .pc\:placeholder-blue-900::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .pc\:placeholder-blue-900::placeholder{
    color: #2a4365 !important;
  }

  .pc\:placeholder-indigo-100::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .pc\:placeholder-indigo-100::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .pc\:placeholder-indigo-100:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .pc\:placeholder-indigo-100::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .pc\:placeholder-indigo-100::placeholder{
    color: #ebf4ff !important;
  }

  .pc\:placeholder-indigo-200::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .pc\:placeholder-indigo-200::-moz-placeholder{
    color: #c3dafe !important;
  }

  .pc\:placeholder-indigo-200:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .pc\:placeholder-indigo-200::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .pc\:placeholder-indigo-200::placeholder{
    color: #c3dafe !important;
  }

  .pc\:placeholder-indigo-300::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .pc\:placeholder-indigo-300::-moz-placeholder{
    color: #a3bffa !important;
  }

  .pc\:placeholder-indigo-300:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .pc\:placeholder-indigo-300::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .pc\:placeholder-indigo-300::placeholder{
    color: #a3bffa !important;
  }

  .pc\:placeholder-indigo-400::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .pc\:placeholder-indigo-400::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .pc\:placeholder-indigo-400:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .pc\:placeholder-indigo-400::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .pc\:placeholder-indigo-400::placeholder{
    color: #7f9cf5 !important;
  }

  .pc\:placeholder-indigo-500::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .pc\:placeholder-indigo-500::-moz-placeholder{
    color: #667eea !important;
  }

  .pc\:placeholder-indigo-500:-ms-input-placeholder{
    color: #667eea !important;
  }

  .pc\:placeholder-indigo-500::-ms-input-placeholder{
    color: #667eea !important;
  }

  .pc\:placeholder-indigo-500::placeholder{
    color: #667eea !important;
  }

  .pc\:placeholder-indigo-600::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .pc\:placeholder-indigo-600::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .pc\:placeholder-indigo-600:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .pc\:placeholder-indigo-600::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .pc\:placeholder-indigo-600::placeholder{
    color: #5a67d8 !important;
  }

  .pc\:placeholder-indigo-700::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .pc\:placeholder-indigo-700::-moz-placeholder{
    color: #4c51bf !important;
  }

  .pc\:placeholder-indigo-700:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .pc\:placeholder-indigo-700::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .pc\:placeholder-indigo-700::placeholder{
    color: #4c51bf !important;
  }

  .pc\:placeholder-indigo-800::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .pc\:placeholder-indigo-800::-moz-placeholder{
    color: #434190 !important;
  }

  .pc\:placeholder-indigo-800:-ms-input-placeholder{
    color: #434190 !important;
  }

  .pc\:placeholder-indigo-800::-ms-input-placeholder{
    color: #434190 !important;
  }

  .pc\:placeholder-indigo-800::placeholder{
    color: #434190 !important;
  }

  .pc\:placeholder-indigo-900::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .pc\:placeholder-indigo-900::-moz-placeholder{
    color: #3c366b !important;
  }

  .pc\:placeholder-indigo-900:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .pc\:placeholder-indigo-900::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .pc\:placeholder-indigo-900::placeholder{
    color: #3c366b !important;
  }

  .pc\:placeholder-purple-100::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .pc\:placeholder-purple-100::-moz-placeholder{
    color: #faf5ff !important;
  }

  .pc\:placeholder-purple-100:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .pc\:placeholder-purple-100::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .pc\:placeholder-purple-100::placeholder{
    color: #faf5ff !important;
  }

  .pc\:placeholder-purple-200::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .pc\:placeholder-purple-200::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .pc\:placeholder-purple-200:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .pc\:placeholder-purple-200::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .pc\:placeholder-purple-200::placeholder{
    color: #e9d8fd !important;
  }

  .pc\:placeholder-purple-300::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .pc\:placeholder-purple-300::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .pc\:placeholder-purple-300:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .pc\:placeholder-purple-300::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .pc\:placeholder-purple-300::placeholder{
    color: #d6bcfa !important;
  }

  .pc\:placeholder-purple-400::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .pc\:placeholder-purple-400::-moz-placeholder{
    color: #b794f4 !important;
  }

  .pc\:placeholder-purple-400:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .pc\:placeholder-purple-400::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .pc\:placeholder-purple-400::placeholder{
    color: #b794f4 !important;
  }

  .pc\:placeholder-purple-500::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .pc\:placeholder-purple-500::-moz-placeholder{
    color: #9f7aea !important;
  }

  .pc\:placeholder-purple-500:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .pc\:placeholder-purple-500::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .pc\:placeholder-purple-500::placeholder{
    color: #9f7aea !important;
  }

  .pc\:placeholder-purple-600::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .pc\:placeholder-purple-600::-moz-placeholder{
    color: #805ad5 !important;
  }

  .pc\:placeholder-purple-600:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .pc\:placeholder-purple-600::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .pc\:placeholder-purple-600::placeholder{
    color: #805ad5 !important;
  }

  .pc\:placeholder-purple-700::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .pc\:placeholder-purple-700::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .pc\:placeholder-purple-700:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .pc\:placeholder-purple-700::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .pc\:placeholder-purple-700::placeholder{
    color: #6b46c1 !important;
  }

  .pc\:placeholder-purple-800::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .pc\:placeholder-purple-800::-moz-placeholder{
    color: #553c9a !important;
  }

  .pc\:placeholder-purple-800:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .pc\:placeholder-purple-800::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .pc\:placeholder-purple-800::placeholder{
    color: #553c9a !important;
  }

  .pc\:placeholder-purple-900::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .pc\:placeholder-purple-900::-moz-placeholder{
    color: #44337a !important;
  }

  .pc\:placeholder-purple-900:-ms-input-placeholder{
    color: #44337a !important;
  }

  .pc\:placeholder-purple-900::-ms-input-placeholder{
    color: #44337a !important;
  }

  .pc\:placeholder-purple-900::placeholder{
    color: #44337a !important;
  }

  .pc\:placeholder-pink-100::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .pc\:placeholder-pink-100::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .pc\:placeholder-pink-100:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .pc\:placeholder-pink-100::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .pc\:placeholder-pink-100::placeholder{
    color: #fff5f7 !important;
  }

  .pc\:placeholder-pink-200::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .pc\:placeholder-pink-200::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .pc\:placeholder-pink-200:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .pc\:placeholder-pink-200::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .pc\:placeholder-pink-200::placeholder{
    color: #fed7e2 !important;
  }

  .pc\:placeholder-pink-300::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .pc\:placeholder-pink-300::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .pc\:placeholder-pink-300:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .pc\:placeholder-pink-300::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .pc\:placeholder-pink-300::placeholder{
    color: #fbb6ce !important;
  }

  .pc\:placeholder-pink-400::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .pc\:placeholder-pink-400::-moz-placeholder{
    color: #f687b3 !important;
  }

  .pc\:placeholder-pink-400:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .pc\:placeholder-pink-400::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .pc\:placeholder-pink-400::placeholder{
    color: #f687b3 !important;
  }

  .pc\:placeholder-pink-500::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .pc\:placeholder-pink-500::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .pc\:placeholder-pink-500:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .pc\:placeholder-pink-500::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .pc\:placeholder-pink-500::placeholder{
    color: #ed64a6 !important;
  }

  .pc\:placeholder-pink-600::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .pc\:placeholder-pink-600::-moz-placeholder{
    color: #d53f8c !important;
  }

  .pc\:placeholder-pink-600:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .pc\:placeholder-pink-600::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .pc\:placeholder-pink-600::placeholder{
    color: #d53f8c !important;
  }

  .pc\:placeholder-pink-700::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .pc\:placeholder-pink-700::-moz-placeholder{
    color: #b83280 !important;
  }

  .pc\:placeholder-pink-700:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .pc\:placeholder-pink-700::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .pc\:placeholder-pink-700::placeholder{
    color: #b83280 !important;
  }

  .pc\:placeholder-pink-800::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .pc\:placeholder-pink-800::-moz-placeholder{
    color: #97266d !important;
  }

  .pc\:placeholder-pink-800:-ms-input-placeholder{
    color: #97266d !important;
  }

  .pc\:placeholder-pink-800::-ms-input-placeholder{
    color: #97266d !important;
  }

  .pc\:placeholder-pink-800::placeholder{
    color: #97266d !important;
  }

  .pc\:placeholder-pink-900::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .pc\:placeholder-pink-900::-moz-placeholder{
    color: #702459 !important;
  }

  .pc\:placeholder-pink-900:-ms-input-placeholder{
    color: #702459 !important;
  }

  .pc\:placeholder-pink-900::-ms-input-placeholder{
    color: #702459 !important;
  }

  .pc\:placeholder-pink-900::placeholder{
    color: #702459 !important;
  }

  .pc\:placeholder-cyan::-webkit-input-placeholder{
    color: #9cdbff !important;
  }

  .pc\:placeholder-cyan::-moz-placeholder{
    color: #9cdbff !important;
  }

  .pc\:placeholder-cyan:-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .pc\:placeholder-cyan::-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .pc\:placeholder-cyan::placeholder{
    color: #9cdbff !important;
  }

  .pc\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .pc\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .pc\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .pc\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .pc\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .pc\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #222222 !important;
  }

  .pc\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #222222 !important;
  }

  .pc\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #222222 !important;
  }

  .pc\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #222222 !important;
  }

  .pc\:focus\:placeholder-black:focus::placeholder{
    color: #222222 !important;
  }

  .pc\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff !important;
  }

  .pc\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff !important;
  }

  .pc\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff !important;
  }

  .pc\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff !important;
  }

  .pc\:focus\:placeholder-white:focus::placeholder{
    color: #fff !important;
  }

  .pc\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    color: #f5f5f5 !important;
  }

  .pc\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    color: #f5f5f5 !important;
  }

  .pc\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .pc\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    color: #f5f5f5 !important;
  }

  .pc\:focus\:placeholder-gray-100:focus::placeholder{
    color: #f5f5f5 !important;
  }

  .pc\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    color: #eeeeee !important;
  }

  .pc\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    color: #eeeeee !important;
  }

  .pc\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .pc\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    color: #eeeeee !important;
  }

  .pc\:focus\:placeholder-gray-200:focus::placeholder{
    color: #eeeeee !important;
  }

  .pc\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    color: #e0e0e0 !important;
  }

  .pc\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    color: #e0e0e0 !important;
  }

  .pc\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .pc\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    color: #e0e0e0 !important;
  }

  .pc\:focus\:placeholder-gray-300:focus::placeholder{
    color: #e0e0e0 !important;
  }

  .pc\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    color: #bdbdbd !important;
  }

  .pc\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    color: #bdbdbd !important;
  }

  .pc\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .pc\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    color: #bdbdbd !important;
  }

  .pc\:focus\:placeholder-gray-400:focus::placeholder{
    color: #bdbdbd !important;
  }

  .pc\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    color: #9e9e9e !important;
  }

  .pc\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    color: #9e9e9e !important;
  }

  .pc\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .pc\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    color: #9e9e9e !important;
  }

  .pc\:focus\:placeholder-gray-500:focus::placeholder{
    color: #9e9e9e !important;
  }

  .pc\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    color: #757575 !important;
  }

  .pc\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    color: #757575 !important;
  }

  .pc\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #757575 !important;
  }

  .pc\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    color: #757575 !important;
  }

  .pc\:focus\:placeholder-gray-600:focus::placeholder{
    color: #757575 !important;
  }

  .pc\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    color: #616161 !important;
  }

  .pc\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    color: #616161 !important;
  }

  .pc\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #616161 !important;
  }

  .pc\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    color: #616161 !important;
  }

  .pc\:focus\:placeholder-gray-700:focus::placeholder{
    color: #616161 !important;
  }

  .pc\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    color: #424242 !important;
  }

  .pc\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    color: #424242 !important;
  }

  .pc\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #424242 !important;
  }

  .pc\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    color: #424242 !important;
  }

  .pc\:focus\:placeholder-gray-800:focus::placeholder{
    color: #424242 !important;
  }

  .pc\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    color: #212121 !important;
  }

  .pc\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    color: #212121 !important;
  }

  .pc\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: #212121 !important;
  }

  .pc\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    color: #212121 !important;
  }

  .pc\:focus\:placeholder-gray-900:focus::placeholder{
    color: #212121 !important;
  }

  .pc\:focus\:placeholder-red-100:focus::-webkit-input-placeholder{
    color: #fff5f5 !important;
  }

  .pc\:focus\:placeholder-red-100:focus::-moz-placeholder{
    color: #fff5f5 !important;
  }

  .pc\:focus\:placeholder-red-100:focus:-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .pc\:focus\:placeholder-red-100:focus::-ms-input-placeholder{
    color: #fff5f5 !important;
  }

  .pc\:focus\:placeholder-red-100:focus::placeholder{
    color: #fff5f5 !important;
  }

  .pc\:focus\:placeholder-red-200:focus::-webkit-input-placeholder{
    color: #fed7d7 !important;
  }

  .pc\:focus\:placeholder-red-200:focus::-moz-placeholder{
    color: #fed7d7 !important;
  }

  .pc\:focus\:placeholder-red-200:focus:-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .pc\:focus\:placeholder-red-200:focus::-ms-input-placeholder{
    color: #fed7d7 !important;
  }

  .pc\:focus\:placeholder-red-200:focus::placeholder{
    color: #fed7d7 !important;
  }

  .pc\:focus\:placeholder-red-300:focus::-webkit-input-placeholder{
    color: #feb2b2 !important;
  }

  .pc\:focus\:placeholder-red-300:focus::-moz-placeholder{
    color: #feb2b2 !important;
  }

  .pc\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .pc\:focus\:placeholder-red-300:focus::-ms-input-placeholder{
    color: #feb2b2 !important;
  }

  .pc\:focus\:placeholder-red-300:focus::placeholder{
    color: #feb2b2 !important;
  }

  .pc\:focus\:placeholder-red-400:focus::-webkit-input-placeholder{
    color: #fc8181 !important;
  }

  .pc\:focus\:placeholder-red-400:focus::-moz-placeholder{
    color: #fc8181 !important;
  }

  .pc\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .pc\:focus\:placeholder-red-400:focus::-ms-input-placeholder{
    color: #fc8181 !important;
  }

  .pc\:focus\:placeholder-red-400:focus::placeholder{
    color: #fc8181 !important;
  }

  .pc\:focus\:placeholder-red-500:focus::-webkit-input-placeholder{
    color: #f56565 !important;
  }

  .pc\:focus\:placeholder-red-500:focus::-moz-placeholder{
    color: #f56565 !important;
  }

  .pc\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #f56565 !important;
  }

  .pc\:focus\:placeholder-red-500:focus::-ms-input-placeholder{
    color: #f56565 !important;
  }

  .pc\:focus\:placeholder-red-500:focus::placeholder{
    color: #f56565 !important;
  }

  .pc\:focus\:placeholder-red-600:focus::-webkit-input-placeholder{
    color: #e53e3e !important;
  }

  .pc\:focus\:placeholder-red-600:focus::-moz-placeholder{
    color: #e53e3e !important;
  }

  .pc\:focus\:placeholder-red-600:focus:-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .pc\:focus\:placeholder-red-600:focus::-ms-input-placeholder{
    color: #e53e3e !important;
  }

  .pc\:focus\:placeholder-red-600:focus::placeholder{
    color: #e53e3e !important;
  }

  .pc\:focus\:placeholder-red-700:focus::-webkit-input-placeholder{
    color: #c53030 !important;
  }

  .pc\:focus\:placeholder-red-700:focus::-moz-placeholder{
    color: #c53030 !important;
  }

  .pc\:focus\:placeholder-red-700:focus:-ms-input-placeholder{
    color: #c53030 !important;
  }

  .pc\:focus\:placeholder-red-700:focus::-ms-input-placeholder{
    color: #c53030 !important;
  }

  .pc\:focus\:placeholder-red-700:focus::placeholder{
    color: #c53030 !important;
  }

  .pc\:focus\:placeholder-red-800:focus::-webkit-input-placeholder{
    color: #9b2c2c !important;
  }

  .pc\:focus\:placeholder-red-800:focus::-moz-placeholder{
    color: #9b2c2c !important;
  }

  .pc\:focus\:placeholder-red-800:focus:-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .pc\:focus\:placeholder-red-800:focus::-ms-input-placeholder{
    color: #9b2c2c !important;
  }

  .pc\:focus\:placeholder-red-800:focus::placeholder{
    color: #9b2c2c !important;
  }

  .pc\:focus\:placeholder-red-900:focus::-webkit-input-placeholder{
    color: #742a2a !important;
  }

  .pc\:focus\:placeholder-red-900:focus::-moz-placeholder{
    color: #742a2a !important;
  }

  .pc\:focus\:placeholder-red-900:focus:-ms-input-placeholder{
    color: #742a2a !important;
  }

  .pc\:focus\:placeholder-red-900:focus::-ms-input-placeholder{
    color: #742a2a !important;
  }

  .pc\:focus\:placeholder-red-900:focus::placeholder{
    color: #742a2a !important;
  }

  .pc\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    color: #fffaf0 !important;
  }

  .pc\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    color: #fffaf0 !important;
  }

  .pc\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .pc\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    color: #fffaf0 !important;
  }

  .pc\:focus\:placeholder-orange-100:focus::placeholder{
    color: #fffaf0 !important;
  }

  .pc\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    color: #feebc8 !important;
  }

  .pc\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    color: #feebc8 !important;
  }

  .pc\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .pc\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    color: #feebc8 !important;
  }

  .pc\:focus\:placeholder-orange-200:focus::placeholder{
    color: #feebc8 !important;
  }

  .pc\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    color: #fbd38d !important;
  }

  .pc\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    color: #fbd38d !important;
  }

  .pc\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .pc\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    color: #fbd38d !important;
  }

  .pc\:focus\:placeholder-orange-300:focus::placeholder{
    color: #fbd38d !important;
  }

  .pc\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    color: #f6ad55 !important;
  }

  .pc\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    color: #f6ad55 !important;
  }

  .pc\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .pc\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    color: #f6ad55 !important;
  }

  .pc\:focus\:placeholder-orange-400:focus::placeholder{
    color: #f6ad55 !important;
  }

  .pc\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    color: #ed8936 !important;
  }

  .pc\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    color: #ed8936 !important;
  }

  .pc\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .pc\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    color: #ed8936 !important;
  }

  .pc\:focus\:placeholder-orange-500:focus::placeholder{
    color: #ed8936 !important;
  }

  .pc\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    color: #dd6b20 !important;
  }

  .pc\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    color: #dd6b20 !important;
  }

  .pc\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .pc\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    color: #dd6b20 !important;
  }

  .pc\:focus\:placeholder-orange-600:focus::placeholder{
    color: #dd6b20 !important;
  }

  .pc\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    color: #c05621 !important;
  }

  .pc\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    color: #c05621 !important;
  }

  .pc\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    color: #c05621 !important;
  }

  .pc\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    color: #c05621 !important;
  }

  .pc\:focus\:placeholder-orange-700:focus::placeholder{
    color: #c05621 !important;
  }

  .pc\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    color: #9c4221 !important;
  }

  .pc\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    color: #9c4221 !important;
  }

  .pc\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .pc\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    color: #9c4221 !important;
  }

  .pc\:focus\:placeholder-orange-800:focus::placeholder{
    color: #9c4221 !important;
  }

  .pc\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    color: #7b341e !important;
  }

  .pc\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    color: #7b341e !important;
  }

  .pc\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    color: #7b341e !important;
  }

  .pc\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    color: #7b341e !important;
  }

  .pc\:focus\:placeholder-orange-900:focus::placeholder{
    color: #7b341e !important;
  }

  .pc\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    color: #fffff0 !important;
  }

  .pc\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    color: #fffff0 !important;
  }

  .pc\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .pc\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    color: #fffff0 !important;
  }

  .pc\:focus\:placeholder-yellow-100:focus::placeholder{
    color: #fffff0 !important;
  }

  .pc\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    color: #fefcbf !important;
  }

  .pc\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    color: #fefcbf !important;
  }

  .pc\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .pc\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    color: #fefcbf !important;
  }

  .pc\:focus\:placeholder-yellow-200:focus::placeholder{
    color: #fefcbf !important;
  }

  .pc\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    color: #faf089 !important;
  }

  .pc\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    color: #faf089 !important;
  }

  .pc\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    color: #faf089 !important;
  }

  .pc\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    color: #faf089 !important;
  }

  .pc\:focus\:placeholder-yellow-300:focus::placeholder{
    color: #faf089 !important;
  }

  .pc\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    color: #f6e05e !important;
  }

  .pc\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    color: #f6e05e !important;
  }

  .pc\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .pc\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    color: #f6e05e !important;
  }

  .pc\:focus\:placeholder-yellow-400:focus::placeholder{
    color: #f6e05e !important;
  }

  .pc\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    color: #ecc94b !important;
  }

  .pc\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    color: #ecc94b !important;
  }

  .pc\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .pc\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    color: #ecc94b !important;
  }

  .pc\:focus\:placeholder-yellow-500:focus::placeholder{
    color: #ecc94b !important;
  }

  .pc\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    color: #d69e2e !important;
  }

  .pc\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    color: #d69e2e !important;
  }

  .pc\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .pc\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    color: #d69e2e !important;
  }

  .pc\:focus\:placeholder-yellow-600:focus::placeholder{
    color: #d69e2e !important;
  }

  .pc\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    color: #b7791f !important;
  }

  .pc\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    color: #b7791f !important;
  }

  .pc\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    color: #b7791f !important;
  }

  .pc\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    color: #b7791f !important;
  }

  .pc\:focus\:placeholder-yellow-700:focus::placeholder{
    color: #b7791f !important;
  }

  .pc\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    color: #975a16 !important;
  }

  .pc\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    color: #975a16 !important;
  }

  .pc\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    color: #975a16 !important;
  }

  .pc\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    color: #975a16 !important;
  }

  .pc\:focus\:placeholder-yellow-800:focus::placeholder{
    color: #975a16 !important;
  }

  .pc\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    color: #744210 !important;
  }

  .pc\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    color: #744210 !important;
  }

  .pc\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    color: #744210 !important;
  }

  .pc\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    color: #744210 !important;
  }

  .pc\:focus\:placeholder-yellow-900:focus::placeholder{
    color: #744210 !important;
  }

  .pc\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    color: #f0fff4 !important;
  }

  .pc\:focus\:placeholder-green-100:focus::-moz-placeholder{
    color: #f0fff4 !important;
  }

  .pc\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .pc\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    color: #f0fff4 !important;
  }

  .pc\:focus\:placeholder-green-100:focus::placeholder{
    color: #f0fff4 !important;
  }

  .pc\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    color: #c6f6d5 !important;
  }

  .pc\:focus\:placeholder-green-200:focus::-moz-placeholder{
    color: #c6f6d5 !important;
  }

  .pc\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .pc\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    color: #c6f6d5 !important;
  }

  .pc\:focus\:placeholder-green-200:focus::placeholder{
    color: #c6f6d5 !important;
  }

  .pc\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    color: #9ae6b4 !important;
  }

  .pc\:focus\:placeholder-green-300:focus::-moz-placeholder{
    color: #9ae6b4 !important;
  }

  .pc\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .pc\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    color: #9ae6b4 !important;
  }

  .pc\:focus\:placeholder-green-300:focus::placeholder{
    color: #9ae6b4 !important;
  }

  .pc\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    color: #68d391 !important;
  }

  .pc\:focus\:placeholder-green-400:focus::-moz-placeholder{
    color: #68d391 !important;
  }

  .pc\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #68d391 !important;
  }

  .pc\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    color: #68d391 !important;
  }

  .pc\:focus\:placeholder-green-400:focus::placeholder{
    color: #68d391 !important;
  }

  .pc\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    color: #48bb78 !important;
  }

  .pc\:focus\:placeholder-green-500:focus::-moz-placeholder{
    color: #48bb78 !important;
  }

  .pc\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .pc\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    color: #48bb78 !important;
  }

  .pc\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78 !important;
  }

  .pc\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    color: #38a169 !important;
  }

  .pc\:focus\:placeholder-green-600:focus::-moz-placeholder{
    color: #38a169 !important;
  }

  .pc\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #38a169 !important;
  }

  .pc\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    color: #38a169 !important;
  }

  .pc\:focus\:placeholder-green-600:focus::placeholder{
    color: #38a169 !important;
  }

  .pc\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    color: #2f855a !important;
  }

  .pc\:focus\:placeholder-green-700:focus::-moz-placeholder{
    color: #2f855a !important;
  }

  .pc\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #2f855a !important;
  }

  .pc\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    color: #2f855a !important;
  }

  .pc\:focus\:placeholder-green-700:focus::placeholder{
    color: #2f855a !important;
  }

  .pc\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    color: #276749 !important;
  }

  .pc\:focus\:placeholder-green-800:focus::-moz-placeholder{
    color: #276749 !important;
  }

  .pc\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    color: #276749 !important;
  }

  .pc\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    color: #276749 !important;
  }

  .pc\:focus\:placeholder-green-800:focus::placeholder{
    color: #276749 !important;
  }

  .pc\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    color: #22543d !important;
  }

  .pc\:focus\:placeholder-green-900:focus::-moz-placeholder{
    color: #22543d !important;
  }

  .pc\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    color: #22543d !important;
  }

  .pc\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    color: #22543d !important;
  }

  .pc\:focus\:placeholder-green-900:focus::placeholder{
    color: #22543d !important;
  }

  .pc\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    color: #e6fffa !important;
  }

  .pc\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    color: #e6fffa !important;
  }

  .pc\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .pc\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    color: #e6fffa !important;
  }

  .pc\:focus\:placeholder-teal-100:focus::placeholder{
    color: #e6fffa !important;
  }

  .pc\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    color: #b2f5ea !important;
  }

  .pc\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    color: #b2f5ea !important;
  }

  .pc\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .pc\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    color: #b2f5ea !important;
  }

  .pc\:focus\:placeholder-teal-200:focus::placeholder{
    color: #b2f5ea !important;
  }

  .pc\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    color: #81e6d9 !important;
  }

  .pc\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    color: #81e6d9 !important;
  }

  .pc\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .pc\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    color: #81e6d9 !important;
  }

  .pc\:focus\:placeholder-teal-300:focus::placeholder{
    color: #81e6d9 !important;
  }

  .pc\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    color: #4fd1c5 !important;
  }

  .pc\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    color: #4fd1c5 !important;
  }

  .pc\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .pc\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    color: #4fd1c5 !important;
  }

  .pc\:focus\:placeholder-teal-400:focus::placeholder{
    color: #4fd1c5 !important;
  }

  .pc\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    color: #38b2ac !important;
  }

  .pc\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    color: #38b2ac !important;
  }

  .pc\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .pc\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    color: #38b2ac !important;
  }

  .pc\:focus\:placeholder-teal-500:focus::placeholder{
    color: #38b2ac !important;
  }

  .pc\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    color: #319795 !important;
  }

  .pc\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    color: #319795 !important;
  }

  .pc\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    color: #319795 !important;
  }

  .pc\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    color: #319795 !important;
  }

  .pc\:focus\:placeholder-teal-600:focus::placeholder{
    color: #319795 !important;
  }

  .pc\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    color: #2c7a7b !important;
  }

  .pc\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    color: #2c7a7b !important;
  }

  .pc\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .pc\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    color: #2c7a7b !important;
  }

  .pc\:focus\:placeholder-teal-700:focus::placeholder{
    color: #2c7a7b !important;
  }

  .pc\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    color: #285e61 !important;
  }

  .pc\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    color: #285e61 !important;
  }

  .pc\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    color: #285e61 !important;
  }

  .pc\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    color: #285e61 !important;
  }

  .pc\:focus\:placeholder-teal-800:focus::placeholder{
    color: #285e61 !important;
  }

  .pc\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    color: #234e52 !important;
  }

  .pc\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    color: #234e52 !important;
  }

  .pc\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    color: #234e52 !important;
  }

  .pc\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    color: #234e52 !important;
  }

  .pc\:focus\:placeholder-teal-900:focus::placeholder{
    color: #234e52 !important;
  }

  .pc\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    color: #ebf8ff !important;
  }

  .pc\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    color: #ebf8ff !important;
  }

  .pc\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .pc\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    color: #ebf8ff !important;
  }

  .pc\:focus\:placeholder-blue-100:focus::placeholder{
    color: #ebf8ff !important;
  }

  .pc\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    color: #bee3f8 !important;
  }

  .pc\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    color: #bee3f8 !important;
  }

  .pc\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .pc\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    color: #bee3f8 !important;
  }

  .pc\:focus\:placeholder-blue-200:focus::placeholder{
    color: #bee3f8 !important;
  }

  .pc\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    color: #90cdf4 !important;
  }

  .pc\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    color: #90cdf4 !important;
  }

  .pc\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .pc\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    color: #90cdf4 !important;
  }

  .pc\:focus\:placeholder-blue-300:focus::placeholder{
    color: #90cdf4 !important;
  }

  .pc\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    color: #63b3ed !important;
  }

  .pc\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    color: #63b3ed !important;
  }

  .pc\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .pc\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    color: #63b3ed !important;
  }

  .pc\:focus\:placeholder-blue-400:focus::placeholder{
    color: #63b3ed !important;
  }

  .pc\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    color: #4299e1 !important;
  }

  .pc\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    color: #4299e1 !important;
  }

  .pc\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .pc\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    color: #4299e1 !important;
  }

  .pc\:focus\:placeholder-blue-500:focus::placeholder{
    color: #4299e1 !important;
  }

  .pc\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    color: #3182ce !important;
  }

  .pc\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    color: #3182ce !important;
  }

  .pc\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: #3182ce !important;
  }

  .pc\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    color: #3182ce !important;
  }

  .pc\:focus\:placeholder-blue-600:focus::placeholder{
    color: #3182ce !important;
  }

  .pc\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    color: #2b6cb0 !important;
  }

  .pc\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    color: #2b6cb0 !important;
  }

  .pc\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .pc\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    color: #2b6cb0 !important;
  }

  .pc\:focus\:placeholder-blue-700:focus::placeholder{
    color: #2b6cb0 !important;
  }

  .pc\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    color: #2c5282 !important;
  }

  .pc\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    color: #2c5282 !important;
  }

  .pc\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .pc\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    color: #2c5282 !important;
  }

  .pc\:focus\:placeholder-blue-800:focus::placeholder{
    color: #2c5282 !important;
  }

  .pc\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    color: #2a4365 !important;
  }

  .pc\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    color: #2a4365 !important;
  }

  .pc\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .pc\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    color: #2a4365 !important;
  }

  .pc\:focus\:placeholder-blue-900:focus::placeholder{
    color: #2a4365 !important;
  }

  .pc\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    color: #ebf4ff !important;
  }

  .pc\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    color: #ebf4ff !important;
  }

  .pc\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .pc\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    color: #ebf4ff !important;
  }

  .pc\:focus\:placeholder-indigo-100:focus::placeholder{
    color: #ebf4ff !important;
  }

  .pc\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    color: #c3dafe !important;
  }

  .pc\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    color: #c3dafe !important;
  }

  .pc\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .pc\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    color: #c3dafe !important;
  }

  .pc\:focus\:placeholder-indigo-200:focus::placeholder{
    color: #c3dafe !important;
  }

  .pc\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    color: #a3bffa !important;
  }

  .pc\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    color: #a3bffa !important;
  }

  .pc\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .pc\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    color: #a3bffa !important;
  }

  .pc\:focus\:placeholder-indigo-300:focus::placeholder{
    color: #a3bffa !important;
  }

  .pc\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    color: #7f9cf5 !important;
  }

  .pc\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    color: #7f9cf5 !important;
  }

  .pc\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .pc\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    color: #7f9cf5 !important;
  }

  .pc\:focus\:placeholder-indigo-400:focus::placeholder{
    color: #7f9cf5 !important;
  }

  .pc\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    color: #667eea !important;
  }

  .pc\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    color: #667eea !important;
  }

  .pc\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    color: #667eea !important;
  }

  .pc\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    color: #667eea !important;
  }

  .pc\:focus\:placeholder-indigo-500:focus::placeholder{
    color: #667eea !important;
  }

  .pc\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    color: #5a67d8 !important;
  }

  .pc\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    color: #5a67d8 !important;
  }

  .pc\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .pc\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    color: #5a67d8 !important;
  }

  .pc\:focus\:placeholder-indigo-600:focus::placeholder{
    color: #5a67d8 !important;
  }

  .pc\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    color: #4c51bf !important;
  }

  .pc\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    color: #4c51bf !important;
  }

  .pc\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .pc\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    color: #4c51bf !important;
  }

  .pc\:focus\:placeholder-indigo-700:focus::placeholder{
    color: #4c51bf !important;
  }

  .pc\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    color: #434190 !important;
  }

  .pc\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    color: #434190 !important;
  }

  .pc\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    color: #434190 !important;
  }

  .pc\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    color: #434190 !important;
  }

  .pc\:focus\:placeholder-indigo-800:focus::placeholder{
    color: #434190 !important;
  }

  .pc\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    color: #3c366b !important;
  }

  .pc\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    color: #3c366b !important;
  }

  .pc\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    color: #3c366b !important;
  }

  .pc\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    color: #3c366b !important;
  }

  .pc\:focus\:placeholder-indigo-900:focus::placeholder{
    color: #3c366b !important;
  }

  .pc\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    color: #faf5ff !important;
  }

  .pc\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    color: #faf5ff !important;
  }

  .pc\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .pc\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    color: #faf5ff !important;
  }

  .pc\:focus\:placeholder-purple-100:focus::placeholder{
    color: #faf5ff !important;
  }

  .pc\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    color: #e9d8fd !important;
  }

  .pc\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    color: #e9d8fd !important;
  }

  .pc\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .pc\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    color: #e9d8fd !important;
  }

  .pc\:focus\:placeholder-purple-200:focus::placeholder{
    color: #e9d8fd !important;
  }

  .pc\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    color: #d6bcfa !important;
  }

  .pc\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    color: #d6bcfa !important;
  }

  .pc\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .pc\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    color: #d6bcfa !important;
  }

  .pc\:focus\:placeholder-purple-300:focus::placeholder{
    color: #d6bcfa !important;
  }

  .pc\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    color: #b794f4 !important;
  }

  .pc\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    color: #b794f4 !important;
  }

  .pc\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .pc\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    color: #b794f4 !important;
  }

  .pc\:focus\:placeholder-purple-400:focus::placeholder{
    color: #b794f4 !important;
  }

  .pc\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    color: #9f7aea !important;
  }

  .pc\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    color: #9f7aea !important;
  }

  .pc\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .pc\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    color: #9f7aea !important;
  }

  .pc\:focus\:placeholder-purple-500:focus::placeholder{
    color: #9f7aea !important;
  }

  .pc\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    color: #805ad5 !important;
  }

  .pc\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    color: #805ad5 !important;
  }

  .pc\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .pc\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    color: #805ad5 !important;
  }

  .pc\:focus\:placeholder-purple-600:focus::placeholder{
    color: #805ad5 !important;
  }

  .pc\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    color: #6b46c1 !important;
  }

  .pc\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    color: #6b46c1 !important;
  }

  .pc\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .pc\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    color: #6b46c1 !important;
  }

  .pc\:focus\:placeholder-purple-700:focus::placeholder{
    color: #6b46c1 !important;
  }

  .pc\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    color: #553c9a !important;
  }

  .pc\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    color: #553c9a !important;
  }

  .pc\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    color: #553c9a !important;
  }

  .pc\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    color: #553c9a !important;
  }

  .pc\:focus\:placeholder-purple-800:focus::placeholder{
    color: #553c9a !important;
  }

  .pc\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    color: #44337a !important;
  }

  .pc\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    color: #44337a !important;
  }

  .pc\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    color: #44337a !important;
  }

  .pc\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    color: #44337a !important;
  }

  .pc\:focus\:placeholder-purple-900:focus::placeholder{
    color: #44337a !important;
  }

  .pc\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    color: #fff5f7 !important;
  }

  .pc\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    color: #fff5f7 !important;
  }

  .pc\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .pc\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    color: #fff5f7 !important;
  }

  .pc\:focus\:placeholder-pink-100:focus::placeholder{
    color: #fff5f7 !important;
  }

  .pc\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    color: #fed7e2 !important;
  }

  .pc\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    color: #fed7e2 !important;
  }

  .pc\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .pc\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    color: #fed7e2 !important;
  }

  .pc\:focus\:placeholder-pink-200:focus::placeholder{
    color: #fed7e2 !important;
  }

  .pc\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    color: #fbb6ce !important;
  }

  .pc\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    color: #fbb6ce !important;
  }

  .pc\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .pc\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    color: #fbb6ce !important;
  }

  .pc\:focus\:placeholder-pink-300:focus::placeholder{
    color: #fbb6ce !important;
  }

  .pc\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    color: #f687b3 !important;
  }

  .pc\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    color: #f687b3 !important;
  }

  .pc\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .pc\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    color: #f687b3 !important;
  }

  .pc\:focus\:placeholder-pink-400:focus::placeholder{
    color: #f687b3 !important;
  }

  .pc\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    color: #ed64a6 !important;
  }

  .pc\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    color: #ed64a6 !important;
  }

  .pc\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .pc\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    color: #ed64a6 !important;
  }

  .pc\:focus\:placeholder-pink-500:focus::placeholder{
    color: #ed64a6 !important;
  }

  .pc\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    color: #d53f8c !important;
  }

  .pc\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    color: #d53f8c !important;
  }

  .pc\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .pc\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    color: #d53f8c !important;
  }

  .pc\:focus\:placeholder-pink-600:focus::placeholder{
    color: #d53f8c !important;
  }

  .pc\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    color: #b83280 !important;
  }

  .pc\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    color: #b83280 !important;
  }

  .pc\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    color: #b83280 !important;
  }

  .pc\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    color: #b83280 !important;
  }

  .pc\:focus\:placeholder-pink-700:focus::placeholder{
    color: #b83280 !important;
  }

  .pc\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    color: #97266d !important;
  }

  .pc\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    color: #97266d !important;
  }

  .pc\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    color: #97266d !important;
  }

  .pc\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    color: #97266d !important;
  }

  .pc\:focus\:placeholder-pink-800:focus::placeholder{
    color: #97266d !important;
  }

  .pc\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    color: #702459 !important;
  }

  .pc\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    color: #702459 !important;
  }

  .pc\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    color: #702459 !important;
  }

  .pc\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    color: #702459 !important;
  }

  .pc\:focus\:placeholder-pink-900:focus::placeholder{
    color: #702459 !important;
  }

  .pc\:focus\:placeholder-cyan:focus::-webkit-input-placeholder{
    color: #9cdbff !important;
  }

  .pc\:focus\:placeholder-cyan:focus::-moz-placeholder{
    color: #9cdbff !important;
  }

  .pc\:focus\:placeholder-cyan:focus:-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .pc\:focus\:placeholder-cyan:focus::-ms-input-placeholder{
    color: #9cdbff !important;
  }

  .pc\:focus\:placeholder-cyan:focus::placeholder{
    color: #9cdbff !important;
  }

  .pc\:pointer-events-none{
    pointer-events: none !important;
  }

  .pc\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .pc\:static{
    position: static !important;
  }

  .pc\:fixed{
    position: fixed !important;
  }

  .pc\:absolute{
    position: absolute !important;
  }

  .pc\:relative{
    position: relative !important;
  }

  .pc\:sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .pc\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .pc\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .pc\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .pc\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .pc\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .pc\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .pc\:top-0{
    top: 0 !important;
  }

  .pc\:right-0{
    right: 0 !important;
  }

  .pc\:bottom-0{
    bottom: 0 !important;
  }

  .pc\:left-0{
    left: 0 !important;
  }

  .pc\:top-auto{
    top: auto !important;
  }

  .pc\:right-auto{
    right: auto !important;
  }

  .pc\:bottom-auto{
    bottom: auto !important;
  }

  .pc\:left-auto{
    left: auto !important;
  }

  .pc\:resize-none{
    resize: none !important;
  }

  .pc\:resize-y{
    resize: vertical !important;
  }

  .pc\:resize-x{
    resize: horizontal !important;
  }

  .pc\:resize{
    resize: both !important;
  }

  .pc\:shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .pc\:shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .pc\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .pc\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .pc\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .pc\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .pc\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .pc\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .pc\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .pc\:shadow-none{
    box-shadow: none !important;
  }

  .pc\:hover\:shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .pc\:hover\:shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .pc\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .pc\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .pc\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .pc\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .pc\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .pc\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .pc\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .pc\:hover\:shadow-none:hover{
    box-shadow: none !important;
  }

  .pc\:focus\:shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .pc\:focus\:shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .pc\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .pc\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .pc\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .pc\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .pc\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .pc\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .pc\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .pc\:focus\:shadow-none:focus{
    box-shadow: none !important;
  }

  .pc\:fill-current{
    fill: currentColor !important;
  }

  .pc\:stroke-current{
    stroke: currentColor !important;
  }

  .pc\:stroke-0{
    stroke-width: 0 !important;
  }

  .pc\:stroke-1{
    stroke-width: 1 !important;
  }

  .pc\:stroke-2{
    stroke-width: 2 !important;
  }

  .pc\:table-auto{
    table-layout: auto !important;
  }

  .pc\:table-fixed{
    table-layout: fixed !important;
  }

  .pc\:text-left{
    text-align: left !important;
  }

  .pc\:text-center{
    text-align: center !important;
  }

  .pc\:text-right{
    text-align: right !important;
  }

  .pc\:text-justify{
    text-align: justify !important;
  }

  .pc\:text-transparent{
    color: transparent !important;
  }

  .pc\:text-black{
    color: #222222 !important;
  }

  .pc\:text-white{
    color: #fff !important;
  }

  .pc\:text-gray-100{
    color: #f5f5f5 !important;
  }

  .pc\:text-gray-200{
    color: #eeeeee !important;
  }

  .pc\:text-gray-300{
    color: #e0e0e0 !important;
  }

  .pc\:text-gray-400{
    color: #bdbdbd !important;
  }

  .pc\:text-gray-500{
    color: #9e9e9e !important;
  }

  .pc\:text-gray-600{
    color: #757575 !important;
  }

  .pc\:text-gray-700{
    color: #616161 !important;
  }

  .pc\:text-gray-800{
    color: #424242 !important;
  }

  .pc\:text-gray-900{
    color: #212121 !important;
  }

  .pc\:text-red-100{
    color: #fff5f5 !important;
  }

  .pc\:text-red-200{
    color: #fed7d7 !important;
  }

  .pc\:text-red-300{
    color: #feb2b2 !important;
  }

  .pc\:text-red-400{
    color: #fc8181 !important;
  }

  .pc\:text-red-500{
    color: #f56565 !important;
  }

  .pc\:text-red-600{
    color: #e53e3e !important;
  }

  .pc\:text-red-700{
    color: #c53030 !important;
  }

  .pc\:text-red-800{
    color: #9b2c2c !important;
  }

  .pc\:text-red-900{
    color: #742a2a !important;
  }

  .pc\:text-orange-100{
    color: #fffaf0 !important;
  }

  .pc\:text-orange-200{
    color: #feebc8 !important;
  }

  .pc\:text-orange-300{
    color: #fbd38d !important;
  }

  .pc\:text-orange-400{
    color: #f6ad55 !important;
  }

  .pc\:text-orange-500{
    color: #ed8936 !important;
  }

  .pc\:text-orange-600{
    color: #dd6b20 !important;
  }

  .pc\:text-orange-700{
    color: #c05621 !important;
  }

  .pc\:text-orange-800{
    color: #9c4221 !important;
  }

  .pc\:text-orange-900{
    color: #7b341e !important;
  }

  .pc\:text-yellow-100{
    color: #fffff0 !important;
  }

  .pc\:text-yellow-200{
    color: #fefcbf !important;
  }

  .pc\:text-yellow-300{
    color: #faf089 !important;
  }

  .pc\:text-yellow-400{
    color: #f6e05e !important;
  }

  .pc\:text-yellow-500{
    color: #ecc94b !important;
  }

  .pc\:text-yellow-600{
    color: #d69e2e !important;
  }

  .pc\:text-yellow-700{
    color: #b7791f !important;
  }

  .pc\:text-yellow-800{
    color: #975a16 !important;
  }

  .pc\:text-yellow-900{
    color: #744210 !important;
  }

  .pc\:text-green-100{
    color: #f0fff4 !important;
  }

  .pc\:text-green-200{
    color: #c6f6d5 !important;
  }

  .pc\:text-green-300{
    color: #9ae6b4 !important;
  }

  .pc\:text-green-400{
    color: #68d391 !important;
  }

  .pc\:text-green-500{
    color: #48bb78 !important;
  }

  .pc\:text-green-600{
    color: #38a169 !important;
  }

  .pc\:text-green-700{
    color: #2f855a !important;
  }

  .pc\:text-green-800{
    color: #276749 !important;
  }

  .pc\:text-green-900{
    color: #22543d !important;
  }

  .pc\:text-teal-100{
    color: #e6fffa !important;
  }

  .pc\:text-teal-200{
    color: #b2f5ea !important;
  }

  .pc\:text-teal-300{
    color: #81e6d9 !important;
  }

  .pc\:text-teal-400{
    color: #4fd1c5 !important;
  }

  .pc\:text-teal-500{
    color: #38b2ac !important;
  }

  .pc\:text-teal-600{
    color: #319795 !important;
  }

  .pc\:text-teal-700{
    color: #2c7a7b !important;
  }

  .pc\:text-teal-800{
    color: #285e61 !important;
  }

  .pc\:text-teal-900{
    color: #234e52 !important;
  }

  .pc\:text-blue-100{
    color: #ebf8ff !important;
  }

  .pc\:text-blue-200{
    color: #bee3f8 !important;
  }

  .pc\:text-blue-300{
    color: #90cdf4 !important;
  }

  .pc\:text-blue-400{
    color: #63b3ed !important;
  }

  .pc\:text-blue-500{
    color: #4299e1 !important;
  }

  .pc\:text-blue-600{
    color: #3182ce !important;
  }

  .pc\:text-blue-700{
    color: #2b6cb0 !important;
  }

  .pc\:text-blue-800{
    color: #2c5282 !important;
  }

  .pc\:text-blue-900{
    color: #2a4365 !important;
  }

  .pc\:text-indigo-100{
    color: #ebf4ff !important;
  }

  .pc\:text-indigo-200{
    color: #c3dafe !important;
  }

  .pc\:text-indigo-300{
    color: #a3bffa !important;
  }

  .pc\:text-indigo-400{
    color: #7f9cf5 !important;
  }

  .pc\:text-indigo-500{
    color: #667eea !important;
  }

  .pc\:text-indigo-600{
    color: #5a67d8 !important;
  }

  .pc\:text-indigo-700{
    color: #4c51bf !important;
  }

  .pc\:text-indigo-800{
    color: #434190 !important;
  }

  .pc\:text-indigo-900{
    color: #3c366b !important;
  }

  .pc\:text-purple-100{
    color: #faf5ff !important;
  }

  .pc\:text-purple-200{
    color: #e9d8fd !important;
  }

  .pc\:text-purple-300{
    color: #d6bcfa !important;
  }

  .pc\:text-purple-400{
    color: #b794f4 !important;
  }

  .pc\:text-purple-500{
    color: #9f7aea !important;
  }

  .pc\:text-purple-600{
    color: #805ad5 !important;
  }

  .pc\:text-purple-700{
    color: #6b46c1 !important;
  }

  .pc\:text-purple-800{
    color: #553c9a !important;
  }

  .pc\:text-purple-900{
    color: #44337a !important;
  }

  .pc\:text-pink-100{
    color: #fff5f7 !important;
  }

  .pc\:text-pink-200{
    color: #fed7e2 !important;
  }

  .pc\:text-pink-300{
    color: #fbb6ce !important;
  }

  .pc\:text-pink-400{
    color: #f687b3 !important;
  }

  .pc\:text-pink-500{
    color: #ed64a6 !important;
  }

  .pc\:text-pink-600{
    color: #d53f8c !important;
  }

  .pc\:text-pink-700{
    color: #b83280 !important;
  }

  .pc\:text-pink-800{
    color: #97266d !important;
  }

  .pc\:text-pink-900{
    color: #702459 !important;
  }

  .pc\:text-cyan{
    color: #9cdbff !important;
  }

  .pc\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .pc\:hover\:text-black:hover{
    color: #222222 !important;
  }

  .pc\:hover\:text-white:hover{
    color: #fff !important;
  }

  .pc\:hover\:text-gray-100:hover{
    color: #f5f5f5 !important;
  }

  .pc\:hover\:text-gray-200:hover{
    color: #eeeeee !important;
  }

  .pc\:hover\:text-gray-300:hover{
    color: #e0e0e0 !important;
  }

  .pc\:hover\:text-gray-400:hover{
    color: #bdbdbd !important;
  }

  .pc\:hover\:text-gray-500:hover{
    color: #9e9e9e !important;
  }

  .pc\:hover\:text-gray-600:hover{
    color: #757575 !important;
  }

  .pc\:hover\:text-gray-700:hover{
    color: #616161 !important;
  }

  .pc\:hover\:text-gray-800:hover{
    color: #424242 !important;
  }

  .pc\:hover\:text-gray-900:hover{
    color: #212121 !important;
  }

  .pc\:hover\:text-red-100:hover{
    color: #fff5f5 !important;
  }

  .pc\:hover\:text-red-200:hover{
    color: #fed7d7 !important;
  }

  .pc\:hover\:text-red-300:hover{
    color: #feb2b2 !important;
  }

  .pc\:hover\:text-red-400:hover{
    color: #fc8181 !important;
  }

  .pc\:hover\:text-red-500:hover{
    color: #f56565 !important;
  }

  .pc\:hover\:text-red-600:hover{
    color: #e53e3e !important;
  }

  .pc\:hover\:text-red-700:hover{
    color: #c53030 !important;
  }

  .pc\:hover\:text-red-800:hover{
    color: #9b2c2c !important;
  }

  .pc\:hover\:text-red-900:hover{
    color: #742a2a !important;
  }

  .pc\:hover\:text-orange-100:hover{
    color: #fffaf0 !important;
  }

  .pc\:hover\:text-orange-200:hover{
    color: #feebc8 !important;
  }

  .pc\:hover\:text-orange-300:hover{
    color: #fbd38d !important;
  }

  .pc\:hover\:text-orange-400:hover{
    color: #f6ad55 !important;
  }

  .pc\:hover\:text-orange-500:hover{
    color: #ed8936 !important;
  }

  .pc\:hover\:text-orange-600:hover{
    color: #dd6b20 !important;
  }

  .pc\:hover\:text-orange-700:hover{
    color: #c05621 !important;
  }

  .pc\:hover\:text-orange-800:hover{
    color: #9c4221 !important;
  }

  .pc\:hover\:text-orange-900:hover{
    color: #7b341e !important;
  }

  .pc\:hover\:text-yellow-100:hover{
    color: #fffff0 !important;
  }

  .pc\:hover\:text-yellow-200:hover{
    color: #fefcbf !important;
  }

  .pc\:hover\:text-yellow-300:hover{
    color: #faf089 !important;
  }

  .pc\:hover\:text-yellow-400:hover{
    color: #f6e05e !important;
  }

  .pc\:hover\:text-yellow-500:hover{
    color: #ecc94b !important;
  }

  .pc\:hover\:text-yellow-600:hover{
    color: #d69e2e !important;
  }

  .pc\:hover\:text-yellow-700:hover{
    color: #b7791f !important;
  }

  .pc\:hover\:text-yellow-800:hover{
    color: #975a16 !important;
  }

  .pc\:hover\:text-yellow-900:hover{
    color: #744210 !important;
  }

  .pc\:hover\:text-green-100:hover{
    color: #f0fff4 !important;
  }

  .pc\:hover\:text-green-200:hover{
    color: #c6f6d5 !important;
  }

  .pc\:hover\:text-green-300:hover{
    color: #9ae6b4 !important;
  }

  .pc\:hover\:text-green-400:hover{
    color: #68d391 !important;
  }

  .pc\:hover\:text-green-500:hover{
    color: #48bb78 !important;
  }

  .pc\:hover\:text-green-600:hover{
    color: #38a169 !important;
  }

  .pc\:hover\:text-green-700:hover{
    color: #2f855a !important;
  }

  .pc\:hover\:text-green-800:hover{
    color: #276749 !important;
  }

  .pc\:hover\:text-green-900:hover{
    color: #22543d !important;
  }

  .pc\:hover\:text-teal-100:hover{
    color: #e6fffa !important;
  }

  .pc\:hover\:text-teal-200:hover{
    color: #b2f5ea !important;
  }

  .pc\:hover\:text-teal-300:hover{
    color: #81e6d9 !important;
  }

  .pc\:hover\:text-teal-400:hover{
    color: #4fd1c5 !important;
  }

  .pc\:hover\:text-teal-500:hover{
    color: #38b2ac !important;
  }

  .pc\:hover\:text-teal-600:hover{
    color: #319795 !important;
  }

  .pc\:hover\:text-teal-700:hover{
    color: #2c7a7b !important;
  }

  .pc\:hover\:text-teal-800:hover{
    color: #285e61 !important;
  }

  .pc\:hover\:text-teal-900:hover{
    color: #234e52 !important;
  }

  .pc\:hover\:text-blue-100:hover{
    color: #ebf8ff !important;
  }

  .pc\:hover\:text-blue-200:hover{
    color: #bee3f8 !important;
  }

  .pc\:hover\:text-blue-300:hover{
    color: #90cdf4 !important;
  }

  .pc\:hover\:text-blue-400:hover{
    color: #63b3ed !important;
  }

  .pc\:hover\:text-blue-500:hover{
    color: #4299e1 !important;
  }

  .pc\:hover\:text-blue-600:hover{
    color: #3182ce !important;
  }

  .pc\:hover\:text-blue-700:hover{
    color: #2b6cb0 !important;
  }

  .pc\:hover\:text-blue-800:hover{
    color: #2c5282 !important;
  }

  .pc\:hover\:text-blue-900:hover{
    color: #2a4365 !important;
  }

  .pc\:hover\:text-indigo-100:hover{
    color: #ebf4ff !important;
  }

  .pc\:hover\:text-indigo-200:hover{
    color: #c3dafe !important;
  }

  .pc\:hover\:text-indigo-300:hover{
    color: #a3bffa !important;
  }

  .pc\:hover\:text-indigo-400:hover{
    color: #7f9cf5 !important;
  }

  .pc\:hover\:text-indigo-500:hover{
    color: #667eea !important;
  }

  .pc\:hover\:text-indigo-600:hover{
    color: #5a67d8 !important;
  }

  .pc\:hover\:text-indigo-700:hover{
    color: #4c51bf !important;
  }

  .pc\:hover\:text-indigo-800:hover{
    color: #434190 !important;
  }

  .pc\:hover\:text-indigo-900:hover{
    color: #3c366b !important;
  }

  .pc\:hover\:text-purple-100:hover{
    color: #faf5ff !important;
  }

  .pc\:hover\:text-purple-200:hover{
    color: #e9d8fd !important;
  }

  .pc\:hover\:text-purple-300:hover{
    color: #d6bcfa !important;
  }

  .pc\:hover\:text-purple-400:hover{
    color: #b794f4 !important;
  }

  .pc\:hover\:text-purple-500:hover{
    color: #9f7aea !important;
  }

  .pc\:hover\:text-purple-600:hover{
    color: #805ad5 !important;
  }

  .pc\:hover\:text-purple-700:hover{
    color: #6b46c1 !important;
  }

  .pc\:hover\:text-purple-800:hover{
    color: #553c9a !important;
  }

  .pc\:hover\:text-purple-900:hover{
    color: #44337a !important;
  }

  .pc\:hover\:text-pink-100:hover{
    color: #fff5f7 !important;
  }

  .pc\:hover\:text-pink-200:hover{
    color: #fed7e2 !important;
  }

  .pc\:hover\:text-pink-300:hover{
    color: #fbb6ce !important;
  }

  .pc\:hover\:text-pink-400:hover{
    color: #f687b3 !important;
  }

  .pc\:hover\:text-pink-500:hover{
    color: #ed64a6 !important;
  }

  .pc\:hover\:text-pink-600:hover{
    color: #d53f8c !important;
  }

  .pc\:hover\:text-pink-700:hover{
    color: #b83280 !important;
  }

  .pc\:hover\:text-pink-800:hover{
    color: #97266d !important;
  }

  .pc\:hover\:text-pink-900:hover{
    color: #702459 !important;
  }

  .pc\:hover\:text-cyan:hover{
    color: #9cdbff !important;
  }

  .pc\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .pc\:focus\:text-black:focus{
    color: #222222 !important;
  }

  .pc\:focus\:text-white:focus{
    color: #fff !important;
  }

  .pc\:focus\:text-gray-100:focus{
    color: #f5f5f5 !important;
  }

  .pc\:focus\:text-gray-200:focus{
    color: #eeeeee !important;
  }

  .pc\:focus\:text-gray-300:focus{
    color: #e0e0e0 !important;
  }

  .pc\:focus\:text-gray-400:focus{
    color: #bdbdbd !important;
  }

  .pc\:focus\:text-gray-500:focus{
    color: #9e9e9e !important;
  }

  .pc\:focus\:text-gray-600:focus{
    color: #757575 !important;
  }

  .pc\:focus\:text-gray-700:focus{
    color: #616161 !important;
  }

  .pc\:focus\:text-gray-800:focus{
    color: #424242 !important;
  }

  .pc\:focus\:text-gray-900:focus{
    color: #212121 !important;
  }

  .pc\:focus\:text-red-100:focus{
    color: #fff5f5 !important;
  }

  .pc\:focus\:text-red-200:focus{
    color: #fed7d7 !important;
  }

  .pc\:focus\:text-red-300:focus{
    color: #feb2b2 !important;
  }

  .pc\:focus\:text-red-400:focus{
    color: #fc8181 !important;
  }

  .pc\:focus\:text-red-500:focus{
    color: #f56565 !important;
  }

  .pc\:focus\:text-red-600:focus{
    color: #e53e3e !important;
  }

  .pc\:focus\:text-red-700:focus{
    color: #c53030 !important;
  }

  .pc\:focus\:text-red-800:focus{
    color: #9b2c2c !important;
  }

  .pc\:focus\:text-red-900:focus{
    color: #742a2a !important;
  }

  .pc\:focus\:text-orange-100:focus{
    color: #fffaf0 !important;
  }

  .pc\:focus\:text-orange-200:focus{
    color: #feebc8 !important;
  }

  .pc\:focus\:text-orange-300:focus{
    color: #fbd38d !important;
  }

  .pc\:focus\:text-orange-400:focus{
    color: #f6ad55 !important;
  }

  .pc\:focus\:text-orange-500:focus{
    color: #ed8936 !important;
  }

  .pc\:focus\:text-orange-600:focus{
    color: #dd6b20 !important;
  }

  .pc\:focus\:text-orange-700:focus{
    color: #c05621 !important;
  }

  .pc\:focus\:text-orange-800:focus{
    color: #9c4221 !important;
  }

  .pc\:focus\:text-orange-900:focus{
    color: #7b341e !important;
  }

  .pc\:focus\:text-yellow-100:focus{
    color: #fffff0 !important;
  }

  .pc\:focus\:text-yellow-200:focus{
    color: #fefcbf !important;
  }

  .pc\:focus\:text-yellow-300:focus{
    color: #faf089 !important;
  }

  .pc\:focus\:text-yellow-400:focus{
    color: #f6e05e !important;
  }

  .pc\:focus\:text-yellow-500:focus{
    color: #ecc94b !important;
  }

  .pc\:focus\:text-yellow-600:focus{
    color: #d69e2e !important;
  }

  .pc\:focus\:text-yellow-700:focus{
    color: #b7791f !important;
  }

  .pc\:focus\:text-yellow-800:focus{
    color: #975a16 !important;
  }

  .pc\:focus\:text-yellow-900:focus{
    color: #744210 !important;
  }

  .pc\:focus\:text-green-100:focus{
    color: #f0fff4 !important;
  }

  .pc\:focus\:text-green-200:focus{
    color: #c6f6d5 !important;
  }

  .pc\:focus\:text-green-300:focus{
    color: #9ae6b4 !important;
  }

  .pc\:focus\:text-green-400:focus{
    color: #68d391 !important;
  }

  .pc\:focus\:text-green-500:focus{
    color: #48bb78 !important;
  }

  .pc\:focus\:text-green-600:focus{
    color: #38a169 !important;
  }

  .pc\:focus\:text-green-700:focus{
    color: #2f855a !important;
  }

  .pc\:focus\:text-green-800:focus{
    color: #276749 !important;
  }

  .pc\:focus\:text-green-900:focus{
    color: #22543d !important;
  }

  .pc\:focus\:text-teal-100:focus{
    color: #e6fffa !important;
  }

  .pc\:focus\:text-teal-200:focus{
    color: #b2f5ea !important;
  }

  .pc\:focus\:text-teal-300:focus{
    color: #81e6d9 !important;
  }

  .pc\:focus\:text-teal-400:focus{
    color: #4fd1c5 !important;
  }

  .pc\:focus\:text-teal-500:focus{
    color: #38b2ac !important;
  }

  .pc\:focus\:text-teal-600:focus{
    color: #319795 !important;
  }

  .pc\:focus\:text-teal-700:focus{
    color: #2c7a7b !important;
  }

  .pc\:focus\:text-teal-800:focus{
    color: #285e61 !important;
  }

  .pc\:focus\:text-teal-900:focus{
    color: #234e52 !important;
  }

  .pc\:focus\:text-blue-100:focus{
    color: #ebf8ff !important;
  }

  .pc\:focus\:text-blue-200:focus{
    color: #bee3f8 !important;
  }

  .pc\:focus\:text-blue-300:focus{
    color: #90cdf4 !important;
  }

  .pc\:focus\:text-blue-400:focus{
    color: #63b3ed !important;
  }

  .pc\:focus\:text-blue-500:focus{
    color: #4299e1 !important;
  }

  .pc\:focus\:text-blue-600:focus{
    color: #3182ce !important;
  }

  .pc\:focus\:text-blue-700:focus{
    color: #2b6cb0 !important;
  }

  .pc\:focus\:text-blue-800:focus{
    color: #2c5282 !important;
  }

  .pc\:focus\:text-blue-900:focus{
    color: #2a4365 !important;
  }

  .pc\:focus\:text-indigo-100:focus{
    color: #ebf4ff !important;
  }

  .pc\:focus\:text-indigo-200:focus{
    color: #c3dafe !important;
  }

  .pc\:focus\:text-indigo-300:focus{
    color: #a3bffa !important;
  }

  .pc\:focus\:text-indigo-400:focus{
    color: #7f9cf5 !important;
  }

  .pc\:focus\:text-indigo-500:focus{
    color: #667eea !important;
  }

  .pc\:focus\:text-indigo-600:focus{
    color: #5a67d8 !important;
  }

  .pc\:focus\:text-indigo-700:focus{
    color: #4c51bf !important;
  }

  .pc\:focus\:text-indigo-800:focus{
    color: #434190 !important;
  }

  .pc\:focus\:text-indigo-900:focus{
    color: #3c366b !important;
  }

  .pc\:focus\:text-purple-100:focus{
    color: #faf5ff !important;
  }

  .pc\:focus\:text-purple-200:focus{
    color: #e9d8fd !important;
  }

  .pc\:focus\:text-purple-300:focus{
    color: #d6bcfa !important;
  }

  .pc\:focus\:text-purple-400:focus{
    color: #b794f4 !important;
  }

  .pc\:focus\:text-purple-500:focus{
    color: #9f7aea !important;
  }

  .pc\:focus\:text-purple-600:focus{
    color: #805ad5 !important;
  }

  .pc\:focus\:text-purple-700:focus{
    color: #6b46c1 !important;
  }

  .pc\:focus\:text-purple-800:focus{
    color: #553c9a !important;
  }

  .pc\:focus\:text-purple-900:focus{
    color: #44337a !important;
  }

  .pc\:focus\:text-pink-100:focus{
    color: #fff5f7 !important;
  }

  .pc\:focus\:text-pink-200:focus{
    color: #fed7e2 !important;
  }

  .pc\:focus\:text-pink-300:focus{
    color: #fbb6ce !important;
  }

  .pc\:focus\:text-pink-400:focus{
    color: #f687b3 !important;
  }

  .pc\:focus\:text-pink-500:focus{
    color: #ed64a6 !important;
  }

  .pc\:focus\:text-pink-600:focus{
    color: #d53f8c !important;
  }

  .pc\:focus\:text-pink-700:focus{
    color: #b83280 !important;
  }

  .pc\:focus\:text-pink-800:focus{
    color: #97266d !important;
  }

  .pc\:focus\:text-pink-900:focus{
    color: #702459 !important;
  }

  .pc\:focus\:text-cyan:focus{
    color: #9cdbff !important;
  }

  .pc\:text-xs{
    font-size: 0.75rem !important;
  }

  .pc\:text-sm{
    font-size: 0.875rem !important;
  }

  .pc\:text-base{
    font-size: 1rem !important;
  }

  .pc\:text-lg{
    font-size: 1.125rem !important;
  }

  .pc\:text-xl{
    font-size: 1.25rem !important;
  }

  .pc\:text-2xl{
    font-size: 1.5rem !important;
  }

  .pc\:text-3xl{
    font-size: 1.875rem !important;
  }

  .pc\:text-4xl{
    font-size: 2.25rem !important;
  }

  .pc\:text-5xl{
    font-size: 3rem !important;
  }

  .pc\:text-6xl{
    font-size: 4rem !important;
  }

  .pc\:text-s1{
    font-size: 0.8rem !important;
  }

  .pc\:text-m1{
    font-size: 1rem !important;
  }

  .pc\:text-m2{
    font-size: 1.1rem !important;
  }

  .pc\:text-m3{
    font-size: 1.3rem !important;
  }

  .pc\:text-m4{
    font-size: 1.5rem !important;
  }

  .pc\:text-l1{
    font-size: 2.0rem !important;
  }

  .pc\:text-l2{
    font-size: 2.5rem !important;
  }

  .pc\:italic{
    font-style: italic !important;
  }

  .pc\:not-italic{
    font-style: normal !important;
  }

  .pc\:uppercase{
    text-transform: uppercase !important;
  }

  .pc\:lowercase{
    text-transform: lowercase !important;
  }

  .pc\:capitalize{
    text-transform: capitalize !important;
  }

  .pc\:normal-case{
    text-transform: none !important;
  }

  .pc\:underline{
    text-decoration: underline !important;
  }

  .pc\:line-through{
    text-decoration: line-through !important;
  }

  .pc\:no-underline{
    text-decoration: none !important;
  }

  .pc\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .pc\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .pc\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .pc\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .pc\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .pc\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .pc\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .pc\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .pc\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .pc\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .pc\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .pc\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .pc\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .pc\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .pc\:select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .pc\:select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .pc\:select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
  }

  .pc\:select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .pc\:align-baseline{
    vertical-align: baseline !important;
  }

  .pc\:align-top{
    vertical-align: top !important;
  }

  .pc\:align-middle{
    vertical-align: middle !important;
  }

  .pc\:align-bottom{
    vertical-align: bottom !important;
  }

  .pc\:align-text-top{
    vertical-align: text-top !important;
  }

  .pc\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .pc\:visible{
    visibility: visible !important;
  }

  .pc\:invisible{
    visibility: hidden !important;
  }

  .pc\:whitespace-normal{
    white-space: normal !important;
  }

  .pc\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .pc\:whitespace-pre{
    white-space: pre !important;
  }

  .pc\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .pc\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .pc\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .pc\:break-words{
    overflow-wrap: break-word !important;
  }

  .pc\:break-all{
    word-break: break-all !important;
  }

  .pc\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .pc\:w-0{
    width: 0 !important;
  }

  .pc\:w-1{
    width: 0.25rem !important;
  }

  .pc\:w-2{
    width: 0.5rem !important;
  }

  .pc\:w-3{
    width: 0.75rem !important;
  }

  .pc\:w-4{
    width: 1rem !important;
  }

  .pc\:w-5{
    width: 1.25rem !important;
  }

  .pc\:w-6{
    width: 1.5rem !important;
  }

  .pc\:w-8{
    width: 2rem !important;
  }

  .pc\:w-10{
    width: 2.5rem !important;
  }

  .pc\:w-12{
    width: 3rem !important;
  }

  .pc\:w-16{
    width: 4rem !important;
  }

  .pc\:w-20{
    width: 5rem !important;
  }

  .pc\:w-24{
    width: 6rem !important;
  }

  .pc\:w-32{
    width: 8rem !important;
  }

  .pc\:w-40{
    width: 10rem !important;
  }

  .pc\:w-48{
    width: 12rem !important;
  }

  .pc\:w-56{
    width: 14rem !important;
  }

  .pc\:w-64{
    width: 16rem !important;
  }

  .pc\:w-auto{
    width: auto !important;
  }

  .pc\:w-px{
    width: 1px !important;
  }

  .pc\:w-5px{
    width: 5px !important;
  }

  .pc\:w-25px{
    width: 25px !important;
  }

  .pc\:w-30px{
    width: 30px !important;
  }

  .pc\:w-50px{
    width: 50px !important;
  }

  .pc\:w-1\/2{
    width: 50% !important;
  }

  .pc\:w-1\/3{
    width: 33.333333% !important;
  }

  .pc\:w-2\/3{
    width: 66.666667% !important;
  }

  .pc\:w-1\/4{
    width: 25% !important;
  }

  .pc\:w-2\/4{
    width: 50% !important;
  }

  .pc\:w-3\/4{
    width: 75% !important;
  }

  .pc\:w-1\/5{
    width: 20% !important;
  }

  .pc\:w-2\/5{
    width: 40% !important;
  }

  .pc\:w-3\/5{
    width: 60% !important;
  }

  .pc\:w-4\/5{
    width: 80% !important;
  }

  .pc\:w-1\/6{
    width: 16.666667% !important;
  }

  .pc\:w-2\/6{
    width: 33.333333% !important;
  }

  .pc\:w-3\/6{
    width: 50% !important;
  }

  .pc\:w-4\/6{
    width: 66.666667% !important;
  }

  .pc\:w-5\/6{
    width: 83.333333% !important;
  }

  .pc\:w-1\/12{
    width: 8.333333% !important;
  }

  .pc\:w-2\/12{
    width: 16.666667% !important;
  }

  .pc\:w-3\/12{
    width: 25% !important;
  }

  .pc\:w-4\/12{
    width: 33.333333% !important;
  }

  .pc\:w-5\/12{
    width: 41.666667% !important;
  }

  .pc\:w-6\/12{
    width: 50% !important;
  }

  .pc\:w-7\/12{
    width: 58.333333% !important;
  }

  .pc\:w-8\/12{
    width: 66.666667% !important;
  }

  .pc\:w-9\/12{
    width: 75% !important;
  }

  .pc\:w-10\/12{
    width: 83.333333% !important;
  }

  .pc\:w-11\/12{
    width: 91.666667% !important;
  }

  .pc\:w-full{
    width: 100% !important;
  }

  .pc\:w-screen{
    width: 100vw !important;
  }

  .pc\:z-0{
    z-index: 0 !important;
  }

  .pc\:z-10{
    z-index: 10 !important;
  }

  .pc\:z-20{
    z-index: 20 !important;
  }

  .pc\:z-30{
    z-index: 30 !important;
  }

  .pc\:z-40{
    z-index: 40 !important;
  }

  .pc\:z-50{
    z-index: 50 !important;
  }

  .pc\:z-auto{
    z-index: auto !important;
  }

  .pc\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .pc\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .pc\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .pc\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .pc\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .pc\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .pc\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .pc\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .pc\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .pc\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .pc\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .pc\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .pc\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .pc\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .pc\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .pc\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .pc\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .pc\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .pc\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .pc\:gap-5px{
    grid-gap: 5px !important;
    gap: 5px !important;
  }

  .pc\:gap-25px{
    grid-gap: 25px !important;
    gap: 25px !important;
  }

  .pc\:gap-30px{
    grid-gap: 30px !important;
    gap: 30px !important;
  }

  .pc\:gap-50px{
    grid-gap: 50px !important;
    gap: 50px !important;
  }

  .pc\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .pc\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .pc\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .pc\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .pc\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .pc\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .pc\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .pc\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .pc\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .pc\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .pc\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
       -moz-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .pc\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .pc\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
       -moz-column-gap: 6rem !important;
            column-gap: 6rem !important;
  }

  .pc\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .pc\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .pc\:col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
       -moz-column-gap: 12rem !important;
            column-gap: 12rem !important;
  }

  .pc\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .pc\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .pc\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .pc\:col-gap-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
       -moz-column-gap: 5px !important;
            column-gap: 5px !important;
  }

  .pc\:col-gap-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
       -moz-column-gap: 25px !important;
            column-gap: 25px !important;
  }

  .pc\:col-gap-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
  }

  .pc\:col-gap-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
       -moz-column-gap: 50px !important;
            column-gap: 50px !important;
  }

  .pc\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .pc\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .pc\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .pc\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .pc\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .pc\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .pc\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .pc\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .pc\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .pc\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .pc\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .pc\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .pc\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .pc\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .pc\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .pc\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .pc\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .pc\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .pc\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .pc\:row-gap-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .pc\:row-gap-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .pc\:row-gap-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .pc\:row-gap-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .pc\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .pc\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .pc\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .pc\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .pc\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .pc\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .pc\:col-auto{
    grid-column: auto !important;
  }

  .pc\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .pc\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .pc\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .pc\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .pc\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .pc\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .pc\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .pc\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .pc\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .pc\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .pc\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .pc\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .pc\:col-start-1{
    grid-column-start: 1 !important;
  }

  .pc\:col-start-2{
    grid-column-start: 2 !important;
  }

  .pc\:col-start-3{
    grid-column-start: 3 !important;
  }

  .pc\:col-start-4{
    grid-column-start: 4 !important;
  }

  .pc\:col-start-5{
    grid-column-start: 5 !important;
  }

  .pc\:col-start-6{
    grid-column-start: 6 !important;
  }

  .pc\:col-start-7{
    grid-column-start: 7 !important;
  }

  .pc\:col-start-8{
    grid-column-start: 8 !important;
  }

  .pc\:col-start-9{
    grid-column-start: 9 !important;
  }

  .pc\:col-start-10{
    grid-column-start: 10 !important;
  }

  .pc\:col-start-11{
    grid-column-start: 11 !important;
  }

  .pc\:col-start-12{
    grid-column-start: 12 !important;
  }

  .pc\:col-start-13{
    grid-column-start: 13 !important;
  }

  .pc\:col-start-auto{
    grid-column-start: auto !important;
  }

  .pc\:col-end-1{
    grid-column-end: 1 !important;
  }

  .pc\:col-end-2{
    grid-column-end: 2 !important;
  }

  .pc\:col-end-3{
    grid-column-end: 3 !important;
  }

  .pc\:col-end-4{
    grid-column-end: 4 !important;
  }

  .pc\:col-end-5{
    grid-column-end: 5 !important;
  }

  .pc\:col-end-6{
    grid-column-end: 6 !important;
  }

  .pc\:col-end-7{
    grid-column-end: 7 !important;
  }

  .pc\:col-end-8{
    grid-column-end: 8 !important;
  }

  .pc\:col-end-9{
    grid-column-end: 9 !important;
  }

  .pc\:col-end-10{
    grid-column-end: 10 !important;
  }

  .pc\:col-end-11{
    grid-column-end: 11 !important;
  }

  .pc\:col-end-12{
    grid-column-end: 12 !important;
  }

  .pc\:col-end-13{
    grid-column-end: 13 !important;
  }

  .pc\:col-end-auto{
    grid-column-end: auto !important;
  }

  .pc\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .pc\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .pc\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .pc\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .pc\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .pc\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .pc\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .pc\:row-auto{
    grid-row: auto !important;
  }

  .pc\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .pc\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .pc\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .pc\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .pc\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .pc\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .pc\:row-start-1{
    grid-row-start: 1 !important;
  }

  .pc\:row-start-2{
    grid-row-start: 2 !important;
  }

  .pc\:row-start-3{
    grid-row-start: 3 !important;
  }

  .pc\:row-start-4{
    grid-row-start: 4 !important;
  }

  .pc\:row-start-5{
    grid-row-start: 5 !important;
  }

  .pc\:row-start-6{
    grid-row-start: 6 !important;
  }

  .pc\:row-start-7{
    grid-row-start: 7 !important;
  }

  .pc\:row-start-auto{
    grid-row-start: auto !important;
  }

  .pc\:row-end-1{
    grid-row-end: 1 !important;
  }

  .pc\:row-end-2{
    grid-row-end: 2 !important;
  }

  .pc\:row-end-3{
    grid-row-end: 3 !important;
  }

  .pc\:row-end-4{
    grid-row-end: 4 !important;
  }

  .pc\:row-end-5{
    grid-row-end: 5 !important;
  }

  .pc\:row-end-6{
    grid-row-end: 6 !important;
  }

  .pc\:row-end-7{
    grid-row-end: 7 !important;
  }

  .pc\:row-end-auto{
    grid-row-end: auto !important;
  }

  .pc\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .pc\:transform-none{
    -webkit-transform: none !important;
            transform: none !important;
  }

  .pc\:origin-center{
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .pc\:origin-top{
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .pc\:origin-top-right{
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .pc\:origin-right{
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .pc\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .pc\:origin-bottom{
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .pc\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .pc\:origin-left{
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .pc\:origin-top-left{
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .pc\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .pc\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .pc\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .pc\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .pc\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .pc\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .pc\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .pc\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .pc\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .pc\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .pc\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .pc\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .pc\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .pc\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .pc\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .pc\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .pc\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .pc\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .pc\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .pc\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .pc\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .pc\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .pc\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .pc\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .pc\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .pc\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .pc\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .pc\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .pc\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .pc\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .pc\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .pc\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .pc\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .pc\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .pc\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .pc\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .pc\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .pc\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .pc\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .pc\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .pc\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .pc\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .pc\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .pc\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .pc\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .pc\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .pc\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .pc\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .pc\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .pc\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .pc\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .pc\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .pc\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .pc\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .pc\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .pc\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .pc\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .pc\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .pc\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .pc\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .pc\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .pc\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .pc\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .pc\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .pc\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .pc\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .pc\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .pc\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .pc\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .pc\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .pc\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .pc\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .pc\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .pc\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .pc\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .pc\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .pc\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .pc\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .pc\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .pc\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .pc\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .pc\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .pc\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .pc\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .pc\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .pc\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .pc\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .pc\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .pc\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .pc\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .pc\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .pc\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .pc\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .pc\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .pc\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .pc\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .pc\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .pc\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .pc\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .pc\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .pc\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .pc\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .pc\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .pc\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .pc\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .pc\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .pc\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .pc\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .pc\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .pc\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .pc\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .pc\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .pc\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .pc\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .pc\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .pc\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .pc\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .pc\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .pc\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .pc\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .pc\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .pc\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .pc\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .pc\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .pc\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .pc\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .pc\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .pc\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .pc\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .pc\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .pc\:translate-x-5px{
    --transform-translate-x: 5px !important;
  }

  .pc\:translate-x-25px{
    --transform-translate-x: 25px !important;
  }

  .pc\:translate-x-30px{
    --transform-translate-x: 30px !important;
  }

  .pc\:translate-x-50px{
    --transform-translate-x: 50px !important;
  }

  .pc\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .pc\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .pc\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .pc\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .pc\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .pc\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .pc\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .pc\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .pc\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .pc\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .pc\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .pc\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .pc\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .pc\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .pc\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .pc\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .pc\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .pc\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .pc\:-translate-x-5px{
    --transform-translate-x: -5px !important;
  }

  .pc\:-translate-x-25px{
    --transform-translate-x: -25px !important;
  }

  .pc\:-translate-x-30px{
    --transform-translate-x: -30px !important;
  }

  .pc\:-translate-x-50px{
    --transform-translate-x: -50px !important;
  }

  .pc\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .pc\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .pc\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .pc\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .pc\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .pc\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .pc\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .pc\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .pc\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .pc\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .pc\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .pc\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .pc\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .pc\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .pc\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .pc\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .pc\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .pc\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .pc\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .pc\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .pc\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .pc\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .pc\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .pc\:translate-y-5px{
    --transform-translate-y: 5px !important;
  }

  .pc\:translate-y-25px{
    --transform-translate-y: 25px !important;
  }

  .pc\:translate-y-30px{
    --transform-translate-y: 30px !important;
  }

  .pc\:translate-y-50px{
    --transform-translate-y: 50px !important;
  }

  .pc\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .pc\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .pc\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .pc\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .pc\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .pc\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .pc\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .pc\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .pc\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .pc\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .pc\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .pc\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .pc\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .pc\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .pc\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .pc\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .pc\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .pc\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .pc\:-translate-y-5px{
    --transform-translate-y: -5px !important;
  }

  .pc\:-translate-y-25px{
    --transform-translate-y: -25px !important;
  }

  .pc\:-translate-y-30px{
    --transform-translate-y: -30px !important;
  }

  .pc\:-translate-y-50px{
    --transform-translate-y: -50px !important;
  }

  .pc\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .pc\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .pc\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .pc\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .pc\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .pc\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .pc\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .pc\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .pc\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .pc\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .pc\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .pc\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .pc\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .pc\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .pc\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .pc\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .pc\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .pc\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .pc\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .pc\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .pc\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .pc\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .pc\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .pc\:hover\:translate-x-5px:hover{
    --transform-translate-x: 5px !important;
  }

  .pc\:hover\:translate-x-25px:hover{
    --transform-translate-x: 25px !important;
  }

  .pc\:hover\:translate-x-30px:hover{
    --transform-translate-x: 30px !important;
  }

  .pc\:hover\:translate-x-50px:hover{
    --transform-translate-x: 50px !important;
  }

  .pc\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .pc\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .pc\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .pc\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .pc\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .pc\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .pc\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .pc\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .pc\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .pc\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .pc\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .pc\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .pc\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .pc\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .pc\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .pc\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .pc\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .pc\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .pc\:hover\:-translate-x-5px:hover{
    --transform-translate-x: -5px !important;
  }

  .pc\:hover\:-translate-x-25px:hover{
    --transform-translate-x: -25px !important;
  }

  .pc\:hover\:-translate-x-30px:hover{
    --transform-translate-x: -30px !important;
  }

  .pc\:hover\:-translate-x-50px:hover{
    --transform-translate-x: -50px !important;
  }

  .pc\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .pc\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .pc\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .pc\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .pc\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .pc\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .pc\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .pc\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .pc\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .pc\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .pc\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .pc\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .pc\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .pc\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .pc\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .pc\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .pc\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .pc\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .pc\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .pc\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .pc\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .pc\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .pc\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .pc\:hover\:translate-y-5px:hover{
    --transform-translate-y: 5px !important;
  }

  .pc\:hover\:translate-y-25px:hover{
    --transform-translate-y: 25px !important;
  }

  .pc\:hover\:translate-y-30px:hover{
    --transform-translate-y: 30px !important;
  }

  .pc\:hover\:translate-y-50px:hover{
    --transform-translate-y: 50px !important;
  }

  .pc\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .pc\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .pc\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .pc\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .pc\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .pc\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .pc\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .pc\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .pc\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .pc\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .pc\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .pc\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .pc\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .pc\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .pc\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .pc\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .pc\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .pc\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .pc\:hover\:-translate-y-5px:hover{
    --transform-translate-y: -5px !important;
  }

  .pc\:hover\:-translate-y-25px:hover{
    --transform-translate-y: -25px !important;
  }

  .pc\:hover\:-translate-y-30px:hover{
    --transform-translate-y: -30px !important;
  }

  .pc\:hover\:-translate-y-50px:hover{
    --transform-translate-y: -50px !important;
  }

  .pc\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .pc\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .pc\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .pc\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .pc\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .pc\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .pc\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .pc\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .pc\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .pc\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .pc\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .pc\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .pc\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .pc\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .pc\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .pc\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .pc\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .pc\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .pc\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .pc\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .pc\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .pc\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .pc\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .pc\:focus\:translate-x-5px:focus{
    --transform-translate-x: 5px !important;
  }

  .pc\:focus\:translate-x-25px:focus{
    --transform-translate-x: 25px !important;
  }

  .pc\:focus\:translate-x-30px:focus{
    --transform-translate-x: 30px !important;
  }

  .pc\:focus\:translate-x-50px:focus{
    --transform-translate-x: 50px !important;
  }

  .pc\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .pc\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .pc\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .pc\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .pc\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .pc\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .pc\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .pc\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .pc\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .pc\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .pc\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .pc\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .pc\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .pc\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .pc\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .pc\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .pc\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .pc\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .pc\:focus\:-translate-x-5px:focus{
    --transform-translate-x: -5px !important;
  }

  .pc\:focus\:-translate-x-25px:focus{
    --transform-translate-x: -25px !important;
  }

  .pc\:focus\:-translate-x-30px:focus{
    --transform-translate-x: -30px !important;
  }

  .pc\:focus\:-translate-x-50px:focus{
    --transform-translate-x: -50px !important;
  }

  .pc\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .pc\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .pc\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .pc\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .pc\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .pc\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .pc\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .pc\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .pc\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .pc\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .pc\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .pc\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .pc\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .pc\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .pc\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .pc\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .pc\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .pc\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .pc\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .pc\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .pc\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .pc\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .pc\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .pc\:focus\:translate-y-5px:focus{
    --transform-translate-y: 5px !important;
  }

  .pc\:focus\:translate-y-25px:focus{
    --transform-translate-y: 25px !important;
  }

  .pc\:focus\:translate-y-30px:focus{
    --transform-translate-y: 30px !important;
  }

  .pc\:focus\:translate-y-50px:focus{
    --transform-translate-y: 50px !important;
  }

  .pc\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .pc\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .pc\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .pc\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .pc\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .pc\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .pc\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .pc\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .pc\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .pc\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .pc\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .pc\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .pc\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .pc\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .pc\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .pc\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .pc\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .pc\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .pc\:focus\:-translate-y-5px:focus{
    --transform-translate-y: -5px !important;
  }

  .pc\:focus\:-translate-y-25px:focus{
    --transform-translate-y: -25px !important;
  }

  .pc\:focus\:-translate-y-30px:focus{
    --transform-translate-y: -30px !important;
  }

  .pc\:focus\:-translate-y-50px:focus{
    --transform-translate-y: -50px !important;
  }

  .pc\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .pc\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .pc\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .pc\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .pc\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .pc\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .pc\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .pc\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .pc\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .pc\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .pc\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .pc\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .pc\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .pc\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .pc\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .pc\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .pc\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .pc\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .pc\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .pc\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .pc\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .pc\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .pc\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .pc\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .pc\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .pc\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .pc\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .pc\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .pc\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .pc\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .pc\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .pc\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .pc\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .pc\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .pc\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .pc\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .pc\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .pc\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .pc\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .pc\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .pc\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .pc\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .pc\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .pc\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .pc\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .pc\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .pc\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .pc\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .pc\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform !important;
  }

  .pc\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .pc\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .pc\:transition-shadow{
    -webkit-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
  }

  .pc\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .pc\:ease-linear{
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .pc\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .pc\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .pc\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .pc\:duration-75{
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .pc\:duration-100{
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .pc\:duration-150{
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .pc\:duration-200{
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .pc\:duration-300{
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .pc\:duration-500{
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .pc\:duration-700{
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .pc\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }
}
