*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: JetBrains Mono, Fira Code, ui-monospace, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[x-cloak] {
  display: none !important;
}

/* German number formatting defaults */

[inputmode="decimal"] {
  font-variant-numeric: tabular-nums;
}

/* Print styles for receipts */

@media print {
  body > *:not(main) {
    display: none !important;
  }

  main {
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* ---- HTMX ---- */

.htmx-indicator {
  opacity: 0;
  transition: opacity 200ms ease-in;
}

.htmx-request .htmx-indicator,
    .htmx-request.htmx-indicator {
  opacity: 1;
}

/* ---- Keyboard badge ---- */

kbd {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 216 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: JetBrains Mono, Fira Code, ui-monospace, monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

/* ======== LAYOUT / CARDS ======== */

.card {
  overflow: hidden;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(28 25 23 / 0.06), 0 1px 2px -1px rgb(28 25 23 / 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-body {
  padding: 1.25rem;
}

.card-body-lg {
  padding: 1.5rem;
}

/* ======== TABLES ======== */

.table-wrap {
  overflow: hidden;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(28 25 23 / 0.06), 0 1px 2px -1px rgb(28 25 23 / 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.table-head th {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

.table-row {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.table-row:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.table-dividers > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(221 216 207 / var(--tw-divide-opacity, 1));
}

/* ======== STAT CARDS ======== */

.stat-card {
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(28 25 23 / 0.06), 0 1px 2px -1px rgb(28 25 23 / 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.stat-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

.stat-value {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.stat-income {
  border-radius: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 219 194 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 243 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.stat-expense {
  border-radius: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 218 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 239 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.stat-balance {
  border-radius: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 206 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 250 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

/* ======== BADGES ======== */

.badge {
  display: inline-flex;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.badge-purchase {
  --tw-bg-opacity: 1;
  background-color: rgb(245 237 216 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(125 92 40 / var(--tw-text-opacity, 1));
}

.badge-sale {
  --tw-bg-opacity: 1;
  background-color: rgb(224 237 224 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(61 96 61 / var(--tw-text-opacity, 1));
}

.badge-info {
  --tw-bg-opacity: 1;
  background-color: rgb(224 230 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(59 77 111 / var(--tw-text-opacity, 1));
}

.badge-warn {
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(133 87 28 / var(--tw-text-opacity, 1));
}

.badge-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(245 225 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(125 61 47 / var(--tw-text-opacity, 1));
}

.badge-neutral {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(92 84 73 / var(--tw-text-opacity, 1));
}

/* ======== BUTTONS ======== */

.btn-primary {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(45 112 104 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 90 84 / var(--tw-bg-opacity, 1));
}

.btn-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 137 127 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 1px;
}

.btn-purchase {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(154 116 48 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-purchase:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 92 40 / var(--tw-bg-opacity, 1));
}

.btn-purchase:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(184 144 59 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 1px;
}

.btn-sale {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(74 118 74 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-sale:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 96 61 / var(--tw-bg-opacity, 1));
}

.btn-sale:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(92 144 92 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 1px;
}

.btn-secondary {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 194 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(92 84 73 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.btn-secondary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 137 127 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 1px;
}

.btn-ghost {
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(92 84 73 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.btn-ghost:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-danger {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(154 75 56 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 61 47 / var(--tw-bg-opacity, 1));
}

.btn-danger:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(184 93 71 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 1px;
}

.btn-info {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(72 94 136 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-info:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 77 111 / var(--tw-bg-opacity, 1));
}

.btn-info:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(90 117 165 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 1px;
}

/* ======== FORMS ======== */

.input {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 194 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

.input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

.input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(56 137 127 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 137 127 / var(--tw-ring-opacity, 1));
}

.input-mono {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 194 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input-mono::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

.input-mono::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

.input-mono:focus {
  --tw-border-opacity: 1;
  border-color: rgb(56 137 127 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 137 127 / var(--tw-ring-opacity, 1));
}

.input-mono {
  font-family: JetBrains Mono, Fira Code, ui-monospace, monospace;
}

.input-sm {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 194 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input-sm:focus {
  --tw-border-opacity: 1;
  border-color: rgb(56 137 127 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 137 127 / var(--tw-ring-opacity, 1));
}

.label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(92 84 73 / var(--tw-text-opacity, 1));
}

.label-section {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

/* Radio card pattern */

.radio-card {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 194 183 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.radio-card:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.radio-card-purchase {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 194 183 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.radio-card-purchase:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.radio-card-purchase:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(184 144 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 239 / var(--tw-bg-opacity, 1));
}

.radio-card-sale {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 194 183 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.radio-card-sale:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.radio-card-sale:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(92 144 92 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 243 / var(--tw-bg-opacity, 1));
}

.radio-card-neutral {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 194 183 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.radio-card-neutral:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.radio-card-neutral:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

/* ======== FLASH MESSAGES ======== */

.flash-success {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 219 194 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 243 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.flash-success p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(61 96 61 / var(--tw-text-opacity, 1));
}

.flash-error {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 196 186 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 241 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.flash-error p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(125 61 47 / var(--tw-text-opacity, 1));
}

.flash-warn {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 217 167 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 248 238 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.flash-warn p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(133 87 28 / var(--tw-text-opacity, 1));
}

/* ======== NAVIGATION ======== */

.nav-tab {
  border-bottom-width: 2px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav-tab:hover {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.nav-tab-active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

/* ======== FILTER PILLS ======== */

.filter-pill {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 194 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(92 84 73 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.filter-pill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.filter-pill-active {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 112 104 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(45 112 104 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* ======== TIMELINE ======== */

.timeline-icon {
  display: inline-flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

/* ======== MISC ======== */

.form-section-border {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 216 207 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
}

.calc-box {
  border-radius: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 216 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

/* Calculator result boxes */

.result-purchase {
  border-radius: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 218 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 239 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.result-sale {
  border-radius: 0.625rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(194 219 194 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 243 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-full {
  height: 100%;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[3rem\] {
  min-width: 3rem;
}

.min-w-full {
  min-width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-grab {
  cursor: grab;
}

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

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

.divide-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 216 207 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.rounded {
  border-radius: 0.375rem;
}

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

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

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

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

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

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

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

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

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(221 216 207 / var(--tw-border-opacity, 1));
}

.border-border-strong {
  --tw-border-opacity: 1;
  border-color: rgb(200 194 183 / var(--tw-border-opacity, 1));
}

.border-danger-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 225 220 / var(--tw-border-opacity, 1));
}

.border-danger-100\/0 {
  border-color: rgb(245 225 220 / 0);
}

.border-danger-100\/10 {
  border-color: rgb(245 225 220 / 0.1);
}

.border-danger-100\/100 {
  border-color: rgb(245 225 220 / 1);
}

.border-danger-100\/15 {
  border-color: rgb(245 225 220 / 0.15);
}

.border-danger-100\/20 {
  border-color: rgb(245 225 220 / 0.2);
}

.border-danger-100\/25 {
  border-color: rgb(245 225 220 / 0.25);
}

.border-danger-100\/30 {
  border-color: rgb(245 225 220 / 0.3);
}

.border-danger-100\/35 {
  border-color: rgb(245 225 220 / 0.35);
}

.border-danger-100\/40 {
  border-color: rgb(245 225 220 / 0.4);
}

.border-danger-100\/45 {
  border-color: rgb(245 225 220 / 0.45);
}

.border-danger-100\/5 {
  border-color: rgb(245 225 220 / 0.05);
}

.border-danger-100\/50 {
  border-color: rgb(245 225 220 / 0.5);
}

.border-danger-100\/55 {
  border-color: rgb(245 225 220 / 0.55);
}

.border-danger-100\/60 {
  border-color: rgb(245 225 220 / 0.6);
}

.border-danger-100\/65 {
  border-color: rgb(245 225 220 / 0.65);
}

.border-danger-100\/70 {
  border-color: rgb(245 225 220 / 0.7);
}

.border-danger-100\/75 {
  border-color: rgb(245 225 220 / 0.75);
}

.border-danger-100\/80 {
  border-color: rgb(245 225 220 / 0.8);
}

.border-danger-100\/85 {
  border-color: rgb(245 225 220 / 0.85);
}

.border-danger-100\/90 {
  border-color: rgb(245 225 220 / 0.9);
}

.border-danger-100\/95 {
  border-color: rgb(245 225 220 / 0.95);
}

.border-danger-200 {
  --tw-border-opacity: 1;
  border-color: rgb(235 196 186 / var(--tw-border-opacity, 1));
}

.border-danger-200\/0 {
  border-color: rgb(235 196 186 / 0);
}

.border-danger-200\/10 {
  border-color: rgb(235 196 186 / 0.1);
}

.border-danger-200\/100 {
  border-color: rgb(235 196 186 / 1);
}

.border-danger-200\/15 {
  border-color: rgb(235 196 186 / 0.15);
}

.border-danger-200\/20 {
  border-color: rgb(235 196 186 / 0.2);
}

.border-danger-200\/25 {
  border-color: rgb(235 196 186 / 0.25);
}

.border-danger-200\/30 {
  border-color: rgb(235 196 186 / 0.3);
}

.border-danger-200\/35 {
  border-color: rgb(235 196 186 / 0.35);
}

.border-danger-200\/40 {
  border-color: rgb(235 196 186 / 0.4);
}

.border-danger-200\/45 {
  border-color: rgb(235 196 186 / 0.45);
}

.border-danger-200\/5 {
  border-color: rgb(235 196 186 / 0.05);
}

.border-danger-200\/50 {
  border-color: rgb(235 196 186 / 0.5);
}

.border-danger-200\/55 {
  border-color: rgb(235 196 186 / 0.55);
}

.border-danger-200\/60 {
  border-color: rgb(235 196 186 / 0.6);
}

.border-danger-200\/65 {
  border-color: rgb(235 196 186 / 0.65);
}

.border-danger-200\/70 {
  border-color: rgb(235 196 186 / 0.7);
}

.border-danger-200\/75 {
  border-color: rgb(235 196 186 / 0.75);
}

.border-danger-200\/80 {
  border-color: rgb(235 196 186 / 0.8);
}

.border-danger-200\/85 {
  border-color: rgb(235 196 186 / 0.85);
}

.border-danger-200\/90 {
  border-color: rgb(235 196 186 / 0.9);
}

.border-danger-200\/95 {
  border-color: rgb(235 196 186 / 0.95);
}

.border-danger-300 {
  --tw-border-opacity: 1;
  border-color: rgb(221 158 142 / var(--tw-border-opacity, 1));
}

.border-danger-50 {
  --tw-border-opacity: 1;
  border-color: rgb(251 243 241 / var(--tw-border-opacity, 1));
}

.border-danger-50\/0 {
  border-color: rgb(251 243 241 / 0);
}

.border-danger-50\/10 {
  border-color: rgb(251 243 241 / 0.1);
}

.border-danger-50\/100 {
  border-color: rgb(251 243 241 / 1);
}

.border-danger-50\/15 {
  border-color: rgb(251 243 241 / 0.15);
}

.border-danger-50\/20 {
  border-color: rgb(251 243 241 / 0.2);
}

.border-danger-50\/25 {
  border-color: rgb(251 243 241 / 0.25);
}

.border-danger-50\/30 {
  border-color: rgb(251 243 241 / 0.3);
}

.border-danger-50\/35 {
  border-color: rgb(251 243 241 / 0.35);
}

.border-danger-50\/40 {
  border-color: rgb(251 243 241 / 0.4);
}

.border-danger-50\/45 {
  border-color: rgb(251 243 241 / 0.45);
}

.border-danger-50\/5 {
  border-color: rgb(251 243 241 / 0.05);
}

.border-danger-50\/50 {
  border-color: rgb(251 243 241 / 0.5);
}

.border-danger-50\/55 {
  border-color: rgb(251 243 241 / 0.55);
}

.border-danger-50\/60 {
  border-color: rgb(251 243 241 / 0.6);
}

.border-danger-50\/65 {
  border-color: rgb(251 243 241 / 0.65);
}

.border-danger-50\/70 {
  border-color: rgb(251 243 241 / 0.7);
}

.border-danger-50\/75 {
  border-color: rgb(251 243 241 / 0.75);
}

.border-danger-50\/80 {
  border-color: rgb(251 243 241 / 0.8);
}

.border-danger-50\/85 {
  border-color: rgb(251 243 241 / 0.85);
}

.border-danger-50\/90 {
  border-color: rgb(251 243 241 / 0.9);
}

.border-danger-50\/95 {
  border-color: rgb(251 243 241 / 0.95);
}

.border-danger-500 {
  --tw-border-opacity: 1;
  border-color: rgb(184 93 71 / var(--tw-border-opacity, 1));
}

.border-danger-500\/0 {
  border-color: rgb(184 93 71 / 0);
}

.border-danger-500\/10 {
  border-color: rgb(184 93 71 / 0.1);
}

.border-danger-500\/100 {
  border-color: rgb(184 93 71 / 1);
}

.border-danger-500\/15 {
  border-color: rgb(184 93 71 / 0.15);
}

.border-danger-500\/20 {
  border-color: rgb(184 93 71 / 0.2);
}

.border-danger-500\/25 {
  border-color: rgb(184 93 71 / 0.25);
}

.border-danger-500\/30 {
  border-color: rgb(184 93 71 / 0.3);
}

.border-danger-500\/35 {
  border-color: rgb(184 93 71 / 0.35);
}

.border-danger-500\/40 {
  border-color: rgb(184 93 71 / 0.4);
}

.border-danger-500\/45 {
  border-color: rgb(184 93 71 / 0.45);
}

.border-danger-500\/5 {
  border-color: rgb(184 93 71 / 0.05);
}

.border-danger-500\/50 {
  border-color: rgb(184 93 71 / 0.5);
}

.border-danger-500\/55 {
  border-color: rgb(184 93 71 / 0.55);
}

.border-danger-500\/60 {
  border-color: rgb(184 93 71 / 0.6);
}

.border-danger-500\/65 {
  border-color: rgb(184 93 71 / 0.65);
}

.border-danger-500\/70 {
  border-color: rgb(184 93 71 / 0.7);
}

.border-danger-500\/75 {
  border-color: rgb(184 93 71 / 0.75);
}

.border-danger-500\/80 {
  border-color: rgb(184 93 71 / 0.8);
}

.border-danger-500\/85 {
  border-color: rgb(184 93 71 / 0.85);
}

.border-danger-500\/90 {
  border-color: rgb(184 93 71 / 0.9);
}

.border-danger-500\/95 {
  border-color: rgb(184 93 71 / 0.95);
}

.border-danger-600 {
  --tw-border-opacity: 1;
  border-color: rgb(154 75 56 / var(--tw-border-opacity, 1));
}

.border-danger-600\/0 {
  border-color: rgb(154 75 56 / 0);
}

.border-danger-600\/10 {
  border-color: rgb(154 75 56 / 0.1);
}

.border-danger-600\/100 {
  border-color: rgb(154 75 56 / 1);
}

.border-danger-600\/15 {
  border-color: rgb(154 75 56 / 0.15);
}

.border-danger-600\/20 {
  border-color: rgb(154 75 56 / 0.2);
}

.border-danger-600\/25 {
  border-color: rgb(154 75 56 / 0.25);
}

.border-danger-600\/30 {
  border-color: rgb(154 75 56 / 0.3);
}

.border-danger-600\/35 {
  border-color: rgb(154 75 56 / 0.35);
}

.border-danger-600\/40 {
  border-color: rgb(154 75 56 / 0.4);
}

.border-danger-600\/45 {
  border-color: rgb(154 75 56 / 0.45);
}

.border-danger-600\/5 {
  border-color: rgb(154 75 56 / 0.05);
}

.border-danger-600\/50 {
  border-color: rgb(154 75 56 / 0.5);
}

.border-danger-600\/55 {
  border-color: rgb(154 75 56 / 0.55);
}

.border-danger-600\/60 {
  border-color: rgb(154 75 56 / 0.6);
}

.border-danger-600\/65 {
  border-color: rgb(154 75 56 / 0.65);
}

.border-danger-600\/70 {
  border-color: rgb(154 75 56 / 0.7);
}

.border-danger-600\/75 {
  border-color: rgb(154 75 56 / 0.75);
}

.border-danger-600\/80 {
  border-color: rgb(154 75 56 / 0.8);
}

.border-danger-600\/85 {
  border-color: rgb(154 75 56 / 0.85);
}

.border-danger-600\/90 {
  border-color: rgb(154 75 56 / 0.9);
}

.border-danger-600\/95 {
  border-color: rgb(154 75 56 / 0.95);
}

.border-danger-700 {
  --tw-border-opacity: 1;
  border-color: rgb(125 61 47 / var(--tw-border-opacity, 1));
}

.border-danger-700\/0 {
  border-color: rgb(125 61 47 / 0);
}

.border-danger-700\/10 {
  border-color: rgb(125 61 47 / 0.1);
}

.border-danger-700\/100 {
  border-color: rgb(125 61 47 / 1);
}

.border-danger-700\/15 {
  border-color: rgb(125 61 47 / 0.15);
}

.border-danger-700\/20 {
  border-color: rgb(125 61 47 / 0.2);
}

.border-danger-700\/25 {
  border-color: rgb(125 61 47 / 0.25);
}

.border-danger-700\/30 {
  border-color: rgb(125 61 47 / 0.3);
}

.border-danger-700\/35 {
  border-color: rgb(125 61 47 / 0.35);
}

.border-danger-700\/40 {
  border-color: rgb(125 61 47 / 0.4);
}

.border-danger-700\/45 {
  border-color: rgb(125 61 47 / 0.45);
}

.border-danger-700\/5 {
  border-color: rgb(125 61 47 / 0.05);
}

.border-danger-700\/50 {
  border-color: rgb(125 61 47 / 0.5);
}

.border-danger-700\/55 {
  border-color: rgb(125 61 47 / 0.55);
}

.border-danger-700\/60 {
  border-color: rgb(125 61 47 / 0.6);
}

.border-danger-700\/65 {
  border-color: rgb(125 61 47 / 0.65);
}

.border-danger-700\/70 {
  border-color: rgb(125 61 47 / 0.7);
}

.border-danger-700\/75 {
  border-color: rgb(125 61 47 / 0.75);
}

.border-danger-700\/80 {
  border-color: rgb(125 61 47 / 0.8);
}

.border-danger-700\/85 {
  border-color: rgb(125 61 47 / 0.85);
}

.border-danger-700\/90 {
  border-color: rgb(125 61 47 / 0.9);
}

.border-danger-700\/95 {
  border-color: rgb(125 61 47 / 0.95);
}

.border-info-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 230 242 / var(--tw-border-opacity, 1));
}

.border-info-100\/0 {
  border-color: rgb(224 230 242 / 0);
}

.border-info-100\/10 {
  border-color: rgb(224 230 242 / 0.1);
}

.border-info-100\/100 {
  border-color: rgb(224 230 242 / 1);
}

.border-info-100\/15 {
  border-color: rgb(224 230 242 / 0.15);
}

.border-info-100\/20 {
  border-color: rgb(224 230 242 / 0.2);
}

.border-info-100\/25 {
  border-color: rgb(224 230 242 / 0.25);
}

.border-info-100\/30 {
  border-color: rgb(224 230 242 / 0.3);
}

.border-info-100\/35 {
  border-color: rgb(224 230 242 / 0.35);
}

.border-info-100\/40 {
  border-color: rgb(224 230 242 / 0.4);
}

.border-info-100\/45 {
  border-color: rgb(224 230 242 / 0.45);
}

.border-info-100\/5 {
  border-color: rgb(224 230 242 / 0.05);
}

.border-info-100\/50 {
  border-color: rgb(224 230 242 / 0.5);
}

.border-info-100\/55 {
  border-color: rgb(224 230 242 / 0.55);
}

.border-info-100\/60 {
  border-color: rgb(224 230 242 / 0.6);
}

.border-info-100\/65 {
  border-color: rgb(224 230 242 / 0.65);
}

.border-info-100\/70 {
  border-color: rgb(224 230 242 / 0.7);
}

.border-info-100\/75 {
  border-color: rgb(224 230 242 / 0.75);
}

.border-info-100\/80 {
  border-color: rgb(224 230 242 / 0.8);
}

.border-info-100\/85 {
  border-color: rgb(224 230 242 / 0.85);
}

.border-info-100\/90 {
  border-color: rgb(224 230 242 / 0.9);
}

.border-info-100\/95 {
  border-color: rgb(224 230 242 / 0.95);
}

.border-info-200 {
  --tw-border-opacity: 1;
  border-color: rgb(195 206 228 / var(--tw-border-opacity, 1));
}

.border-info-200\/0 {
  border-color: rgb(195 206 228 / 0);
}

.border-info-200\/10 {
  border-color: rgb(195 206 228 / 0.1);
}

.border-info-200\/100 {
  border-color: rgb(195 206 228 / 1);
}

.border-info-200\/15 {
  border-color: rgb(195 206 228 / 0.15);
}

.border-info-200\/20 {
  border-color: rgb(195 206 228 / 0.2);
}

.border-info-200\/25 {
  border-color: rgb(195 206 228 / 0.25);
}

.border-info-200\/30 {
  border-color: rgb(195 206 228 / 0.3);
}

.border-info-200\/35 {
  border-color: rgb(195 206 228 / 0.35);
}

.border-info-200\/40 {
  border-color: rgb(195 206 228 / 0.4);
}

.border-info-200\/45 {
  border-color: rgb(195 206 228 / 0.45);
}

.border-info-200\/5 {
  border-color: rgb(195 206 228 / 0.05);
}

.border-info-200\/50 {
  border-color: rgb(195 206 228 / 0.5);
}

.border-info-200\/55 {
  border-color: rgb(195 206 228 / 0.55);
}

.border-info-200\/60 {
  border-color: rgb(195 206 228 / 0.6);
}

.border-info-200\/65 {
  border-color: rgb(195 206 228 / 0.65);
}

.border-info-200\/70 {
  border-color: rgb(195 206 228 / 0.7);
}

.border-info-200\/75 {
  border-color: rgb(195 206 228 / 0.75);
}

.border-info-200\/80 {
  border-color: rgb(195 206 228 / 0.8);
}

.border-info-200\/85 {
  border-color: rgb(195 206 228 / 0.85);
}

.border-info-200\/90 {
  border-color: rgb(195 206 228 / 0.9);
}

.border-info-200\/95 {
  border-color: rgb(195 206 228 / 0.95);
}

.border-info-50 {
  --tw-border-opacity: 1;
  border-color: rgb(242 245 250 / var(--tw-border-opacity, 1));
}

.border-info-50\/0 {
  border-color: rgb(242 245 250 / 0);
}

.border-info-50\/10 {
  border-color: rgb(242 245 250 / 0.1);
}

.border-info-50\/100 {
  border-color: rgb(242 245 250 / 1);
}

.border-info-50\/15 {
  border-color: rgb(242 245 250 / 0.15);
}

.border-info-50\/20 {
  border-color: rgb(242 245 250 / 0.2);
}

.border-info-50\/25 {
  border-color: rgb(242 245 250 / 0.25);
}

.border-info-50\/30 {
  border-color: rgb(242 245 250 / 0.3);
}

.border-info-50\/35 {
  border-color: rgb(242 245 250 / 0.35);
}

.border-info-50\/40 {
  border-color: rgb(242 245 250 / 0.4);
}

.border-info-50\/45 {
  border-color: rgb(242 245 250 / 0.45);
}

.border-info-50\/5 {
  border-color: rgb(242 245 250 / 0.05);
}

.border-info-50\/50 {
  border-color: rgb(242 245 250 / 0.5);
}

.border-info-50\/55 {
  border-color: rgb(242 245 250 / 0.55);
}

.border-info-50\/60 {
  border-color: rgb(242 245 250 / 0.6);
}

.border-info-50\/65 {
  border-color: rgb(242 245 250 / 0.65);
}

.border-info-50\/70 {
  border-color: rgb(242 245 250 / 0.7);
}

.border-info-50\/75 {
  border-color: rgb(242 245 250 / 0.75);
}

.border-info-50\/80 {
  border-color: rgb(242 245 250 / 0.8);
}

.border-info-50\/85 {
  border-color: rgb(242 245 250 / 0.85);
}

.border-info-50\/90 {
  border-color: rgb(242 245 250 / 0.9);
}

.border-info-50\/95 {
  border-color: rgb(242 245 250 / 0.95);
}

.border-info-500 {
  --tw-border-opacity: 1;
  border-color: rgb(90 117 165 / var(--tw-border-opacity, 1));
}

.border-info-500\/0 {
  border-color: rgb(90 117 165 / 0);
}

.border-info-500\/10 {
  border-color: rgb(90 117 165 / 0.1);
}

.border-info-500\/100 {
  border-color: rgb(90 117 165 / 1);
}

.border-info-500\/15 {
  border-color: rgb(90 117 165 / 0.15);
}

.border-info-500\/20 {
  border-color: rgb(90 117 165 / 0.2);
}

.border-info-500\/25 {
  border-color: rgb(90 117 165 / 0.25);
}

.border-info-500\/30 {
  border-color: rgb(90 117 165 / 0.3);
}

.border-info-500\/35 {
  border-color: rgb(90 117 165 / 0.35);
}

.border-info-500\/40 {
  border-color: rgb(90 117 165 / 0.4);
}

.border-info-500\/45 {
  border-color: rgb(90 117 165 / 0.45);
}

.border-info-500\/5 {
  border-color: rgb(90 117 165 / 0.05);
}

.border-info-500\/50 {
  border-color: rgb(90 117 165 / 0.5);
}

.border-info-500\/55 {
  border-color: rgb(90 117 165 / 0.55);
}

.border-info-500\/60 {
  border-color: rgb(90 117 165 / 0.6);
}

.border-info-500\/65 {
  border-color: rgb(90 117 165 / 0.65);
}

.border-info-500\/70 {
  border-color: rgb(90 117 165 / 0.7);
}

.border-info-500\/75 {
  border-color: rgb(90 117 165 / 0.75);
}

.border-info-500\/80 {
  border-color: rgb(90 117 165 / 0.8);
}

.border-info-500\/85 {
  border-color: rgb(90 117 165 / 0.85);
}

.border-info-500\/90 {
  border-color: rgb(90 117 165 / 0.9);
}

.border-info-500\/95 {
  border-color: rgb(90 117 165 / 0.95);
}

.border-info-600 {
  --tw-border-opacity: 1;
  border-color: rgb(72 94 136 / var(--tw-border-opacity, 1));
}

.border-info-600\/0 {
  border-color: rgb(72 94 136 / 0);
}

.border-info-600\/10 {
  border-color: rgb(72 94 136 / 0.1);
}

.border-info-600\/100 {
  border-color: rgb(72 94 136 / 1);
}

.border-info-600\/15 {
  border-color: rgb(72 94 136 / 0.15);
}

.border-info-600\/20 {
  border-color: rgb(72 94 136 / 0.2);
}

.border-info-600\/25 {
  border-color: rgb(72 94 136 / 0.25);
}

.border-info-600\/30 {
  border-color: rgb(72 94 136 / 0.3);
}

.border-info-600\/35 {
  border-color: rgb(72 94 136 / 0.35);
}

.border-info-600\/40 {
  border-color: rgb(72 94 136 / 0.4);
}

.border-info-600\/45 {
  border-color: rgb(72 94 136 / 0.45);
}

.border-info-600\/5 {
  border-color: rgb(72 94 136 / 0.05);
}

.border-info-600\/50 {
  border-color: rgb(72 94 136 / 0.5);
}

.border-info-600\/55 {
  border-color: rgb(72 94 136 / 0.55);
}

.border-info-600\/60 {
  border-color: rgb(72 94 136 / 0.6);
}

.border-info-600\/65 {
  border-color: rgb(72 94 136 / 0.65);
}

.border-info-600\/70 {
  border-color: rgb(72 94 136 / 0.7);
}

.border-info-600\/75 {
  border-color: rgb(72 94 136 / 0.75);
}

.border-info-600\/80 {
  border-color: rgb(72 94 136 / 0.8);
}

.border-info-600\/85 {
  border-color: rgb(72 94 136 / 0.85);
}

.border-info-600\/90 {
  border-color: rgb(72 94 136 / 0.9);
}

.border-info-600\/95 {
  border-color: rgb(72 94 136 / 0.95);
}

.border-info-700 {
  --tw-border-opacity: 1;
  border-color: rgb(59 77 111 / var(--tw-border-opacity, 1));
}

.border-info-700\/0 {
  border-color: rgb(59 77 111 / 0);
}

.border-info-700\/10 {
  border-color: rgb(59 77 111 / 0.1);
}

.border-info-700\/100 {
  border-color: rgb(59 77 111 / 1);
}

.border-info-700\/15 {
  border-color: rgb(59 77 111 / 0.15);
}

.border-info-700\/20 {
  border-color: rgb(59 77 111 / 0.2);
}

.border-info-700\/25 {
  border-color: rgb(59 77 111 / 0.25);
}

.border-info-700\/30 {
  border-color: rgb(59 77 111 / 0.3);
}

.border-info-700\/35 {
  border-color: rgb(59 77 111 / 0.35);
}

.border-info-700\/40 {
  border-color: rgb(59 77 111 / 0.4);
}

.border-info-700\/45 {
  border-color: rgb(59 77 111 / 0.45);
}

.border-info-700\/5 {
  border-color: rgb(59 77 111 / 0.05);
}

.border-info-700\/50 {
  border-color: rgb(59 77 111 / 0.5);
}

.border-info-700\/55 {
  border-color: rgb(59 77 111 / 0.55);
}

.border-info-700\/60 {
  border-color: rgb(59 77 111 / 0.6);
}

.border-info-700\/65 {
  border-color: rgb(59 77 111 / 0.65);
}

.border-info-700\/70 {
  border-color: rgb(59 77 111 / 0.7);
}

.border-info-700\/75 {
  border-color: rgb(59 77 111 / 0.75);
}

.border-info-700\/80 {
  border-color: rgb(59 77 111 / 0.8);
}

.border-info-700\/85 {
  border-color: rgb(59 77 111 / 0.85);
}

.border-info-700\/90 {
  border-color: rgb(59 77 111 / 0.9);
}

.border-info-700\/95 {
  border-color: rgb(59 77 111 / 0.95);
}

.border-ink {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 225 / var(--tw-border-opacity, 1));
}

.border-neutral-100\/0 {
  border-color: rgb(237 233 225 / 0);
}

.border-neutral-100\/10 {
  border-color: rgb(237 233 225 / 0.1);
}

.border-neutral-100\/100 {
  border-color: rgb(237 233 225 / 1);
}

.border-neutral-100\/15 {
  border-color: rgb(237 233 225 / 0.15);
}

.border-neutral-100\/20 {
  border-color: rgb(237 233 225 / 0.2);
}

.border-neutral-100\/25 {
  border-color: rgb(237 233 225 / 0.25);
}

.border-neutral-100\/30 {
  border-color: rgb(237 233 225 / 0.3);
}

.border-neutral-100\/35 {
  border-color: rgb(237 233 225 / 0.35);
}

.border-neutral-100\/40 {
  border-color: rgb(237 233 225 / 0.4);
}

.border-neutral-100\/45 {
  border-color: rgb(237 233 225 / 0.45);
}

.border-neutral-100\/5 {
  border-color: rgb(237 233 225 / 0.05);
}

.border-neutral-100\/50 {
  border-color: rgb(237 233 225 / 0.5);
}

.border-neutral-100\/55 {
  border-color: rgb(237 233 225 / 0.55);
}

.border-neutral-100\/60 {
  border-color: rgb(237 233 225 / 0.6);
}

.border-neutral-100\/65 {
  border-color: rgb(237 233 225 / 0.65);
}

.border-neutral-100\/70 {
  border-color: rgb(237 233 225 / 0.7);
}

.border-neutral-100\/75 {
  border-color: rgb(237 233 225 / 0.75);
}

.border-neutral-100\/80 {
  border-color: rgb(237 233 225 / 0.8);
}

.border-neutral-100\/85 {
  border-color: rgb(237 233 225 / 0.85);
}

.border-neutral-100\/90 {
  border-color: rgb(237 233 225 / 0.9);
}

.border-neutral-100\/95 {
  border-color: rgb(237 233 225 / 0.95);
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 216 207 / var(--tw-border-opacity, 1));
}

.border-neutral-200\/0 {
  border-color: rgb(221 216 207 / 0);
}

.border-neutral-200\/10 {
  border-color: rgb(221 216 207 / 0.1);
}

.border-neutral-200\/100 {
  border-color: rgb(221 216 207 / 1);
}

.border-neutral-200\/15 {
  border-color: rgb(221 216 207 / 0.15);
}

.border-neutral-200\/20 {
  border-color: rgb(221 216 207 / 0.2);
}

.border-neutral-200\/25 {
  border-color: rgb(221 216 207 / 0.25);
}

.border-neutral-200\/30 {
  border-color: rgb(221 216 207 / 0.3);
}

.border-neutral-200\/35 {
  border-color: rgb(221 216 207 / 0.35);
}

.border-neutral-200\/40 {
  border-color: rgb(221 216 207 / 0.4);
}

.border-neutral-200\/45 {
  border-color: rgb(221 216 207 / 0.45);
}

.border-neutral-200\/5 {
  border-color: rgb(221 216 207 / 0.05);
}

.border-neutral-200\/50 {
  border-color: rgb(221 216 207 / 0.5);
}

.border-neutral-200\/55 {
  border-color: rgb(221 216 207 / 0.55);
}

.border-neutral-200\/60 {
  border-color: rgb(221 216 207 / 0.6);
}

.border-neutral-200\/65 {
  border-color: rgb(221 216 207 / 0.65);
}

.border-neutral-200\/70 {
  border-color: rgb(221 216 207 / 0.7);
}

.border-neutral-200\/75 {
  border-color: rgb(221 216 207 / 0.75);
}

.border-neutral-200\/80 {
  border-color: rgb(221 216 207 / 0.8);
}

.border-neutral-200\/85 {
  border-color: rgb(221 216 207 / 0.85);
}

.border-neutral-200\/90 {
  border-color: rgb(221 216 207 / 0.9);
}

.border-neutral-200\/95 {
  border-color: rgb(221 216 207 / 0.95);
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 244 239 / var(--tw-border-opacity, 1));
}

.border-neutral-50\/0 {
  border-color: rgb(247 244 239 / 0);
}

.border-neutral-50\/10 {
  border-color: rgb(247 244 239 / 0.1);
}

.border-neutral-50\/100 {
  border-color: rgb(247 244 239 / 1);
}

.border-neutral-50\/15 {
  border-color: rgb(247 244 239 / 0.15);
}

.border-neutral-50\/20 {
  border-color: rgb(247 244 239 / 0.2);
}

.border-neutral-50\/25 {
  border-color: rgb(247 244 239 / 0.25);
}

.border-neutral-50\/30 {
  border-color: rgb(247 244 239 / 0.3);
}

.border-neutral-50\/35 {
  border-color: rgb(247 244 239 / 0.35);
}

.border-neutral-50\/40 {
  border-color: rgb(247 244 239 / 0.4);
}

.border-neutral-50\/45 {
  border-color: rgb(247 244 239 / 0.45);
}

.border-neutral-50\/5 {
  border-color: rgb(247 244 239 / 0.05);
}

.border-neutral-50\/50 {
  border-color: rgb(247 244 239 / 0.5);
}

.border-neutral-50\/55 {
  border-color: rgb(247 244 239 / 0.55);
}

.border-neutral-50\/60 {
  border-color: rgb(247 244 239 / 0.6);
}

.border-neutral-50\/65 {
  border-color: rgb(247 244 239 / 0.65);
}

.border-neutral-50\/70 {
  border-color: rgb(247 244 239 / 0.7);
}

.border-neutral-50\/75 {
  border-color: rgb(247 244 239 / 0.75);
}

.border-neutral-50\/80 {
  border-color: rgb(247 244 239 / 0.8);
}

.border-neutral-50\/85 {
  border-color: rgb(247 244 239 / 0.85);
}

.border-neutral-50\/90 {
  border-color: rgb(247 244 239 / 0.9);
}

.border-neutral-50\/95 {
  border-color: rgb(247 244 239 / 0.95);
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(122 114 103 / var(--tw-border-opacity, 1));
}

.border-neutral-500\/0 {
  border-color: rgb(122 114 103 / 0);
}

.border-neutral-500\/10 {
  border-color: rgb(122 114 103 / 0.1);
}

.border-neutral-500\/100 {
  border-color: rgb(122 114 103 / 1);
}

.border-neutral-500\/15 {
  border-color: rgb(122 114 103 / 0.15);
}

.border-neutral-500\/20 {
  border-color: rgb(122 114 103 / 0.2);
}

.border-neutral-500\/25 {
  border-color: rgb(122 114 103 / 0.25);
}

.border-neutral-500\/30 {
  border-color: rgb(122 114 103 / 0.3);
}

.border-neutral-500\/35 {
  border-color: rgb(122 114 103 / 0.35);
}

.border-neutral-500\/40 {
  border-color: rgb(122 114 103 / 0.4);
}

.border-neutral-500\/45 {
  border-color: rgb(122 114 103 / 0.45);
}

.border-neutral-500\/5 {
  border-color: rgb(122 114 103 / 0.05);
}

.border-neutral-500\/50 {
  border-color: rgb(122 114 103 / 0.5);
}

.border-neutral-500\/55 {
  border-color: rgb(122 114 103 / 0.55);
}

.border-neutral-500\/60 {
  border-color: rgb(122 114 103 / 0.6);
}

.border-neutral-500\/65 {
  border-color: rgb(122 114 103 / 0.65);
}

.border-neutral-500\/70 {
  border-color: rgb(122 114 103 / 0.7);
}

.border-neutral-500\/75 {
  border-color: rgb(122 114 103 / 0.75);
}

.border-neutral-500\/80 {
  border-color: rgb(122 114 103 / 0.8);
}

.border-neutral-500\/85 {
  border-color: rgb(122 114 103 / 0.85);
}

.border-neutral-500\/90 {
  border-color: rgb(122 114 103 / 0.9);
}

.border-neutral-500\/95 {
  border-color: rgb(122 114 103 / 0.95);
}

.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(92 84 73 / var(--tw-border-opacity, 1));
}

.border-neutral-600\/0 {
  border-color: rgb(92 84 73 / 0);
}

.border-neutral-600\/10 {
  border-color: rgb(92 84 73 / 0.1);
}

.border-neutral-600\/100 {
  border-color: rgb(92 84 73 / 1);
}

.border-neutral-600\/15 {
  border-color: rgb(92 84 73 / 0.15);
}

.border-neutral-600\/20 {
  border-color: rgb(92 84 73 / 0.2);
}

.border-neutral-600\/25 {
  border-color: rgb(92 84 73 / 0.25);
}

.border-neutral-600\/30 {
  border-color: rgb(92 84 73 / 0.3);
}

.border-neutral-600\/35 {
  border-color: rgb(92 84 73 / 0.35);
}

.border-neutral-600\/40 {
  border-color: rgb(92 84 73 / 0.4);
}

.border-neutral-600\/45 {
  border-color: rgb(92 84 73 / 0.45);
}

.border-neutral-600\/5 {
  border-color: rgb(92 84 73 / 0.05);
}

.border-neutral-600\/50 {
  border-color: rgb(92 84 73 / 0.5);
}

.border-neutral-600\/55 {
  border-color: rgb(92 84 73 / 0.55);
}

.border-neutral-600\/60 {
  border-color: rgb(92 84 73 / 0.6);
}

.border-neutral-600\/65 {
  border-color: rgb(92 84 73 / 0.65);
}

.border-neutral-600\/70 {
  border-color: rgb(92 84 73 / 0.7);
}

.border-neutral-600\/75 {
  border-color: rgb(92 84 73 / 0.75);
}

.border-neutral-600\/80 {
  border-color: rgb(92 84 73 / 0.8);
}

.border-neutral-600\/85 {
  border-color: rgb(92 84 73 / 0.85);
}

.border-neutral-600\/90 {
  border-color: rgb(92 84 73 / 0.9);
}

.border-neutral-600\/95 {
  border-color: rgb(92 84 73 / 0.95);
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(69 62 53 / var(--tw-border-opacity, 1));
}

.border-neutral-700\/0 {
  border-color: rgb(69 62 53 / 0);
}

.border-neutral-700\/10 {
  border-color: rgb(69 62 53 / 0.1);
}

.border-neutral-700\/100 {
  border-color: rgb(69 62 53 / 1);
}

.border-neutral-700\/15 {
  border-color: rgb(69 62 53 / 0.15);
}

.border-neutral-700\/20 {
  border-color: rgb(69 62 53 / 0.2);
}

.border-neutral-700\/25 {
  border-color: rgb(69 62 53 / 0.25);
}

.border-neutral-700\/30 {
  border-color: rgb(69 62 53 / 0.3);
}

.border-neutral-700\/35 {
  border-color: rgb(69 62 53 / 0.35);
}

.border-neutral-700\/40 {
  border-color: rgb(69 62 53 / 0.4);
}

.border-neutral-700\/45 {
  border-color: rgb(69 62 53 / 0.45);
}

.border-neutral-700\/5 {
  border-color: rgb(69 62 53 / 0.05);
}

.border-neutral-700\/50 {
  border-color: rgb(69 62 53 / 0.5);
}

.border-neutral-700\/55 {
  border-color: rgb(69 62 53 / 0.55);
}

.border-neutral-700\/60 {
  border-color: rgb(69 62 53 / 0.6);
}

.border-neutral-700\/65 {
  border-color: rgb(69 62 53 / 0.65);
}

.border-neutral-700\/70 {
  border-color: rgb(69 62 53 / 0.7);
}

.border-neutral-700\/75 {
  border-color: rgb(69 62 53 / 0.75);
}

.border-neutral-700\/80 {
  border-color: rgb(69 62 53 / 0.8);
}

.border-neutral-700\/85 {
  border-color: rgb(69 62 53 / 0.85);
}

.border-neutral-700\/90 {
  border-color: rgb(69 62 53 / 0.9);
}

.border-neutral-700\/95 {
  border-color: rgb(69 62 53 / 0.95);
}

.border-purchase-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 237 216 / var(--tw-border-opacity, 1));
}

.border-purchase-100\/0 {
  border-color: rgb(245 237 216 / 0);
}

.border-purchase-100\/10 {
  border-color: rgb(245 237 216 / 0.1);
}

.border-purchase-100\/100 {
  border-color: rgb(245 237 216 / 1);
}

.border-purchase-100\/15 {
  border-color: rgb(245 237 216 / 0.15);
}

.border-purchase-100\/20 {
  border-color: rgb(245 237 216 / 0.2);
}

.border-purchase-100\/25 {
  border-color: rgb(245 237 216 / 0.25);
}

.border-purchase-100\/30 {
  border-color: rgb(245 237 216 / 0.3);
}

.border-purchase-100\/35 {
  border-color: rgb(245 237 216 / 0.35);
}

.border-purchase-100\/40 {
  border-color: rgb(245 237 216 / 0.4);
}

.border-purchase-100\/45 {
  border-color: rgb(245 237 216 / 0.45);
}

.border-purchase-100\/5 {
  border-color: rgb(245 237 216 / 0.05);
}

.border-purchase-100\/50 {
  border-color: rgb(245 237 216 / 0.5);
}

.border-purchase-100\/55 {
  border-color: rgb(245 237 216 / 0.55);
}

.border-purchase-100\/60 {
  border-color: rgb(245 237 216 / 0.6);
}

.border-purchase-100\/65 {
  border-color: rgb(245 237 216 / 0.65);
}

.border-purchase-100\/70 {
  border-color: rgb(245 237 216 / 0.7);
}

.border-purchase-100\/75 {
  border-color: rgb(245 237 216 / 0.75);
}

.border-purchase-100\/80 {
  border-color: rgb(245 237 216 / 0.8);
}

.border-purchase-100\/85 {
  border-color: rgb(245 237 216 / 0.85);
}

.border-purchase-100\/90 {
  border-color: rgb(245 237 216 / 0.9);
}

.border-purchase-100\/95 {
  border-color: rgb(245 237 216 / 0.95);
}

.border-purchase-200 {
  --tw-border-opacity: 1;
  border-color: rgb(235 218 180 / var(--tw-border-opacity, 1));
}

.border-purchase-200\/0 {
  border-color: rgb(235 218 180 / 0);
}

.border-purchase-200\/10 {
  border-color: rgb(235 218 180 / 0.1);
}

.border-purchase-200\/100 {
  border-color: rgb(235 218 180 / 1);
}

.border-purchase-200\/15 {
  border-color: rgb(235 218 180 / 0.15);
}

.border-purchase-200\/20 {
  border-color: rgb(235 218 180 / 0.2);
}

.border-purchase-200\/25 {
  border-color: rgb(235 218 180 / 0.25);
}

.border-purchase-200\/30 {
  border-color: rgb(235 218 180 / 0.3);
}

.border-purchase-200\/35 {
  border-color: rgb(235 218 180 / 0.35);
}

.border-purchase-200\/40 {
  border-color: rgb(235 218 180 / 0.4);
}

.border-purchase-200\/45 {
  border-color: rgb(235 218 180 / 0.45);
}

.border-purchase-200\/5 {
  border-color: rgb(235 218 180 / 0.05);
}

.border-purchase-200\/50 {
  border-color: rgb(235 218 180 / 0.5);
}

.border-purchase-200\/55 {
  border-color: rgb(235 218 180 / 0.55);
}

.border-purchase-200\/60 {
  border-color: rgb(235 218 180 / 0.6);
}

.border-purchase-200\/65 {
  border-color: rgb(235 218 180 / 0.65);
}

.border-purchase-200\/70 {
  border-color: rgb(235 218 180 / 0.7);
}

.border-purchase-200\/75 {
  border-color: rgb(235 218 180 / 0.75);
}

.border-purchase-200\/80 {
  border-color: rgb(235 218 180 / 0.8);
}

.border-purchase-200\/85 {
  border-color: rgb(235 218 180 / 0.85);
}

.border-purchase-200\/90 {
  border-color: rgb(235 218 180 / 0.9);
}

.border-purchase-200\/95 {
  border-color: rgb(235 218 180 / 0.95);
}

.border-purchase-50 {
  --tw-border-opacity: 1;
  border-color: rgb(251 247 239 / var(--tw-border-opacity, 1));
}

.border-purchase-50\/0 {
  border-color: rgb(251 247 239 / 0);
}

.border-purchase-50\/10 {
  border-color: rgb(251 247 239 / 0.1);
}

.border-purchase-50\/100 {
  border-color: rgb(251 247 239 / 1);
}

.border-purchase-50\/15 {
  border-color: rgb(251 247 239 / 0.15);
}

.border-purchase-50\/20 {
  border-color: rgb(251 247 239 / 0.2);
}

.border-purchase-50\/25 {
  border-color: rgb(251 247 239 / 0.25);
}

.border-purchase-50\/30 {
  border-color: rgb(251 247 239 / 0.3);
}

.border-purchase-50\/35 {
  border-color: rgb(251 247 239 / 0.35);
}

.border-purchase-50\/40 {
  border-color: rgb(251 247 239 / 0.4);
}

.border-purchase-50\/45 {
  border-color: rgb(251 247 239 / 0.45);
}

.border-purchase-50\/5 {
  border-color: rgb(251 247 239 / 0.05);
}

.border-purchase-50\/50 {
  border-color: rgb(251 247 239 / 0.5);
}

.border-purchase-50\/55 {
  border-color: rgb(251 247 239 / 0.55);
}

.border-purchase-50\/60 {
  border-color: rgb(251 247 239 / 0.6);
}

.border-purchase-50\/65 {
  border-color: rgb(251 247 239 / 0.65);
}

.border-purchase-50\/70 {
  border-color: rgb(251 247 239 / 0.7);
}

.border-purchase-50\/75 {
  border-color: rgb(251 247 239 / 0.75);
}

.border-purchase-50\/80 {
  border-color: rgb(251 247 239 / 0.8);
}

.border-purchase-50\/85 {
  border-color: rgb(251 247 239 / 0.85);
}

.border-purchase-50\/90 {
  border-color: rgb(251 247 239 / 0.9);
}

.border-purchase-50\/95 {
  border-color: rgb(251 247 239 / 0.95);
}

.border-purchase-500 {
  --tw-border-opacity: 1;
  border-color: rgb(184 144 59 / var(--tw-border-opacity, 1));
}

.border-purchase-500\/0 {
  border-color: rgb(184 144 59 / 0);
}

.border-purchase-500\/10 {
  border-color: rgb(184 144 59 / 0.1);
}

.border-purchase-500\/100 {
  border-color: rgb(184 144 59 / 1);
}

.border-purchase-500\/15 {
  border-color: rgb(184 144 59 / 0.15);
}

.border-purchase-500\/20 {
  border-color: rgb(184 144 59 / 0.2);
}

.border-purchase-500\/25 {
  border-color: rgb(184 144 59 / 0.25);
}

.border-purchase-500\/30 {
  border-color: rgb(184 144 59 / 0.3);
}

.border-purchase-500\/35 {
  border-color: rgb(184 144 59 / 0.35);
}

.border-purchase-500\/40 {
  border-color: rgb(184 144 59 / 0.4);
}

.border-purchase-500\/45 {
  border-color: rgb(184 144 59 / 0.45);
}

.border-purchase-500\/5 {
  border-color: rgb(184 144 59 / 0.05);
}

.border-purchase-500\/50 {
  border-color: rgb(184 144 59 / 0.5);
}

.border-purchase-500\/55 {
  border-color: rgb(184 144 59 / 0.55);
}

.border-purchase-500\/60 {
  border-color: rgb(184 144 59 / 0.6);
}

.border-purchase-500\/65 {
  border-color: rgb(184 144 59 / 0.65);
}

.border-purchase-500\/70 {
  border-color: rgb(184 144 59 / 0.7);
}

.border-purchase-500\/75 {
  border-color: rgb(184 144 59 / 0.75);
}

.border-purchase-500\/80 {
  border-color: rgb(184 144 59 / 0.8);
}

.border-purchase-500\/85 {
  border-color: rgb(184 144 59 / 0.85);
}

.border-purchase-500\/90 {
  border-color: rgb(184 144 59 / 0.9);
}

.border-purchase-500\/95 {
  border-color: rgb(184 144 59 / 0.95);
}

.border-purchase-600 {
  --tw-border-opacity: 1;
  border-color: rgb(154 116 48 / var(--tw-border-opacity, 1));
}

.border-purchase-600\/0 {
  border-color: rgb(154 116 48 / 0);
}

.border-purchase-600\/10 {
  border-color: rgb(154 116 48 / 0.1);
}

.border-purchase-600\/100 {
  border-color: rgb(154 116 48 / 1);
}

.border-purchase-600\/15 {
  border-color: rgb(154 116 48 / 0.15);
}

.border-purchase-600\/20 {
  border-color: rgb(154 116 48 / 0.2);
}

.border-purchase-600\/25 {
  border-color: rgb(154 116 48 / 0.25);
}

.border-purchase-600\/30 {
  border-color: rgb(154 116 48 / 0.3);
}

.border-purchase-600\/35 {
  border-color: rgb(154 116 48 / 0.35);
}

.border-purchase-600\/40 {
  border-color: rgb(154 116 48 / 0.4);
}

.border-purchase-600\/45 {
  border-color: rgb(154 116 48 / 0.45);
}

.border-purchase-600\/5 {
  border-color: rgb(154 116 48 / 0.05);
}

.border-purchase-600\/50 {
  border-color: rgb(154 116 48 / 0.5);
}

.border-purchase-600\/55 {
  border-color: rgb(154 116 48 / 0.55);
}

.border-purchase-600\/60 {
  border-color: rgb(154 116 48 / 0.6);
}

.border-purchase-600\/65 {
  border-color: rgb(154 116 48 / 0.65);
}

.border-purchase-600\/70 {
  border-color: rgb(154 116 48 / 0.7);
}

.border-purchase-600\/75 {
  border-color: rgb(154 116 48 / 0.75);
}

.border-purchase-600\/80 {
  border-color: rgb(154 116 48 / 0.8);
}

.border-purchase-600\/85 {
  border-color: rgb(154 116 48 / 0.85);
}

.border-purchase-600\/90 {
  border-color: rgb(154 116 48 / 0.9);
}

.border-purchase-600\/95 {
  border-color: rgb(154 116 48 / 0.95);
}

.border-purchase-700 {
  --tw-border-opacity: 1;
  border-color: rgb(125 92 40 / var(--tw-border-opacity, 1));
}

.border-purchase-700\/0 {
  border-color: rgb(125 92 40 / 0);
}

.border-purchase-700\/10 {
  border-color: rgb(125 92 40 / 0.1);
}

.border-purchase-700\/100 {
  border-color: rgb(125 92 40 / 1);
}

.border-purchase-700\/15 {
  border-color: rgb(125 92 40 / 0.15);
}

.border-purchase-700\/20 {
  border-color: rgb(125 92 40 / 0.2);
}

.border-purchase-700\/25 {
  border-color: rgb(125 92 40 / 0.25);
}

.border-purchase-700\/30 {
  border-color: rgb(125 92 40 / 0.3);
}

.border-purchase-700\/35 {
  border-color: rgb(125 92 40 / 0.35);
}

.border-purchase-700\/40 {
  border-color: rgb(125 92 40 / 0.4);
}

.border-purchase-700\/45 {
  border-color: rgb(125 92 40 / 0.45);
}

.border-purchase-700\/5 {
  border-color: rgb(125 92 40 / 0.05);
}

.border-purchase-700\/50 {
  border-color: rgb(125 92 40 / 0.5);
}

.border-purchase-700\/55 {
  border-color: rgb(125 92 40 / 0.55);
}

.border-purchase-700\/60 {
  border-color: rgb(125 92 40 / 0.6);
}

.border-purchase-700\/65 {
  border-color: rgb(125 92 40 / 0.65);
}

.border-purchase-700\/70 {
  border-color: rgb(125 92 40 / 0.7);
}

.border-purchase-700\/75 {
  border-color: rgb(125 92 40 / 0.75);
}

.border-purchase-700\/80 {
  border-color: rgb(125 92 40 / 0.8);
}

.border-purchase-700\/85 {
  border-color: rgb(125 92 40 / 0.85);
}

.border-purchase-700\/90 {
  border-color: rgb(125 92 40 / 0.9);
}

.border-purchase-700\/95 {
  border-color: rgb(125 92 40 / 0.95);
}

.border-sale-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 237 224 / var(--tw-border-opacity, 1));
}

.border-sale-100\/0 {
  border-color: rgb(224 237 224 / 0);
}

.border-sale-100\/10 {
  border-color: rgb(224 237 224 / 0.1);
}

.border-sale-100\/100 {
  border-color: rgb(224 237 224 / 1);
}

.border-sale-100\/15 {
  border-color: rgb(224 237 224 / 0.15);
}

.border-sale-100\/20 {
  border-color: rgb(224 237 224 / 0.2);
}

.border-sale-100\/25 {
  border-color: rgb(224 237 224 / 0.25);
}

.border-sale-100\/30 {
  border-color: rgb(224 237 224 / 0.3);
}

.border-sale-100\/35 {
  border-color: rgb(224 237 224 / 0.35);
}

.border-sale-100\/40 {
  border-color: rgb(224 237 224 / 0.4);
}

.border-sale-100\/45 {
  border-color: rgb(224 237 224 / 0.45);
}

.border-sale-100\/5 {
  border-color: rgb(224 237 224 / 0.05);
}

.border-sale-100\/50 {
  border-color: rgb(224 237 224 / 0.5);
}

.border-sale-100\/55 {
  border-color: rgb(224 237 224 / 0.55);
}

.border-sale-100\/60 {
  border-color: rgb(224 237 224 / 0.6);
}

.border-sale-100\/65 {
  border-color: rgb(224 237 224 / 0.65);
}

.border-sale-100\/70 {
  border-color: rgb(224 237 224 / 0.7);
}

.border-sale-100\/75 {
  border-color: rgb(224 237 224 / 0.75);
}

.border-sale-100\/80 {
  border-color: rgb(224 237 224 / 0.8);
}

.border-sale-100\/85 {
  border-color: rgb(224 237 224 / 0.85);
}

.border-sale-100\/90 {
  border-color: rgb(224 237 224 / 0.9);
}

.border-sale-100\/95 {
  border-color: rgb(224 237 224 / 0.95);
}

.border-sale-200 {
  --tw-border-opacity: 1;
  border-color: rgb(194 219 194 / var(--tw-border-opacity, 1));
}

.border-sale-200\/0 {
  border-color: rgb(194 219 194 / 0);
}

.border-sale-200\/10 {
  border-color: rgb(194 219 194 / 0.1);
}

.border-sale-200\/100 {
  border-color: rgb(194 219 194 / 1);
}

.border-sale-200\/15 {
  border-color: rgb(194 219 194 / 0.15);
}

.border-sale-200\/20 {
  border-color: rgb(194 219 194 / 0.2);
}

.border-sale-200\/25 {
  border-color: rgb(194 219 194 / 0.25);
}

.border-sale-200\/30 {
  border-color: rgb(194 219 194 / 0.3);
}

.border-sale-200\/35 {
  border-color: rgb(194 219 194 / 0.35);
}

.border-sale-200\/40 {
  border-color: rgb(194 219 194 / 0.4);
}

.border-sale-200\/45 {
  border-color: rgb(194 219 194 / 0.45);
}

.border-sale-200\/5 {
  border-color: rgb(194 219 194 / 0.05);
}

.border-sale-200\/50 {
  border-color: rgb(194 219 194 / 0.5);
}

.border-sale-200\/55 {
  border-color: rgb(194 219 194 / 0.55);
}

.border-sale-200\/60 {
  border-color: rgb(194 219 194 / 0.6);
}

.border-sale-200\/65 {
  border-color: rgb(194 219 194 / 0.65);
}

.border-sale-200\/70 {
  border-color: rgb(194 219 194 / 0.7);
}

.border-sale-200\/75 {
  border-color: rgb(194 219 194 / 0.75);
}

.border-sale-200\/80 {
  border-color: rgb(194 219 194 / 0.8);
}

.border-sale-200\/85 {
  border-color: rgb(194 219 194 / 0.85);
}

.border-sale-200\/90 {
  border-color: rgb(194 219 194 / 0.9);
}

.border-sale-200\/95 {
  border-color: rgb(194 219 194 / 0.95);
}

.border-sale-50 {
  --tw-border-opacity: 1;
  border-color: rgb(243 248 243 / var(--tw-border-opacity, 1));
}

.border-sale-50\/0 {
  border-color: rgb(243 248 243 / 0);
}

.border-sale-50\/10 {
  border-color: rgb(243 248 243 / 0.1);
}

.border-sale-50\/100 {
  border-color: rgb(243 248 243 / 1);
}

.border-sale-50\/15 {
  border-color: rgb(243 248 243 / 0.15);
}

.border-sale-50\/20 {
  border-color: rgb(243 248 243 / 0.2);
}

.border-sale-50\/25 {
  border-color: rgb(243 248 243 / 0.25);
}

.border-sale-50\/30 {
  border-color: rgb(243 248 243 / 0.3);
}

.border-sale-50\/35 {
  border-color: rgb(243 248 243 / 0.35);
}

.border-sale-50\/40 {
  border-color: rgb(243 248 243 / 0.4);
}

.border-sale-50\/45 {
  border-color: rgb(243 248 243 / 0.45);
}

.border-sale-50\/5 {
  border-color: rgb(243 248 243 / 0.05);
}

.border-sale-50\/50 {
  border-color: rgb(243 248 243 / 0.5);
}

.border-sale-50\/55 {
  border-color: rgb(243 248 243 / 0.55);
}

.border-sale-50\/60 {
  border-color: rgb(243 248 243 / 0.6);
}

.border-sale-50\/65 {
  border-color: rgb(243 248 243 / 0.65);
}

.border-sale-50\/70 {
  border-color: rgb(243 248 243 / 0.7);
}

.border-sale-50\/75 {
  border-color: rgb(243 248 243 / 0.75);
}

.border-sale-50\/80 {
  border-color: rgb(243 248 243 / 0.8);
}

.border-sale-50\/85 {
  border-color: rgb(243 248 243 / 0.85);
}

.border-sale-50\/90 {
  border-color: rgb(243 248 243 / 0.9);
}

.border-sale-50\/95 {
  border-color: rgb(243 248 243 / 0.95);
}

.border-sale-500 {
  --tw-border-opacity: 1;
  border-color: rgb(92 144 92 / var(--tw-border-opacity, 1));
}

.border-sale-500\/0 {
  border-color: rgb(92 144 92 / 0);
}

.border-sale-500\/10 {
  border-color: rgb(92 144 92 / 0.1);
}

.border-sale-500\/100 {
  border-color: rgb(92 144 92 / 1);
}

.border-sale-500\/15 {
  border-color: rgb(92 144 92 / 0.15);
}

.border-sale-500\/20 {
  border-color: rgb(92 144 92 / 0.2);
}

.border-sale-500\/25 {
  border-color: rgb(92 144 92 / 0.25);
}

.border-sale-500\/30 {
  border-color: rgb(92 144 92 / 0.3);
}

.border-sale-500\/35 {
  border-color: rgb(92 144 92 / 0.35);
}

.border-sale-500\/40 {
  border-color: rgb(92 144 92 / 0.4);
}

.border-sale-500\/45 {
  border-color: rgb(92 144 92 / 0.45);
}

.border-sale-500\/5 {
  border-color: rgb(92 144 92 / 0.05);
}

.border-sale-500\/50 {
  border-color: rgb(92 144 92 / 0.5);
}

.border-sale-500\/55 {
  border-color: rgb(92 144 92 / 0.55);
}

.border-sale-500\/60 {
  border-color: rgb(92 144 92 / 0.6);
}

.border-sale-500\/65 {
  border-color: rgb(92 144 92 / 0.65);
}

.border-sale-500\/70 {
  border-color: rgb(92 144 92 / 0.7);
}

.border-sale-500\/75 {
  border-color: rgb(92 144 92 / 0.75);
}

.border-sale-500\/80 {
  border-color: rgb(92 144 92 / 0.8);
}

.border-sale-500\/85 {
  border-color: rgb(92 144 92 / 0.85);
}

.border-sale-500\/90 {
  border-color: rgb(92 144 92 / 0.9);
}

.border-sale-500\/95 {
  border-color: rgb(92 144 92 / 0.95);
}

.border-sale-600 {
  --tw-border-opacity: 1;
  border-color: rgb(74 118 74 / var(--tw-border-opacity, 1));
}

.border-sale-600\/0 {
  border-color: rgb(74 118 74 / 0);
}

.border-sale-600\/10 {
  border-color: rgb(74 118 74 / 0.1);
}

.border-sale-600\/100 {
  border-color: rgb(74 118 74 / 1);
}

.border-sale-600\/15 {
  border-color: rgb(74 118 74 / 0.15);
}

.border-sale-600\/20 {
  border-color: rgb(74 118 74 / 0.2);
}

.border-sale-600\/25 {
  border-color: rgb(74 118 74 / 0.25);
}

.border-sale-600\/30 {
  border-color: rgb(74 118 74 / 0.3);
}

.border-sale-600\/35 {
  border-color: rgb(74 118 74 / 0.35);
}

.border-sale-600\/40 {
  border-color: rgb(74 118 74 / 0.4);
}

.border-sale-600\/45 {
  border-color: rgb(74 118 74 / 0.45);
}

.border-sale-600\/5 {
  border-color: rgb(74 118 74 / 0.05);
}

.border-sale-600\/50 {
  border-color: rgb(74 118 74 / 0.5);
}

.border-sale-600\/55 {
  border-color: rgb(74 118 74 / 0.55);
}

.border-sale-600\/60 {
  border-color: rgb(74 118 74 / 0.6);
}

.border-sale-600\/65 {
  border-color: rgb(74 118 74 / 0.65);
}

.border-sale-600\/70 {
  border-color: rgb(74 118 74 / 0.7);
}

.border-sale-600\/75 {
  border-color: rgb(74 118 74 / 0.75);
}

.border-sale-600\/80 {
  border-color: rgb(74 118 74 / 0.8);
}

.border-sale-600\/85 {
  border-color: rgb(74 118 74 / 0.85);
}

.border-sale-600\/90 {
  border-color: rgb(74 118 74 / 0.9);
}

.border-sale-600\/95 {
  border-color: rgb(74 118 74 / 0.95);
}

.border-sale-700 {
  --tw-border-opacity: 1;
  border-color: rgb(61 96 61 / var(--tw-border-opacity, 1));
}

.border-sale-700\/0 {
  border-color: rgb(61 96 61 / 0);
}

.border-sale-700\/10 {
  border-color: rgb(61 96 61 / 0.1);
}

.border-sale-700\/100 {
  border-color: rgb(61 96 61 / 1);
}

.border-sale-700\/15 {
  border-color: rgb(61 96 61 / 0.15);
}

.border-sale-700\/20 {
  border-color: rgb(61 96 61 / 0.2);
}

.border-sale-700\/25 {
  border-color: rgb(61 96 61 / 0.25);
}

.border-sale-700\/30 {
  border-color: rgb(61 96 61 / 0.3);
}

.border-sale-700\/35 {
  border-color: rgb(61 96 61 / 0.35);
}

.border-sale-700\/40 {
  border-color: rgb(61 96 61 / 0.4);
}

.border-sale-700\/45 {
  border-color: rgb(61 96 61 / 0.45);
}

.border-sale-700\/5 {
  border-color: rgb(61 96 61 / 0.05);
}

.border-sale-700\/50 {
  border-color: rgb(61 96 61 / 0.5);
}

.border-sale-700\/55 {
  border-color: rgb(61 96 61 / 0.55);
}

.border-sale-700\/60 {
  border-color: rgb(61 96 61 / 0.6);
}

.border-sale-700\/65 {
  border-color: rgb(61 96 61 / 0.65);
}

.border-sale-700\/70 {
  border-color: rgb(61 96 61 / 0.7);
}

.border-sale-700\/75 {
  border-color: rgb(61 96 61 / 0.75);
}

.border-sale-700\/80 {
  border-color: rgb(61 96 61 / 0.8);
}

.border-sale-700\/85 {
  border-color: rgb(61 96 61 / 0.85);
}

.border-sale-700\/90 {
  border-color: rgb(61 96 61 / 0.9);
}

.border-sale-700\/95 {
  border-color: rgb(61 96 61 / 0.95);
}

.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(213 242 237 / var(--tw-border-opacity, 1));
}

.border-teal-100\/0 {
  border-color: rgb(213 242 237 / 0);
}

.border-teal-100\/10 {
  border-color: rgb(213 242 237 / 0.1);
}

.border-teal-100\/100 {
  border-color: rgb(213 242 237 / 1);
}

.border-teal-100\/15 {
  border-color: rgb(213 242 237 / 0.15);
}

.border-teal-100\/20 {
  border-color: rgb(213 242 237 / 0.2);
}

.border-teal-100\/25 {
  border-color: rgb(213 242 237 / 0.25);
}

.border-teal-100\/30 {
  border-color: rgb(213 242 237 / 0.3);
}

.border-teal-100\/35 {
  border-color: rgb(213 242 237 / 0.35);
}

.border-teal-100\/40 {
  border-color: rgb(213 242 237 / 0.4);
}

.border-teal-100\/45 {
  border-color: rgb(213 242 237 / 0.45);
}

.border-teal-100\/5 {
  border-color: rgb(213 242 237 / 0.05);
}

.border-teal-100\/50 {
  border-color: rgb(213 242 237 / 0.5);
}

.border-teal-100\/55 {
  border-color: rgb(213 242 237 / 0.55);
}

.border-teal-100\/60 {
  border-color: rgb(213 242 237 / 0.6);
}

.border-teal-100\/65 {
  border-color: rgb(213 242 237 / 0.65);
}

.border-teal-100\/70 {
  border-color: rgb(213 242 237 / 0.7);
}

.border-teal-100\/75 {
  border-color: rgb(213 242 237 / 0.75);
}

.border-teal-100\/80 {
  border-color: rgb(213 242 237 / 0.8);
}

.border-teal-100\/85 {
  border-color: rgb(213 242 237 / 0.85);
}

.border-teal-100\/90 {
  border-color: rgb(213 242 237 / 0.9);
}

.border-teal-100\/95 {
  border-color: rgb(213 242 237 / 0.95);
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(171 229 219 / var(--tw-border-opacity, 1));
}

.border-teal-200\/0 {
  border-color: rgb(171 229 219 / 0);
}

.border-teal-200\/10 {
  border-color: rgb(171 229 219 / 0.1);
}

.border-teal-200\/100 {
  border-color: rgb(171 229 219 / 1);
}

.border-teal-200\/15 {
  border-color: rgb(171 229 219 / 0.15);
}

.border-teal-200\/20 {
  border-color: rgb(171 229 219 / 0.2);
}

.border-teal-200\/25 {
  border-color: rgb(171 229 219 / 0.25);
}

.border-teal-200\/30 {
  border-color: rgb(171 229 219 / 0.3);
}

.border-teal-200\/35 {
  border-color: rgb(171 229 219 / 0.35);
}

.border-teal-200\/40 {
  border-color: rgb(171 229 219 / 0.4);
}

.border-teal-200\/45 {
  border-color: rgb(171 229 219 / 0.45);
}

.border-teal-200\/5 {
  border-color: rgb(171 229 219 / 0.05);
}

.border-teal-200\/50 {
  border-color: rgb(171 229 219 / 0.5);
}

.border-teal-200\/55 {
  border-color: rgb(171 229 219 / 0.55);
}

.border-teal-200\/60 {
  border-color: rgb(171 229 219 / 0.6);
}

.border-teal-200\/65 {
  border-color: rgb(171 229 219 / 0.65);
}

.border-teal-200\/70 {
  border-color: rgb(171 229 219 / 0.7);
}

.border-teal-200\/75 {
  border-color: rgb(171 229 219 / 0.75);
}

.border-teal-200\/80 {
  border-color: rgb(171 229 219 / 0.8);
}

.border-teal-200\/85 {
  border-color: rgb(171 229 219 / 0.85);
}

.border-teal-200\/90 {
  border-color: rgb(171 229 219 / 0.9);
}

.border-teal-200\/95 {
  border-color: rgb(171 229 219 / 0.95);
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(78 191 173 / var(--tw-border-opacity, 1));
}

.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 250 248 / var(--tw-border-opacity, 1));
}

.border-teal-50\/0 {
  border-color: rgb(239 250 248 / 0);
}

.border-teal-50\/10 {
  border-color: rgb(239 250 248 / 0.1);
}

.border-teal-50\/100 {
  border-color: rgb(239 250 248 / 1);
}

.border-teal-50\/15 {
  border-color: rgb(239 250 248 / 0.15);
}

.border-teal-50\/20 {
  border-color: rgb(239 250 248 / 0.2);
}

.border-teal-50\/25 {
  border-color: rgb(239 250 248 / 0.25);
}

.border-teal-50\/30 {
  border-color: rgb(239 250 248 / 0.3);
}

.border-teal-50\/35 {
  border-color: rgb(239 250 248 / 0.35);
}

.border-teal-50\/40 {
  border-color: rgb(239 250 248 / 0.4);
}

.border-teal-50\/45 {
  border-color: rgb(239 250 248 / 0.45);
}

.border-teal-50\/5 {
  border-color: rgb(239 250 248 / 0.05);
}

.border-teal-50\/50 {
  border-color: rgb(239 250 248 / 0.5);
}

.border-teal-50\/55 {
  border-color: rgb(239 250 248 / 0.55);
}

.border-teal-50\/60 {
  border-color: rgb(239 250 248 / 0.6);
}

.border-teal-50\/65 {
  border-color: rgb(239 250 248 / 0.65);
}

.border-teal-50\/70 {
  border-color: rgb(239 250 248 / 0.7);
}

.border-teal-50\/75 {
  border-color: rgb(239 250 248 / 0.75);
}

.border-teal-50\/80 {
  border-color: rgb(239 250 248 / 0.8);
}

.border-teal-50\/85 {
  border-color: rgb(239 250 248 / 0.85);
}

.border-teal-50\/90 {
  border-color: rgb(239 250 248 / 0.9);
}

.border-teal-50\/95 {
  border-color: rgb(239 250 248 / 0.95);
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(56 137 127 / var(--tw-border-opacity, 1));
}

.border-teal-500\/0 {
  border-color: rgb(56 137 127 / 0);
}

.border-teal-500\/10 {
  border-color: rgb(56 137 127 / 0.1);
}

.border-teal-500\/100 {
  border-color: rgb(56 137 127 / 1);
}

.border-teal-500\/15 {
  border-color: rgb(56 137 127 / 0.15);
}

.border-teal-500\/20 {
  border-color: rgb(56 137 127 / 0.2);
}

.border-teal-500\/25 {
  border-color: rgb(56 137 127 / 0.25);
}

.border-teal-500\/30 {
  border-color: rgb(56 137 127 / 0.3);
}

.border-teal-500\/35 {
  border-color: rgb(56 137 127 / 0.35);
}

.border-teal-500\/40 {
  border-color: rgb(56 137 127 / 0.4);
}

.border-teal-500\/45 {
  border-color: rgb(56 137 127 / 0.45);
}

.border-teal-500\/5 {
  border-color: rgb(56 137 127 / 0.05);
}

.border-teal-500\/50 {
  border-color: rgb(56 137 127 / 0.5);
}

.border-teal-500\/55 {
  border-color: rgb(56 137 127 / 0.55);
}

.border-teal-500\/60 {
  border-color: rgb(56 137 127 / 0.6);
}

.border-teal-500\/65 {
  border-color: rgb(56 137 127 / 0.65);
}

.border-teal-500\/70 {
  border-color: rgb(56 137 127 / 0.7);
}

.border-teal-500\/75 {
  border-color: rgb(56 137 127 / 0.75);
}

.border-teal-500\/80 {
  border-color: rgb(56 137 127 / 0.8);
}

.border-teal-500\/85 {
  border-color: rgb(56 137 127 / 0.85);
}

.border-teal-500\/90 {
  border-color: rgb(56 137 127 / 0.9);
}

.border-teal-500\/95 {
  border-color: rgb(56 137 127 / 0.95);
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(45 112 104 / var(--tw-border-opacity, 1));
}

.border-teal-600\/0 {
  border-color: rgb(45 112 104 / 0);
}

.border-teal-600\/10 {
  border-color: rgb(45 112 104 / 0.1);
}

.border-teal-600\/100 {
  border-color: rgb(45 112 104 / 1);
}

.border-teal-600\/15 {
  border-color: rgb(45 112 104 / 0.15);
}

.border-teal-600\/20 {
  border-color: rgb(45 112 104 / 0.2);
}

.border-teal-600\/25 {
  border-color: rgb(45 112 104 / 0.25);
}

.border-teal-600\/30 {
  border-color: rgb(45 112 104 / 0.3);
}

.border-teal-600\/35 {
  border-color: rgb(45 112 104 / 0.35);
}

.border-teal-600\/40 {
  border-color: rgb(45 112 104 / 0.4);
}

.border-teal-600\/45 {
  border-color: rgb(45 112 104 / 0.45);
}

.border-teal-600\/5 {
  border-color: rgb(45 112 104 / 0.05);
}

.border-teal-600\/50 {
  border-color: rgb(45 112 104 / 0.5);
}

.border-teal-600\/55 {
  border-color: rgb(45 112 104 / 0.55);
}

.border-teal-600\/60 {
  border-color: rgb(45 112 104 / 0.6);
}

.border-teal-600\/65 {
  border-color: rgb(45 112 104 / 0.65);
}

.border-teal-600\/70 {
  border-color: rgb(45 112 104 / 0.7);
}

.border-teal-600\/75 {
  border-color: rgb(45 112 104 / 0.75);
}

.border-teal-600\/80 {
  border-color: rgb(45 112 104 / 0.8);
}

.border-teal-600\/85 {
  border-color: rgb(45 112 104 / 0.85);
}

.border-teal-600\/90 {
  border-color: rgb(45 112 104 / 0.9);
}

.border-teal-600\/95 {
  border-color: rgb(45 112 104 / 0.95);
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(36 90 84 / var(--tw-border-opacity, 1));
}

.border-teal-700\/0 {
  border-color: rgb(36 90 84 / 0);
}

.border-teal-700\/10 {
  border-color: rgb(36 90 84 / 0.1);
}

.border-teal-700\/100 {
  border-color: rgb(36 90 84 / 1);
}

.border-teal-700\/15 {
  border-color: rgb(36 90 84 / 0.15);
}

.border-teal-700\/20 {
  border-color: rgb(36 90 84 / 0.2);
}

.border-teal-700\/25 {
  border-color: rgb(36 90 84 / 0.25);
}

.border-teal-700\/30 {
  border-color: rgb(36 90 84 / 0.3);
}

.border-teal-700\/35 {
  border-color: rgb(36 90 84 / 0.35);
}

.border-teal-700\/40 {
  border-color: rgb(36 90 84 / 0.4);
}

.border-teal-700\/45 {
  border-color: rgb(36 90 84 / 0.45);
}

.border-teal-700\/5 {
  border-color: rgb(36 90 84 / 0.05);
}

.border-teal-700\/50 {
  border-color: rgb(36 90 84 / 0.5);
}

.border-teal-700\/55 {
  border-color: rgb(36 90 84 / 0.55);
}

.border-teal-700\/60 {
  border-color: rgb(36 90 84 / 0.6);
}

.border-teal-700\/65 {
  border-color: rgb(36 90 84 / 0.65);
}

.border-teal-700\/70 {
  border-color: rgb(36 90 84 / 0.7);
}

.border-teal-700\/75 {
  border-color: rgb(36 90 84 / 0.75);
}

.border-teal-700\/80 {
  border-color: rgb(36 90 84 / 0.8);
}

.border-teal-700\/85 {
  border-color: rgb(36 90 84 / 0.85);
}

.border-teal-700\/90 {
  border-color: rgb(36 90 84 / 0.9);
}

.border-teal-700\/95 {
  border-color: rgb(36 90 84 / 0.95);
}

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

.border-warn-100 {
  --tw-border-opacity: 1;
  border-color: rgb(249 237 212 / var(--tw-border-opacity, 1));
}

.border-warn-100\/0 {
  border-color: rgb(249 237 212 / 0);
}

.border-warn-100\/10 {
  border-color: rgb(249 237 212 / 0.1);
}

.border-warn-100\/100 {
  border-color: rgb(249 237 212 / 1);
}

.border-warn-100\/15 {
  border-color: rgb(249 237 212 / 0.15);
}

.border-warn-100\/20 {
  border-color: rgb(249 237 212 / 0.2);
}

.border-warn-100\/25 {
  border-color: rgb(249 237 212 / 0.25);
}

.border-warn-100\/30 {
  border-color: rgb(249 237 212 / 0.3);
}

.border-warn-100\/35 {
  border-color: rgb(249 237 212 / 0.35);
}

.border-warn-100\/40 {
  border-color: rgb(249 237 212 / 0.4);
}

.border-warn-100\/45 {
  border-color: rgb(249 237 212 / 0.45);
}

.border-warn-100\/5 {
  border-color: rgb(249 237 212 / 0.05);
}

.border-warn-100\/50 {
  border-color: rgb(249 237 212 / 0.5);
}

.border-warn-100\/55 {
  border-color: rgb(249 237 212 / 0.55);
}

.border-warn-100\/60 {
  border-color: rgb(249 237 212 / 0.6);
}

.border-warn-100\/65 {
  border-color: rgb(249 237 212 / 0.65);
}

.border-warn-100\/70 {
  border-color: rgb(249 237 212 / 0.7);
}

.border-warn-100\/75 {
  border-color: rgb(249 237 212 / 0.75);
}

.border-warn-100\/80 {
  border-color: rgb(249 237 212 / 0.8);
}

.border-warn-100\/85 {
  border-color: rgb(249 237 212 / 0.85);
}

.border-warn-100\/90 {
  border-color: rgb(249 237 212 / 0.9);
}

.border-warn-100\/95 {
  border-color: rgb(249 237 212 / 0.95);
}

.border-warn-200 {
  --tw-border-opacity: 1;
  border-color: rgb(242 217 167 / var(--tw-border-opacity, 1));
}

.border-warn-200\/0 {
  border-color: rgb(242 217 167 / 0);
}

.border-warn-200\/10 {
  border-color: rgb(242 217 167 / 0.1);
}

.border-warn-200\/100 {
  border-color: rgb(242 217 167 / 1);
}

.border-warn-200\/15 {
  border-color: rgb(242 217 167 / 0.15);
}

.border-warn-200\/20 {
  border-color: rgb(242 217 167 / 0.2);
}

.border-warn-200\/25 {
  border-color: rgb(242 217 167 / 0.25);
}

.border-warn-200\/30 {
  border-color: rgb(242 217 167 / 0.3);
}

.border-warn-200\/35 {
  border-color: rgb(242 217 167 / 0.35);
}

.border-warn-200\/40 {
  border-color: rgb(242 217 167 / 0.4);
}

.border-warn-200\/45 {
  border-color: rgb(242 217 167 / 0.45);
}

.border-warn-200\/5 {
  border-color: rgb(242 217 167 / 0.05);
}

.border-warn-200\/50 {
  border-color: rgb(242 217 167 / 0.5);
}

.border-warn-200\/55 {
  border-color: rgb(242 217 167 / 0.55);
}

.border-warn-200\/60 {
  border-color: rgb(242 217 167 / 0.6);
}

.border-warn-200\/65 {
  border-color: rgb(242 217 167 / 0.65);
}

.border-warn-200\/70 {
  border-color: rgb(242 217 167 / 0.7);
}

.border-warn-200\/75 {
  border-color: rgb(242 217 167 / 0.75);
}

.border-warn-200\/80 {
  border-color: rgb(242 217 167 / 0.8);
}

.border-warn-200\/85 {
  border-color: rgb(242 217 167 / 0.85);
}

.border-warn-200\/90 {
  border-color: rgb(242 217 167 / 0.9);
}

.border-warn-200\/95 {
  border-color: rgb(242 217 167 / 0.95);
}

.border-warn-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 248 238 / var(--tw-border-opacity, 1));
}

.border-warn-50\/0 {
  border-color: rgb(253 248 238 / 0);
}

.border-warn-50\/10 {
  border-color: rgb(253 248 238 / 0.1);
}

.border-warn-50\/100 {
  border-color: rgb(253 248 238 / 1);
}

.border-warn-50\/15 {
  border-color: rgb(253 248 238 / 0.15);
}

.border-warn-50\/20 {
  border-color: rgb(253 248 238 / 0.2);
}

.border-warn-50\/25 {
  border-color: rgb(253 248 238 / 0.25);
}

.border-warn-50\/30 {
  border-color: rgb(253 248 238 / 0.3);
}

.border-warn-50\/35 {
  border-color: rgb(253 248 238 / 0.35);
}

.border-warn-50\/40 {
  border-color: rgb(253 248 238 / 0.4);
}

.border-warn-50\/45 {
  border-color: rgb(253 248 238 / 0.45);
}

.border-warn-50\/5 {
  border-color: rgb(253 248 238 / 0.05);
}

.border-warn-50\/50 {
  border-color: rgb(253 248 238 / 0.5);
}

.border-warn-50\/55 {
  border-color: rgb(253 248 238 / 0.55);
}

.border-warn-50\/60 {
  border-color: rgb(253 248 238 / 0.6);
}

.border-warn-50\/65 {
  border-color: rgb(253 248 238 / 0.65);
}

.border-warn-50\/70 {
  border-color: rgb(253 248 238 / 0.7);
}

.border-warn-50\/75 {
  border-color: rgb(253 248 238 / 0.75);
}

.border-warn-50\/80 {
  border-color: rgb(253 248 238 / 0.8);
}

.border-warn-50\/85 {
  border-color: rgb(253 248 238 / 0.85);
}

.border-warn-50\/90 {
  border-color: rgb(253 248 238 / 0.9);
}

.border-warn-50\/95 {
  border-color: rgb(253 248 238 / 0.95);
}

.border-warn-500 {
  --tw-border-opacity: 1;
  border-color: rgb(199 141 40 / var(--tw-border-opacity, 1));
}

.border-warn-500\/0 {
  border-color: rgb(199 141 40 / 0);
}

.border-warn-500\/10 {
  border-color: rgb(199 141 40 / 0.1);
}

.border-warn-500\/100 {
  border-color: rgb(199 141 40 / 1);
}

.border-warn-500\/15 {
  border-color: rgb(199 141 40 / 0.15);
}

.border-warn-500\/20 {
  border-color: rgb(199 141 40 / 0.2);
}

.border-warn-500\/25 {
  border-color: rgb(199 141 40 / 0.25);
}

.border-warn-500\/30 {
  border-color: rgb(199 141 40 / 0.3);
}

.border-warn-500\/35 {
  border-color: rgb(199 141 40 / 0.35);
}

.border-warn-500\/40 {
  border-color: rgb(199 141 40 / 0.4);
}

.border-warn-500\/45 {
  border-color: rgb(199 141 40 / 0.45);
}

.border-warn-500\/5 {
  border-color: rgb(199 141 40 / 0.05);
}

.border-warn-500\/50 {
  border-color: rgb(199 141 40 / 0.5);
}

.border-warn-500\/55 {
  border-color: rgb(199 141 40 / 0.55);
}

.border-warn-500\/60 {
  border-color: rgb(199 141 40 / 0.6);
}

.border-warn-500\/65 {
  border-color: rgb(199 141 40 / 0.65);
}

.border-warn-500\/70 {
  border-color: rgb(199 141 40 / 0.7);
}

.border-warn-500\/75 {
  border-color: rgb(199 141 40 / 0.75);
}

.border-warn-500\/80 {
  border-color: rgb(199 141 40 / 0.8);
}

.border-warn-500\/85 {
  border-color: rgb(199 141 40 / 0.85);
}

.border-warn-500\/90 {
  border-color: rgb(199 141 40 / 0.9);
}

.border-warn-500\/95 {
  border-color: rgb(199 141 40 / 0.95);
}

.border-warn-600 {
  --tw-border-opacity: 1;
  border-color: rgb(166 113 32 / var(--tw-border-opacity, 1));
}

.border-warn-600\/0 {
  border-color: rgb(166 113 32 / 0);
}

.border-warn-600\/10 {
  border-color: rgb(166 113 32 / 0.1);
}

.border-warn-600\/100 {
  border-color: rgb(166 113 32 / 1);
}

.border-warn-600\/15 {
  border-color: rgb(166 113 32 / 0.15);
}

.border-warn-600\/20 {
  border-color: rgb(166 113 32 / 0.2);
}

.border-warn-600\/25 {
  border-color: rgb(166 113 32 / 0.25);
}

.border-warn-600\/30 {
  border-color: rgb(166 113 32 / 0.3);
}

.border-warn-600\/35 {
  border-color: rgb(166 113 32 / 0.35);
}

.border-warn-600\/40 {
  border-color: rgb(166 113 32 / 0.4);
}

.border-warn-600\/45 {
  border-color: rgb(166 113 32 / 0.45);
}

.border-warn-600\/5 {
  border-color: rgb(166 113 32 / 0.05);
}

.border-warn-600\/50 {
  border-color: rgb(166 113 32 / 0.5);
}

.border-warn-600\/55 {
  border-color: rgb(166 113 32 / 0.55);
}

.border-warn-600\/60 {
  border-color: rgb(166 113 32 / 0.6);
}

.border-warn-600\/65 {
  border-color: rgb(166 113 32 / 0.65);
}

.border-warn-600\/70 {
  border-color: rgb(166 113 32 / 0.7);
}

.border-warn-600\/75 {
  border-color: rgb(166 113 32 / 0.75);
}

.border-warn-600\/80 {
  border-color: rgb(166 113 32 / 0.8);
}

.border-warn-600\/85 {
  border-color: rgb(166 113 32 / 0.85);
}

.border-warn-600\/90 {
  border-color: rgb(166 113 32 / 0.9);
}

.border-warn-600\/95 {
  border-color: rgb(166 113 32 / 0.95);
}

.border-warn-700 {
  --tw-border-opacity: 1;
  border-color: rgb(133 87 28 / var(--tw-border-opacity, 1));
}

.border-warn-700\/0 {
  border-color: rgb(133 87 28 / 0);
}

.border-warn-700\/10 {
  border-color: rgb(133 87 28 / 0.1);
}

.border-warn-700\/100 {
  border-color: rgb(133 87 28 / 1);
}

.border-warn-700\/15 {
  border-color: rgb(133 87 28 / 0.15);
}

.border-warn-700\/20 {
  border-color: rgb(133 87 28 / 0.2);
}

.border-warn-700\/25 {
  border-color: rgb(133 87 28 / 0.25);
}

.border-warn-700\/30 {
  border-color: rgb(133 87 28 / 0.3);
}

.border-warn-700\/35 {
  border-color: rgb(133 87 28 / 0.35);
}

.border-warn-700\/40 {
  border-color: rgb(133 87 28 / 0.4);
}

.border-warn-700\/45 {
  border-color: rgb(133 87 28 / 0.45);
}

.border-warn-700\/5 {
  border-color: rgb(133 87 28 / 0.05);
}

.border-warn-700\/50 {
  border-color: rgb(133 87 28 / 0.5);
}

.border-warn-700\/55 {
  border-color: rgb(133 87 28 / 0.55);
}

.border-warn-700\/60 {
  border-color: rgb(133 87 28 / 0.6);
}

.border-warn-700\/65 {
  border-color: rgb(133 87 28 / 0.65);
}

.border-warn-700\/70 {
  border-color: rgb(133 87 28 / 0.7);
}

.border-warn-700\/75 {
  border-color: rgb(133 87 28 / 0.75);
}

.border-warn-700\/80 {
  border-color: rgb(133 87 28 / 0.8);
}

.border-warn-700\/85 {
  border-color: rgb(133 87 28 / 0.85);
}

.border-warn-700\/90 {
  border-color: rgb(133 87 28 / 0.9);
}

.border-warn-700\/95 {
  border-color: rgb(133 87 28 / 0.95);
}

.bg-canvas {
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 239 / var(--tw-bg-opacity, 1));
}

.bg-danger-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 225 220 / var(--tw-bg-opacity, 1));
}

.bg-danger-100\/0 {
  background-color: rgb(245 225 220 / 0);
}

.bg-danger-100\/10 {
  background-color: rgb(245 225 220 / 0.1);
}

.bg-danger-100\/100 {
  background-color: rgb(245 225 220 / 1);
}

.bg-danger-100\/15 {
  background-color: rgb(245 225 220 / 0.15);
}

.bg-danger-100\/20 {
  background-color: rgb(245 225 220 / 0.2);
}

.bg-danger-100\/25 {
  background-color: rgb(245 225 220 / 0.25);
}

.bg-danger-100\/30 {
  background-color: rgb(245 225 220 / 0.3);
}

.bg-danger-100\/35 {
  background-color: rgb(245 225 220 / 0.35);
}

.bg-danger-100\/40 {
  background-color: rgb(245 225 220 / 0.4);
}

.bg-danger-100\/45 {
  background-color: rgb(245 225 220 / 0.45);
}

.bg-danger-100\/5 {
  background-color: rgb(245 225 220 / 0.05);
}

.bg-danger-100\/50 {
  background-color: rgb(245 225 220 / 0.5);
}

.bg-danger-100\/55 {
  background-color: rgb(245 225 220 / 0.55);
}

.bg-danger-100\/60 {
  background-color: rgb(245 225 220 / 0.6);
}

.bg-danger-100\/65 {
  background-color: rgb(245 225 220 / 0.65);
}

.bg-danger-100\/70 {
  background-color: rgb(245 225 220 / 0.7);
}

.bg-danger-100\/75 {
  background-color: rgb(245 225 220 / 0.75);
}

.bg-danger-100\/80 {
  background-color: rgb(245 225 220 / 0.8);
}

.bg-danger-100\/85 {
  background-color: rgb(245 225 220 / 0.85);
}

.bg-danger-100\/90 {
  background-color: rgb(245 225 220 / 0.9);
}

.bg-danger-100\/95 {
  background-color: rgb(245 225 220 / 0.95);
}

.bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 196 186 / var(--tw-bg-opacity, 1));
}

.bg-danger-200\/0 {
  background-color: rgb(235 196 186 / 0);
}

.bg-danger-200\/10 {
  background-color: rgb(235 196 186 / 0.1);
}

.bg-danger-200\/100 {
  background-color: rgb(235 196 186 / 1);
}

.bg-danger-200\/15 {
  background-color: rgb(235 196 186 / 0.15);
}

.bg-danger-200\/20 {
  background-color: rgb(235 196 186 / 0.2);
}

.bg-danger-200\/25 {
  background-color: rgb(235 196 186 / 0.25);
}

.bg-danger-200\/30 {
  background-color: rgb(235 196 186 / 0.3);
}

.bg-danger-200\/35 {
  background-color: rgb(235 196 186 / 0.35);
}

.bg-danger-200\/40 {
  background-color: rgb(235 196 186 / 0.4);
}

.bg-danger-200\/45 {
  background-color: rgb(235 196 186 / 0.45);
}

.bg-danger-200\/5 {
  background-color: rgb(235 196 186 / 0.05);
}

.bg-danger-200\/50 {
  background-color: rgb(235 196 186 / 0.5);
}

.bg-danger-200\/55 {
  background-color: rgb(235 196 186 / 0.55);
}

.bg-danger-200\/60 {
  background-color: rgb(235 196 186 / 0.6);
}

.bg-danger-200\/65 {
  background-color: rgb(235 196 186 / 0.65);
}

.bg-danger-200\/70 {
  background-color: rgb(235 196 186 / 0.7);
}

.bg-danger-200\/75 {
  background-color: rgb(235 196 186 / 0.75);
}

.bg-danger-200\/80 {
  background-color: rgb(235 196 186 / 0.8);
}

.bg-danger-200\/85 {
  background-color: rgb(235 196 186 / 0.85);
}

.bg-danger-200\/90 {
  background-color: rgb(235 196 186 / 0.9);
}

.bg-danger-200\/95 {
  background-color: rgb(235 196 186 / 0.95);
}

.bg-danger-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 158 142 / var(--tw-bg-opacity, 1));
}

.bg-danger-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 241 / var(--tw-bg-opacity, 1));
}

.bg-danger-50\/0 {
  background-color: rgb(251 243 241 / 0);
}

.bg-danger-50\/10 {
  background-color: rgb(251 243 241 / 0.1);
}

.bg-danger-50\/100 {
  background-color: rgb(251 243 241 / 1);
}

.bg-danger-50\/15 {
  background-color: rgb(251 243 241 / 0.15);
}

.bg-danger-50\/20 {
  background-color: rgb(251 243 241 / 0.2);
}

.bg-danger-50\/25 {
  background-color: rgb(251 243 241 / 0.25);
}

.bg-danger-50\/30 {
  background-color: rgb(251 243 241 / 0.3);
}

.bg-danger-50\/35 {
  background-color: rgb(251 243 241 / 0.35);
}

.bg-danger-50\/40 {
  background-color: rgb(251 243 241 / 0.4);
}

.bg-danger-50\/45 {
  background-color: rgb(251 243 241 / 0.45);
}

.bg-danger-50\/5 {
  background-color: rgb(251 243 241 / 0.05);
}

.bg-danger-50\/50 {
  background-color: rgb(251 243 241 / 0.5);
}

.bg-danger-50\/55 {
  background-color: rgb(251 243 241 / 0.55);
}

.bg-danger-50\/60 {
  background-color: rgb(251 243 241 / 0.6);
}

.bg-danger-50\/65 {
  background-color: rgb(251 243 241 / 0.65);
}

.bg-danger-50\/70 {
  background-color: rgb(251 243 241 / 0.7);
}

.bg-danger-50\/75 {
  background-color: rgb(251 243 241 / 0.75);
}

.bg-danger-50\/80 {
  background-color: rgb(251 243 241 / 0.8);
}

.bg-danger-50\/85 {
  background-color: rgb(251 243 241 / 0.85);
}

.bg-danger-50\/90 {
  background-color: rgb(251 243 241 / 0.9);
}

.bg-danger-50\/95 {
  background-color: rgb(251 243 241 / 0.95);
}

.bg-danger-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 93 71 / var(--tw-bg-opacity, 1));
}

.bg-danger-500\/0 {
  background-color: rgb(184 93 71 / 0);
}

.bg-danger-500\/10 {
  background-color: rgb(184 93 71 / 0.1);
}

.bg-danger-500\/100 {
  background-color: rgb(184 93 71 / 1);
}

.bg-danger-500\/15 {
  background-color: rgb(184 93 71 / 0.15);
}

.bg-danger-500\/20 {
  background-color: rgb(184 93 71 / 0.2);
}

.bg-danger-500\/25 {
  background-color: rgb(184 93 71 / 0.25);
}

.bg-danger-500\/30 {
  background-color: rgb(184 93 71 / 0.3);
}

.bg-danger-500\/35 {
  background-color: rgb(184 93 71 / 0.35);
}

.bg-danger-500\/40 {
  background-color: rgb(184 93 71 / 0.4);
}

.bg-danger-500\/45 {
  background-color: rgb(184 93 71 / 0.45);
}

.bg-danger-500\/5 {
  background-color: rgb(184 93 71 / 0.05);
}

.bg-danger-500\/50 {
  background-color: rgb(184 93 71 / 0.5);
}

.bg-danger-500\/55 {
  background-color: rgb(184 93 71 / 0.55);
}

.bg-danger-500\/60 {
  background-color: rgb(184 93 71 / 0.6);
}

.bg-danger-500\/65 {
  background-color: rgb(184 93 71 / 0.65);
}

.bg-danger-500\/70 {
  background-color: rgb(184 93 71 / 0.7);
}

.bg-danger-500\/75 {
  background-color: rgb(184 93 71 / 0.75);
}

.bg-danger-500\/80 {
  background-color: rgb(184 93 71 / 0.8);
}

.bg-danger-500\/85 {
  background-color: rgb(184 93 71 / 0.85);
}

.bg-danger-500\/90 {
  background-color: rgb(184 93 71 / 0.9);
}

.bg-danger-500\/95 {
  background-color: rgb(184 93 71 / 0.95);
}

.bg-danger-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 75 56 / var(--tw-bg-opacity, 1));
}

.bg-danger-600\/0 {
  background-color: rgb(154 75 56 / 0);
}

.bg-danger-600\/10 {
  background-color: rgb(154 75 56 / 0.1);
}

.bg-danger-600\/100 {
  background-color: rgb(154 75 56 / 1);
}

.bg-danger-600\/15 {
  background-color: rgb(154 75 56 / 0.15);
}

.bg-danger-600\/20 {
  background-color: rgb(154 75 56 / 0.2);
}

.bg-danger-600\/25 {
  background-color: rgb(154 75 56 / 0.25);
}

.bg-danger-600\/30 {
  background-color: rgb(154 75 56 / 0.3);
}

.bg-danger-600\/35 {
  background-color: rgb(154 75 56 / 0.35);
}

.bg-danger-600\/40 {
  background-color: rgb(154 75 56 / 0.4);
}

.bg-danger-600\/45 {
  background-color: rgb(154 75 56 / 0.45);
}

.bg-danger-600\/5 {
  background-color: rgb(154 75 56 / 0.05);
}

.bg-danger-600\/50 {
  background-color: rgb(154 75 56 / 0.5);
}

.bg-danger-600\/55 {
  background-color: rgb(154 75 56 / 0.55);
}

.bg-danger-600\/60 {
  background-color: rgb(154 75 56 / 0.6);
}

.bg-danger-600\/65 {
  background-color: rgb(154 75 56 / 0.65);
}

.bg-danger-600\/70 {
  background-color: rgb(154 75 56 / 0.7);
}

.bg-danger-600\/75 {
  background-color: rgb(154 75 56 / 0.75);
}

.bg-danger-600\/80 {
  background-color: rgb(154 75 56 / 0.8);
}

.bg-danger-600\/85 {
  background-color: rgb(154 75 56 / 0.85);
}

.bg-danger-600\/90 {
  background-color: rgb(154 75 56 / 0.9);
}

.bg-danger-600\/95 {
  background-color: rgb(154 75 56 / 0.95);
}

.bg-danger-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 61 47 / var(--tw-bg-opacity, 1));
}

.bg-danger-700\/0 {
  background-color: rgb(125 61 47 / 0);
}

.bg-danger-700\/10 {
  background-color: rgb(125 61 47 / 0.1);
}

.bg-danger-700\/100 {
  background-color: rgb(125 61 47 / 1);
}

.bg-danger-700\/15 {
  background-color: rgb(125 61 47 / 0.15);
}

.bg-danger-700\/20 {
  background-color: rgb(125 61 47 / 0.2);
}

.bg-danger-700\/25 {
  background-color: rgb(125 61 47 / 0.25);
}

.bg-danger-700\/30 {
  background-color: rgb(125 61 47 / 0.3);
}

.bg-danger-700\/35 {
  background-color: rgb(125 61 47 / 0.35);
}

.bg-danger-700\/40 {
  background-color: rgb(125 61 47 / 0.4);
}

.bg-danger-700\/45 {
  background-color: rgb(125 61 47 / 0.45);
}

.bg-danger-700\/5 {
  background-color: rgb(125 61 47 / 0.05);
}

.bg-danger-700\/50 {
  background-color: rgb(125 61 47 / 0.5);
}

.bg-danger-700\/55 {
  background-color: rgb(125 61 47 / 0.55);
}

.bg-danger-700\/60 {
  background-color: rgb(125 61 47 / 0.6);
}

.bg-danger-700\/65 {
  background-color: rgb(125 61 47 / 0.65);
}

.bg-danger-700\/70 {
  background-color: rgb(125 61 47 / 0.7);
}

.bg-danger-700\/75 {
  background-color: rgb(125 61 47 / 0.75);
}

.bg-danger-700\/80 {
  background-color: rgb(125 61 47 / 0.8);
}

.bg-danger-700\/85 {
  background-color: rgb(125 61 47 / 0.85);
}

.bg-danger-700\/90 {
  background-color: rgb(125 61 47 / 0.9);
}

.bg-danger-700\/95 {
  background-color: rgb(125 61 47 / 0.95);
}

.bg-info-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 230 242 / var(--tw-bg-opacity, 1));
}

.bg-info-100\/0 {
  background-color: rgb(224 230 242 / 0);
}

.bg-info-100\/10 {
  background-color: rgb(224 230 242 / 0.1);
}

.bg-info-100\/100 {
  background-color: rgb(224 230 242 / 1);
}

.bg-info-100\/15 {
  background-color: rgb(224 230 242 / 0.15);
}

.bg-info-100\/20 {
  background-color: rgb(224 230 242 / 0.2);
}

.bg-info-100\/25 {
  background-color: rgb(224 230 242 / 0.25);
}

.bg-info-100\/30 {
  background-color: rgb(224 230 242 / 0.3);
}

.bg-info-100\/35 {
  background-color: rgb(224 230 242 / 0.35);
}

.bg-info-100\/40 {
  background-color: rgb(224 230 242 / 0.4);
}

.bg-info-100\/45 {
  background-color: rgb(224 230 242 / 0.45);
}

.bg-info-100\/5 {
  background-color: rgb(224 230 242 / 0.05);
}

.bg-info-100\/50 {
  background-color: rgb(224 230 242 / 0.5);
}

.bg-info-100\/55 {
  background-color: rgb(224 230 242 / 0.55);
}

.bg-info-100\/60 {
  background-color: rgb(224 230 242 / 0.6);
}

.bg-info-100\/65 {
  background-color: rgb(224 230 242 / 0.65);
}

.bg-info-100\/70 {
  background-color: rgb(224 230 242 / 0.7);
}

.bg-info-100\/75 {
  background-color: rgb(224 230 242 / 0.75);
}

.bg-info-100\/80 {
  background-color: rgb(224 230 242 / 0.8);
}

.bg-info-100\/85 {
  background-color: rgb(224 230 242 / 0.85);
}

.bg-info-100\/90 {
  background-color: rgb(224 230 242 / 0.9);
}

.bg-info-100\/95 {
  background-color: rgb(224 230 242 / 0.95);
}

.bg-info-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 206 228 / var(--tw-bg-opacity, 1));
}

.bg-info-200\/0 {
  background-color: rgb(195 206 228 / 0);
}

.bg-info-200\/10 {
  background-color: rgb(195 206 228 / 0.1);
}

.bg-info-200\/100 {
  background-color: rgb(195 206 228 / 1);
}

.bg-info-200\/15 {
  background-color: rgb(195 206 228 / 0.15);
}

.bg-info-200\/20 {
  background-color: rgb(195 206 228 / 0.2);
}

.bg-info-200\/25 {
  background-color: rgb(195 206 228 / 0.25);
}

.bg-info-200\/30 {
  background-color: rgb(195 206 228 / 0.3);
}

.bg-info-200\/35 {
  background-color: rgb(195 206 228 / 0.35);
}

.bg-info-200\/40 {
  background-color: rgb(195 206 228 / 0.4);
}

.bg-info-200\/45 {
  background-color: rgb(195 206 228 / 0.45);
}

.bg-info-200\/5 {
  background-color: rgb(195 206 228 / 0.05);
}

.bg-info-200\/50 {
  background-color: rgb(195 206 228 / 0.5);
}

.bg-info-200\/55 {
  background-color: rgb(195 206 228 / 0.55);
}

.bg-info-200\/60 {
  background-color: rgb(195 206 228 / 0.6);
}

.bg-info-200\/65 {
  background-color: rgb(195 206 228 / 0.65);
}

.bg-info-200\/70 {
  background-color: rgb(195 206 228 / 0.7);
}

.bg-info-200\/75 {
  background-color: rgb(195 206 228 / 0.75);
}

.bg-info-200\/80 {
  background-color: rgb(195 206 228 / 0.8);
}

.bg-info-200\/85 {
  background-color: rgb(195 206 228 / 0.85);
}

.bg-info-200\/90 {
  background-color: rgb(195 206 228 / 0.9);
}

.bg-info-200\/95 {
  background-color: rgb(195 206 228 / 0.95);
}

.bg-info-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 250 / var(--tw-bg-opacity, 1));
}

.bg-info-50\/0 {
  background-color: rgb(242 245 250 / 0);
}

.bg-info-50\/10 {
  background-color: rgb(242 245 250 / 0.1);
}

.bg-info-50\/100 {
  background-color: rgb(242 245 250 / 1);
}

.bg-info-50\/15 {
  background-color: rgb(242 245 250 / 0.15);
}

.bg-info-50\/20 {
  background-color: rgb(242 245 250 / 0.2);
}

.bg-info-50\/25 {
  background-color: rgb(242 245 250 / 0.25);
}

.bg-info-50\/30 {
  background-color: rgb(242 245 250 / 0.3);
}

.bg-info-50\/35 {
  background-color: rgb(242 245 250 / 0.35);
}

.bg-info-50\/40 {
  background-color: rgb(242 245 250 / 0.4);
}

.bg-info-50\/45 {
  background-color: rgb(242 245 250 / 0.45);
}

.bg-info-50\/5 {
  background-color: rgb(242 245 250 / 0.05);
}

.bg-info-50\/50 {
  background-color: rgb(242 245 250 / 0.5);
}

.bg-info-50\/55 {
  background-color: rgb(242 245 250 / 0.55);
}

.bg-info-50\/60 {
  background-color: rgb(242 245 250 / 0.6);
}

.bg-info-50\/65 {
  background-color: rgb(242 245 250 / 0.65);
}

.bg-info-50\/70 {
  background-color: rgb(242 245 250 / 0.7);
}

.bg-info-50\/75 {
  background-color: rgb(242 245 250 / 0.75);
}

.bg-info-50\/80 {
  background-color: rgb(242 245 250 / 0.8);
}

.bg-info-50\/85 {
  background-color: rgb(242 245 250 / 0.85);
}

.bg-info-50\/90 {
  background-color: rgb(242 245 250 / 0.9);
}

.bg-info-50\/95 {
  background-color: rgb(242 245 250 / 0.95);
}

.bg-info-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(90 117 165 / var(--tw-bg-opacity, 1));
}

.bg-info-500\/0 {
  background-color: rgb(90 117 165 / 0);
}

.bg-info-500\/10 {
  background-color: rgb(90 117 165 / 0.1);
}

.bg-info-500\/100 {
  background-color: rgb(90 117 165 / 1);
}

.bg-info-500\/15 {
  background-color: rgb(90 117 165 / 0.15);
}

.bg-info-500\/20 {
  background-color: rgb(90 117 165 / 0.2);
}

.bg-info-500\/25 {
  background-color: rgb(90 117 165 / 0.25);
}

.bg-info-500\/30 {
  background-color: rgb(90 117 165 / 0.3);
}

.bg-info-500\/35 {
  background-color: rgb(90 117 165 / 0.35);
}

.bg-info-500\/40 {
  background-color: rgb(90 117 165 / 0.4);
}

.bg-info-500\/45 {
  background-color: rgb(90 117 165 / 0.45);
}

.bg-info-500\/5 {
  background-color: rgb(90 117 165 / 0.05);
}

.bg-info-500\/50 {
  background-color: rgb(90 117 165 / 0.5);
}

.bg-info-500\/55 {
  background-color: rgb(90 117 165 / 0.55);
}

.bg-info-500\/60 {
  background-color: rgb(90 117 165 / 0.6);
}

.bg-info-500\/65 {
  background-color: rgb(90 117 165 / 0.65);
}

.bg-info-500\/70 {
  background-color: rgb(90 117 165 / 0.7);
}

.bg-info-500\/75 {
  background-color: rgb(90 117 165 / 0.75);
}

.bg-info-500\/80 {
  background-color: rgb(90 117 165 / 0.8);
}

.bg-info-500\/85 {
  background-color: rgb(90 117 165 / 0.85);
}

.bg-info-500\/90 {
  background-color: rgb(90 117 165 / 0.9);
}

.bg-info-500\/95 {
  background-color: rgb(90 117 165 / 0.95);
}

.bg-info-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(72 94 136 / var(--tw-bg-opacity, 1));
}

.bg-info-600\/0 {
  background-color: rgb(72 94 136 / 0);
}

.bg-info-600\/10 {
  background-color: rgb(72 94 136 / 0.1);
}

.bg-info-600\/100 {
  background-color: rgb(72 94 136 / 1);
}

.bg-info-600\/15 {
  background-color: rgb(72 94 136 / 0.15);
}

.bg-info-600\/20 {
  background-color: rgb(72 94 136 / 0.2);
}

.bg-info-600\/25 {
  background-color: rgb(72 94 136 / 0.25);
}

.bg-info-600\/30 {
  background-color: rgb(72 94 136 / 0.3);
}

.bg-info-600\/35 {
  background-color: rgb(72 94 136 / 0.35);
}

.bg-info-600\/40 {
  background-color: rgb(72 94 136 / 0.4);
}

.bg-info-600\/45 {
  background-color: rgb(72 94 136 / 0.45);
}

.bg-info-600\/5 {
  background-color: rgb(72 94 136 / 0.05);
}

.bg-info-600\/50 {
  background-color: rgb(72 94 136 / 0.5);
}

.bg-info-600\/55 {
  background-color: rgb(72 94 136 / 0.55);
}

.bg-info-600\/60 {
  background-color: rgb(72 94 136 / 0.6);
}

.bg-info-600\/65 {
  background-color: rgb(72 94 136 / 0.65);
}

.bg-info-600\/70 {
  background-color: rgb(72 94 136 / 0.7);
}

.bg-info-600\/75 {
  background-color: rgb(72 94 136 / 0.75);
}

.bg-info-600\/80 {
  background-color: rgb(72 94 136 / 0.8);
}

.bg-info-600\/85 {
  background-color: rgb(72 94 136 / 0.85);
}

.bg-info-600\/90 {
  background-color: rgb(72 94 136 / 0.9);
}

.bg-info-600\/95 {
  background-color: rgb(72 94 136 / 0.95);
}

.bg-info-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 77 111 / var(--tw-bg-opacity, 1));
}

.bg-info-700\/0 {
  background-color: rgb(59 77 111 / 0);
}

.bg-info-700\/10 {
  background-color: rgb(59 77 111 / 0.1);
}

.bg-info-700\/100 {
  background-color: rgb(59 77 111 / 1);
}

.bg-info-700\/15 {
  background-color: rgb(59 77 111 / 0.15);
}

.bg-info-700\/20 {
  background-color: rgb(59 77 111 / 0.2);
}

.bg-info-700\/25 {
  background-color: rgb(59 77 111 / 0.25);
}

.bg-info-700\/30 {
  background-color: rgb(59 77 111 / 0.3);
}

.bg-info-700\/35 {
  background-color: rgb(59 77 111 / 0.35);
}

.bg-info-700\/40 {
  background-color: rgb(59 77 111 / 0.4);
}

.bg-info-700\/45 {
  background-color: rgb(59 77 111 / 0.45);
}

.bg-info-700\/5 {
  background-color: rgb(59 77 111 / 0.05);
}

.bg-info-700\/50 {
  background-color: rgb(59 77 111 / 0.5);
}

.bg-info-700\/55 {
  background-color: rgb(59 77 111 / 0.55);
}

.bg-info-700\/60 {
  background-color: rgb(59 77 111 / 0.6);
}

.bg-info-700\/65 {
  background-color: rgb(59 77 111 / 0.65);
}

.bg-info-700\/70 {
  background-color: rgb(59 77 111 / 0.7);
}

.bg-info-700\/75 {
  background-color: rgb(59 77 111 / 0.75);
}

.bg-info-700\/80 {
  background-color: rgb(59 77 111 / 0.8);
}

.bg-info-700\/85 {
  background-color: rgb(59 77 111 / 0.85);
}

.bg-info-700\/90 {
  background-color: rgb(59 77 111 / 0.9);
}

.bg-info-700\/95 {
  background-color: rgb(59 77 111 / 0.95);
}

.bg-ink\/40 {
  background-color: rgb(28 25 23 / 0.4);
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 225 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100\/0 {
  background-color: rgb(237 233 225 / 0);
}

.bg-neutral-100\/10 {
  background-color: rgb(237 233 225 / 0.1);
}

.bg-neutral-100\/100 {
  background-color: rgb(237 233 225 / 1);
}

.bg-neutral-100\/15 {
  background-color: rgb(237 233 225 / 0.15);
}

.bg-neutral-100\/20 {
  background-color: rgb(237 233 225 / 0.2);
}

.bg-neutral-100\/25 {
  background-color: rgb(237 233 225 / 0.25);
}

.bg-neutral-100\/30 {
  background-color: rgb(237 233 225 / 0.3);
}

.bg-neutral-100\/35 {
  background-color: rgb(237 233 225 / 0.35);
}

.bg-neutral-100\/40 {
  background-color: rgb(237 233 225 / 0.4);
}

.bg-neutral-100\/45 {
  background-color: rgb(237 233 225 / 0.45);
}

.bg-neutral-100\/5 {
  background-color: rgb(237 233 225 / 0.05);
}

.bg-neutral-100\/50 {
  background-color: rgb(237 233 225 / 0.5);
}

.bg-neutral-100\/55 {
  background-color: rgb(237 233 225 / 0.55);
}

.bg-neutral-100\/60 {
  background-color: rgb(237 233 225 / 0.6);
}

.bg-neutral-100\/65 {
  background-color: rgb(237 233 225 / 0.65);
}

.bg-neutral-100\/70 {
  background-color: rgb(237 233 225 / 0.7);
}

.bg-neutral-100\/75 {
  background-color: rgb(237 233 225 / 0.75);
}

.bg-neutral-100\/80 {
  background-color: rgb(237 233 225 / 0.8);
}

.bg-neutral-100\/85 {
  background-color: rgb(237 233 225 / 0.85);
}

.bg-neutral-100\/90 {
  background-color: rgb(237 233 225 / 0.9);
}

.bg-neutral-100\/95 {
  background-color: rgb(237 233 225 / 0.95);
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 216 207 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200\/0 {
  background-color: rgb(221 216 207 / 0);
}

.bg-neutral-200\/10 {
  background-color: rgb(221 216 207 / 0.1);
}

.bg-neutral-200\/100 {
  background-color: rgb(221 216 207 / 1);
}

.bg-neutral-200\/15 {
  background-color: rgb(221 216 207 / 0.15);
}

.bg-neutral-200\/20 {
  background-color: rgb(221 216 207 / 0.2);
}

.bg-neutral-200\/25 {
  background-color: rgb(221 216 207 / 0.25);
}

.bg-neutral-200\/30 {
  background-color: rgb(221 216 207 / 0.3);
}

.bg-neutral-200\/35 {
  background-color: rgb(221 216 207 / 0.35);
}

.bg-neutral-200\/40 {
  background-color: rgb(221 216 207 / 0.4);
}

.bg-neutral-200\/45 {
  background-color: rgb(221 216 207 / 0.45);
}

.bg-neutral-200\/5 {
  background-color: rgb(221 216 207 / 0.05);
}

.bg-neutral-200\/50 {
  background-color: rgb(221 216 207 / 0.5);
}

.bg-neutral-200\/55 {
  background-color: rgb(221 216 207 / 0.55);
}

.bg-neutral-200\/60 {
  background-color: rgb(221 216 207 / 0.6);
}

.bg-neutral-200\/65 {
  background-color: rgb(221 216 207 / 0.65);
}

.bg-neutral-200\/70 {
  background-color: rgb(221 216 207 / 0.7);
}

.bg-neutral-200\/75 {
  background-color: rgb(221 216 207 / 0.75);
}

.bg-neutral-200\/80 {
  background-color: rgb(221 216 207 / 0.8);
}

.bg-neutral-200\/85 {
  background-color: rgb(221 216 207 / 0.85);
}

.bg-neutral-200\/90 {
  background-color: rgb(221 216 207 / 0.9);
}

.bg-neutral-200\/95 {
  background-color: rgb(221 216 207 / 0.95);
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 239 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50\/0 {
  background-color: rgb(247 244 239 / 0);
}

.bg-neutral-50\/10 {
  background-color: rgb(247 244 239 / 0.1);
}

.bg-neutral-50\/100 {
  background-color: rgb(247 244 239 / 1);
}

.bg-neutral-50\/15 {
  background-color: rgb(247 244 239 / 0.15);
}

.bg-neutral-50\/20 {
  background-color: rgb(247 244 239 / 0.2);
}

.bg-neutral-50\/25 {
  background-color: rgb(247 244 239 / 0.25);
}

.bg-neutral-50\/30 {
  background-color: rgb(247 244 239 / 0.3);
}

.bg-neutral-50\/35 {
  background-color: rgb(247 244 239 / 0.35);
}

.bg-neutral-50\/40 {
  background-color: rgb(247 244 239 / 0.4);
}

.bg-neutral-50\/45 {
  background-color: rgb(247 244 239 / 0.45);
}

.bg-neutral-50\/5 {
  background-color: rgb(247 244 239 / 0.05);
}

.bg-neutral-50\/50 {
  background-color: rgb(247 244 239 / 0.5);
}

.bg-neutral-50\/55 {
  background-color: rgb(247 244 239 / 0.55);
}

.bg-neutral-50\/60 {
  background-color: rgb(247 244 239 / 0.6);
}

.bg-neutral-50\/65 {
  background-color: rgb(247 244 239 / 0.65);
}

.bg-neutral-50\/70 {
  background-color: rgb(247 244 239 / 0.7);
}

.bg-neutral-50\/75 {
  background-color: rgb(247 244 239 / 0.75);
}

.bg-neutral-50\/80 {
  background-color: rgb(247 244 239 / 0.8);
}

.bg-neutral-50\/85 {
  background-color: rgb(247 244 239 / 0.85);
}

.bg-neutral-50\/90 {
  background-color: rgb(247 244 239 / 0.9);
}

.bg-neutral-50\/95 {
  background-color: rgb(247 244 239 / 0.95);
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 114 103 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500\/0 {
  background-color: rgb(122 114 103 / 0);
}

.bg-neutral-500\/10 {
  background-color: rgb(122 114 103 / 0.1);
}

.bg-neutral-500\/100 {
  background-color: rgb(122 114 103 / 1);
}

.bg-neutral-500\/15 {
  background-color: rgb(122 114 103 / 0.15);
}

.bg-neutral-500\/20 {
  background-color: rgb(122 114 103 / 0.2);
}

.bg-neutral-500\/25 {
  background-color: rgb(122 114 103 / 0.25);
}

.bg-neutral-500\/30 {
  background-color: rgb(122 114 103 / 0.3);
}

.bg-neutral-500\/35 {
  background-color: rgb(122 114 103 / 0.35);
}

.bg-neutral-500\/40 {
  background-color: rgb(122 114 103 / 0.4);
}

.bg-neutral-500\/45 {
  background-color: rgb(122 114 103 / 0.45);
}

.bg-neutral-500\/5 {
  background-color: rgb(122 114 103 / 0.05);
}

.bg-neutral-500\/50 {
  background-color: rgb(122 114 103 / 0.5);
}

.bg-neutral-500\/55 {
  background-color: rgb(122 114 103 / 0.55);
}

.bg-neutral-500\/60 {
  background-color: rgb(122 114 103 / 0.6);
}

.bg-neutral-500\/65 {
  background-color: rgb(122 114 103 / 0.65);
}

.bg-neutral-500\/70 {
  background-color: rgb(122 114 103 / 0.7);
}

.bg-neutral-500\/75 {
  background-color: rgb(122 114 103 / 0.75);
}

.bg-neutral-500\/80 {
  background-color: rgb(122 114 103 / 0.8);
}

.bg-neutral-500\/85 {
  background-color: rgb(122 114 103 / 0.85);
}

.bg-neutral-500\/90 {
  background-color: rgb(122 114 103 / 0.9);
}

.bg-neutral-500\/95 {
  background-color: rgb(122 114 103 / 0.95);
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 84 73 / var(--tw-bg-opacity, 1));
}

.bg-neutral-600\/0 {
  background-color: rgb(92 84 73 / 0);
}

.bg-neutral-600\/10 {
  background-color: rgb(92 84 73 / 0.1);
}

.bg-neutral-600\/100 {
  background-color: rgb(92 84 73 / 1);
}

.bg-neutral-600\/15 {
  background-color: rgb(92 84 73 / 0.15);
}

.bg-neutral-600\/20 {
  background-color: rgb(92 84 73 / 0.2);
}

.bg-neutral-600\/25 {
  background-color: rgb(92 84 73 / 0.25);
}

.bg-neutral-600\/30 {
  background-color: rgb(92 84 73 / 0.3);
}

.bg-neutral-600\/35 {
  background-color: rgb(92 84 73 / 0.35);
}

.bg-neutral-600\/40 {
  background-color: rgb(92 84 73 / 0.4);
}

.bg-neutral-600\/45 {
  background-color: rgb(92 84 73 / 0.45);
}

.bg-neutral-600\/5 {
  background-color: rgb(92 84 73 / 0.05);
}

.bg-neutral-600\/50 {
  background-color: rgb(92 84 73 / 0.5);
}

.bg-neutral-600\/55 {
  background-color: rgb(92 84 73 / 0.55);
}

.bg-neutral-600\/60 {
  background-color: rgb(92 84 73 / 0.6);
}

.bg-neutral-600\/65 {
  background-color: rgb(92 84 73 / 0.65);
}

.bg-neutral-600\/70 {
  background-color: rgb(92 84 73 / 0.7);
}

.bg-neutral-600\/75 {
  background-color: rgb(92 84 73 / 0.75);
}

.bg-neutral-600\/80 {
  background-color: rgb(92 84 73 / 0.8);
}

.bg-neutral-600\/85 {
  background-color: rgb(92 84 73 / 0.85);
}

.bg-neutral-600\/90 {
  background-color: rgb(92 84 73 / 0.9);
}

.bg-neutral-600\/95 {
  background-color: rgb(92 84 73 / 0.95);
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 62 53 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700\/0 {
  background-color: rgb(69 62 53 / 0);
}

.bg-neutral-700\/10 {
  background-color: rgb(69 62 53 / 0.1);
}

.bg-neutral-700\/100 {
  background-color: rgb(69 62 53 / 1);
}

.bg-neutral-700\/15 {
  background-color: rgb(69 62 53 / 0.15);
}

.bg-neutral-700\/20 {
  background-color: rgb(69 62 53 / 0.2);
}

.bg-neutral-700\/25 {
  background-color: rgb(69 62 53 / 0.25);
}

.bg-neutral-700\/30 {
  background-color: rgb(69 62 53 / 0.3);
}

.bg-neutral-700\/35 {
  background-color: rgb(69 62 53 / 0.35);
}

.bg-neutral-700\/40 {
  background-color: rgb(69 62 53 / 0.4);
}

.bg-neutral-700\/45 {
  background-color: rgb(69 62 53 / 0.45);
}

.bg-neutral-700\/5 {
  background-color: rgb(69 62 53 / 0.05);
}

.bg-neutral-700\/50 {
  background-color: rgb(69 62 53 / 0.5);
}

.bg-neutral-700\/55 {
  background-color: rgb(69 62 53 / 0.55);
}

.bg-neutral-700\/60 {
  background-color: rgb(69 62 53 / 0.6);
}

.bg-neutral-700\/65 {
  background-color: rgb(69 62 53 / 0.65);
}

.bg-neutral-700\/70 {
  background-color: rgb(69 62 53 / 0.7);
}

.bg-neutral-700\/75 {
  background-color: rgb(69 62 53 / 0.75);
}

.bg-neutral-700\/80 {
  background-color: rgb(69 62 53 / 0.8);
}

.bg-neutral-700\/85 {
  background-color: rgb(69 62 53 / 0.85);
}

.bg-neutral-700\/90 {
  background-color: rgb(69 62 53 / 0.9);
}

.bg-neutral-700\/95 {
  background-color: rgb(69 62 53 / 0.95);
}

.bg-purchase-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 237 216 / var(--tw-bg-opacity, 1));
}

.bg-purchase-100\/0 {
  background-color: rgb(245 237 216 / 0);
}

.bg-purchase-100\/10 {
  background-color: rgb(245 237 216 / 0.1);
}

.bg-purchase-100\/100 {
  background-color: rgb(245 237 216 / 1);
}

.bg-purchase-100\/15 {
  background-color: rgb(245 237 216 / 0.15);
}

.bg-purchase-100\/20 {
  background-color: rgb(245 237 216 / 0.2);
}

.bg-purchase-100\/25 {
  background-color: rgb(245 237 216 / 0.25);
}

.bg-purchase-100\/30 {
  background-color: rgb(245 237 216 / 0.3);
}

.bg-purchase-100\/35 {
  background-color: rgb(245 237 216 / 0.35);
}

.bg-purchase-100\/40 {
  background-color: rgb(245 237 216 / 0.4);
}

.bg-purchase-100\/45 {
  background-color: rgb(245 237 216 / 0.45);
}

.bg-purchase-100\/5 {
  background-color: rgb(245 237 216 / 0.05);
}

.bg-purchase-100\/50 {
  background-color: rgb(245 237 216 / 0.5);
}

.bg-purchase-100\/55 {
  background-color: rgb(245 237 216 / 0.55);
}

.bg-purchase-100\/60 {
  background-color: rgb(245 237 216 / 0.6);
}

.bg-purchase-100\/65 {
  background-color: rgb(245 237 216 / 0.65);
}

.bg-purchase-100\/70 {
  background-color: rgb(245 237 216 / 0.7);
}

.bg-purchase-100\/75 {
  background-color: rgb(245 237 216 / 0.75);
}

.bg-purchase-100\/80 {
  background-color: rgb(245 237 216 / 0.8);
}

.bg-purchase-100\/85 {
  background-color: rgb(245 237 216 / 0.85);
}

.bg-purchase-100\/90 {
  background-color: rgb(245 237 216 / 0.9);
}

.bg-purchase-100\/95 {
  background-color: rgb(245 237 216 / 0.95);
}

.bg-purchase-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 218 180 / var(--tw-bg-opacity, 1));
}

.bg-purchase-200\/0 {
  background-color: rgb(235 218 180 / 0);
}

.bg-purchase-200\/10 {
  background-color: rgb(235 218 180 / 0.1);
}

.bg-purchase-200\/100 {
  background-color: rgb(235 218 180 / 1);
}

.bg-purchase-200\/15 {
  background-color: rgb(235 218 180 / 0.15);
}

.bg-purchase-200\/20 {
  background-color: rgb(235 218 180 / 0.2);
}

.bg-purchase-200\/25 {
  background-color: rgb(235 218 180 / 0.25);
}

.bg-purchase-200\/30 {
  background-color: rgb(235 218 180 / 0.3);
}

.bg-purchase-200\/35 {
  background-color: rgb(235 218 180 / 0.35);
}

.bg-purchase-200\/40 {
  background-color: rgb(235 218 180 / 0.4);
}

.bg-purchase-200\/45 {
  background-color: rgb(235 218 180 / 0.45);
}

.bg-purchase-200\/5 {
  background-color: rgb(235 218 180 / 0.05);
}

.bg-purchase-200\/50 {
  background-color: rgb(235 218 180 / 0.5);
}

.bg-purchase-200\/55 {
  background-color: rgb(235 218 180 / 0.55);
}

.bg-purchase-200\/60 {
  background-color: rgb(235 218 180 / 0.6);
}

.bg-purchase-200\/65 {
  background-color: rgb(235 218 180 / 0.65);
}

.bg-purchase-200\/70 {
  background-color: rgb(235 218 180 / 0.7);
}

.bg-purchase-200\/75 {
  background-color: rgb(235 218 180 / 0.75);
}

.bg-purchase-200\/80 {
  background-color: rgb(235 218 180 / 0.8);
}

.bg-purchase-200\/85 {
  background-color: rgb(235 218 180 / 0.85);
}

.bg-purchase-200\/90 {
  background-color: rgb(235 218 180 / 0.9);
}

.bg-purchase-200\/95 {
  background-color: rgb(235 218 180 / 0.95);
}

.bg-purchase-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 239 / var(--tw-bg-opacity, 1));
}

.bg-purchase-50\/0 {
  background-color: rgb(251 247 239 / 0);
}

.bg-purchase-50\/10 {
  background-color: rgb(251 247 239 / 0.1);
}

.bg-purchase-50\/100 {
  background-color: rgb(251 247 239 / 1);
}

.bg-purchase-50\/15 {
  background-color: rgb(251 247 239 / 0.15);
}

.bg-purchase-50\/20 {
  background-color: rgb(251 247 239 / 0.2);
}

.bg-purchase-50\/25 {
  background-color: rgb(251 247 239 / 0.25);
}

.bg-purchase-50\/30 {
  background-color: rgb(251 247 239 / 0.3);
}

.bg-purchase-50\/35 {
  background-color: rgb(251 247 239 / 0.35);
}

.bg-purchase-50\/40 {
  background-color: rgb(251 247 239 / 0.4);
}

.bg-purchase-50\/45 {
  background-color: rgb(251 247 239 / 0.45);
}

.bg-purchase-50\/5 {
  background-color: rgb(251 247 239 / 0.05);
}

.bg-purchase-50\/50 {
  background-color: rgb(251 247 239 / 0.5);
}

.bg-purchase-50\/55 {
  background-color: rgb(251 247 239 / 0.55);
}

.bg-purchase-50\/60 {
  background-color: rgb(251 247 239 / 0.6);
}

.bg-purchase-50\/65 {
  background-color: rgb(251 247 239 / 0.65);
}

.bg-purchase-50\/70 {
  background-color: rgb(251 247 239 / 0.7);
}

.bg-purchase-50\/75 {
  background-color: rgb(251 247 239 / 0.75);
}

.bg-purchase-50\/80 {
  background-color: rgb(251 247 239 / 0.8);
}

.bg-purchase-50\/85 {
  background-color: rgb(251 247 239 / 0.85);
}

.bg-purchase-50\/90 {
  background-color: rgb(251 247 239 / 0.9);
}

.bg-purchase-50\/95 {
  background-color: rgb(251 247 239 / 0.95);
}

.bg-purchase-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 144 59 / var(--tw-bg-opacity, 1));
}

.bg-purchase-500\/0 {
  background-color: rgb(184 144 59 / 0);
}

.bg-purchase-500\/10 {
  background-color: rgb(184 144 59 / 0.1);
}

.bg-purchase-500\/100 {
  background-color: rgb(184 144 59 / 1);
}

.bg-purchase-500\/15 {
  background-color: rgb(184 144 59 / 0.15);
}

.bg-purchase-500\/20 {
  background-color: rgb(184 144 59 / 0.2);
}

.bg-purchase-500\/25 {
  background-color: rgb(184 144 59 / 0.25);
}

.bg-purchase-500\/30 {
  background-color: rgb(184 144 59 / 0.3);
}

.bg-purchase-500\/35 {
  background-color: rgb(184 144 59 / 0.35);
}

.bg-purchase-500\/40 {
  background-color: rgb(184 144 59 / 0.4);
}

.bg-purchase-500\/45 {
  background-color: rgb(184 144 59 / 0.45);
}

.bg-purchase-500\/5 {
  background-color: rgb(184 144 59 / 0.05);
}

.bg-purchase-500\/50 {
  background-color: rgb(184 144 59 / 0.5);
}

.bg-purchase-500\/55 {
  background-color: rgb(184 144 59 / 0.55);
}

.bg-purchase-500\/60 {
  background-color: rgb(184 144 59 / 0.6);
}

.bg-purchase-500\/65 {
  background-color: rgb(184 144 59 / 0.65);
}

.bg-purchase-500\/70 {
  background-color: rgb(184 144 59 / 0.7);
}

.bg-purchase-500\/75 {
  background-color: rgb(184 144 59 / 0.75);
}

.bg-purchase-500\/80 {
  background-color: rgb(184 144 59 / 0.8);
}

.bg-purchase-500\/85 {
  background-color: rgb(184 144 59 / 0.85);
}

.bg-purchase-500\/90 {
  background-color: rgb(184 144 59 / 0.9);
}

.bg-purchase-500\/95 {
  background-color: rgb(184 144 59 / 0.95);
}

.bg-purchase-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 116 48 / var(--tw-bg-opacity, 1));
}

.bg-purchase-600\/0 {
  background-color: rgb(154 116 48 / 0);
}

.bg-purchase-600\/10 {
  background-color: rgb(154 116 48 / 0.1);
}

.bg-purchase-600\/100 {
  background-color: rgb(154 116 48 / 1);
}

.bg-purchase-600\/15 {
  background-color: rgb(154 116 48 / 0.15);
}

.bg-purchase-600\/20 {
  background-color: rgb(154 116 48 / 0.2);
}

.bg-purchase-600\/25 {
  background-color: rgb(154 116 48 / 0.25);
}

.bg-purchase-600\/30 {
  background-color: rgb(154 116 48 / 0.3);
}

.bg-purchase-600\/35 {
  background-color: rgb(154 116 48 / 0.35);
}

.bg-purchase-600\/40 {
  background-color: rgb(154 116 48 / 0.4);
}

.bg-purchase-600\/45 {
  background-color: rgb(154 116 48 / 0.45);
}

.bg-purchase-600\/5 {
  background-color: rgb(154 116 48 / 0.05);
}

.bg-purchase-600\/50 {
  background-color: rgb(154 116 48 / 0.5);
}

.bg-purchase-600\/55 {
  background-color: rgb(154 116 48 / 0.55);
}

.bg-purchase-600\/60 {
  background-color: rgb(154 116 48 / 0.6);
}

.bg-purchase-600\/65 {
  background-color: rgb(154 116 48 / 0.65);
}

.bg-purchase-600\/70 {
  background-color: rgb(154 116 48 / 0.7);
}

.bg-purchase-600\/75 {
  background-color: rgb(154 116 48 / 0.75);
}

.bg-purchase-600\/80 {
  background-color: rgb(154 116 48 / 0.8);
}

.bg-purchase-600\/85 {
  background-color: rgb(154 116 48 / 0.85);
}

.bg-purchase-600\/90 {
  background-color: rgb(154 116 48 / 0.9);
}

.bg-purchase-600\/95 {
  background-color: rgb(154 116 48 / 0.95);
}

.bg-purchase-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 92 40 / var(--tw-bg-opacity, 1));
}

.bg-purchase-700\/0 {
  background-color: rgb(125 92 40 / 0);
}

.bg-purchase-700\/10 {
  background-color: rgb(125 92 40 / 0.1);
}

.bg-purchase-700\/100 {
  background-color: rgb(125 92 40 / 1);
}

.bg-purchase-700\/15 {
  background-color: rgb(125 92 40 / 0.15);
}

.bg-purchase-700\/20 {
  background-color: rgb(125 92 40 / 0.2);
}

.bg-purchase-700\/25 {
  background-color: rgb(125 92 40 / 0.25);
}

.bg-purchase-700\/30 {
  background-color: rgb(125 92 40 / 0.3);
}

.bg-purchase-700\/35 {
  background-color: rgb(125 92 40 / 0.35);
}

.bg-purchase-700\/40 {
  background-color: rgb(125 92 40 / 0.4);
}

.bg-purchase-700\/45 {
  background-color: rgb(125 92 40 / 0.45);
}

.bg-purchase-700\/5 {
  background-color: rgb(125 92 40 / 0.05);
}

.bg-purchase-700\/50 {
  background-color: rgb(125 92 40 / 0.5);
}

.bg-purchase-700\/55 {
  background-color: rgb(125 92 40 / 0.55);
}

.bg-purchase-700\/60 {
  background-color: rgb(125 92 40 / 0.6);
}

.bg-purchase-700\/65 {
  background-color: rgb(125 92 40 / 0.65);
}

.bg-purchase-700\/70 {
  background-color: rgb(125 92 40 / 0.7);
}

.bg-purchase-700\/75 {
  background-color: rgb(125 92 40 / 0.75);
}

.bg-purchase-700\/80 {
  background-color: rgb(125 92 40 / 0.8);
}

.bg-purchase-700\/85 {
  background-color: rgb(125 92 40 / 0.85);
}

.bg-purchase-700\/90 {
  background-color: rgb(125 92 40 / 0.9);
}

.bg-purchase-700\/95 {
  background-color: rgb(125 92 40 / 0.95);
}

.bg-raised {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.bg-raised\/50 {
  background-color: rgb(242 239 233 / 0.5);
}

.bg-sale-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 237 224 / var(--tw-bg-opacity, 1));
}

.bg-sale-100\/0 {
  background-color: rgb(224 237 224 / 0);
}

.bg-sale-100\/10 {
  background-color: rgb(224 237 224 / 0.1);
}

.bg-sale-100\/100 {
  background-color: rgb(224 237 224 / 1);
}

.bg-sale-100\/15 {
  background-color: rgb(224 237 224 / 0.15);
}

.bg-sale-100\/20 {
  background-color: rgb(224 237 224 / 0.2);
}

.bg-sale-100\/25 {
  background-color: rgb(224 237 224 / 0.25);
}

.bg-sale-100\/30 {
  background-color: rgb(224 237 224 / 0.3);
}

.bg-sale-100\/35 {
  background-color: rgb(224 237 224 / 0.35);
}

.bg-sale-100\/40 {
  background-color: rgb(224 237 224 / 0.4);
}

.bg-sale-100\/45 {
  background-color: rgb(224 237 224 / 0.45);
}

.bg-sale-100\/5 {
  background-color: rgb(224 237 224 / 0.05);
}

.bg-sale-100\/50 {
  background-color: rgb(224 237 224 / 0.5);
}

.bg-sale-100\/55 {
  background-color: rgb(224 237 224 / 0.55);
}

.bg-sale-100\/60 {
  background-color: rgb(224 237 224 / 0.6);
}

.bg-sale-100\/65 {
  background-color: rgb(224 237 224 / 0.65);
}

.bg-sale-100\/70 {
  background-color: rgb(224 237 224 / 0.7);
}

.bg-sale-100\/75 {
  background-color: rgb(224 237 224 / 0.75);
}

.bg-sale-100\/80 {
  background-color: rgb(224 237 224 / 0.8);
}

.bg-sale-100\/85 {
  background-color: rgb(224 237 224 / 0.85);
}

.bg-sale-100\/90 {
  background-color: rgb(224 237 224 / 0.9);
}

.bg-sale-100\/95 {
  background-color: rgb(224 237 224 / 0.95);
}

.bg-sale-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 219 194 / var(--tw-bg-opacity, 1));
}

.bg-sale-200\/0 {
  background-color: rgb(194 219 194 / 0);
}

.bg-sale-200\/10 {
  background-color: rgb(194 219 194 / 0.1);
}

.bg-sale-200\/100 {
  background-color: rgb(194 219 194 / 1);
}

.bg-sale-200\/15 {
  background-color: rgb(194 219 194 / 0.15);
}

.bg-sale-200\/20 {
  background-color: rgb(194 219 194 / 0.2);
}

.bg-sale-200\/25 {
  background-color: rgb(194 219 194 / 0.25);
}

.bg-sale-200\/30 {
  background-color: rgb(194 219 194 / 0.3);
}

.bg-sale-200\/35 {
  background-color: rgb(194 219 194 / 0.35);
}

.bg-sale-200\/40 {
  background-color: rgb(194 219 194 / 0.4);
}

.bg-sale-200\/45 {
  background-color: rgb(194 219 194 / 0.45);
}

.bg-sale-200\/5 {
  background-color: rgb(194 219 194 / 0.05);
}

.bg-sale-200\/50 {
  background-color: rgb(194 219 194 / 0.5);
}

.bg-sale-200\/55 {
  background-color: rgb(194 219 194 / 0.55);
}

.bg-sale-200\/60 {
  background-color: rgb(194 219 194 / 0.6);
}

.bg-sale-200\/65 {
  background-color: rgb(194 219 194 / 0.65);
}

.bg-sale-200\/70 {
  background-color: rgb(194 219 194 / 0.7);
}

.bg-sale-200\/75 {
  background-color: rgb(194 219 194 / 0.75);
}

.bg-sale-200\/80 {
  background-color: rgb(194 219 194 / 0.8);
}

.bg-sale-200\/85 {
  background-color: rgb(194 219 194 / 0.85);
}

.bg-sale-200\/90 {
  background-color: rgb(194 219 194 / 0.9);
}

.bg-sale-200\/95 {
  background-color: rgb(194 219 194 / 0.95);
}

.bg-sale-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 243 / var(--tw-bg-opacity, 1));
}

.bg-sale-50\/0 {
  background-color: rgb(243 248 243 / 0);
}

.bg-sale-50\/10 {
  background-color: rgb(243 248 243 / 0.1);
}

.bg-sale-50\/100 {
  background-color: rgb(243 248 243 / 1);
}

.bg-sale-50\/15 {
  background-color: rgb(243 248 243 / 0.15);
}

.bg-sale-50\/20 {
  background-color: rgb(243 248 243 / 0.2);
}

.bg-sale-50\/25 {
  background-color: rgb(243 248 243 / 0.25);
}

.bg-sale-50\/30 {
  background-color: rgb(243 248 243 / 0.3);
}

.bg-sale-50\/35 {
  background-color: rgb(243 248 243 / 0.35);
}

.bg-sale-50\/40 {
  background-color: rgb(243 248 243 / 0.4);
}

.bg-sale-50\/45 {
  background-color: rgb(243 248 243 / 0.45);
}

.bg-sale-50\/5 {
  background-color: rgb(243 248 243 / 0.05);
}

.bg-sale-50\/50 {
  background-color: rgb(243 248 243 / 0.5);
}

.bg-sale-50\/55 {
  background-color: rgb(243 248 243 / 0.55);
}

.bg-sale-50\/60 {
  background-color: rgb(243 248 243 / 0.6);
}

.bg-sale-50\/65 {
  background-color: rgb(243 248 243 / 0.65);
}

.bg-sale-50\/70 {
  background-color: rgb(243 248 243 / 0.7);
}

.bg-sale-50\/75 {
  background-color: rgb(243 248 243 / 0.75);
}

.bg-sale-50\/80 {
  background-color: rgb(243 248 243 / 0.8);
}

.bg-sale-50\/85 {
  background-color: rgb(243 248 243 / 0.85);
}

.bg-sale-50\/90 {
  background-color: rgb(243 248 243 / 0.9);
}

.bg-sale-50\/95 {
  background-color: rgb(243 248 243 / 0.95);
}

.bg-sale-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 144 92 / var(--tw-bg-opacity, 1));
}

.bg-sale-500\/0 {
  background-color: rgb(92 144 92 / 0);
}

.bg-sale-500\/10 {
  background-color: rgb(92 144 92 / 0.1);
}

.bg-sale-500\/100 {
  background-color: rgb(92 144 92 / 1);
}

.bg-sale-500\/15 {
  background-color: rgb(92 144 92 / 0.15);
}

.bg-sale-500\/20 {
  background-color: rgb(92 144 92 / 0.2);
}

.bg-sale-500\/25 {
  background-color: rgb(92 144 92 / 0.25);
}

.bg-sale-500\/30 {
  background-color: rgb(92 144 92 / 0.3);
}

.bg-sale-500\/35 {
  background-color: rgb(92 144 92 / 0.35);
}

.bg-sale-500\/40 {
  background-color: rgb(92 144 92 / 0.4);
}

.bg-sale-500\/45 {
  background-color: rgb(92 144 92 / 0.45);
}

.bg-sale-500\/5 {
  background-color: rgb(92 144 92 / 0.05);
}

.bg-sale-500\/50 {
  background-color: rgb(92 144 92 / 0.5);
}

.bg-sale-500\/55 {
  background-color: rgb(92 144 92 / 0.55);
}

.bg-sale-500\/60 {
  background-color: rgb(92 144 92 / 0.6);
}

.bg-sale-500\/65 {
  background-color: rgb(92 144 92 / 0.65);
}

.bg-sale-500\/70 {
  background-color: rgb(92 144 92 / 0.7);
}

.bg-sale-500\/75 {
  background-color: rgb(92 144 92 / 0.75);
}

.bg-sale-500\/80 {
  background-color: rgb(92 144 92 / 0.8);
}

.bg-sale-500\/85 {
  background-color: rgb(92 144 92 / 0.85);
}

.bg-sale-500\/90 {
  background-color: rgb(92 144 92 / 0.9);
}

.bg-sale-500\/95 {
  background-color: rgb(92 144 92 / 0.95);
}

.bg-sale-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 118 74 / var(--tw-bg-opacity, 1));
}

.bg-sale-600\/0 {
  background-color: rgb(74 118 74 / 0);
}

.bg-sale-600\/10 {
  background-color: rgb(74 118 74 / 0.1);
}

.bg-sale-600\/100 {
  background-color: rgb(74 118 74 / 1);
}

.bg-sale-600\/15 {
  background-color: rgb(74 118 74 / 0.15);
}

.bg-sale-600\/20 {
  background-color: rgb(74 118 74 / 0.2);
}

.bg-sale-600\/25 {
  background-color: rgb(74 118 74 / 0.25);
}

.bg-sale-600\/30 {
  background-color: rgb(74 118 74 / 0.3);
}

.bg-sale-600\/35 {
  background-color: rgb(74 118 74 / 0.35);
}

.bg-sale-600\/40 {
  background-color: rgb(74 118 74 / 0.4);
}

.bg-sale-600\/45 {
  background-color: rgb(74 118 74 / 0.45);
}

.bg-sale-600\/5 {
  background-color: rgb(74 118 74 / 0.05);
}

.bg-sale-600\/50 {
  background-color: rgb(74 118 74 / 0.5);
}

.bg-sale-600\/55 {
  background-color: rgb(74 118 74 / 0.55);
}

.bg-sale-600\/60 {
  background-color: rgb(74 118 74 / 0.6);
}

.bg-sale-600\/65 {
  background-color: rgb(74 118 74 / 0.65);
}

.bg-sale-600\/70 {
  background-color: rgb(74 118 74 / 0.7);
}

.bg-sale-600\/75 {
  background-color: rgb(74 118 74 / 0.75);
}

.bg-sale-600\/80 {
  background-color: rgb(74 118 74 / 0.8);
}

.bg-sale-600\/85 {
  background-color: rgb(74 118 74 / 0.85);
}

.bg-sale-600\/90 {
  background-color: rgb(74 118 74 / 0.9);
}

.bg-sale-600\/95 {
  background-color: rgb(74 118 74 / 0.95);
}

.bg-sale-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(61 96 61 / var(--tw-bg-opacity, 1));
}

.bg-sale-700\/0 {
  background-color: rgb(61 96 61 / 0);
}

.bg-sale-700\/10 {
  background-color: rgb(61 96 61 / 0.1);
}

.bg-sale-700\/100 {
  background-color: rgb(61 96 61 / 1);
}

.bg-sale-700\/15 {
  background-color: rgb(61 96 61 / 0.15);
}

.bg-sale-700\/20 {
  background-color: rgb(61 96 61 / 0.2);
}

.bg-sale-700\/25 {
  background-color: rgb(61 96 61 / 0.25);
}

.bg-sale-700\/30 {
  background-color: rgb(61 96 61 / 0.3);
}

.bg-sale-700\/35 {
  background-color: rgb(61 96 61 / 0.35);
}

.bg-sale-700\/40 {
  background-color: rgb(61 96 61 / 0.4);
}

.bg-sale-700\/45 {
  background-color: rgb(61 96 61 / 0.45);
}

.bg-sale-700\/5 {
  background-color: rgb(61 96 61 / 0.05);
}

.bg-sale-700\/50 {
  background-color: rgb(61 96 61 / 0.5);
}

.bg-sale-700\/55 {
  background-color: rgb(61 96 61 / 0.55);
}

.bg-sale-700\/60 {
  background-color: rgb(61 96 61 / 0.6);
}

.bg-sale-700\/65 {
  background-color: rgb(61 96 61 / 0.65);
}

.bg-sale-700\/70 {
  background-color: rgb(61 96 61 / 0.7);
}

.bg-sale-700\/75 {
  background-color: rgb(61 96 61 / 0.75);
}

.bg-sale-700\/80 {
  background-color: rgb(61 96 61 / 0.8);
}

.bg-sale-700\/85 {
  background-color: rgb(61 96 61 / 0.85);
}

.bg-sale-700\/90 {
  background-color: rgb(61 96 61 / 0.9);
}

.bg-sale-700\/95 {
  background-color: rgb(61 96 61 / 0.95);
}

.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(213 242 237 / var(--tw-bg-opacity, 1));
}

.bg-teal-100\/0 {
  background-color: rgb(213 242 237 / 0);
}

.bg-teal-100\/10 {
  background-color: rgb(213 242 237 / 0.1);
}

.bg-teal-100\/100 {
  background-color: rgb(213 242 237 / 1);
}

.bg-teal-100\/15 {
  background-color: rgb(213 242 237 / 0.15);
}

.bg-teal-100\/20 {
  background-color: rgb(213 242 237 / 0.2);
}

.bg-teal-100\/25 {
  background-color: rgb(213 242 237 / 0.25);
}

.bg-teal-100\/30 {
  background-color: rgb(213 242 237 / 0.3);
}

.bg-teal-100\/35 {
  background-color: rgb(213 242 237 / 0.35);
}

.bg-teal-100\/40 {
  background-color: rgb(213 242 237 / 0.4);
}

.bg-teal-100\/45 {
  background-color: rgb(213 242 237 / 0.45);
}

.bg-teal-100\/5 {
  background-color: rgb(213 242 237 / 0.05);
}

.bg-teal-100\/50 {
  background-color: rgb(213 242 237 / 0.5);
}

.bg-teal-100\/55 {
  background-color: rgb(213 242 237 / 0.55);
}

.bg-teal-100\/60 {
  background-color: rgb(213 242 237 / 0.6);
}

.bg-teal-100\/65 {
  background-color: rgb(213 242 237 / 0.65);
}

.bg-teal-100\/70 {
  background-color: rgb(213 242 237 / 0.7);
}

.bg-teal-100\/75 {
  background-color: rgb(213 242 237 / 0.75);
}

.bg-teal-100\/80 {
  background-color: rgb(213 242 237 / 0.8);
}

.bg-teal-100\/85 {
  background-color: rgb(213 242 237 / 0.85);
}

.bg-teal-100\/90 {
  background-color: rgb(213 242 237 / 0.9);
}

.bg-teal-100\/95 {
  background-color: rgb(213 242 237 / 0.95);
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(171 229 219 / var(--tw-bg-opacity, 1));
}

.bg-teal-200\/0 {
  background-color: rgb(171 229 219 / 0);
}

.bg-teal-200\/10 {
  background-color: rgb(171 229 219 / 0.1);
}

.bg-teal-200\/100 {
  background-color: rgb(171 229 219 / 1);
}

.bg-teal-200\/15 {
  background-color: rgb(171 229 219 / 0.15);
}

.bg-teal-200\/20 {
  background-color: rgb(171 229 219 / 0.2);
}

.bg-teal-200\/25 {
  background-color: rgb(171 229 219 / 0.25);
}

.bg-teal-200\/30 {
  background-color: rgb(171 229 219 / 0.3);
}

.bg-teal-200\/35 {
  background-color: rgb(171 229 219 / 0.35);
}

.bg-teal-200\/40 {
  background-color: rgb(171 229 219 / 0.4);
}

.bg-teal-200\/45 {
  background-color: rgb(171 229 219 / 0.45);
}

.bg-teal-200\/5 {
  background-color: rgb(171 229 219 / 0.05);
}

.bg-teal-200\/50 {
  background-color: rgb(171 229 219 / 0.5);
}

.bg-teal-200\/55 {
  background-color: rgb(171 229 219 / 0.55);
}

.bg-teal-200\/60 {
  background-color: rgb(171 229 219 / 0.6);
}

.bg-teal-200\/65 {
  background-color: rgb(171 229 219 / 0.65);
}

.bg-teal-200\/70 {
  background-color: rgb(171 229 219 / 0.7);
}

.bg-teal-200\/75 {
  background-color: rgb(171 229 219 / 0.75);
}

.bg-teal-200\/80 {
  background-color: rgb(171 229 219 / 0.8);
}

.bg-teal-200\/85 {
  background-color: rgb(171 229 219 / 0.85);
}

.bg-teal-200\/90 {
  background-color: rgb(171 229 219 / 0.9);
}

.bg-teal-200\/95 {
  background-color: rgb(171 229 219 / 0.95);
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 250 248 / var(--tw-bg-opacity, 1));
}

.bg-teal-50\/0 {
  background-color: rgb(239 250 248 / 0);
}

.bg-teal-50\/10 {
  background-color: rgb(239 250 248 / 0.1);
}

.bg-teal-50\/100 {
  background-color: rgb(239 250 248 / 1);
}

.bg-teal-50\/15 {
  background-color: rgb(239 250 248 / 0.15);
}

.bg-teal-50\/20 {
  background-color: rgb(239 250 248 / 0.2);
}

.bg-teal-50\/25 {
  background-color: rgb(239 250 248 / 0.25);
}

.bg-teal-50\/30 {
  background-color: rgb(239 250 248 / 0.3);
}

.bg-teal-50\/35 {
  background-color: rgb(239 250 248 / 0.35);
}

.bg-teal-50\/40 {
  background-color: rgb(239 250 248 / 0.4);
}

.bg-teal-50\/45 {
  background-color: rgb(239 250 248 / 0.45);
}

.bg-teal-50\/5 {
  background-color: rgb(239 250 248 / 0.05);
}

.bg-teal-50\/50 {
  background-color: rgb(239 250 248 / 0.5);
}

.bg-teal-50\/55 {
  background-color: rgb(239 250 248 / 0.55);
}

.bg-teal-50\/60 {
  background-color: rgb(239 250 248 / 0.6);
}

.bg-teal-50\/65 {
  background-color: rgb(239 250 248 / 0.65);
}

.bg-teal-50\/70 {
  background-color: rgb(239 250 248 / 0.7);
}

.bg-teal-50\/75 {
  background-color: rgb(239 250 248 / 0.75);
}

.bg-teal-50\/80 {
  background-color: rgb(239 250 248 / 0.8);
}

.bg-teal-50\/85 {
  background-color: rgb(239 250 248 / 0.85);
}

.bg-teal-50\/90 {
  background-color: rgb(239 250 248 / 0.9);
}

.bg-teal-50\/95 {
  background-color: rgb(239 250 248 / 0.95);
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 137 127 / var(--tw-bg-opacity, 1));
}

.bg-teal-500\/0 {
  background-color: rgb(56 137 127 / 0);
}

.bg-teal-500\/10 {
  background-color: rgb(56 137 127 / 0.1);
}

.bg-teal-500\/100 {
  background-color: rgb(56 137 127 / 1);
}

.bg-teal-500\/15 {
  background-color: rgb(56 137 127 / 0.15);
}

.bg-teal-500\/20 {
  background-color: rgb(56 137 127 / 0.2);
}

.bg-teal-500\/25 {
  background-color: rgb(56 137 127 / 0.25);
}

.bg-teal-500\/30 {
  background-color: rgb(56 137 127 / 0.3);
}

.bg-teal-500\/35 {
  background-color: rgb(56 137 127 / 0.35);
}

.bg-teal-500\/40 {
  background-color: rgb(56 137 127 / 0.4);
}

.bg-teal-500\/45 {
  background-color: rgb(56 137 127 / 0.45);
}

.bg-teal-500\/5 {
  background-color: rgb(56 137 127 / 0.05);
}

.bg-teal-500\/50 {
  background-color: rgb(56 137 127 / 0.5);
}

.bg-teal-500\/55 {
  background-color: rgb(56 137 127 / 0.55);
}

.bg-teal-500\/60 {
  background-color: rgb(56 137 127 / 0.6);
}

.bg-teal-500\/65 {
  background-color: rgb(56 137 127 / 0.65);
}

.bg-teal-500\/70 {
  background-color: rgb(56 137 127 / 0.7);
}

.bg-teal-500\/75 {
  background-color: rgb(56 137 127 / 0.75);
}

.bg-teal-500\/80 {
  background-color: rgb(56 137 127 / 0.8);
}

.bg-teal-500\/85 {
  background-color: rgb(56 137 127 / 0.85);
}

.bg-teal-500\/90 {
  background-color: rgb(56 137 127 / 0.9);
}

.bg-teal-500\/95 {
  background-color: rgb(56 137 127 / 0.95);
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 112 104 / var(--tw-bg-opacity, 1));
}

.bg-teal-600\/0 {
  background-color: rgb(45 112 104 / 0);
}

.bg-teal-600\/10 {
  background-color: rgb(45 112 104 / 0.1);
}

.bg-teal-600\/100 {
  background-color: rgb(45 112 104 / 1);
}

.bg-teal-600\/15 {
  background-color: rgb(45 112 104 / 0.15);
}

.bg-teal-600\/20 {
  background-color: rgb(45 112 104 / 0.2);
}

.bg-teal-600\/25 {
  background-color: rgb(45 112 104 / 0.25);
}

.bg-teal-600\/30 {
  background-color: rgb(45 112 104 / 0.3);
}

.bg-teal-600\/35 {
  background-color: rgb(45 112 104 / 0.35);
}

.bg-teal-600\/40 {
  background-color: rgb(45 112 104 / 0.4);
}

.bg-teal-600\/45 {
  background-color: rgb(45 112 104 / 0.45);
}

.bg-teal-600\/5 {
  background-color: rgb(45 112 104 / 0.05);
}

.bg-teal-600\/50 {
  background-color: rgb(45 112 104 / 0.5);
}

.bg-teal-600\/55 {
  background-color: rgb(45 112 104 / 0.55);
}

.bg-teal-600\/60 {
  background-color: rgb(45 112 104 / 0.6);
}

.bg-teal-600\/65 {
  background-color: rgb(45 112 104 / 0.65);
}

.bg-teal-600\/70 {
  background-color: rgb(45 112 104 / 0.7);
}

.bg-teal-600\/75 {
  background-color: rgb(45 112 104 / 0.75);
}

.bg-teal-600\/80 {
  background-color: rgb(45 112 104 / 0.8);
}

.bg-teal-600\/85 {
  background-color: rgb(45 112 104 / 0.85);
}

.bg-teal-600\/90 {
  background-color: rgb(45 112 104 / 0.9);
}

.bg-teal-600\/95 {
  background-color: rgb(45 112 104 / 0.95);
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(36 90 84 / var(--tw-bg-opacity, 1));
}

.bg-teal-700\/0 {
  background-color: rgb(36 90 84 / 0);
}

.bg-teal-700\/10 {
  background-color: rgb(36 90 84 / 0.1);
}

.bg-teal-700\/100 {
  background-color: rgb(36 90 84 / 1);
}

.bg-teal-700\/15 {
  background-color: rgb(36 90 84 / 0.15);
}

.bg-teal-700\/20 {
  background-color: rgb(36 90 84 / 0.2);
}

.bg-teal-700\/25 {
  background-color: rgb(36 90 84 / 0.25);
}

.bg-teal-700\/30 {
  background-color: rgb(36 90 84 / 0.3);
}

.bg-teal-700\/35 {
  background-color: rgb(36 90 84 / 0.35);
}

.bg-teal-700\/40 {
  background-color: rgb(36 90 84 / 0.4);
}

.bg-teal-700\/45 {
  background-color: rgb(36 90 84 / 0.45);
}

.bg-teal-700\/5 {
  background-color: rgb(36 90 84 / 0.05);
}

.bg-teal-700\/50 {
  background-color: rgb(36 90 84 / 0.5);
}

.bg-teal-700\/55 {
  background-color: rgb(36 90 84 / 0.55);
}

.bg-teal-700\/60 {
  background-color: rgb(36 90 84 / 0.6);
}

.bg-teal-700\/65 {
  background-color: rgb(36 90 84 / 0.65);
}

.bg-teal-700\/70 {
  background-color: rgb(36 90 84 / 0.7);
}

.bg-teal-700\/75 {
  background-color: rgb(36 90 84 / 0.75);
}

.bg-teal-700\/80 {
  background-color: rgb(36 90 84 / 0.8);
}

.bg-teal-700\/85 {
  background-color: rgb(36 90 84 / 0.85);
}

.bg-teal-700\/90 {
  background-color: rgb(36 90 84 / 0.9);
}

.bg-teal-700\/95 {
  background-color: rgb(36 90 84 / 0.95);
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 72 67 / var(--tw-bg-opacity, 1));
}

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

.bg-warn-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 212 / var(--tw-bg-opacity, 1));
}

.bg-warn-100\/0 {
  background-color: rgb(249 237 212 / 0);
}

.bg-warn-100\/10 {
  background-color: rgb(249 237 212 / 0.1);
}

.bg-warn-100\/100 {
  background-color: rgb(249 237 212 / 1);
}

.bg-warn-100\/15 {
  background-color: rgb(249 237 212 / 0.15);
}

.bg-warn-100\/20 {
  background-color: rgb(249 237 212 / 0.2);
}

.bg-warn-100\/25 {
  background-color: rgb(249 237 212 / 0.25);
}

.bg-warn-100\/30 {
  background-color: rgb(249 237 212 / 0.3);
}

.bg-warn-100\/35 {
  background-color: rgb(249 237 212 / 0.35);
}

.bg-warn-100\/40 {
  background-color: rgb(249 237 212 / 0.4);
}

.bg-warn-100\/45 {
  background-color: rgb(249 237 212 / 0.45);
}

.bg-warn-100\/5 {
  background-color: rgb(249 237 212 / 0.05);
}

.bg-warn-100\/50 {
  background-color: rgb(249 237 212 / 0.5);
}

.bg-warn-100\/55 {
  background-color: rgb(249 237 212 / 0.55);
}

.bg-warn-100\/60 {
  background-color: rgb(249 237 212 / 0.6);
}

.bg-warn-100\/65 {
  background-color: rgb(249 237 212 / 0.65);
}

.bg-warn-100\/70 {
  background-color: rgb(249 237 212 / 0.7);
}

.bg-warn-100\/75 {
  background-color: rgb(249 237 212 / 0.75);
}

.bg-warn-100\/80 {
  background-color: rgb(249 237 212 / 0.8);
}

.bg-warn-100\/85 {
  background-color: rgb(249 237 212 / 0.85);
}

.bg-warn-100\/90 {
  background-color: rgb(249 237 212 / 0.9);
}

.bg-warn-100\/95 {
  background-color: rgb(249 237 212 / 0.95);
}

.bg-warn-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 217 167 / var(--tw-bg-opacity, 1));
}

.bg-warn-200\/0 {
  background-color: rgb(242 217 167 / 0);
}

.bg-warn-200\/10 {
  background-color: rgb(242 217 167 / 0.1);
}

.bg-warn-200\/100 {
  background-color: rgb(242 217 167 / 1);
}

.bg-warn-200\/15 {
  background-color: rgb(242 217 167 / 0.15);
}

.bg-warn-200\/20 {
  background-color: rgb(242 217 167 / 0.2);
}

.bg-warn-200\/25 {
  background-color: rgb(242 217 167 / 0.25);
}

.bg-warn-200\/30 {
  background-color: rgb(242 217 167 / 0.3);
}

.bg-warn-200\/35 {
  background-color: rgb(242 217 167 / 0.35);
}

.bg-warn-200\/40 {
  background-color: rgb(242 217 167 / 0.4);
}

.bg-warn-200\/45 {
  background-color: rgb(242 217 167 / 0.45);
}

.bg-warn-200\/5 {
  background-color: rgb(242 217 167 / 0.05);
}

.bg-warn-200\/50 {
  background-color: rgb(242 217 167 / 0.5);
}

.bg-warn-200\/55 {
  background-color: rgb(242 217 167 / 0.55);
}

.bg-warn-200\/60 {
  background-color: rgb(242 217 167 / 0.6);
}

.bg-warn-200\/65 {
  background-color: rgb(242 217 167 / 0.65);
}

.bg-warn-200\/70 {
  background-color: rgb(242 217 167 / 0.7);
}

.bg-warn-200\/75 {
  background-color: rgb(242 217 167 / 0.75);
}

.bg-warn-200\/80 {
  background-color: rgb(242 217 167 / 0.8);
}

.bg-warn-200\/85 {
  background-color: rgb(242 217 167 / 0.85);
}

.bg-warn-200\/90 {
  background-color: rgb(242 217 167 / 0.9);
}

.bg-warn-200\/95 {
  background-color: rgb(242 217 167 / 0.95);
}

.bg-warn-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 248 238 / var(--tw-bg-opacity, 1));
}

.bg-warn-50\/0 {
  background-color: rgb(253 248 238 / 0);
}

.bg-warn-50\/10 {
  background-color: rgb(253 248 238 / 0.1);
}

.bg-warn-50\/100 {
  background-color: rgb(253 248 238 / 1);
}

.bg-warn-50\/15 {
  background-color: rgb(253 248 238 / 0.15);
}

.bg-warn-50\/20 {
  background-color: rgb(253 248 238 / 0.2);
}

.bg-warn-50\/25 {
  background-color: rgb(253 248 238 / 0.25);
}

.bg-warn-50\/30 {
  background-color: rgb(253 248 238 / 0.3);
}

.bg-warn-50\/35 {
  background-color: rgb(253 248 238 / 0.35);
}

.bg-warn-50\/40 {
  background-color: rgb(253 248 238 / 0.4);
}

.bg-warn-50\/45 {
  background-color: rgb(253 248 238 / 0.45);
}

.bg-warn-50\/5 {
  background-color: rgb(253 248 238 / 0.05);
}

.bg-warn-50\/50 {
  background-color: rgb(253 248 238 / 0.5);
}

.bg-warn-50\/55 {
  background-color: rgb(253 248 238 / 0.55);
}

.bg-warn-50\/60 {
  background-color: rgb(253 248 238 / 0.6);
}

.bg-warn-50\/65 {
  background-color: rgb(253 248 238 / 0.65);
}

.bg-warn-50\/70 {
  background-color: rgb(253 248 238 / 0.7);
}

.bg-warn-50\/75 {
  background-color: rgb(253 248 238 / 0.75);
}

.bg-warn-50\/80 {
  background-color: rgb(253 248 238 / 0.8);
}

.bg-warn-50\/85 {
  background-color: rgb(253 248 238 / 0.85);
}

.bg-warn-50\/90 {
  background-color: rgb(253 248 238 / 0.9);
}

.bg-warn-50\/95 {
  background-color: rgb(253 248 238 / 0.95);
}

.bg-warn-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 141 40 / var(--tw-bg-opacity, 1));
}

.bg-warn-500\/0 {
  background-color: rgb(199 141 40 / 0);
}

.bg-warn-500\/10 {
  background-color: rgb(199 141 40 / 0.1);
}

.bg-warn-500\/100 {
  background-color: rgb(199 141 40 / 1);
}

.bg-warn-500\/15 {
  background-color: rgb(199 141 40 / 0.15);
}

.bg-warn-500\/20 {
  background-color: rgb(199 141 40 / 0.2);
}

.bg-warn-500\/25 {
  background-color: rgb(199 141 40 / 0.25);
}

.bg-warn-500\/30 {
  background-color: rgb(199 141 40 / 0.3);
}

.bg-warn-500\/35 {
  background-color: rgb(199 141 40 / 0.35);
}

.bg-warn-500\/40 {
  background-color: rgb(199 141 40 / 0.4);
}

.bg-warn-500\/45 {
  background-color: rgb(199 141 40 / 0.45);
}

.bg-warn-500\/5 {
  background-color: rgb(199 141 40 / 0.05);
}

.bg-warn-500\/50 {
  background-color: rgb(199 141 40 / 0.5);
}

.bg-warn-500\/55 {
  background-color: rgb(199 141 40 / 0.55);
}

.bg-warn-500\/60 {
  background-color: rgb(199 141 40 / 0.6);
}

.bg-warn-500\/65 {
  background-color: rgb(199 141 40 / 0.65);
}

.bg-warn-500\/70 {
  background-color: rgb(199 141 40 / 0.7);
}

.bg-warn-500\/75 {
  background-color: rgb(199 141 40 / 0.75);
}

.bg-warn-500\/80 {
  background-color: rgb(199 141 40 / 0.8);
}

.bg-warn-500\/85 {
  background-color: rgb(199 141 40 / 0.85);
}

.bg-warn-500\/90 {
  background-color: rgb(199 141 40 / 0.9);
}

.bg-warn-500\/95 {
  background-color: rgb(199 141 40 / 0.95);
}

.bg-warn-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 113 32 / var(--tw-bg-opacity, 1));
}

.bg-warn-600\/0 {
  background-color: rgb(166 113 32 / 0);
}

.bg-warn-600\/10 {
  background-color: rgb(166 113 32 / 0.1);
}

.bg-warn-600\/100 {
  background-color: rgb(166 113 32 / 1);
}

.bg-warn-600\/15 {
  background-color: rgb(166 113 32 / 0.15);
}

.bg-warn-600\/20 {
  background-color: rgb(166 113 32 / 0.2);
}

.bg-warn-600\/25 {
  background-color: rgb(166 113 32 / 0.25);
}

.bg-warn-600\/30 {
  background-color: rgb(166 113 32 / 0.3);
}

.bg-warn-600\/35 {
  background-color: rgb(166 113 32 / 0.35);
}

.bg-warn-600\/40 {
  background-color: rgb(166 113 32 / 0.4);
}

.bg-warn-600\/45 {
  background-color: rgb(166 113 32 / 0.45);
}

.bg-warn-600\/5 {
  background-color: rgb(166 113 32 / 0.05);
}

.bg-warn-600\/50 {
  background-color: rgb(166 113 32 / 0.5);
}

.bg-warn-600\/55 {
  background-color: rgb(166 113 32 / 0.55);
}

.bg-warn-600\/60 {
  background-color: rgb(166 113 32 / 0.6);
}

.bg-warn-600\/65 {
  background-color: rgb(166 113 32 / 0.65);
}

.bg-warn-600\/70 {
  background-color: rgb(166 113 32 / 0.7);
}

.bg-warn-600\/75 {
  background-color: rgb(166 113 32 / 0.75);
}

.bg-warn-600\/80 {
  background-color: rgb(166 113 32 / 0.8);
}

.bg-warn-600\/85 {
  background-color: rgb(166 113 32 / 0.85);
}

.bg-warn-600\/90 {
  background-color: rgb(166 113 32 / 0.9);
}

.bg-warn-600\/95 {
  background-color: rgb(166 113 32 / 0.95);
}

.bg-warn-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 87 28 / var(--tw-bg-opacity, 1));
}

.bg-warn-700\/0 {
  background-color: rgb(133 87 28 / 0);
}

.bg-warn-700\/10 {
  background-color: rgb(133 87 28 / 0.1);
}

.bg-warn-700\/100 {
  background-color: rgb(133 87 28 / 1);
}

.bg-warn-700\/15 {
  background-color: rgb(133 87 28 / 0.15);
}

.bg-warn-700\/20 {
  background-color: rgb(133 87 28 / 0.2);
}

.bg-warn-700\/25 {
  background-color: rgb(133 87 28 / 0.25);
}

.bg-warn-700\/30 {
  background-color: rgb(133 87 28 / 0.3);
}

.bg-warn-700\/35 {
  background-color: rgb(133 87 28 / 0.35);
}

.bg-warn-700\/40 {
  background-color: rgb(133 87 28 / 0.4);
}

.bg-warn-700\/45 {
  background-color: rgb(133 87 28 / 0.45);
}

.bg-warn-700\/5 {
  background-color: rgb(133 87 28 / 0.05);
}

.bg-warn-700\/50 {
  background-color: rgb(133 87 28 / 0.5);
}

.bg-warn-700\/55 {
  background-color: rgb(133 87 28 / 0.55);
}

.bg-warn-700\/60 {
  background-color: rgb(133 87 28 / 0.6);
}

.bg-warn-700\/65 {
  background-color: rgb(133 87 28 / 0.65);
}

.bg-warn-700\/70 {
  background-color: rgb(133 87 28 / 0.7);
}

.bg-warn-700\/75 {
  background-color: rgb(133 87 28 / 0.75);
}

.bg-warn-700\/80 {
  background-color: rgb(133 87 28 / 0.8);
}

.bg-warn-700\/85 {
  background-color: rgb(133 87 28 / 0.85);
}

.bg-warn-700\/90 {
  background-color: rgb(133 87 28 / 0.9);
}

.bg-warn-700\/95 {
  background-color: rgb(133 87 28 / 0.95);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\!py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.font-mono {
  font-family: JetBrains Mono, Fira Code, ui-monospace, monospace;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-border-strong {
  --tw-text-opacity: 1;
  color: rgb(200 194 183 / var(--tw-text-opacity, 1));
}

.text-danger-100 {
  --tw-text-opacity: 1;
  color: rgb(245 225 220 / var(--tw-text-opacity, 1));
}

.text-danger-100\/0 {
  color: rgb(245 225 220 / 0);
}

.text-danger-100\/10 {
  color: rgb(245 225 220 / 0.1);
}

.text-danger-100\/100 {
  color: rgb(245 225 220 / 1);
}

.text-danger-100\/15 {
  color: rgb(245 225 220 / 0.15);
}

.text-danger-100\/20 {
  color: rgb(245 225 220 / 0.2);
}

.text-danger-100\/25 {
  color: rgb(245 225 220 / 0.25);
}

.text-danger-100\/30 {
  color: rgb(245 225 220 / 0.3);
}

.text-danger-100\/35 {
  color: rgb(245 225 220 / 0.35);
}

.text-danger-100\/40 {
  color: rgb(245 225 220 / 0.4);
}

.text-danger-100\/45 {
  color: rgb(245 225 220 / 0.45);
}

.text-danger-100\/5 {
  color: rgb(245 225 220 / 0.05);
}

.text-danger-100\/50 {
  color: rgb(245 225 220 / 0.5);
}

.text-danger-100\/55 {
  color: rgb(245 225 220 / 0.55);
}

.text-danger-100\/60 {
  color: rgb(245 225 220 / 0.6);
}

.text-danger-100\/65 {
  color: rgb(245 225 220 / 0.65);
}

.text-danger-100\/70 {
  color: rgb(245 225 220 / 0.7);
}

.text-danger-100\/75 {
  color: rgb(245 225 220 / 0.75);
}

.text-danger-100\/80 {
  color: rgb(245 225 220 / 0.8);
}

.text-danger-100\/85 {
  color: rgb(245 225 220 / 0.85);
}

.text-danger-100\/90 {
  color: rgb(245 225 220 / 0.9);
}

.text-danger-100\/95 {
  color: rgb(245 225 220 / 0.95);
}

.text-danger-200 {
  --tw-text-opacity: 1;
  color: rgb(235 196 186 / var(--tw-text-opacity, 1));
}

.text-danger-200\/0 {
  color: rgb(235 196 186 / 0);
}

.text-danger-200\/10 {
  color: rgb(235 196 186 / 0.1);
}

.text-danger-200\/100 {
  color: rgb(235 196 186 / 1);
}

.text-danger-200\/15 {
  color: rgb(235 196 186 / 0.15);
}

.text-danger-200\/20 {
  color: rgb(235 196 186 / 0.2);
}

.text-danger-200\/25 {
  color: rgb(235 196 186 / 0.25);
}

.text-danger-200\/30 {
  color: rgb(235 196 186 / 0.3);
}

.text-danger-200\/35 {
  color: rgb(235 196 186 / 0.35);
}

.text-danger-200\/40 {
  color: rgb(235 196 186 / 0.4);
}

.text-danger-200\/45 {
  color: rgb(235 196 186 / 0.45);
}

.text-danger-200\/5 {
  color: rgb(235 196 186 / 0.05);
}

.text-danger-200\/50 {
  color: rgb(235 196 186 / 0.5);
}

.text-danger-200\/55 {
  color: rgb(235 196 186 / 0.55);
}

.text-danger-200\/60 {
  color: rgb(235 196 186 / 0.6);
}

.text-danger-200\/65 {
  color: rgb(235 196 186 / 0.65);
}

.text-danger-200\/70 {
  color: rgb(235 196 186 / 0.7);
}

.text-danger-200\/75 {
  color: rgb(235 196 186 / 0.75);
}

.text-danger-200\/80 {
  color: rgb(235 196 186 / 0.8);
}

.text-danger-200\/85 {
  color: rgb(235 196 186 / 0.85);
}

.text-danger-200\/90 {
  color: rgb(235 196 186 / 0.9);
}

.text-danger-200\/95 {
  color: rgb(235 196 186 / 0.95);
}

.text-danger-50 {
  --tw-text-opacity: 1;
  color: rgb(251 243 241 / var(--tw-text-opacity, 1));
}

.text-danger-50\/0 {
  color: rgb(251 243 241 / 0);
}

.text-danger-50\/10 {
  color: rgb(251 243 241 / 0.1);
}

.text-danger-50\/100 {
  color: rgb(251 243 241 / 1);
}

.text-danger-50\/15 {
  color: rgb(251 243 241 / 0.15);
}

.text-danger-50\/20 {
  color: rgb(251 243 241 / 0.2);
}

.text-danger-50\/25 {
  color: rgb(251 243 241 / 0.25);
}

.text-danger-50\/30 {
  color: rgb(251 243 241 / 0.3);
}

.text-danger-50\/35 {
  color: rgb(251 243 241 / 0.35);
}

.text-danger-50\/40 {
  color: rgb(251 243 241 / 0.4);
}

.text-danger-50\/45 {
  color: rgb(251 243 241 / 0.45);
}

.text-danger-50\/5 {
  color: rgb(251 243 241 / 0.05);
}

.text-danger-50\/50 {
  color: rgb(251 243 241 / 0.5);
}

.text-danger-50\/55 {
  color: rgb(251 243 241 / 0.55);
}

.text-danger-50\/60 {
  color: rgb(251 243 241 / 0.6);
}

.text-danger-50\/65 {
  color: rgb(251 243 241 / 0.65);
}

.text-danger-50\/70 {
  color: rgb(251 243 241 / 0.7);
}

.text-danger-50\/75 {
  color: rgb(251 243 241 / 0.75);
}

.text-danger-50\/80 {
  color: rgb(251 243 241 / 0.8);
}

.text-danger-50\/85 {
  color: rgb(251 243 241 / 0.85);
}

.text-danger-50\/90 {
  color: rgb(251 243 241 / 0.9);
}

.text-danger-50\/95 {
  color: rgb(251 243 241 / 0.95);
}

.text-danger-500 {
  --tw-text-opacity: 1;
  color: rgb(184 93 71 / var(--tw-text-opacity, 1));
}

.text-danger-500\/0 {
  color: rgb(184 93 71 / 0);
}

.text-danger-500\/10 {
  color: rgb(184 93 71 / 0.1);
}

.text-danger-500\/100 {
  color: rgb(184 93 71 / 1);
}

.text-danger-500\/15 {
  color: rgb(184 93 71 / 0.15);
}

.text-danger-500\/20 {
  color: rgb(184 93 71 / 0.2);
}

.text-danger-500\/25 {
  color: rgb(184 93 71 / 0.25);
}

.text-danger-500\/30 {
  color: rgb(184 93 71 / 0.3);
}

.text-danger-500\/35 {
  color: rgb(184 93 71 / 0.35);
}

.text-danger-500\/40 {
  color: rgb(184 93 71 / 0.4);
}

.text-danger-500\/45 {
  color: rgb(184 93 71 / 0.45);
}

.text-danger-500\/5 {
  color: rgb(184 93 71 / 0.05);
}

.text-danger-500\/50 {
  color: rgb(184 93 71 / 0.5);
}

.text-danger-500\/55 {
  color: rgb(184 93 71 / 0.55);
}

.text-danger-500\/60 {
  color: rgb(184 93 71 / 0.6);
}

.text-danger-500\/65 {
  color: rgb(184 93 71 / 0.65);
}

.text-danger-500\/70 {
  color: rgb(184 93 71 / 0.7);
}

.text-danger-500\/75 {
  color: rgb(184 93 71 / 0.75);
}

.text-danger-500\/80 {
  color: rgb(184 93 71 / 0.8);
}

.text-danger-500\/85 {
  color: rgb(184 93 71 / 0.85);
}

.text-danger-500\/90 {
  color: rgb(184 93 71 / 0.9);
}

.text-danger-500\/95 {
  color: rgb(184 93 71 / 0.95);
}

.text-danger-600 {
  --tw-text-opacity: 1;
  color: rgb(154 75 56 / var(--tw-text-opacity, 1));
}

.text-danger-600\/0 {
  color: rgb(154 75 56 / 0);
}

.text-danger-600\/10 {
  color: rgb(154 75 56 / 0.1);
}

.text-danger-600\/100 {
  color: rgb(154 75 56 / 1);
}

.text-danger-600\/15 {
  color: rgb(154 75 56 / 0.15);
}

.text-danger-600\/20 {
  color: rgb(154 75 56 / 0.2);
}

.text-danger-600\/25 {
  color: rgb(154 75 56 / 0.25);
}

.text-danger-600\/30 {
  color: rgb(154 75 56 / 0.3);
}

.text-danger-600\/35 {
  color: rgb(154 75 56 / 0.35);
}

.text-danger-600\/40 {
  color: rgb(154 75 56 / 0.4);
}

.text-danger-600\/45 {
  color: rgb(154 75 56 / 0.45);
}

.text-danger-600\/5 {
  color: rgb(154 75 56 / 0.05);
}

.text-danger-600\/50 {
  color: rgb(154 75 56 / 0.5);
}

.text-danger-600\/55 {
  color: rgb(154 75 56 / 0.55);
}

.text-danger-600\/60 {
  color: rgb(154 75 56 / 0.6);
}

.text-danger-600\/65 {
  color: rgb(154 75 56 / 0.65);
}

.text-danger-600\/70 {
  color: rgb(154 75 56 / 0.7);
}

.text-danger-600\/75 {
  color: rgb(154 75 56 / 0.75);
}

.text-danger-600\/80 {
  color: rgb(154 75 56 / 0.8);
}

.text-danger-600\/85 {
  color: rgb(154 75 56 / 0.85);
}

.text-danger-600\/90 {
  color: rgb(154 75 56 / 0.9);
}

.text-danger-600\/95 {
  color: rgb(154 75 56 / 0.95);
}

.text-danger-700 {
  --tw-text-opacity: 1;
  color: rgb(125 61 47 / var(--tw-text-opacity, 1));
}

.text-danger-700\/0 {
  color: rgb(125 61 47 / 0);
}

.text-danger-700\/10 {
  color: rgb(125 61 47 / 0.1);
}

.text-danger-700\/100 {
  color: rgb(125 61 47 / 1);
}

.text-danger-700\/15 {
  color: rgb(125 61 47 / 0.15);
}

.text-danger-700\/20 {
  color: rgb(125 61 47 / 0.2);
}

.text-danger-700\/25 {
  color: rgb(125 61 47 / 0.25);
}

.text-danger-700\/30 {
  color: rgb(125 61 47 / 0.3);
}

.text-danger-700\/35 {
  color: rgb(125 61 47 / 0.35);
}

.text-danger-700\/40 {
  color: rgb(125 61 47 / 0.4);
}

.text-danger-700\/45 {
  color: rgb(125 61 47 / 0.45);
}

.text-danger-700\/5 {
  color: rgb(125 61 47 / 0.05);
}

.text-danger-700\/50 {
  color: rgb(125 61 47 / 0.5);
}

.text-danger-700\/55 {
  color: rgb(125 61 47 / 0.55);
}

.text-danger-700\/60 {
  color: rgb(125 61 47 / 0.6);
}

.text-danger-700\/65 {
  color: rgb(125 61 47 / 0.65);
}

.text-danger-700\/70 {
  color: rgb(125 61 47 / 0.7);
}

.text-danger-700\/75 {
  color: rgb(125 61 47 / 0.75);
}

.text-danger-700\/80 {
  color: rgb(125 61 47 / 0.8);
}

.text-danger-700\/85 {
  color: rgb(125 61 47 / 0.85);
}

.text-danger-700\/90 {
  color: rgb(125 61 47 / 0.9);
}

.text-danger-700\/95 {
  color: rgb(125 61 47 / 0.95);
}

.text-info-100 {
  --tw-text-opacity: 1;
  color: rgb(224 230 242 / var(--tw-text-opacity, 1));
}

.text-info-100\/0 {
  color: rgb(224 230 242 / 0);
}

.text-info-100\/10 {
  color: rgb(224 230 242 / 0.1);
}

.text-info-100\/100 {
  color: rgb(224 230 242 / 1);
}

.text-info-100\/15 {
  color: rgb(224 230 242 / 0.15);
}

.text-info-100\/20 {
  color: rgb(224 230 242 / 0.2);
}

.text-info-100\/25 {
  color: rgb(224 230 242 / 0.25);
}

.text-info-100\/30 {
  color: rgb(224 230 242 / 0.3);
}

.text-info-100\/35 {
  color: rgb(224 230 242 / 0.35);
}

.text-info-100\/40 {
  color: rgb(224 230 242 / 0.4);
}

.text-info-100\/45 {
  color: rgb(224 230 242 / 0.45);
}

.text-info-100\/5 {
  color: rgb(224 230 242 / 0.05);
}

.text-info-100\/50 {
  color: rgb(224 230 242 / 0.5);
}

.text-info-100\/55 {
  color: rgb(224 230 242 / 0.55);
}

.text-info-100\/60 {
  color: rgb(224 230 242 / 0.6);
}

.text-info-100\/65 {
  color: rgb(224 230 242 / 0.65);
}

.text-info-100\/70 {
  color: rgb(224 230 242 / 0.7);
}

.text-info-100\/75 {
  color: rgb(224 230 242 / 0.75);
}

.text-info-100\/80 {
  color: rgb(224 230 242 / 0.8);
}

.text-info-100\/85 {
  color: rgb(224 230 242 / 0.85);
}

.text-info-100\/90 {
  color: rgb(224 230 242 / 0.9);
}

.text-info-100\/95 {
  color: rgb(224 230 242 / 0.95);
}

.text-info-200 {
  --tw-text-opacity: 1;
  color: rgb(195 206 228 / var(--tw-text-opacity, 1));
}

.text-info-200\/0 {
  color: rgb(195 206 228 / 0);
}

.text-info-200\/10 {
  color: rgb(195 206 228 / 0.1);
}

.text-info-200\/100 {
  color: rgb(195 206 228 / 1);
}

.text-info-200\/15 {
  color: rgb(195 206 228 / 0.15);
}

.text-info-200\/20 {
  color: rgb(195 206 228 / 0.2);
}

.text-info-200\/25 {
  color: rgb(195 206 228 / 0.25);
}

.text-info-200\/30 {
  color: rgb(195 206 228 / 0.3);
}

.text-info-200\/35 {
  color: rgb(195 206 228 / 0.35);
}

.text-info-200\/40 {
  color: rgb(195 206 228 / 0.4);
}

.text-info-200\/45 {
  color: rgb(195 206 228 / 0.45);
}

.text-info-200\/5 {
  color: rgb(195 206 228 / 0.05);
}

.text-info-200\/50 {
  color: rgb(195 206 228 / 0.5);
}

.text-info-200\/55 {
  color: rgb(195 206 228 / 0.55);
}

.text-info-200\/60 {
  color: rgb(195 206 228 / 0.6);
}

.text-info-200\/65 {
  color: rgb(195 206 228 / 0.65);
}

.text-info-200\/70 {
  color: rgb(195 206 228 / 0.7);
}

.text-info-200\/75 {
  color: rgb(195 206 228 / 0.75);
}

.text-info-200\/80 {
  color: rgb(195 206 228 / 0.8);
}

.text-info-200\/85 {
  color: rgb(195 206 228 / 0.85);
}

.text-info-200\/90 {
  color: rgb(195 206 228 / 0.9);
}

.text-info-200\/95 {
  color: rgb(195 206 228 / 0.95);
}

.text-info-50 {
  --tw-text-opacity: 1;
  color: rgb(242 245 250 / var(--tw-text-opacity, 1));
}

.text-info-50\/0 {
  color: rgb(242 245 250 / 0);
}

.text-info-50\/10 {
  color: rgb(242 245 250 / 0.1);
}

.text-info-50\/100 {
  color: rgb(242 245 250 / 1);
}

.text-info-50\/15 {
  color: rgb(242 245 250 / 0.15);
}

.text-info-50\/20 {
  color: rgb(242 245 250 / 0.2);
}

.text-info-50\/25 {
  color: rgb(242 245 250 / 0.25);
}

.text-info-50\/30 {
  color: rgb(242 245 250 / 0.3);
}

.text-info-50\/35 {
  color: rgb(242 245 250 / 0.35);
}

.text-info-50\/40 {
  color: rgb(242 245 250 / 0.4);
}

.text-info-50\/45 {
  color: rgb(242 245 250 / 0.45);
}

.text-info-50\/5 {
  color: rgb(242 245 250 / 0.05);
}

.text-info-50\/50 {
  color: rgb(242 245 250 / 0.5);
}

.text-info-50\/55 {
  color: rgb(242 245 250 / 0.55);
}

.text-info-50\/60 {
  color: rgb(242 245 250 / 0.6);
}

.text-info-50\/65 {
  color: rgb(242 245 250 / 0.65);
}

.text-info-50\/70 {
  color: rgb(242 245 250 / 0.7);
}

.text-info-50\/75 {
  color: rgb(242 245 250 / 0.75);
}

.text-info-50\/80 {
  color: rgb(242 245 250 / 0.8);
}

.text-info-50\/85 {
  color: rgb(242 245 250 / 0.85);
}

.text-info-50\/90 {
  color: rgb(242 245 250 / 0.9);
}

.text-info-50\/95 {
  color: rgb(242 245 250 / 0.95);
}

.text-info-500 {
  --tw-text-opacity: 1;
  color: rgb(90 117 165 / var(--tw-text-opacity, 1));
}

.text-info-500\/0 {
  color: rgb(90 117 165 / 0);
}

.text-info-500\/10 {
  color: rgb(90 117 165 / 0.1);
}

.text-info-500\/100 {
  color: rgb(90 117 165 / 1);
}

.text-info-500\/15 {
  color: rgb(90 117 165 / 0.15);
}

.text-info-500\/20 {
  color: rgb(90 117 165 / 0.2);
}

.text-info-500\/25 {
  color: rgb(90 117 165 / 0.25);
}

.text-info-500\/30 {
  color: rgb(90 117 165 / 0.3);
}

.text-info-500\/35 {
  color: rgb(90 117 165 / 0.35);
}

.text-info-500\/40 {
  color: rgb(90 117 165 / 0.4);
}

.text-info-500\/45 {
  color: rgb(90 117 165 / 0.45);
}

.text-info-500\/5 {
  color: rgb(90 117 165 / 0.05);
}

.text-info-500\/50 {
  color: rgb(90 117 165 / 0.5);
}

.text-info-500\/55 {
  color: rgb(90 117 165 / 0.55);
}

.text-info-500\/60 {
  color: rgb(90 117 165 / 0.6);
}

.text-info-500\/65 {
  color: rgb(90 117 165 / 0.65);
}

.text-info-500\/70 {
  color: rgb(90 117 165 / 0.7);
}

.text-info-500\/75 {
  color: rgb(90 117 165 / 0.75);
}

.text-info-500\/80 {
  color: rgb(90 117 165 / 0.8);
}

.text-info-500\/85 {
  color: rgb(90 117 165 / 0.85);
}

.text-info-500\/90 {
  color: rgb(90 117 165 / 0.9);
}

.text-info-500\/95 {
  color: rgb(90 117 165 / 0.95);
}

.text-info-600 {
  --tw-text-opacity: 1;
  color: rgb(72 94 136 / var(--tw-text-opacity, 1));
}

.text-info-600\/0 {
  color: rgb(72 94 136 / 0);
}

.text-info-600\/10 {
  color: rgb(72 94 136 / 0.1);
}

.text-info-600\/100 {
  color: rgb(72 94 136 / 1);
}

.text-info-600\/15 {
  color: rgb(72 94 136 / 0.15);
}

.text-info-600\/20 {
  color: rgb(72 94 136 / 0.2);
}

.text-info-600\/25 {
  color: rgb(72 94 136 / 0.25);
}

.text-info-600\/30 {
  color: rgb(72 94 136 / 0.3);
}

.text-info-600\/35 {
  color: rgb(72 94 136 / 0.35);
}

.text-info-600\/40 {
  color: rgb(72 94 136 / 0.4);
}

.text-info-600\/45 {
  color: rgb(72 94 136 / 0.45);
}

.text-info-600\/5 {
  color: rgb(72 94 136 / 0.05);
}

.text-info-600\/50 {
  color: rgb(72 94 136 / 0.5);
}

.text-info-600\/55 {
  color: rgb(72 94 136 / 0.55);
}

.text-info-600\/60 {
  color: rgb(72 94 136 / 0.6);
}

.text-info-600\/65 {
  color: rgb(72 94 136 / 0.65);
}

.text-info-600\/70 {
  color: rgb(72 94 136 / 0.7);
}

.text-info-600\/75 {
  color: rgb(72 94 136 / 0.75);
}

.text-info-600\/80 {
  color: rgb(72 94 136 / 0.8);
}

.text-info-600\/85 {
  color: rgb(72 94 136 / 0.85);
}

.text-info-600\/90 {
  color: rgb(72 94 136 / 0.9);
}

.text-info-600\/95 {
  color: rgb(72 94 136 / 0.95);
}

.text-info-700 {
  --tw-text-opacity: 1;
  color: rgb(59 77 111 / var(--tw-text-opacity, 1));
}

.text-info-700\/0 {
  color: rgb(59 77 111 / 0);
}

.text-info-700\/10 {
  color: rgb(59 77 111 / 0.1);
}

.text-info-700\/100 {
  color: rgb(59 77 111 / 1);
}

.text-info-700\/15 {
  color: rgb(59 77 111 / 0.15);
}

.text-info-700\/20 {
  color: rgb(59 77 111 / 0.2);
}

.text-info-700\/25 {
  color: rgb(59 77 111 / 0.25);
}

.text-info-700\/30 {
  color: rgb(59 77 111 / 0.3);
}

.text-info-700\/35 {
  color: rgb(59 77 111 / 0.35);
}

.text-info-700\/40 {
  color: rgb(59 77 111 / 0.4);
}

.text-info-700\/45 {
  color: rgb(59 77 111 / 0.45);
}

.text-info-700\/5 {
  color: rgb(59 77 111 / 0.05);
}

.text-info-700\/50 {
  color: rgb(59 77 111 / 0.5);
}

.text-info-700\/55 {
  color: rgb(59 77 111 / 0.55);
}

.text-info-700\/60 {
  color: rgb(59 77 111 / 0.6);
}

.text-info-700\/65 {
  color: rgb(59 77 111 / 0.65);
}

.text-info-700\/70 {
  color: rgb(59 77 111 / 0.7);
}

.text-info-700\/75 {
  color: rgb(59 77 111 / 0.75);
}

.text-info-700\/80 {
  color: rgb(59 77 111 / 0.8);
}

.text-info-700\/85 {
  color: rgb(59 77 111 / 0.85);
}

.text-info-700\/90 {
  color: rgb(59 77 111 / 0.9);
}

.text-info-700\/95 {
  color: rgb(59 77 111 / 0.95);
}

.text-ink {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.text-ink-muted {
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

.text-ink-secondary {
  --tw-text-opacity: 1;
  color: rgb(92 84 73 / var(--tw-text-opacity, 1));
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 225 / var(--tw-text-opacity, 1));
}

.text-neutral-100\/0 {
  color: rgb(237 233 225 / 0);
}

.text-neutral-100\/10 {
  color: rgb(237 233 225 / 0.1);
}

.text-neutral-100\/100 {
  color: rgb(237 233 225 / 1);
}

.text-neutral-100\/15 {
  color: rgb(237 233 225 / 0.15);
}

.text-neutral-100\/20 {
  color: rgb(237 233 225 / 0.2);
}

.text-neutral-100\/25 {
  color: rgb(237 233 225 / 0.25);
}

.text-neutral-100\/30 {
  color: rgb(237 233 225 / 0.3);
}

.text-neutral-100\/35 {
  color: rgb(237 233 225 / 0.35);
}

.text-neutral-100\/40 {
  color: rgb(237 233 225 / 0.4);
}

.text-neutral-100\/45 {
  color: rgb(237 233 225 / 0.45);
}

.text-neutral-100\/5 {
  color: rgb(237 233 225 / 0.05);
}

.text-neutral-100\/50 {
  color: rgb(237 233 225 / 0.5);
}

.text-neutral-100\/55 {
  color: rgb(237 233 225 / 0.55);
}

.text-neutral-100\/60 {
  color: rgb(237 233 225 / 0.6);
}

.text-neutral-100\/65 {
  color: rgb(237 233 225 / 0.65);
}

.text-neutral-100\/70 {
  color: rgb(237 233 225 / 0.7);
}

.text-neutral-100\/75 {
  color: rgb(237 233 225 / 0.75);
}

.text-neutral-100\/80 {
  color: rgb(237 233 225 / 0.8);
}

.text-neutral-100\/85 {
  color: rgb(237 233 225 / 0.85);
}

.text-neutral-100\/90 {
  color: rgb(237 233 225 / 0.9);
}

.text-neutral-100\/95 {
  color: rgb(237 233 225 / 0.95);
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(221 216 207 / var(--tw-text-opacity, 1));
}

.text-neutral-200\/0 {
  color: rgb(221 216 207 / 0);
}

.text-neutral-200\/10 {
  color: rgb(221 216 207 / 0.1);
}

.text-neutral-200\/100 {
  color: rgb(221 216 207 / 1);
}

.text-neutral-200\/15 {
  color: rgb(221 216 207 / 0.15);
}

.text-neutral-200\/20 {
  color: rgb(221 216 207 / 0.2);
}

.text-neutral-200\/25 {
  color: rgb(221 216 207 / 0.25);
}

.text-neutral-200\/30 {
  color: rgb(221 216 207 / 0.3);
}

.text-neutral-200\/35 {
  color: rgb(221 216 207 / 0.35);
}

.text-neutral-200\/40 {
  color: rgb(221 216 207 / 0.4);
}

.text-neutral-200\/45 {
  color: rgb(221 216 207 / 0.45);
}

.text-neutral-200\/5 {
  color: rgb(221 216 207 / 0.05);
}

.text-neutral-200\/50 {
  color: rgb(221 216 207 / 0.5);
}

.text-neutral-200\/55 {
  color: rgb(221 216 207 / 0.55);
}

.text-neutral-200\/60 {
  color: rgb(221 216 207 / 0.6);
}

.text-neutral-200\/65 {
  color: rgb(221 216 207 / 0.65);
}

.text-neutral-200\/70 {
  color: rgb(221 216 207 / 0.7);
}

.text-neutral-200\/75 {
  color: rgb(221 216 207 / 0.75);
}

.text-neutral-200\/80 {
  color: rgb(221 216 207 / 0.8);
}

.text-neutral-200\/85 {
  color: rgb(221 216 207 / 0.85);
}

.text-neutral-200\/90 {
  color: rgb(221 216 207 / 0.9);
}

.text-neutral-200\/95 {
  color: rgb(221 216 207 / 0.95);
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(247 244 239 / var(--tw-text-opacity, 1));
}

.text-neutral-50\/0 {
  color: rgb(247 244 239 / 0);
}

.text-neutral-50\/10 {
  color: rgb(247 244 239 / 0.1);
}

.text-neutral-50\/100 {
  color: rgb(247 244 239 / 1);
}

.text-neutral-50\/15 {
  color: rgb(247 244 239 / 0.15);
}

.text-neutral-50\/20 {
  color: rgb(247 244 239 / 0.2);
}

.text-neutral-50\/25 {
  color: rgb(247 244 239 / 0.25);
}

.text-neutral-50\/30 {
  color: rgb(247 244 239 / 0.3);
}

.text-neutral-50\/35 {
  color: rgb(247 244 239 / 0.35);
}

.text-neutral-50\/40 {
  color: rgb(247 244 239 / 0.4);
}

.text-neutral-50\/45 {
  color: rgb(247 244 239 / 0.45);
}

.text-neutral-50\/5 {
  color: rgb(247 244 239 / 0.05);
}

.text-neutral-50\/50 {
  color: rgb(247 244 239 / 0.5);
}

.text-neutral-50\/55 {
  color: rgb(247 244 239 / 0.55);
}

.text-neutral-50\/60 {
  color: rgb(247 244 239 / 0.6);
}

.text-neutral-50\/65 {
  color: rgb(247 244 239 / 0.65);
}

.text-neutral-50\/70 {
  color: rgb(247 244 239 / 0.7);
}

.text-neutral-50\/75 {
  color: rgb(247 244 239 / 0.75);
}

.text-neutral-50\/80 {
  color: rgb(247 244 239 / 0.8);
}

.text-neutral-50\/85 {
  color: rgb(247 244 239 / 0.85);
}

.text-neutral-50\/90 {
  color: rgb(247 244 239 / 0.9);
}

.text-neutral-50\/95 {
  color: rgb(247 244 239 / 0.95);
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(122 114 103 / var(--tw-text-opacity, 1));
}

.text-neutral-500\/0 {
  color: rgb(122 114 103 / 0);
}

.text-neutral-500\/10 {
  color: rgb(122 114 103 / 0.1);
}

.text-neutral-500\/100 {
  color: rgb(122 114 103 / 1);
}

.text-neutral-500\/15 {
  color: rgb(122 114 103 / 0.15);
}

.text-neutral-500\/20 {
  color: rgb(122 114 103 / 0.2);
}

.text-neutral-500\/25 {
  color: rgb(122 114 103 / 0.25);
}

.text-neutral-500\/30 {
  color: rgb(122 114 103 / 0.3);
}

.text-neutral-500\/35 {
  color: rgb(122 114 103 / 0.35);
}

.text-neutral-500\/40 {
  color: rgb(122 114 103 / 0.4);
}

.text-neutral-500\/45 {
  color: rgb(122 114 103 / 0.45);
}

.text-neutral-500\/5 {
  color: rgb(122 114 103 / 0.05);
}

.text-neutral-500\/50 {
  color: rgb(122 114 103 / 0.5);
}

.text-neutral-500\/55 {
  color: rgb(122 114 103 / 0.55);
}

.text-neutral-500\/60 {
  color: rgb(122 114 103 / 0.6);
}

.text-neutral-500\/65 {
  color: rgb(122 114 103 / 0.65);
}

.text-neutral-500\/70 {
  color: rgb(122 114 103 / 0.7);
}

.text-neutral-500\/75 {
  color: rgb(122 114 103 / 0.75);
}

.text-neutral-500\/80 {
  color: rgb(122 114 103 / 0.8);
}

.text-neutral-500\/85 {
  color: rgb(122 114 103 / 0.85);
}

.text-neutral-500\/90 {
  color: rgb(122 114 103 / 0.9);
}

.text-neutral-500\/95 {
  color: rgb(122 114 103 / 0.95);
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(92 84 73 / var(--tw-text-opacity, 1));
}

.text-neutral-600\/0 {
  color: rgb(92 84 73 / 0);
}

.text-neutral-600\/10 {
  color: rgb(92 84 73 / 0.1);
}

.text-neutral-600\/100 {
  color: rgb(92 84 73 / 1);
}

.text-neutral-600\/15 {
  color: rgb(92 84 73 / 0.15);
}

.text-neutral-600\/20 {
  color: rgb(92 84 73 / 0.2);
}

.text-neutral-600\/25 {
  color: rgb(92 84 73 / 0.25);
}

.text-neutral-600\/30 {
  color: rgb(92 84 73 / 0.3);
}

.text-neutral-600\/35 {
  color: rgb(92 84 73 / 0.35);
}

.text-neutral-600\/40 {
  color: rgb(92 84 73 / 0.4);
}

.text-neutral-600\/45 {
  color: rgb(92 84 73 / 0.45);
}

.text-neutral-600\/5 {
  color: rgb(92 84 73 / 0.05);
}

.text-neutral-600\/50 {
  color: rgb(92 84 73 / 0.5);
}

.text-neutral-600\/55 {
  color: rgb(92 84 73 / 0.55);
}

.text-neutral-600\/60 {
  color: rgb(92 84 73 / 0.6);
}

.text-neutral-600\/65 {
  color: rgb(92 84 73 / 0.65);
}

.text-neutral-600\/70 {
  color: rgb(92 84 73 / 0.7);
}

.text-neutral-600\/75 {
  color: rgb(92 84 73 / 0.75);
}

.text-neutral-600\/80 {
  color: rgb(92 84 73 / 0.8);
}

.text-neutral-600\/85 {
  color: rgb(92 84 73 / 0.85);
}

.text-neutral-600\/90 {
  color: rgb(92 84 73 / 0.9);
}

.text-neutral-600\/95 {
  color: rgb(92 84 73 / 0.95);
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(69 62 53 / var(--tw-text-opacity, 1));
}

.text-neutral-700\/0 {
  color: rgb(69 62 53 / 0);
}

.text-neutral-700\/10 {
  color: rgb(69 62 53 / 0.1);
}

.text-neutral-700\/100 {
  color: rgb(69 62 53 / 1);
}

.text-neutral-700\/15 {
  color: rgb(69 62 53 / 0.15);
}

.text-neutral-700\/20 {
  color: rgb(69 62 53 / 0.2);
}

.text-neutral-700\/25 {
  color: rgb(69 62 53 / 0.25);
}

.text-neutral-700\/30 {
  color: rgb(69 62 53 / 0.3);
}

.text-neutral-700\/35 {
  color: rgb(69 62 53 / 0.35);
}

.text-neutral-700\/40 {
  color: rgb(69 62 53 / 0.4);
}

.text-neutral-700\/45 {
  color: rgb(69 62 53 / 0.45);
}

.text-neutral-700\/5 {
  color: rgb(69 62 53 / 0.05);
}

.text-neutral-700\/50 {
  color: rgb(69 62 53 / 0.5);
}

.text-neutral-700\/55 {
  color: rgb(69 62 53 / 0.55);
}

.text-neutral-700\/60 {
  color: rgb(69 62 53 / 0.6);
}

.text-neutral-700\/65 {
  color: rgb(69 62 53 / 0.65);
}

.text-neutral-700\/70 {
  color: rgb(69 62 53 / 0.7);
}

.text-neutral-700\/75 {
  color: rgb(69 62 53 / 0.75);
}

.text-neutral-700\/80 {
  color: rgb(69 62 53 / 0.8);
}

.text-neutral-700\/85 {
  color: rgb(69 62 53 / 0.85);
}

.text-neutral-700\/90 {
  color: rgb(69 62 53 / 0.9);
}

.text-neutral-700\/95 {
  color: rgb(69 62 53 / 0.95);
}

.text-purchase-100 {
  --tw-text-opacity: 1;
  color: rgb(245 237 216 / var(--tw-text-opacity, 1));
}

.text-purchase-100\/0 {
  color: rgb(245 237 216 / 0);
}

.text-purchase-100\/10 {
  color: rgb(245 237 216 / 0.1);
}

.text-purchase-100\/100 {
  color: rgb(245 237 216 / 1);
}

.text-purchase-100\/15 {
  color: rgb(245 237 216 / 0.15);
}

.text-purchase-100\/20 {
  color: rgb(245 237 216 / 0.2);
}

.text-purchase-100\/25 {
  color: rgb(245 237 216 / 0.25);
}

.text-purchase-100\/30 {
  color: rgb(245 237 216 / 0.3);
}

.text-purchase-100\/35 {
  color: rgb(245 237 216 / 0.35);
}

.text-purchase-100\/40 {
  color: rgb(245 237 216 / 0.4);
}

.text-purchase-100\/45 {
  color: rgb(245 237 216 / 0.45);
}

.text-purchase-100\/5 {
  color: rgb(245 237 216 / 0.05);
}

.text-purchase-100\/50 {
  color: rgb(245 237 216 / 0.5);
}

.text-purchase-100\/55 {
  color: rgb(245 237 216 / 0.55);
}

.text-purchase-100\/60 {
  color: rgb(245 237 216 / 0.6);
}

.text-purchase-100\/65 {
  color: rgb(245 237 216 / 0.65);
}

.text-purchase-100\/70 {
  color: rgb(245 237 216 / 0.7);
}

.text-purchase-100\/75 {
  color: rgb(245 237 216 / 0.75);
}

.text-purchase-100\/80 {
  color: rgb(245 237 216 / 0.8);
}

.text-purchase-100\/85 {
  color: rgb(245 237 216 / 0.85);
}

.text-purchase-100\/90 {
  color: rgb(245 237 216 / 0.9);
}

.text-purchase-100\/95 {
  color: rgb(245 237 216 / 0.95);
}

.text-purchase-200 {
  --tw-text-opacity: 1;
  color: rgb(235 218 180 / var(--tw-text-opacity, 1));
}

.text-purchase-200\/0 {
  color: rgb(235 218 180 / 0);
}

.text-purchase-200\/10 {
  color: rgb(235 218 180 / 0.1);
}

.text-purchase-200\/100 {
  color: rgb(235 218 180 / 1);
}

.text-purchase-200\/15 {
  color: rgb(235 218 180 / 0.15);
}

.text-purchase-200\/20 {
  color: rgb(235 218 180 / 0.2);
}

.text-purchase-200\/25 {
  color: rgb(235 218 180 / 0.25);
}

.text-purchase-200\/30 {
  color: rgb(235 218 180 / 0.3);
}

.text-purchase-200\/35 {
  color: rgb(235 218 180 / 0.35);
}

.text-purchase-200\/40 {
  color: rgb(235 218 180 / 0.4);
}

.text-purchase-200\/45 {
  color: rgb(235 218 180 / 0.45);
}

.text-purchase-200\/5 {
  color: rgb(235 218 180 / 0.05);
}

.text-purchase-200\/50 {
  color: rgb(235 218 180 / 0.5);
}

.text-purchase-200\/55 {
  color: rgb(235 218 180 / 0.55);
}

.text-purchase-200\/60 {
  color: rgb(235 218 180 / 0.6);
}

.text-purchase-200\/65 {
  color: rgb(235 218 180 / 0.65);
}

.text-purchase-200\/70 {
  color: rgb(235 218 180 / 0.7);
}

.text-purchase-200\/75 {
  color: rgb(235 218 180 / 0.75);
}

.text-purchase-200\/80 {
  color: rgb(235 218 180 / 0.8);
}

.text-purchase-200\/85 {
  color: rgb(235 218 180 / 0.85);
}

.text-purchase-200\/90 {
  color: rgb(235 218 180 / 0.9);
}

.text-purchase-200\/95 {
  color: rgb(235 218 180 / 0.95);
}

.text-purchase-400 {
  --tw-text-opacity: 1;
  color: rgb(207 167 79 / var(--tw-text-opacity, 1));
}

.text-purchase-50 {
  --tw-text-opacity: 1;
  color: rgb(251 247 239 / var(--tw-text-opacity, 1));
}

.text-purchase-50\/0 {
  color: rgb(251 247 239 / 0);
}

.text-purchase-50\/10 {
  color: rgb(251 247 239 / 0.1);
}

.text-purchase-50\/100 {
  color: rgb(251 247 239 / 1);
}

.text-purchase-50\/15 {
  color: rgb(251 247 239 / 0.15);
}

.text-purchase-50\/20 {
  color: rgb(251 247 239 / 0.2);
}

.text-purchase-50\/25 {
  color: rgb(251 247 239 / 0.25);
}

.text-purchase-50\/30 {
  color: rgb(251 247 239 / 0.3);
}

.text-purchase-50\/35 {
  color: rgb(251 247 239 / 0.35);
}

.text-purchase-50\/40 {
  color: rgb(251 247 239 / 0.4);
}

.text-purchase-50\/45 {
  color: rgb(251 247 239 / 0.45);
}

.text-purchase-50\/5 {
  color: rgb(251 247 239 / 0.05);
}

.text-purchase-50\/50 {
  color: rgb(251 247 239 / 0.5);
}

.text-purchase-50\/55 {
  color: rgb(251 247 239 / 0.55);
}

.text-purchase-50\/60 {
  color: rgb(251 247 239 / 0.6);
}

.text-purchase-50\/65 {
  color: rgb(251 247 239 / 0.65);
}

.text-purchase-50\/70 {
  color: rgb(251 247 239 / 0.7);
}

.text-purchase-50\/75 {
  color: rgb(251 247 239 / 0.75);
}

.text-purchase-50\/80 {
  color: rgb(251 247 239 / 0.8);
}

.text-purchase-50\/85 {
  color: rgb(251 247 239 / 0.85);
}

.text-purchase-50\/90 {
  color: rgb(251 247 239 / 0.9);
}

.text-purchase-50\/95 {
  color: rgb(251 247 239 / 0.95);
}

.text-purchase-500 {
  --tw-text-opacity: 1;
  color: rgb(184 144 59 / var(--tw-text-opacity, 1));
}

.text-purchase-500\/0 {
  color: rgb(184 144 59 / 0);
}

.text-purchase-500\/10 {
  color: rgb(184 144 59 / 0.1);
}

.text-purchase-500\/100 {
  color: rgb(184 144 59 / 1);
}

.text-purchase-500\/15 {
  color: rgb(184 144 59 / 0.15);
}

.text-purchase-500\/20 {
  color: rgb(184 144 59 / 0.2);
}

.text-purchase-500\/25 {
  color: rgb(184 144 59 / 0.25);
}

.text-purchase-500\/30 {
  color: rgb(184 144 59 / 0.3);
}

.text-purchase-500\/35 {
  color: rgb(184 144 59 / 0.35);
}

.text-purchase-500\/40 {
  color: rgb(184 144 59 / 0.4);
}

.text-purchase-500\/45 {
  color: rgb(184 144 59 / 0.45);
}

.text-purchase-500\/5 {
  color: rgb(184 144 59 / 0.05);
}

.text-purchase-500\/50 {
  color: rgb(184 144 59 / 0.5);
}

.text-purchase-500\/55 {
  color: rgb(184 144 59 / 0.55);
}

.text-purchase-500\/60 {
  color: rgb(184 144 59 / 0.6);
}

.text-purchase-500\/65 {
  color: rgb(184 144 59 / 0.65);
}

.text-purchase-500\/70 {
  color: rgb(184 144 59 / 0.7);
}

.text-purchase-500\/75 {
  color: rgb(184 144 59 / 0.75);
}

.text-purchase-500\/80 {
  color: rgb(184 144 59 / 0.8);
}

.text-purchase-500\/85 {
  color: rgb(184 144 59 / 0.85);
}

.text-purchase-500\/90 {
  color: rgb(184 144 59 / 0.9);
}

.text-purchase-500\/95 {
  color: rgb(184 144 59 / 0.95);
}

.text-purchase-600 {
  --tw-text-opacity: 1;
  color: rgb(154 116 48 / var(--tw-text-opacity, 1));
}

.text-purchase-600\/0 {
  color: rgb(154 116 48 / 0);
}

.text-purchase-600\/10 {
  color: rgb(154 116 48 / 0.1);
}

.text-purchase-600\/100 {
  color: rgb(154 116 48 / 1);
}

.text-purchase-600\/15 {
  color: rgb(154 116 48 / 0.15);
}

.text-purchase-600\/20 {
  color: rgb(154 116 48 / 0.2);
}

.text-purchase-600\/25 {
  color: rgb(154 116 48 / 0.25);
}

.text-purchase-600\/30 {
  color: rgb(154 116 48 / 0.3);
}

.text-purchase-600\/35 {
  color: rgb(154 116 48 / 0.35);
}

.text-purchase-600\/40 {
  color: rgb(154 116 48 / 0.4);
}

.text-purchase-600\/45 {
  color: rgb(154 116 48 / 0.45);
}

.text-purchase-600\/5 {
  color: rgb(154 116 48 / 0.05);
}

.text-purchase-600\/50 {
  color: rgb(154 116 48 / 0.5);
}

.text-purchase-600\/55 {
  color: rgb(154 116 48 / 0.55);
}

.text-purchase-600\/60 {
  color: rgb(154 116 48 / 0.6);
}

.text-purchase-600\/65 {
  color: rgb(154 116 48 / 0.65);
}

.text-purchase-600\/70 {
  color: rgb(154 116 48 / 0.7);
}

.text-purchase-600\/75 {
  color: rgb(154 116 48 / 0.75);
}

.text-purchase-600\/80 {
  color: rgb(154 116 48 / 0.8);
}

.text-purchase-600\/85 {
  color: rgb(154 116 48 / 0.85);
}

.text-purchase-600\/90 {
  color: rgb(154 116 48 / 0.9);
}

.text-purchase-600\/95 {
  color: rgb(154 116 48 / 0.95);
}

.text-purchase-700 {
  --tw-text-opacity: 1;
  color: rgb(125 92 40 / var(--tw-text-opacity, 1));
}

.text-purchase-700\/0 {
  color: rgb(125 92 40 / 0);
}

.text-purchase-700\/10 {
  color: rgb(125 92 40 / 0.1);
}

.text-purchase-700\/100 {
  color: rgb(125 92 40 / 1);
}

.text-purchase-700\/15 {
  color: rgb(125 92 40 / 0.15);
}

.text-purchase-700\/20 {
  color: rgb(125 92 40 / 0.2);
}

.text-purchase-700\/25 {
  color: rgb(125 92 40 / 0.25);
}

.text-purchase-700\/30 {
  color: rgb(125 92 40 / 0.3);
}

.text-purchase-700\/35 {
  color: rgb(125 92 40 / 0.35);
}

.text-purchase-700\/40 {
  color: rgb(125 92 40 / 0.4);
}

.text-purchase-700\/45 {
  color: rgb(125 92 40 / 0.45);
}

.text-purchase-700\/5 {
  color: rgb(125 92 40 / 0.05);
}

.text-purchase-700\/50 {
  color: rgb(125 92 40 / 0.5);
}

.text-purchase-700\/55 {
  color: rgb(125 92 40 / 0.55);
}

.text-purchase-700\/60 {
  color: rgb(125 92 40 / 0.6);
}

.text-purchase-700\/65 {
  color: rgb(125 92 40 / 0.65);
}

.text-purchase-700\/70 {
  color: rgb(125 92 40 / 0.7);
}

.text-purchase-700\/75 {
  color: rgb(125 92 40 / 0.75);
}

.text-purchase-700\/80 {
  color: rgb(125 92 40 / 0.8);
}

.text-purchase-700\/85 {
  color: rgb(125 92 40 / 0.85);
}

.text-purchase-700\/90 {
  color: rgb(125 92 40 / 0.9);
}

.text-purchase-700\/95 {
  color: rgb(125 92 40 / 0.95);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-sale-100 {
  --tw-text-opacity: 1;
  color: rgb(224 237 224 / var(--tw-text-opacity, 1));
}

.text-sale-100\/0 {
  color: rgb(224 237 224 / 0);
}

.text-sale-100\/10 {
  color: rgb(224 237 224 / 0.1);
}

.text-sale-100\/100 {
  color: rgb(224 237 224 / 1);
}

.text-sale-100\/15 {
  color: rgb(224 237 224 / 0.15);
}

.text-sale-100\/20 {
  color: rgb(224 237 224 / 0.2);
}

.text-sale-100\/25 {
  color: rgb(224 237 224 / 0.25);
}

.text-sale-100\/30 {
  color: rgb(224 237 224 / 0.3);
}

.text-sale-100\/35 {
  color: rgb(224 237 224 / 0.35);
}

.text-sale-100\/40 {
  color: rgb(224 237 224 / 0.4);
}

.text-sale-100\/45 {
  color: rgb(224 237 224 / 0.45);
}

.text-sale-100\/5 {
  color: rgb(224 237 224 / 0.05);
}

.text-sale-100\/50 {
  color: rgb(224 237 224 / 0.5);
}

.text-sale-100\/55 {
  color: rgb(224 237 224 / 0.55);
}

.text-sale-100\/60 {
  color: rgb(224 237 224 / 0.6);
}

.text-sale-100\/65 {
  color: rgb(224 237 224 / 0.65);
}

.text-sale-100\/70 {
  color: rgb(224 237 224 / 0.7);
}

.text-sale-100\/75 {
  color: rgb(224 237 224 / 0.75);
}

.text-sale-100\/80 {
  color: rgb(224 237 224 / 0.8);
}

.text-sale-100\/85 {
  color: rgb(224 237 224 / 0.85);
}

.text-sale-100\/90 {
  color: rgb(224 237 224 / 0.9);
}

.text-sale-100\/95 {
  color: rgb(224 237 224 / 0.95);
}

.text-sale-200 {
  --tw-text-opacity: 1;
  color: rgb(194 219 194 / var(--tw-text-opacity, 1));
}

.text-sale-200\/0 {
  color: rgb(194 219 194 / 0);
}

.text-sale-200\/10 {
  color: rgb(194 219 194 / 0.1);
}

.text-sale-200\/100 {
  color: rgb(194 219 194 / 1);
}

.text-sale-200\/15 {
  color: rgb(194 219 194 / 0.15);
}

.text-sale-200\/20 {
  color: rgb(194 219 194 / 0.2);
}

.text-sale-200\/25 {
  color: rgb(194 219 194 / 0.25);
}

.text-sale-200\/30 {
  color: rgb(194 219 194 / 0.3);
}

.text-sale-200\/35 {
  color: rgb(194 219 194 / 0.35);
}

.text-sale-200\/40 {
  color: rgb(194 219 194 / 0.4);
}

.text-sale-200\/45 {
  color: rgb(194 219 194 / 0.45);
}

.text-sale-200\/5 {
  color: rgb(194 219 194 / 0.05);
}

.text-sale-200\/50 {
  color: rgb(194 219 194 / 0.5);
}

.text-sale-200\/55 {
  color: rgb(194 219 194 / 0.55);
}

.text-sale-200\/60 {
  color: rgb(194 219 194 / 0.6);
}

.text-sale-200\/65 {
  color: rgb(194 219 194 / 0.65);
}

.text-sale-200\/70 {
  color: rgb(194 219 194 / 0.7);
}

.text-sale-200\/75 {
  color: rgb(194 219 194 / 0.75);
}

.text-sale-200\/80 {
  color: rgb(194 219 194 / 0.8);
}

.text-sale-200\/85 {
  color: rgb(194 219 194 / 0.85);
}

.text-sale-200\/90 {
  color: rgb(194 219 194 / 0.9);
}

.text-sale-200\/95 {
  color: rgb(194 219 194 / 0.95);
}

.text-sale-50 {
  --tw-text-opacity: 1;
  color: rgb(243 248 243 / var(--tw-text-opacity, 1));
}

.text-sale-50\/0 {
  color: rgb(243 248 243 / 0);
}

.text-sale-50\/10 {
  color: rgb(243 248 243 / 0.1);
}

.text-sale-50\/100 {
  color: rgb(243 248 243 / 1);
}

.text-sale-50\/15 {
  color: rgb(243 248 243 / 0.15);
}

.text-sale-50\/20 {
  color: rgb(243 248 243 / 0.2);
}

.text-sale-50\/25 {
  color: rgb(243 248 243 / 0.25);
}

.text-sale-50\/30 {
  color: rgb(243 248 243 / 0.3);
}

.text-sale-50\/35 {
  color: rgb(243 248 243 / 0.35);
}

.text-sale-50\/40 {
  color: rgb(243 248 243 / 0.4);
}

.text-sale-50\/45 {
  color: rgb(243 248 243 / 0.45);
}

.text-sale-50\/5 {
  color: rgb(243 248 243 / 0.05);
}

.text-sale-50\/50 {
  color: rgb(243 248 243 / 0.5);
}

.text-sale-50\/55 {
  color: rgb(243 248 243 / 0.55);
}

.text-sale-50\/60 {
  color: rgb(243 248 243 / 0.6);
}

.text-sale-50\/65 {
  color: rgb(243 248 243 / 0.65);
}

.text-sale-50\/70 {
  color: rgb(243 248 243 / 0.7);
}

.text-sale-50\/75 {
  color: rgb(243 248 243 / 0.75);
}

.text-sale-50\/80 {
  color: rgb(243 248 243 / 0.8);
}

.text-sale-50\/85 {
  color: rgb(243 248 243 / 0.85);
}

.text-sale-50\/90 {
  color: rgb(243 248 243 / 0.9);
}

.text-sale-50\/95 {
  color: rgb(243 248 243 / 0.95);
}

.text-sale-500 {
  --tw-text-opacity: 1;
  color: rgb(92 144 92 / var(--tw-text-opacity, 1));
}

.text-sale-500\/0 {
  color: rgb(92 144 92 / 0);
}

.text-sale-500\/10 {
  color: rgb(92 144 92 / 0.1);
}

.text-sale-500\/100 {
  color: rgb(92 144 92 / 1);
}

.text-sale-500\/15 {
  color: rgb(92 144 92 / 0.15);
}

.text-sale-500\/20 {
  color: rgb(92 144 92 / 0.2);
}

.text-sale-500\/25 {
  color: rgb(92 144 92 / 0.25);
}

.text-sale-500\/30 {
  color: rgb(92 144 92 / 0.3);
}

.text-sale-500\/35 {
  color: rgb(92 144 92 / 0.35);
}

.text-sale-500\/40 {
  color: rgb(92 144 92 / 0.4);
}

.text-sale-500\/45 {
  color: rgb(92 144 92 / 0.45);
}

.text-sale-500\/5 {
  color: rgb(92 144 92 / 0.05);
}

.text-sale-500\/50 {
  color: rgb(92 144 92 / 0.5);
}

.text-sale-500\/55 {
  color: rgb(92 144 92 / 0.55);
}

.text-sale-500\/60 {
  color: rgb(92 144 92 / 0.6);
}

.text-sale-500\/65 {
  color: rgb(92 144 92 / 0.65);
}

.text-sale-500\/70 {
  color: rgb(92 144 92 / 0.7);
}

.text-sale-500\/75 {
  color: rgb(92 144 92 / 0.75);
}

.text-sale-500\/80 {
  color: rgb(92 144 92 / 0.8);
}

.text-sale-500\/85 {
  color: rgb(92 144 92 / 0.85);
}

.text-sale-500\/90 {
  color: rgb(92 144 92 / 0.9);
}

.text-sale-500\/95 {
  color: rgb(92 144 92 / 0.95);
}

.text-sale-600 {
  --tw-text-opacity: 1;
  color: rgb(74 118 74 / var(--tw-text-opacity, 1));
}

.text-sale-600\/0 {
  color: rgb(74 118 74 / 0);
}

.text-sale-600\/10 {
  color: rgb(74 118 74 / 0.1);
}

.text-sale-600\/100 {
  color: rgb(74 118 74 / 1);
}

.text-sale-600\/15 {
  color: rgb(74 118 74 / 0.15);
}

.text-sale-600\/20 {
  color: rgb(74 118 74 / 0.2);
}

.text-sale-600\/25 {
  color: rgb(74 118 74 / 0.25);
}

.text-sale-600\/30 {
  color: rgb(74 118 74 / 0.3);
}

.text-sale-600\/35 {
  color: rgb(74 118 74 / 0.35);
}

.text-sale-600\/40 {
  color: rgb(74 118 74 / 0.4);
}

.text-sale-600\/45 {
  color: rgb(74 118 74 / 0.45);
}

.text-sale-600\/5 {
  color: rgb(74 118 74 / 0.05);
}

.text-sale-600\/50 {
  color: rgb(74 118 74 / 0.5);
}

.text-sale-600\/55 {
  color: rgb(74 118 74 / 0.55);
}

.text-sale-600\/60 {
  color: rgb(74 118 74 / 0.6);
}

.text-sale-600\/65 {
  color: rgb(74 118 74 / 0.65);
}

.text-sale-600\/70 {
  color: rgb(74 118 74 / 0.7);
}

.text-sale-600\/75 {
  color: rgb(74 118 74 / 0.75);
}

.text-sale-600\/80 {
  color: rgb(74 118 74 / 0.8);
}

.text-sale-600\/85 {
  color: rgb(74 118 74 / 0.85);
}

.text-sale-600\/90 {
  color: rgb(74 118 74 / 0.9);
}

.text-sale-600\/95 {
  color: rgb(74 118 74 / 0.95);
}

.text-sale-700 {
  --tw-text-opacity: 1;
  color: rgb(61 96 61 / var(--tw-text-opacity, 1));
}

.text-sale-700\/0 {
  color: rgb(61 96 61 / 0);
}

.text-sale-700\/10 {
  color: rgb(61 96 61 / 0.1);
}

.text-sale-700\/100 {
  color: rgb(61 96 61 / 1);
}

.text-sale-700\/15 {
  color: rgb(61 96 61 / 0.15);
}

.text-sale-700\/20 {
  color: rgb(61 96 61 / 0.2);
}

.text-sale-700\/25 {
  color: rgb(61 96 61 / 0.25);
}

.text-sale-700\/30 {
  color: rgb(61 96 61 / 0.3);
}

.text-sale-700\/35 {
  color: rgb(61 96 61 / 0.35);
}

.text-sale-700\/40 {
  color: rgb(61 96 61 / 0.4);
}

.text-sale-700\/45 {
  color: rgb(61 96 61 / 0.45);
}

.text-sale-700\/5 {
  color: rgb(61 96 61 / 0.05);
}

.text-sale-700\/50 {
  color: rgb(61 96 61 / 0.5);
}

.text-sale-700\/55 {
  color: rgb(61 96 61 / 0.55);
}

.text-sale-700\/60 {
  color: rgb(61 96 61 / 0.6);
}

.text-sale-700\/65 {
  color: rgb(61 96 61 / 0.65);
}

.text-sale-700\/70 {
  color: rgb(61 96 61 / 0.7);
}

.text-sale-700\/75 {
  color: rgb(61 96 61 / 0.75);
}

.text-sale-700\/80 {
  color: rgb(61 96 61 / 0.8);
}

.text-sale-700\/85 {
  color: rgb(61 96 61 / 0.85);
}

.text-sale-700\/90 {
  color: rgb(61 96 61 / 0.9);
}

.text-sale-700\/95 {
  color: rgb(61 96 61 / 0.95);
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(213 242 237 / var(--tw-text-opacity, 1));
}

.text-teal-100\/0 {
  color: rgb(213 242 237 / 0);
}

.text-teal-100\/10 {
  color: rgb(213 242 237 / 0.1);
}

.text-teal-100\/100 {
  color: rgb(213 242 237 / 1);
}

.text-teal-100\/15 {
  color: rgb(213 242 237 / 0.15);
}

.text-teal-100\/20 {
  color: rgb(213 242 237 / 0.2);
}

.text-teal-100\/25 {
  color: rgb(213 242 237 / 0.25);
}

.text-teal-100\/30 {
  color: rgb(213 242 237 / 0.3);
}

.text-teal-100\/35 {
  color: rgb(213 242 237 / 0.35);
}

.text-teal-100\/40 {
  color: rgb(213 242 237 / 0.4);
}

.text-teal-100\/45 {
  color: rgb(213 242 237 / 0.45);
}

.text-teal-100\/5 {
  color: rgb(213 242 237 / 0.05);
}

.text-teal-100\/50 {
  color: rgb(213 242 237 / 0.5);
}

.text-teal-100\/55 {
  color: rgb(213 242 237 / 0.55);
}

.text-teal-100\/60 {
  color: rgb(213 242 237 / 0.6);
}

.text-teal-100\/65 {
  color: rgb(213 242 237 / 0.65);
}

.text-teal-100\/70 {
  color: rgb(213 242 237 / 0.7);
}

.text-teal-100\/75 {
  color: rgb(213 242 237 / 0.75);
}

.text-teal-100\/80 {
  color: rgb(213 242 237 / 0.8);
}

.text-teal-100\/85 {
  color: rgb(213 242 237 / 0.85);
}

.text-teal-100\/90 {
  color: rgb(213 242 237 / 0.9);
}

.text-teal-100\/95 {
  color: rgb(213 242 237 / 0.95);
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(171 229 219 / var(--tw-text-opacity, 1));
}

.text-teal-200\/0 {
  color: rgb(171 229 219 / 0);
}

.text-teal-200\/10 {
  color: rgb(171 229 219 / 0.1);
}

.text-teal-200\/100 {
  color: rgb(171 229 219 / 1);
}

.text-teal-200\/15 {
  color: rgb(171 229 219 / 0.15);
}

.text-teal-200\/20 {
  color: rgb(171 229 219 / 0.2);
}

.text-teal-200\/25 {
  color: rgb(171 229 219 / 0.25);
}

.text-teal-200\/30 {
  color: rgb(171 229 219 / 0.3);
}

.text-teal-200\/35 {
  color: rgb(171 229 219 / 0.35);
}

.text-teal-200\/40 {
  color: rgb(171 229 219 / 0.4);
}

.text-teal-200\/45 {
  color: rgb(171 229 219 / 0.45);
}

.text-teal-200\/5 {
  color: rgb(171 229 219 / 0.05);
}

.text-teal-200\/50 {
  color: rgb(171 229 219 / 0.5);
}

.text-teal-200\/55 {
  color: rgb(171 229 219 / 0.55);
}

.text-teal-200\/60 {
  color: rgb(171 229 219 / 0.6);
}

.text-teal-200\/65 {
  color: rgb(171 229 219 / 0.65);
}

.text-teal-200\/70 {
  color: rgb(171 229 219 / 0.7);
}

.text-teal-200\/75 {
  color: rgb(171 229 219 / 0.75);
}

.text-teal-200\/80 {
  color: rgb(171 229 219 / 0.8);
}

.text-teal-200\/85 {
  color: rgb(171 229 219 / 0.85);
}

.text-teal-200\/90 {
  color: rgb(171 229 219 / 0.9);
}

.text-teal-200\/95 {
  color: rgb(171 229 219 / 0.95);
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(239 250 248 / var(--tw-text-opacity, 1));
}

.text-teal-50\/0 {
  color: rgb(239 250 248 / 0);
}

.text-teal-50\/10 {
  color: rgb(239 250 248 / 0.1);
}

.text-teal-50\/100 {
  color: rgb(239 250 248 / 1);
}

.text-teal-50\/15 {
  color: rgb(239 250 248 / 0.15);
}

.text-teal-50\/20 {
  color: rgb(239 250 248 / 0.2);
}

.text-teal-50\/25 {
  color: rgb(239 250 248 / 0.25);
}

.text-teal-50\/30 {
  color: rgb(239 250 248 / 0.3);
}

.text-teal-50\/35 {
  color: rgb(239 250 248 / 0.35);
}

.text-teal-50\/40 {
  color: rgb(239 250 248 / 0.4);
}

.text-teal-50\/45 {
  color: rgb(239 250 248 / 0.45);
}

.text-teal-50\/5 {
  color: rgb(239 250 248 / 0.05);
}

.text-teal-50\/50 {
  color: rgb(239 250 248 / 0.5);
}

.text-teal-50\/55 {
  color: rgb(239 250 248 / 0.55);
}

.text-teal-50\/60 {
  color: rgb(239 250 248 / 0.6);
}

.text-teal-50\/65 {
  color: rgb(239 250 248 / 0.65);
}

.text-teal-50\/70 {
  color: rgb(239 250 248 / 0.7);
}

.text-teal-50\/75 {
  color: rgb(239 250 248 / 0.75);
}

.text-teal-50\/80 {
  color: rgb(239 250 248 / 0.8);
}

.text-teal-50\/85 {
  color: rgb(239 250 248 / 0.85);
}

.text-teal-50\/90 {
  color: rgb(239 250 248 / 0.9);
}

.text-teal-50\/95 {
  color: rgb(239 250 248 / 0.95);
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(56 137 127 / var(--tw-text-opacity, 1));
}

.text-teal-500\/0 {
  color: rgb(56 137 127 / 0);
}

.text-teal-500\/10 {
  color: rgb(56 137 127 / 0.1);
}

.text-teal-500\/100 {
  color: rgb(56 137 127 / 1);
}

.text-teal-500\/15 {
  color: rgb(56 137 127 / 0.15);
}

.text-teal-500\/20 {
  color: rgb(56 137 127 / 0.2);
}

.text-teal-500\/25 {
  color: rgb(56 137 127 / 0.25);
}

.text-teal-500\/30 {
  color: rgb(56 137 127 / 0.3);
}

.text-teal-500\/35 {
  color: rgb(56 137 127 / 0.35);
}

.text-teal-500\/40 {
  color: rgb(56 137 127 / 0.4);
}

.text-teal-500\/45 {
  color: rgb(56 137 127 / 0.45);
}

.text-teal-500\/5 {
  color: rgb(56 137 127 / 0.05);
}

.text-teal-500\/50 {
  color: rgb(56 137 127 / 0.5);
}

.text-teal-500\/55 {
  color: rgb(56 137 127 / 0.55);
}

.text-teal-500\/60 {
  color: rgb(56 137 127 / 0.6);
}

.text-teal-500\/65 {
  color: rgb(56 137 127 / 0.65);
}

.text-teal-500\/70 {
  color: rgb(56 137 127 / 0.7);
}

.text-teal-500\/75 {
  color: rgb(56 137 127 / 0.75);
}

.text-teal-500\/80 {
  color: rgb(56 137 127 / 0.8);
}

.text-teal-500\/85 {
  color: rgb(56 137 127 / 0.85);
}

.text-teal-500\/90 {
  color: rgb(56 137 127 / 0.9);
}

.text-teal-500\/95 {
  color: rgb(56 137 127 / 0.95);
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(45 112 104 / var(--tw-text-opacity, 1));
}

.text-teal-600\/0 {
  color: rgb(45 112 104 / 0);
}

.text-teal-600\/10 {
  color: rgb(45 112 104 / 0.1);
}

.text-teal-600\/100 {
  color: rgb(45 112 104 / 1);
}

.text-teal-600\/15 {
  color: rgb(45 112 104 / 0.15);
}

.text-teal-600\/20 {
  color: rgb(45 112 104 / 0.2);
}

.text-teal-600\/25 {
  color: rgb(45 112 104 / 0.25);
}

.text-teal-600\/30 {
  color: rgb(45 112 104 / 0.3);
}

.text-teal-600\/35 {
  color: rgb(45 112 104 / 0.35);
}

.text-teal-600\/40 {
  color: rgb(45 112 104 / 0.4);
}

.text-teal-600\/45 {
  color: rgb(45 112 104 / 0.45);
}

.text-teal-600\/5 {
  color: rgb(45 112 104 / 0.05);
}

.text-teal-600\/50 {
  color: rgb(45 112 104 / 0.5);
}

.text-teal-600\/55 {
  color: rgb(45 112 104 / 0.55);
}

.text-teal-600\/60 {
  color: rgb(45 112 104 / 0.6);
}

.text-teal-600\/65 {
  color: rgb(45 112 104 / 0.65);
}

.text-teal-600\/70 {
  color: rgb(45 112 104 / 0.7);
}

.text-teal-600\/75 {
  color: rgb(45 112 104 / 0.75);
}

.text-teal-600\/80 {
  color: rgb(45 112 104 / 0.8);
}

.text-teal-600\/85 {
  color: rgb(45 112 104 / 0.85);
}

.text-teal-600\/90 {
  color: rgb(45 112 104 / 0.9);
}

.text-teal-600\/95 {
  color: rgb(45 112 104 / 0.95);
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(36 90 84 / var(--tw-text-opacity, 1));
}

.text-teal-700\/0 {
  color: rgb(36 90 84 / 0);
}

.text-teal-700\/10 {
  color: rgb(36 90 84 / 0.1);
}

.text-teal-700\/100 {
  color: rgb(36 90 84 / 1);
}

.text-teal-700\/15 {
  color: rgb(36 90 84 / 0.15);
}

.text-teal-700\/20 {
  color: rgb(36 90 84 / 0.2);
}

.text-teal-700\/25 {
  color: rgb(36 90 84 / 0.25);
}

.text-teal-700\/30 {
  color: rgb(36 90 84 / 0.3);
}

.text-teal-700\/35 {
  color: rgb(36 90 84 / 0.35);
}

.text-teal-700\/40 {
  color: rgb(36 90 84 / 0.4);
}

.text-teal-700\/45 {
  color: rgb(36 90 84 / 0.45);
}

.text-teal-700\/5 {
  color: rgb(36 90 84 / 0.05);
}

.text-teal-700\/50 {
  color: rgb(36 90 84 / 0.5);
}

.text-teal-700\/55 {
  color: rgb(36 90 84 / 0.55);
}

.text-teal-700\/60 {
  color: rgb(36 90 84 / 0.6);
}

.text-teal-700\/65 {
  color: rgb(36 90 84 / 0.65);
}

.text-teal-700\/70 {
  color: rgb(36 90 84 / 0.7);
}

.text-teal-700\/75 {
  color: rgb(36 90 84 / 0.75);
}

.text-teal-700\/80 {
  color: rgb(36 90 84 / 0.8);
}

.text-teal-700\/85 {
  color: rgb(36 90 84 / 0.85);
}

.text-teal-700\/90 {
  color: rgb(36 90 84 / 0.9);
}

.text-teal-700\/95 {
  color: rgb(36 90 84 / 0.95);
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(24 59 55 / var(--tw-text-opacity, 1));
}

.text-warn-100 {
  --tw-text-opacity: 1;
  color: rgb(249 237 212 / var(--tw-text-opacity, 1));
}

.text-warn-100\/0 {
  color: rgb(249 237 212 / 0);
}

.text-warn-100\/10 {
  color: rgb(249 237 212 / 0.1);
}

.text-warn-100\/100 {
  color: rgb(249 237 212 / 1);
}

.text-warn-100\/15 {
  color: rgb(249 237 212 / 0.15);
}

.text-warn-100\/20 {
  color: rgb(249 237 212 / 0.2);
}

.text-warn-100\/25 {
  color: rgb(249 237 212 / 0.25);
}

.text-warn-100\/30 {
  color: rgb(249 237 212 / 0.3);
}

.text-warn-100\/35 {
  color: rgb(249 237 212 / 0.35);
}

.text-warn-100\/40 {
  color: rgb(249 237 212 / 0.4);
}

.text-warn-100\/45 {
  color: rgb(249 237 212 / 0.45);
}

.text-warn-100\/5 {
  color: rgb(249 237 212 / 0.05);
}

.text-warn-100\/50 {
  color: rgb(249 237 212 / 0.5);
}

.text-warn-100\/55 {
  color: rgb(249 237 212 / 0.55);
}

.text-warn-100\/60 {
  color: rgb(249 237 212 / 0.6);
}

.text-warn-100\/65 {
  color: rgb(249 237 212 / 0.65);
}

.text-warn-100\/70 {
  color: rgb(249 237 212 / 0.7);
}

.text-warn-100\/75 {
  color: rgb(249 237 212 / 0.75);
}

.text-warn-100\/80 {
  color: rgb(249 237 212 / 0.8);
}

.text-warn-100\/85 {
  color: rgb(249 237 212 / 0.85);
}

.text-warn-100\/90 {
  color: rgb(249 237 212 / 0.9);
}

.text-warn-100\/95 {
  color: rgb(249 237 212 / 0.95);
}

.text-warn-200 {
  --tw-text-opacity: 1;
  color: rgb(242 217 167 / var(--tw-text-opacity, 1));
}

.text-warn-200\/0 {
  color: rgb(242 217 167 / 0);
}

.text-warn-200\/10 {
  color: rgb(242 217 167 / 0.1);
}

.text-warn-200\/100 {
  color: rgb(242 217 167 / 1);
}

.text-warn-200\/15 {
  color: rgb(242 217 167 / 0.15);
}

.text-warn-200\/20 {
  color: rgb(242 217 167 / 0.2);
}

.text-warn-200\/25 {
  color: rgb(242 217 167 / 0.25);
}

.text-warn-200\/30 {
  color: rgb(242 217 167 / 0.3);
}

.text-warn-200\/35 {
  color: rgb(242 217 167 / 0.35);
}

.text-warn-200\/40 {
  color: rgb(242 217 167 / 0.4);
}

.text-warn-200\/45 {
  color: rgb(242 217 167 / 0.45);
}

.text-warn-200\/5 {
  color: rgb(242 217 167 / 0.05);
}

.text-warn-200\/50 {
  color: rgb(242 217 167 / 0.5);
}

.text-warn-200\/55 {
  color: rgb(242 217 167 / 0.55);
}

.text-warn-200\/60 {
  color: rgb(242 217 167 / 0.6);
}

.text-warn-200\/65 {
  color: rgb(242 217 167 / 0.65);
}

.text-warn-200\/70 {
  color: rgb(242 217 167 / 0.7);
}

.text-warn-200\/75 {
  color: rgb(242 217 167 / 0.75);
}

.text-warn-200\/80 {
  color: rgb(242 217 167 / 0.8);
}

.text-warn-200\/85 {
  color: rgb(242 217 167 / 0.85);
}

.text-warn-200\/90 {
  color: rgb(242 217 167 / 0.9);
}

.text-warn-200\/95 {
  color: rgb(242 217 167 / 0.95);
}

.text-warn-50 {
  --tw-text-opacity: 1;
  color: rgb(253 248 238 / var(--tw-text-opacity, 1));
}

.text-warn-50\/0 {
  color: rgb(253 248 238 / 0);
}

.text-warn-50\/10 {
  color: rgb(253 248 238 / 0.1);
}

.text-warn-50\/100 {
  color: rgb(253 248 238 / 1);
}

.text-warn-50\/15 {
  color: rgb(253 248 238 / 0.15);
}

.text-warn-50\/20 {
  color: rgb(253 248 238 / 0.2);
}

.text-warn-50\/25 {
  color: rgb(253 248 238 / 0.25);
}

.text-warn-50\/30 {
  color: rgb(253 248 238 / 0.3);
}

.text-warn-50\/35 {
  color: rgb(253 248 238 / 0.35);
}

.text-warn-50\/40 {
  color: rgb(253 248 238 / 0.4);
}

.text-warn-50\/45 {
  color: rgb(253 248 238 / 0.45);
}

.text-warn-50\/5 {
  color: rgb(253 248 238 / 0.05);
}

.text-warn-50\/50 {
  color: rgb(253 248 238 / 0.5);
}

.text-warn-50\/55 {
  color: rgb(253 248 238 / 0.55);
}

.text-warn-50\/60 {
  color: rgb(253 248 238 / 0.6);
}

.text-warn-50\/65 {
  color: rgb(253 248 238 / 0.65);
}

.text-warn-50\/70 {
  color: rgb(253 248 238 / 0.7);
}

.text-warn-50\/75 {
  color: rgb(253 248 238 / 0.75);
}

.text-warn-50\/80 {
  color: rgb(253 248 238 / 0.8);
}

.text-warn-50\/85 {
  color: rgb(253 248 238 / 0.85);
}

.text-warn-50\/90 {
  color: rgb(253 248 238 / 0.9);
}

.text-warn-50\/95 {
  color: rgb(253 248 238 / 0.95);
}

.text-warn-500 {
  --tw-text-opacity: 1;
  color: rgb(199 141 40 / var(--tw-text-opacity, 1));
}

.text-warn-500\/0 {
  color: rgb(199 141 40 / 0);
}

.text-warn-500\/10 {
  color: rgb(199 141 40 / 0.1);
}

.text-warn-500\/100 {
  color: rgb(199 141 40 / 1);
}

.text-warn-500\/15 {
  color: rgb(199 141 40 / 0.15);
}

.text-warn-500\/20 {
  color: rgb(199 141 40 / 0.2);
}

.text-warn-500\/25 {
  color: rgb(199 141 40 / 0.25);
}

.text-warn-500\/30 {
  color: rgb(199 141 40 / 0.3);
}

.text-warn-500\/35 {
  color: rgb(199 141 40 / 0.35);
}

.text-warn-500\/40 {
  color: rgb(199 141 40 / 0.4);
}

.text-warn-500\/45 {
  color: rgb(199 141 40 / 0.45);
}

.text-warn-500\/5 {
  color: rgb(199 141 40 / 0.05);
}

.text-warn-500\/50 {
  color: rgb(199 141 40 / 0.5);
}

.text-warn-500\/55 {
  color: rgb(199 141 40 / 0.55);
}

.text-warn-500\/60 {
  color: rgb(199 141 40 / 0.6);
}

.text-warn-500\/65 {
  color: rgb(199 141 40 / 0.65);
}

.text-warn-500\/70 {
  color: rgb(199 141 40 / 0.7);
}

.text-warn-500\/75 {
  color: rgb(199 141 40 / 0.75);
}

.text-warn-500\/80 {
  color: rgb(199 141 40 / 0.8);
}

.text-warn-500\/85 {
  color: rgb(199 141 40 / 0.85);
}

.text-warn-500\/90 {
  color: rgb(199 141 40 / 0.9);
}

.text-warn-500\/95 {
  color: rgb(199 141 40 / 0.95);
}

.text-warn-600 {
  --tw-text-opacity: 1;
  color: rgb(166 113 32 / var(--tw-text-opacity, 1));
}

.text-warn-600\/0 {
  color: rgb(166 113 32 / 0);
}

.text-warn-600\/10 {
  color: rgb(166 113 32 / 0.1);
}

.text-warn-600\/100 {
  color: rgb(166 113 32 / 1);
}

.text-warn-600\/15 {
  color: rgb(166 113 32 / 0.15);
}

.text-warn-600\/20 {
  color: rgb(166 113 32 / 0.2);
}

.text-warn-600\/25 {
  color: rgb(166 113 32 / 0.25);
}

.text-warn-600\/30 {
  color: rgb(166 113 32 / 0.3);
}

.text-warn-600\/35 {
  color: rgb(166 113 32 / 0.35);
}

.text-warn-600\/40 {
  color: rgb(166 113 32 / 0.4);
}

.text-warn-600\/45 {
  color: rgb(166 113 32 / 0.45);
}

.text-warn-600\/5 {
  color: rgb(166 113 32 / 0.05);
}

.text-warn-600\/50 {
  color: rgb(166 113 32 / 0.5);
}

.text-warn-600\/55 {
  color: rgb(166 113 32 / 0.55);
}

.text-warn-600\/60 {
  color: rgb(166 113 32 / 0.6);
}

.text-warn-600\/65 {
  color: rgb(166 113 32 / 0.65);
}

.text-warn-600\/70 {
  color: rgb(166 113 32 / 0.7);
}

.text-warn-600\/75 {
  color: rgb(166 113 32 / 0.75);
}

.text-warn-600\/80 {
  color: rgb(166 113 32 / 0.8);
}

.text-warn-600\/85 {
  color: rgb(166 113 32 / 0.85);
}

.text-warn-600\/90 {
  color: rgb(166 113 32 / 0.9);
}

.text-warn-600\/95 {
  color: rgb(166 113 32 / 0.95);
}

.text-warn-700 {
  --tw-text-opacity: 1;
  color: rgb(133 87 28 / var(--tw-text-opacity, 1));
}

.text-warn-700\/0 {
  color: rgb(133 87 28 / 0);
}

.text-warn-700\/10 {
  color: rgb(133 87 28 / 0.1);
}

.text-warn-700\/100 {
  color: rgb(133 87 28 / 1);
}

.text-warn-700\/15 {
  color: rgb(133 87 28 / 0.15);
}

.text-warn-700\/20 {
  color: rgb(133 87 28 / 0.2);
}

.text-warn-700\/25 {
  color: rgb(133 87 28 / 0.25);
}

.text-warn-700\/30 {
  color: rgb(133 87 28 / 0.3);
}

.text-warn-700\/35 {
  color: rgb(133 87 28 / 0.35);
}

.text-warn-700\/40 {
  color: rgb(133 87 28 / 0.4);
}

.text-warn-700\/45 {
  color: rgb(133 87 28 / 0.45);
}

.text-warn-700\/5 {
  color: rgb(133 87 28 / 0.05);
}

.text-warn-700\/50 {
  color: rgb(133 87 28 / 0.5);
}

.text-warn-700\/55 {
  color: rgb(133 87 28 / 0.55);
}

.text-warn-700\/60 {
  color: rgb(133 87 28 / 0.6);
}

.text-warn-700\/65 {
  color: rgb(133 87 28 / 0.65);
}

.text-warn-700\/70 {
  color: rgb(133 87 28 / 0.7);
}

.text-warn-700\/75 {
  color: rgb(133 87 28 / 0.75);
}

.text-warn-700\/80 {
  color: rgb(133 87 28 / 0.8);
}

.text-warn-700\/85 {
  color: rgb(133 87 28 / 0.85);
}

.text-warn-700\/90 {
  color: rgb(133 87 28 / 0.9);
}

.text-warn-700\/95 {
  color: rgb(133 87 28 / 0.95);
}

.text-warn-800 {
  --tw-text-opacity: 1;
  color: rgb(107 70 28 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(28 25 23 / 0.06), 0 1px 2px -1px rgb(28 25 23 / 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(28 25 23 / 0.06), 0 4px 6px -4px rgb(28 25 23 / 0.04);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(28 25 23 / 0.04);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 137 127 / var(--tw-ring-opacity, 1));
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.placeholder\:text-ink-muted::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

.placeholder\:text-ink-muted::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 148 136 / var(--tw-text-opacity, 1));
}

.hover\:bg-\[\#E4E2DE\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 226 222 / var(--tw-bg-opacity, 1));
}

.hover\:bg-danger-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 61 47 / var(--tw-bg-opacity, 1));
}

.hover\:bg-info-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 77 111 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purchase-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 92 40 / var(--tw-bg-opacity, 1));
}

.hover\:bg-raised:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.hover\:bg-raised\/60:hover {
  background-color: rgb(242 239 233 / 0.6);
}

.hover\:bg-sale-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 96 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-surface:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 90 84 / var(--tw-bg-opacity, 1));
}

.hover\:text-danger-500:hover {
  --tw-text-opacity: 1;
  color: rgb(184 93 71 / var(--tw-text-opacity, 1));
}

.hover\:text-danger-700:hover {
  --tw-text-opacity: 1;
  color: rgb(125 61 47 / var(--tw-text-opacity, 1));
}

.hover\:text-ink:hover {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.hover\:text-ink-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(92 84 73 / var(--tw-text-opacity, 1));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-sale-700:hover {
  --tw-text-opacity: 1;
  color: rgb(61 96 61 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgb(45 112 104 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(36 90 84 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:ring-2:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-purchase-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 167 79 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sale-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 171 120 / var(--tw-ring-opacity, 1));
}

.focus\:border-danger-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(207 123 102 / var(--tw-border-opacity, 1));
}

.focus\:border-purchase-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(207 167 79 / var(--tw-border-opacity, 1));
}

.focus\:border-sale-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 171 120 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(78 191 173 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(56 137 127 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-danger-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 123 102 / var(--tw-ring-opacity, 1));
}

.focus\:ring-danger-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(184 93 71 / var(--tw-ring-opacity, 1));
}

.focus\:ring-info-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(90 117 165 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purchase-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 167 79 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purchase-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(184 144 59 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sale-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 171 120 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sale-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(92 144 92 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 191 173 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 137 127 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

.peer:checked ~ .peer-checked\:border-purchase-500 {
  --tw-border-opacity: 1;
  border-color: rgb(184 144 59 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:border-sale-500 {
  --tw-border-opacity: 1;
  border-color: rgb(92 144 92 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:checked ~ .peer-checked\:ring-purchase-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(184 144 59 / var(--tw-ring-opacity, 1));
}

.peer:checked ~ .peer-checked\:ring-sale-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(92 144 92 / var(--tw-ring-opacity, 1));
}

.has-\[\:checked\]\:bg-purchase-50:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 239 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:bg-raised:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 233 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:bg-sale-50:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 243 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
